Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.477.915 Times

Retrieve software
Filter: All | Freeware | Demo
 

Retrieve

< 1 2 3 4 5 > 
Released: September 11, 2012  |  Added: September 11, 2012 | Visits: 754

NTFS HDD recovery tool NTFS data recovery utility is an secure and easy way to retrieve whole your important data like pictures, documents, audio, video songs, system files, etc from corrupted NTFS or NTFS5 SATA, ATA, PATA, IDE removable storage devices like hard disk, pen drive, USB drive, memory card etc. This... Platforms: Windows

License: Shareware Cost: $69.00 USD Size: 684 KB Download (407): NTFS HDD recovery tool Download

Added: May 10, 2013 | Visits: 355

Simpler item retrieval using tupled subscripting This script shows a small addition to the tuple, list, and dictionary classes to allow for a simpler way to retrieve a number of independent items. By allowing for the subscripting to use tuples some very annoying cases becomes much simpler. This script is suitable for large data sets where... Platforms: Windows, Mac, *nix, Python, BSD Solaris


Released: May 15, 2013  |  Added: June 15, 2013 | Visits: 972

Recover Deleted Picture from Mac iDisksoft Recover Deleted Pictures from Mac is all in one picture retrieval tool. It can not only retrieve deleted pictures, photos, images and videos from Mac but also recover deleted document and other files no matter if your pictures were deleted, formatted, lost, etc. Recover photo on Mac... Platforms: Mac

License: Shareware Cost: $39.00 USD Size: 2.61 MB Download (61): Recover Deleted Picture from Mac Download

Added: April 04, 2013 | Visits: 415

ANPOP POP3 COMPONENT for Email System Utilities ANPOP is a high performance POP3 & IMAP4 component and email parser.It fully supports asynchronous operating mode and event firing. With ANPOP, your ASP, VB, VBA, Visual C , C#, JScript, WScript, VB.NET, ASP.NET or other COM environment applications can retrieve email from mail server based on... Platforms: ASP.NET

License: Shareware Cost: $0.00 USD Size: 1.13 MB Download (51): ANPOP POP3 COMPONENT for Email System Utilities Download

Added: July 30, 2013 | Visits: 650

Plot Stock Prices A very simple function which uses the DataFeed toolbox to retrieve stock prices for a specified number of days from the Yahoo service and plots them.e.g. to see how your Microsoft shares have done over the last three months, just type:>> show_chart('MSFT',90) Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Plot Stock Prices Download

Added: April 11, 2013 | Visits: 352

Hash table declaration H = hash;H('key') = value; %assign value to keyv = H('key'); % retrieve value for a keyH.keys % return cell array of keysH. values % return array of valuesH.idx % returns sparse matrix of indexesRemark:The hash function used is sum of the key.It can easily be changed if needed. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Hash table declaration Download

Added: July 26, 2013 | Visits: 315

CDN CMS Included classes can be used to retrieve and display content from a database to create pages with modules, blocks, menus and news sections.The page block templates are also retrieved from the database. Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (40): CDN CMS Download

Added: April 14, 2013 | Visits: 497

dbf2mysql dbf2mysql, the dbase extension functions are used to open and retrieve data from DBF files. The script generates a string with SQL statements to create tables in a MySQL database and insert rows with the data from the DBF files.The generated SQL statements maybe displayed in a HTML page, served... Platforms: PHP

License: Freeware Size: 10 KB Download (49): dbf2mysql Download

Added: September 14, 2013 | Visits: 357

PDO Pagination PDO Pagination takes an SQL query and execute it once to retrieve the total number of rows that it would return.HTML code with links to all result pages are being generated, with the page number and number of results being displayed per page, listed. Platforms: PHP

License: Freeware Size: 10 KB Download (42): PDO Pagination Download

Added: July 30, 2013 | Visits: 481

Limit Result Set Iterator There is a base class that provides abstract range calculation based on the number of page and number of result rows per page to retrieve.The iterator interface is also implemented to traverse query result rows.Limit Result Set Iterator also comes with an implementation class to execute and... Platforms: PHP

License: Freeware Size: 10 KB Download (42): Limit Result Set Iterator Download

Added: August 25, 2013 | Visits: 598

True MySQL class True MySQL class can connect to a specified MySQL host, execute SQL queries and retrieve the results into arrays or objects.Key Features of True MySQL class:- Seek SQL query result sets- Get the number of affected rows and the identifier of the last record inserted by a query- Retrieve the names... Platforms: PHP

License: Freeware Size: 10 KB Download (40): True MySQL class Download

Added: June 26, 2013 | Visits: 446

Scheme Creator There is one class that can access a given MySQL database and retrieve the schema of tables, fields, indexes and constraints.The retrieved MySQL database scheme can be used to generate an XML document with a structure of information that describes it. Platforms: PHP

License: Freeware Size: 10 KB Download (48): Scheme Creator Download

Added: March 27, 2013 | Visits: 392

TextSQL TextSQL can parse some types of SQL queries and translate the queries into actions to store and retrieve data from text files.CREATE TABLE, INSERT and SELECT SQL queries are supported. Platforms: PHP

License: Freeware Size: 10 KB Download (44): TextSQL Download

Added: August 12, 2013 | Visits: 290

EVDB This script can be used to store and retrieve objects in MongoDB databases. It can object class schema definitions from files in the YAML format.EVDB can also create, update, delete objects and well find objects by identifier or custom search parameters. It supports plug-ins classes that may be... Platforms: PHP

License: Freeware Size: 20.48 KB Download (41): EVDB Download

Added: September 14, 2013 | Visits: 594

GetClass The definition of a database table can be extracted and classes to query that table in order to store or retrieve records into class variables, can be generated. Platforms: PHP

License: Freeware Size: 133.12 KB Download (41): GetClass Download

Added: July 26, 2013 | Visits: 382

MySQL object approach SQL SELECT queries can be executed to retrieve values of individual rows with a specified primary key value into an array.DELETE queries can be executed to remove rows with a given primary key value. Platforms: PHP

License: Freeware Size: 10 KB Download (40): MySQL object approach Download

Added: May 08, 2013 | Visits: 417

radiocheckbox radiocheckbox can be used to generate HTML forms with radio and checkbox inputs from data retrieve from MySQL tables.radiocheckbox can query a MySQL database to retrieve the list of ENUM or SET fields of a table that match a given pattern. It can also retrieve a list of record values of a field... Platforms: PHP

License: Freeware Size: 61.44 KB Download (41): radiocheckbox Download

Added: April 06, 2013 | Visits: 443

clsCustomQuery clsCustomQuery can be used to execute MySQL database queries and retrieve all the result set rows and metadata into class variables.clsCustomQuery executes a given MySQL query. If it is a SELECT query it stores the result set rows in a bidimensional array class variable. It also stores the number... Platforms: PHP

License: Freeware Size: 10 KB Download (44): clsCustomQuery Download

Added: April 19, 2013 | Visits: 238

Meta Scanner Meta Scanner is intended to retrieve metaData from any MySQL Server.It provides methods to retrieve information about all databases managed by a MySQL server including their tables and the respective table fields.Meta Scanner also provides a simple method called showAll that shows metaData in a... Platforms: PHP

License: Freeware Size: 10 KB Download (42): Meta Scanner Download

Added: March 23, 2013 | Visits: 482

Shref Image in DB Shref Image in DB can store and retrieve binary files in a MySQL database table. It can read the data from one file, convert the data to an ASCII representation and stores it in a given a given record of a MySQL table field.Shref Image in DB can also do the opposite. It retrieves the data from a... Platforms: PHP

License: Freeware Size: 10 KB Download (44): Shref Image in DB Download

< 1 2 3 4 5 >