database programming examples using hashmap in java
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 8468
Java Examples - Learn Java Programming by Examples
Kode Java website provides beginners to Java programming some examples of how to use the Java API (Application Programming Interface) to develop an application. Learning by following some examples will hopefully decrease the amount of time needed to more>> Kode Java website provides beginners to Java programming some examples of how to use the Java API (Application Programming Interface) to develop an application. Learning by following some examples will hopefully decrease the amount of time needed to begin to code in Java.<<less
Added: 2007-08-22 License: Free Non-Commercial Price: $0.00USD
21 downloads
Drawing Pad in Java
A simple Drawing Pad on which the user can draw some lines and shapes by using the mouse. more>> A simple Drawing Pad on which the user can draw some lines and shapes by using the mouse.<<less
Added: 2005-12-28 License: Freeware Price: $0.00USD
12 downloads
Sending email using CDOSYS ( THE REAL DEAL )
If you are using a Windows 2000 / 2003 Server, or even XP Pro chances are that CDOSYS is your best bet for sending email from Active Server Pages. That is because CDOSYS is installed on all of them by more>> If you are using a Windows 2000 / 2003 Server, or even XP Pro chances are that CDOSYS is your best bet for sending email from Active Server Pages. That is because CDOSYS is installed on all of them by default. Gone are the days of using CDONTS which was the old way of sending email from ASP. CDOSYS is its replacement. That being said there are actually a lot of ways to configure and use CDOSYS. When I 1st started using CDOSYS I assumed the CDOSYS code I was using would work in any situation, but that is not the case. This is something most articles about CDOSYS do not mention so I am going to show you 3 different CDOSYS examples each sending email using a slightly different method.<<less
Added: 2005-06-25 License: Freeware Price: Free
1613 downloads
Time-based Progress Bar
Time-based Progress Bar offers you an excellent and free product which is a fully customizable time based progress bar. more>>
Time-based Progress Bar offers you an excellent and free product which is a fully customizable "time based" progress bar. Set any duration (ie: 10 seconds) for the script to finish loading the bar. A great script to provide graphical countdown to any action that involves a delay before execution.
Here are a few practical examples on using the script:
- To create a countdown before navigating to a new page
- To scare your visitors by pretending to, for example, scan or upload their harddrive
- To create a timer (ie: for use in a quiz or game)
Added: 2007-05-24 License: Freeware Price: Freeware
downloads
Advanced mask example with action script
Using this detailed lesson I will show you how to drag mask example using the mouse and action script code. more>> Using this detailed lesson I will show you how to drag mask example using the mouse and action script code.<<less
Added: 2008-05-15 License: Freeware Price: $0.00USD
12 downloads
Displaying XML to DataGrid
In this source code we will look at how to read an XML data source and how to put it on our ASP.NET page. For this example you can use a sample XML file putting same folder with our source code. . more>> In this source code we will look at how to read an XML data source and how to put it on our ASP.NET page. For this example you can use a sample XML file putting same folder with our source code. .<<less
Added: 2006-09-26 License: Freeware Price: Free
1134 downloads
AI Application Programming Ruby port
AI Application Programming Ruby port - A port from C to Ruby of the examples in M. Tim Jones excellent book "AI Application Programming". more>> AI Application Programming Ruby port provides users with an ideal port from C to Ruby of the examples in M. Tim Jones excellent book "AI Application Programming".
Added: 2007-06-06 License: Other Free / Open Source License - Ruby License Price: OtherFreeOpenSourceLicenseRubyLicense
14 downloads
AndreaPHP Programming
AndreaPHP provides free PHP source code, webmaster resources, scripts, tips and tricks, programming techniques, discussion board and downloads all for free more>> AndreaPHP provides free PHP source code, webmaster resources, scripts, tips and tricks, programming techniques, discussion board and downloads all for free<<less
Added: 2005-05-11 License: Freeware Price: Free
1627 downloads
Build Web Based Database Applications without Programming 1.0
Eobby.com - Create your own Web Based Application in Minutes Step 1 - Define What You Want Define your new application based on the how you want it to work without worry about programming or the hassle of hiring expensive programmers. Step 2 more>> Eobby.com - Create your own Web Based Application in Minutes Step 1 - Define What You Want Define your new application based on the how you want it to work without worry about programming or the hassle of hiring expensive programmers. Step 2 -Define How it Looks Customize your new application the way YOU want. Step 3 - Its Ready to Go!! Deploy your new application with the following options: 1. Host it on our site for free. 2. Deploy the code to your website. 3. Deploy to Windows and run it on your PC or Laptop.<<less
Added: 2007-04-20 License: Freeware Price: $0.00USD
18 downloads
Simple Google Sitemap Generator 1.0
This online simple script generates the Google sitemap from a given url using the Curl library and the preg_match function. Its easy to add features to this script. There is an example of use along with the code description. more>> This online simple script generates the Google sitemap from a given url using the Curl library and the preg_match function. Its easy to add features to this script. There is an example of use along with the code description.<<less
Added: 2006-12-22 License: Other Price: $0.00USD
12 downloads
Other version of Simple Google Sitemap Generator
License:Other Free / Open Source License
qsort: sorting array of strings, integers and structs
qsort() is standard C function for sorting arrays. It is defined by ISO C standard, and implemented in most C/C++ standard libraries(stdlib.h). This article contains an example of using qsort() for so more>> qsort() is standard C function for sorting arrays. It is defined by ISO C standard, and implemented in most C/C++ standard libraries(stdlib.h). This article contains an example of using qsort() for sorting integers, strings and structs.<<less
Added: 2007-06-25 License: Other Free / Open Source License Price: Free
626 downloads
IPTABLES Firewall Security Script Example 1.0
My personal firewall script under Slackware Linux 9.0 and iptables. This is handy if you have never seen iptables before or dont know how to run them, you can use this as an example. more>> My personal firewall script under Slackware Linux 9.0 and iptables. This is handy if you have never seen iptables before or dont know how to run them, you can use this as an example.<<less
Added: 2005-06-20 License: Freeware Price: $0.00USD
19 downloads
Steam Stats xml api 1b
Steamstats is meant to be a api to the xml stats from a steamcast server http://steamcast.com Out of the box there is an example script you can use to get an idea on how to custom program your application web views as well as utilization for various more>> Steamstats is meant to be a api to the xml stats from a steamcast server http://steamcast.com Out of the box there is an example script you can use to get an idea on how to custom program your application web views as well as utilization for various background tasks via cron.<<less
Added: 2006-08-21 License: GPL Price: $0.00USD
11 downloads
Other version of Steam Stats xml api
License:GPL
Difference between HashMap and HashTable 1.0.0
Both provide key-value access to data. The Hashtable is one of the original collection classes in Java. HashMap is part of the new Collections Framework, added with Java 2, v1.2. The key difference between the two is that access to the Hashtable is more>> Both provide key-value access to data. The Hashtable is one of the original collection classes in Java. HashMap is part of the new Collections Framework, added with Java 2, v1.2. The key difference between the two is that access to the Hashtable is synchronized on the table while access to the HashMap isnt. You can add it, but it isnt there by default.<<less
Added: 2007-05-24 License: Freeware Price: $0.00USD
12 downloads
Database Converter 1.0
If you want to switch your current plain text database to a new CGI script, which uses a different format, Database Converter will do the job for you. Most of the time you will have hundreds of lines of data in a database file, changing it manually to more>> If you want to switch your current plain text database to a new CGI script, which uses a different format, Database Converter will do the job for you. Most of the time you will have hundreds of lines of data in a database file, changing it manually to get it ready for a new script would take you a long time. Heres an example: Youve been using a search engine CGI for a long time now, but you just found a much better one, such as our own Smart Search :) So you install the new script. Now, you dont want to lose your old search engine database, and it would take forever to convert it manually. Lets say your current database stores info like this "title of site, address, description", and the new one requires info to be in this format "address, webmaster e-mail, title of site, description". Well that would be a little problem, wouldnt it? Not with Database Converter though!<<less
Added: 2005-08-15 License: Freeware Price: $0.00USD
14 downloads
Other version of Database Converter
License:Freeware
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above database programming examples using hashmap in java search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed