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... |