Filters
Categories
Top downloads
- Windows Installer Cl...
- Kindle for PC 2.5.70951
- Opera Mini for Java ...
- Trojan Remover 6.9.6...
- Avast Virus Definiti...
- SmartSniff 2.30
- Windows 7 Service Pa...
- PlayStation Portable...
- Total Commander 11.03
- UC Browser for Java ...
- Unlocker 1.9.2
- VMware Workstation P...
- AutoCorect 4.1.5
- Microsoft Zune 4.8.2...
- EaseUS Partition Mas...
Java & JavaScript Editors
Sort by:
Credit Card Validator 1.8
The CreditCard Validator will help you tell: (1) if a credit card number is valid (2) which credit card vendor handles that number. It validates the prefix and the checkdigit. It does *not* contact the credit card company.
The CreditCard Validator will help you tell: (1) if a credit card number is valid (2) which credit card vendor handles that number. It validates the prefix and the checkdigit. It does *not* contact the credit card company.
Freeware,
Updated 11 November 2016
Downloads
4,515
4,515
Last week
1
1
Encoding Recogniser 1.2
Help determine a file's encoding by displaying it wth any of the supported encodings in hex and in decoded characters.
Help determine a file's encoding by displaying it wth any of the supported encodings in hex and in decoded characters.
Freeware,
Updated 11 November 2016
Downloads
3,368
3,368
Last week
4
4
WaveLength 1.3
Wavelength creates Color objects given the wavelength or the frequency of the light rather than the usual RGB or HSB. instead of: Color c = new Color(255, 0, 0); use the frequency in nanometers, and gamma 0.0. .. 1.0. (gamma is intensity/brightness .)
Wavelength creates Color objects given the wavelength or the frequency of the light rather than the usual RGB or HSB. instead of: Color c = new Color(255, 0, 0); use the frequency in nanometers, and gamma 0.0. .. 1.0. (gamma is intensity/brightness .)
Freeware,
Updated 11 January 2017
Downloads
3,343
3,343
Last week
1
1
File Transfer 2.6
Includes classes to let you copy, download and upload files from within a Java program. Also contains a command-line utility to download files. Usually you embed these classes in your own program rather than using them standalone.
Includes classes to let you copy, download and upload files from within a Java program. Also contains a command-line utility to download files. Usually you embed these classes in your own program rather than using them standalone.
Freeware,
Updated 15 May 2017
Downloads
2,172
2,172
Last week
2
2
Mouse Position Detector 1.5
In Java, allows you to find out where the mouse in on the screen, even when it is not over one of your apps. This has similar function to MouseInfo.getPointer Info in Java 1.7+. This class will work in any version of Java. It uses JNI and a DLL.
In Java, allows you to find out where the mouse in on the screen, even when it is not over one of your apps. This has similar function to MouseInfo.getPointer Info in Java 1.7+. This class will work in any version of Java. It uses JNI and a DLL.
Freeware,
Updated 15 May 2017
Downloads
2,099
2,099
Last week
1
1
Entity Strip/Insert 3.3
Consists of a pair of utilities that let you convert/strip/insert HTML/XML/XHTML entities such as _amp;- and _quot; from files converting them back and forth to their equivalent single characters
Consists of a pair of utilities that let you convert/strip/insert HTML/XML/XHTML entities such as _amp;- and _quot; from files converting them back and forth to their equivalent single characters
Freeware,
Updated 15 May 2017
Downloads
2,042
2,042
Last week
3
3
Sound 1.4
Sound lets you mathematically create sounds in Java. You define your sounds in terms of 16-bit linear code for the waveform, -- an array of samplings. The U_Law.class will then convert that to (or from) *.AU mu-law 8-bit encoding format.
Sound lets you mathematically create sounds in Java. You define your sounds in terms of 16-bit linear code for the waveform, -- an array of samplings. The U_Law.class will then convert that to (or from) *.AU mu-law 8-bit encoding format.
Freeware,
Updated 15 May 2017
Downloads
1,981
1,981
Last week
1
1
JDisplay 4.7
JDisplay displays Java, HTML, bat, SQL, ini, csv, xml, mproperties... files a variety of colours, fonts, sizes and weights to help make them more presentable. Why would you use it? For the same sorts of reasons you use colours and fonts in an IDE.
JDisplay displays Java, HTML, bat, SQL, ini, csv, xml, mproperties... files a variety of colours, fonts, sizes and weights to help make them more presentable. Why would you use it? For the same sorts of reasons you use colours and fonts in an IDE.
Freeware,
Updated 15 May 2017
Downloads
1,908
1,908
Last week
2
2
HTTP GET/POST 3.2
http is a small library of Java classes to let you do HTTP GET/POST/HEAD/PROBE/ CHASE to a server with http: or https:. Also encodes parameter pairs for you. It does nothing on its own. It is intended to be incorporated into your own programs.
http is a small library of Java classes to let you do HTTP GET/POST/HEAD/PROBE/ CHASE to a server with http: or https:. Also encodes parameter pairs for you. It does nothing on its own. It is intended to be incorporated into your own programs.
Freeware,
Updated 16 March 2017
Downloads
1,900
1,900
Last week
1
1
KeyPlayer 1.5
Java Keystroke and Mouse Event Tutor / Keyboard Diagnostic. Application to let you experiment to learn how mouse and keystroke events work. Output appears on the console. Just click the mouse or hit keystrokes to see the events generated.
Java Keystroke and Mouse Event Tutor / Keyboard Diagnostic. Application to let you experiment to learn how mouse and keystroke events work. Output appears on the console. Just click the mouse or hit keystrokes to see the events generated.
Freeware,
Updated 7 February 2017
Downloads
1,830
1,830
Last week
1
1
ISBN Amanuensis 2.5
Helps you proofread, interconvert, validate and tidy ISBN-10 and ISBN-13 (International Standard Book Number) references in your HTML or other documentation. It validates the checkdigit, inserts dashes, interconverts ISBN-10 and ISBN-13.
Helps you proofread, interconvert, validate and tidy ISBN-10 and ISBN-13 (International Standard Book Number) references in your HTML or other documentation. It validates the checkdigit, inserts dashes, interconverts ISBN-10 and ISBN-13.
Freeware,
Updated 11 January 2017
Downloads
1,752
1,752
Last week
3
3
In Words 4.6
Java code to converts number to words in any of 24 languagues. Useful for writing cheques or legal documents.
Java code to converts number to words in any of 24 languagues. Useful for writing cheques or legal documents.
Freeware,
Updated 16 March 2017
Downloads
1,741
1,741
Last week
1
1
Boyer 1.5
Fast string search (indexOf) using the Boyer-Moore algorithm. Incorporate this class into your own Java programs to rapidly search strings. Boyerr-Moore is about twice as fast as String.indexOf when the string you are searching in is 2K.
Fast string search (indexOf) using the Boyer-Moore algorithm. Incorporate this class into your own Java programs to rapidly search strings. Boyerr-Moore is about twice as fast as String.indexOf when the string you are searching in is 2K.
Freeware,
Updated 15 May 2017
Downloads
1,732
1,732
Last week
1
1
Pentium/AMD CPU ID 1.6
Pentium works in Java on Windows and Intel Pentium class and AMD CPUs to determine the CPUID information such as the vendor, brand/model, step, model, instruction set family, cpu serial number, and the RDTSC Time stamp register.
Pentium works in Java on Windows and Intel Pentium class and AMD CPUs to determine the CPUID information such as the vendor, brand/model, step, model, instruction set family, cpu serial number, and the RDTSC Time stamp register.
Freeware,
Updated 15 May 2017
Downloads
1,676
1,676
Last week
4
4
Official Encoding 1.1
Official Encoding will tell you the official name of any given Java encoding and whether it is supported by Java. It will also display some of the characters available with that encoding.
Official Encoding will tell you the official name of any given Java encoding and whether it is supported by Java. It will also display some of the characters available with that encoding.
Freeware,
Updated 7 February 2017
Downloads
1,617
1,617
Last week
6
6
TimeZones 1.9
Displays all the TimeZone on your machine supported by Java, with their standard time and daylight saving time offsets from GMT, along with the their ID (programmer) names and display names. It also displays UTC time, local time and the default TZ.
Displays all the TimeZone on your machine supported by Java, with their standard time and daylight saving time offsets from GMT, along with the their ID (programmer) names and display names. It also displays UTC time, local time and the default TZ.
Freeware,
Updated 11 January 2017
Downloads
1,606
1,606
Last week
1
1
Spinner 1.1
Spinner consists of source for classes for a DateSpinner and to add hex and formatted dollar input/output for Java JSpinner to your own Java programs.
Spinner consists of source for classes for a DateSpinner and to add hex and formatted dollar input/output for Java JSpinner to your own Java programs.
Freeware,
Updated 15 May 2017
Downloads
1,576
1,576
Last week
3
3
Volser 1.3
Gets the 4-byte 32-bit binary volume serial number of a Windows disk drive assigned when it is formatted to provide and almost unique id.
Gets the 4-byte 32-bit binary volume serial number of a Windows disk drive assigned when it is formatted to provide and almost unique id.
Freeware,
Updated 15 May 2017
Downloads
1,519
1,519
Last week
1
1
LEDataStream 1.8
Little-endian replacements for DataInputStream, DataOutputStream and RandomAccessFile. They work just like DataInputStream, DataOutputStream and RandomAccessFile except they work with little-endian binary data.
Little-endian replacements for DataInputStream, DataOutputStream and RandomAccessFile. They work just like DataInputStream, DataOutputStream and RandomAccessFile except they work with little-endian binary data.
Freeware,
Updated 15 May 2017
Downloads
1,482
1,482
Last week
4
4
Encodings 1.7
Applet to list all supported encodings (character sets) supported by your browser/java.
Applet to list all supported encodings (character sets) supported by your browser/java.
Freeware,
Updated 7 February 2017
Downloads
1,442
1,442
Last week
1
1
FilenameFilters 2.7
FilenameFilters you can use in your own Java programs with File.list( FilenameFilter f ). They can also be used standalone as fancy dir commands. Also includes CommandLine to parse command line and collects directory trees.
FilenameFilters you can use in your own Java programs with File.list( FilenameFilter f ). They can also be used standalone as fancy dir commands. Also includes CommandLine to parse command line and collects directory trees.
Freeware,
Updated 15 May 2017
Downloads
1,348
1,348
Last week
5
5
Hunk I/O 1.9
Java classes to include in your own programs. They let you read or write a file in one fell swoop into RAM. It also includes createTempFile and PrintWriterPlus.
Java classes to include in your own programs. They let you read or write a file in one fell swoop into RAM. It also includes createTempFile and PrintWriterPlus.
Freeware,
Updated 11 November 2016
Downloads
1,345
1,345
Last week
1
1
Comparators 1.4
Java classes to include in your programs. Includes: HTMLArrayComparator. java compares two arrays of Strings of HTML, ignoring embedded tags. HTMLComparator.java compares two Strings of HTML, ignoring embedded tags.
Java classes to include in your programs. Includes: HTMLArrayComparator. java compares two arrays of Strings of HTML, ignoring embedded tags. HTMLComparator.java compares two Strings of HTML, ignoring embedded tags.
Freeware,
Updated 15 May 2017
Downloads
1,300
1,300
Last week
4
4
FileTimes 2.0
Read and set Windows file/dir times from Java: Create/LastModified/ LastAccessed. Create time is when the file was first written. LastModified is when the file was last written. Accessed time is when the file was last read or written.
Read and set Windows file/dir times from Java: Create/LastModified/ LastAccessed. Create time is when the file was first written. LastModified is when the file was last written. Accessed time is when the file was last read or written.
Freeware,
Updated 14 May 2017
Downloads
1,189
1,189
Last week
5
5
CommandLine 2.6
CommandLine parses the command line for a description of a set of files and converts it into a list of individual files to process. CommandLine does nothing by itself. It is library code you can incorporate into your own Java programs.
CommandLine parses the command line for a description of a set of files and converts it into a list of individual files to process. CommandLine does nothing by itself. It is library code you can incorporate into your own Java programs.
Freeware,
Updated 14 May 2017
Downloads
940
940
Last week
6
6
SurrogatePair 1.1
Converts 32-bit Unicode codePoints to 16-bit surrogate pairs for Java String literals Lets you enter String literals containing unsupported C-style \Uxxxxxxxx escape sequences and it converts them to Java-supported surrogate pair escape sequences.
Converts 32-bit Unicode codePoints to 16-bit surrogate pairs for Java String literals Lets you enter String literals containing unsupported C-style \Uxxxxxxxx escape sequences and it converts them to Java-supported surrogate pair escape sequences.
Freeware,
Updated 14 May 2017
Downloads
905
905
Last week
2
2
DHTMLX JavaPlanner 1.5
DHTMLX JavaPlanner is a rich Ajax-powered web control for Java. It allows creating full-featured attractive event and booking calendars, time planners, job schedulers and task managers in Java.
DHTMLX JavaPlanner is a rich Ajax-powered web control for Java. It allows creating full-featured attractive event and booking calendars, time planners, job schedulers and task managers in Java.
Freeware,
Updated 11 September 2015
Downloads
695
695
Last week
2
2
HybridJava Compiler 1.09
Simple component-oriented MVC Java Web Framework alternative to JSF, Wicket, Tapestry, Click etc. Very compact documentation. An intuitive compilable language defined as a merge of Java and HTML formal grammars. Pure Java. Runtime is Open Source
Simple component-oriented MVC Java Web Framework alternative to JSF, Wicket, Tapestry, Click etc. Very compact documentation. An intuitive compilable language defined as a merge of Java and HTML formal grammars. Pure Java. Runtime is Open Source
Freeware,
Updated 9 February 2014
Downloads
418
418
Last week
4
4
LazyJ 1.0.6
LazyJ is a rapid development framework for Java-based WEB applications. It includes a very fast template engine, page caching and data caching, database wrapper with connection pooling, database-backed sessions, time-bounded servlet execution.
LazyJ is a rapid development framework for Java-based WEB applications. It includes a very fast template engine, page caching and data caching, database wrapper with connection pooling, database-backed sessions, time-bounded servlet execution.
Freeware,
Updated 25 September 2024
Downloads
410
410
Last week
2
2
Biorhythmus-Applet 4.0
Free biorhythm applet with a high level of customization of look and feel. It also can easily be localized to any language just by editing the applets parameters in the embedding HTML code. You may use this applet freely on your website.
Free biorhythm applet with a high level of customization of look and feel. It also can easily be localized to any language just by editing the applets parameters in the embedding HTML code. You may use this applet freely on your website.
Freeware,
Updated 7 March 2011
Downloads
372
372
Last week
1
1