Source Code Online Home Categories Top Code New Code Submit Code
Search
Subject Directory
 ASP
 ASP.NET
 C/C++
 CFML
 CGI/PERL
 Delphi
 Flash
 HTML
 Java
 JavaScript
 Pascal
 PHP
 Python
 SQL
 Visual Basic & VB.NET
 XML
New Code
PDF Renderer SDK 3.10.904
Bytescout PDF To HTML SDK 3.10.904
ASP.NET SAML Component for CS VB.NET 5.1.4028
DICOM Image Viewer SDK ActiveX 8.15
VISCOM Screen to Video Gold SDK ActiveX 2.06
DHTMLX JavaPlanner 1.2
Bytescout PDF Viewer SDK 3.10.904
.NET SFTP Component in CS VB.NET ASP.NET 5.1.4028
Faxmind Email to Fax Server 1.6.5.0516
PDF Extractor SDK 3.10.899
Bytescout Image To Video SDK 2.10.715
Joyfax Server 8.10.0517
VISCOM Video Capture ActiveX SDK 6.3
VISCOM Scanner TWAIN Docx PDF SDK 3.8
Advanced Email2RSS Professional 3.55.84
Top Code
SliceMaker Deluxe V3.5
Event Calendar with Entity Framework: Quick Guide and Sample 2.2
Senna One-Page Html5 Template 1.0
Easy CSS Menu Free Edition 3.2
DHTMLX JavaPlanner 1.1
Magento One Step Checkout 1.5
DHTMLX Scheduler .NET for ASP.NET 2.2
Pass Parameters in SetInterval() function in JavaScript 0.1
Toggling Elements with JavaScript 0.1
Get File Extension in PHP 0.1
AzSDK PDF Split Merge ActiveX DLL 3.00
Properties with value checking with the option to use FormEncode validators .
Evolutionary Algorithm (Generation of Prime Numbers)
ICPennyBid - Penny auction software 3.9
Elite News Pro2 PHP RSS Reader 2.0
Top Search
Post Message To Twitter From Php Script
Photo Add Comment Php
Asp Net Projects With Free Source Code
Login Php
Admin Login Php Code
Login Php Expiration Date
Mini Projects For Computer Science Students
Free Java Projects For Students
Projects In C Language With Code
Php Projects With Source Code
Free Download Php Projects For Online Shopping
Zynga Bonus Chips Tk
Mini Project In Dbms Using Frontend Vb Backend Sql
Free Html Projects
Mini Projects In C Language
Related Search
Complete List Of Java Commands
List Of Java Commands
List Of Java Peoject
List Of Java Programs
List Of Java Project Details
Complete Reference Of Java
List Of Java Projects
List Of Java Project
List Of Java Pgojects For Bca
Main Project List Of Java
List Of Java Mini Projects
List Of Java Mini
List Of Java Projects For Computer Science Student
List Of Java Mini Project
Complete Project Of Java
 Complete List Of Java Commands 

Code 21-40 of 60   Pages: Go to  << Prior  1  2  3  Next >>  page  


A directory of Java books, development software, jobs, magazine articles, online communities, programmers, scripts & programs, tutorials, and web sites.


Advertisement




This site contains a collection of java applets that can be freely downloaded. It covers different categories like animation, multimedia, slide shows, scrollers, tickers and much more. The applets offered are SlideWays, Navajo Menu, Slider,...



This site contains a package of Java applets on scrollers, image effects and text effects. Scrollers offered are: Advanced News Scroll, Advanced Newsticker, Horizontal Menu Scroll, Advanced Typewriter Scroll. Text effects applets supported are:...



This tool facilitates the creation of Java and PHP classes in Javabeans style. It is useful if you would like to generate a class over a MySQL table that would have a constructor, saving and drop options, and the possibility to enter and query...



This script creates a scrolling list of buttons.



Utility to store list of files and directories for removable media. Doesn't require additional DLLs, ActiveX or Database Engine to be installed. Keywords search supported.



Here is a handy script that uses the simplex algorithm to compute an optimum list of refunds (for example, after a trip with shared expenses with friends).

It minimizes the number of transactions (refunds) required to reach the balance.



map() applies a function to a list of data sequentially. This is a variation to map that execute each function call concurrently in a thread.



Print (1) packages used by a binary, and (2) the list of installed patches
related to these packages. If you have a binary that works with Solaris 10 update N, but doesn't with Solaris 10 update N-2, run this script on both platform and it...



This function find the percentile of a list of values. Note that the list must be sorted already.



I found my self want to express -string- in -list of regular expressions- and so I wrote this quick object to do the trick for me. It takes a list of strings containing regular expressions, compiles them into an internal list and then using the...



Uses the SIOCGIFCONF ioctl to obtain a list of interfaces and extracts those names, returning them in a list of strings.



This recipe shows a way to generate a list of all strings (in this case, string=list of symbols) of a given alphabet having a specified length; by using list comprehensions.

UPDATE: The case for alphabet length = 1 is fixed.



This function returns a list of n-tuples from a single "flat" list.



Permutations and combinations are often required in algorithms that do a complete search of the solution space. They are typically rather large so it's best not to compute them entirely but better to lazily generate them.
This recipe uses...



Returns the convex hull (separated into upper and lower chains of vertices) and the diameter (farthest pair of points), given input consisting of a list of 2d points represented as pairs (x,y). The convex hull algorithm is Graham's scan, using a...



This component manage a list of messages in one place. You can define a two kinds of messages: L Dialog message - to show a dialog message. L Text message - a string or a TStringList message to use as you wish. All messages will be in one place so...



Use this script to add a targetted list of books or any other Amazon product to your website. Insert your Associate Id to start making money. No SQL required.



This script produces a list of the most common 1 word, 2 word and 3 word strings on a web page. It then builds a suitable keyword string which can be used within meta tags of the originating page.



With Bar chart you can convert a list of number that are in an array into a graphical presentation. The numbers can be got from anywhere as long as it is in an array. The is provision to label the bars and also to disable the labels. This...