Main > Free Download Search >

Free data storage device script

data storage device

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1461
The Online Data Storage 1.0

The Online Data Storage 1.0


We provide our visitors and users with a reliable personal and community file hosting and sharing service. All users and visitors can count on unlimited files with a maximum file size of 1250Mb . You can use our service for backup, photo hosting during more>> We provide our visitors and users with a reliable personal and community file hosting and sharing service. All users and visitors can count on unlimited files with a maximum file size of 1250Mb . You can use our service for backup, photo hosting during the holidays, file sharing amongst your colleagues and friends. We are also providing a affiliate program where our users can earn $2 per 1000 downloads from all over the world Our servers are located in a premium data center in Chicago and Amsterdam.<<less
Added: 2008-01-07 License: Freeware Price: $0.00USD
12 downloads
Gmail Storage Drive 1 GB 1.0.a

Gmail Storage Drive 1 GB 1.0.a


G Mail Drive creates a virtual file system on top of your Google GMail account and enables you to save and retrieve files stored on your GMail account directly from inside Windows Explorer. GMail Drive literally adds a new drive to your computer under more>> G Mail Drive creates a virtual file system on top of your Google GMail account and enables you to save and retrieve files stored on your GMail account directly from inside Windows Explorer. GMail Drive literally adds a new drive to your computer under the My Computer folder, where you can create new folders, copy and dragndrop files to.<<less
Added: 2004-10-11 License: Freeware Price: $0.00USD
16 downloads
Form A Table Database Storage and Retrieval Application 1.2

Form A Table Database Storage and Retrieval Application 1.2


Form A Table is a freeware application licensed under the GNU Public License. Using a form page on your site you can add data to a Mysql or flat file database. Then using the query screen visitors can do searches on any column of the database and more>> Form A Table is a freeware application licensed under the GNU Public License. Using a form page on your site you can add data to a Mysql or flat file database. Then using the query screen visitors can do searches on any column of the database and sort the results. Support is available on our Webmasters BBS at http://bbs.face2interface .com.<<less
Added: 2006-04-04 License: GPL Price: $0.00USD
14 downloads
 
Other version of Form A Table Database Storage and Retrieval Application
Form A Table Database Storage and Retrieval ApplicationForm A Table is a freeware application ... data to a Mysql or flat file database. Then using the query screen visitors can do searches on any
License:GPL
Download
1310 downloads
Added: 2006-04-04
Data Structures in C++ 1.0

Data Structures in C++ 1.0


This tutorial teaches how to implement Data Structures as classes using C++. Stacks,Queues,Circular Queues,Linked Lists,Stacked Linked List,Queued Linked List,Circular Linked List,Double Linked List and Binary Trees are explained. more>> This tutorial teaches how to implement Data Structures as classes using C++. Stacks,Queues,Circular Queues,Linked Lists,Stacked Linked List,Queued Linked List,Circular Linked List,Double Linked List and Binary Trees are explained.<<less
Added: 2005-03-28 License: Freeware Price: $0.00USD
39 downloads
 
Other version of Data Structures in C++
Data Structures in C++This tutorial teaches how to implement Data Structures as classes using C++. Stacks,Queues ... Data Structures in C++ This tutorial teaches how to implement Data Structures as classes using
License:Freeware
Download
1142 downloads
Added: 2005-03-28
Data pagination

Data pagination


If youre developing a front end to web applications, sooner or later, youll find you need to paginate data of some sort. It might be search results, image galleries, or tabular data. Youll find that y more>> If youre developing a front end to web applications, sooner or later, youll find you need to paginate data of some sort. It might be search results, image galleries, or tabular data. Youll find that you use the same techniques - perhaps use an old bit of code as a template and change it to suit your needs each time. This quick class handles pagination easily - leaving you only the associated CSS presentation markup to add to make your solution complete. For the sake of completeness, we provide a sample CSS snippet that you can alter to fit your site design.<<less
Added: 2005-06-30 License: LGPL Price: FreeAdditionalInfoFreetouseinanyapplicationsolongasthelicenseandotherheaderinformationiskeptintact.
1594 downloads
Data Dumper

Data Dumper


Data Dumper brings you a convenient and useful program which will show you an objects structure easily and quickly. more>> Data Dumper brings you a convenient and useful program which will show you an object's structure easily and quickly. This is a JavaScript library similar to the Data:Dumper module in PERL and it will print an expanded object structure. If you're building complex data structures or objects, this library can help you debug your code and see exactly what data is where!<<less
Added: 2009-07-27 License: Other Free / Open Source License - MIT License Price: OtherFreeOpenSourceLicenseMITLicense
downloads
XP Data Recovery 3.7

XP Data Recovery 3.7


This utility is a boot disk that allows you to recover files from Windows XP and more. Easy to use. more>> This utility is a boot disk that allows you to recover files from Windows XP and more. Easy to use.<<less
Added: 2004-10-04 License: Other Price: $0.00USD
14 downloads
PHP Data Cache Class

PHP Data Cache Class


PHP data caching class that caches variables using file handle write to cache data with or without an expiration time. I used file_get_contents() rather than fread to speed up the application even further. Rather than run a complex logic or queries each more>> PHP data caching class that caches variables using file handle write to cache data with or without an expiration time. I used file_get_contents() rather than fread to speed up the application even further. Rather than run a complex logic or queries each time the data is needed, we can cache data for 3600 seconds or an hour (adjustable).<<less
Added: 2008-06-05 License: BSD Price: $0.00USD
14 downloads
Exporting Data From mySQL to Excel

Exporting Data From mySQL to Excel


Aim of this sampel code is to show how to export data from a database server to excel. At this time we prefred to use mySQL. Because there are enough examples running with other databases eg. MS Acces more>> Aim of this sampel code is to show how to export data from a database server to excel. At this time we prefred to use mySQL. Because there are enough examples running with other databases eg. MS Access and MS SQL.<<less
Added: 2006-03-21 License: Freeware Price: Free
832 downloads
Posting Data throught a Socket 1.0.0

Posting Data throught a Socket 1.0.0


This example opens up a socket connection using the fsockopen function and post some data which are encoded. It retrieves the resulting page including the headers. There is an online demo. more>> This example opens up a socket connection using the fsockopen function and post some data which are encoded. It retrieves the resulting page including the headers. There is an online demo.<<less
Added: 2007-06-04 License: Other Price: $0.00USD
13 downloads
 
Other version of Posting Data throught a Socket
Posting Data throught a SocketThis example opens up a socket connection using the fsockopen function and post some data which ... This example opens up a socket connection using the fsockopen function and post some data which
License:Other Free / Open Source License
Download
886 downloads
Added: 2007-06-04
Writing Form Data to Text Files

Writing Form Data to Text Files


This sample of JSP file, first handles all posted data from a web form and write to a text file. We have used Tomcat Server to run our sample code. You could easily edit the source code to use in your application. more>> This sample of JSP file, first handles all posted data from a web form and write to a text file. We have used Tomcat Server to run our sample code. You could easily edit the source code to use in your application.<<less
Added: 2006-03-21 License: Freeware Price: $0.00USD
13 downloads
Data Paging in ASP.NET 1

Data Paging in ASP.NET 1


This tutorial explains what is and why we need data paging and how to implement it in ASP.NET web application with simple GridView paging, custom GridView paging or paging by using DataPager class. more>> This tutorial explains what is and why we need data paging and how to implement it in ASP.NET web application with simple GridView paging, custom GridView paging or paging by using DataPager class.<<less
Added: 2008-12-06 License: Freeware Price: $0.00USD
11 downloads
Filling Data into Select List

Filling Data into Select List


In this short ASP source code, we will pull some data from a database and fill it into a select list. We will create a custom and dynamic output. more>> In this short ASP source code, we will pull some data from a database and fill it into a select list. We will create a custom and dynamic output.<<less
Added: 2006-03-22 License: Freeware Price: Free
1317 downloads
Scope Rules and Storage Class Specifiers

Scope Rules and Storage Class Specifiers


The four set of keyword namely static, extern , auto , register are called storage class modifiers which modify the storage location of a variable and hence affect its scope and lifetime. more>> Scope Rules and Storage Class Specifiers modifies the storage location of a variable and hence affect its scope and lifetime thanks to the four set of keyword namely static, extern , auto , register are called storage class modifiers. The scope of a variable basically refers the parts of the program where the variable is accessible or more technically visible.<<less
Added: 2009-07-04 License: Freeware Price: $0.00USD
16 downloads
List DBI Drivers and Data Sources

List DBI Drivers and Data Sources


This is just a simple script to display all the available DBI drivers you have available along with all the data sources for each. Take a look at the Screen Shot to see what the output looks like. more>> This is just a simple script to display all the available DBI drivers you have available along with all the data sources for each. Take a look at the Screen Shot to see what the output looks like.<<less
Added: 2007-07-31 License: Freeware Price: $0.00USD
12 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5