Members Area




Top Software Keywords
java download
css download
javascript download
gallery download
ajax download
slideshow download
image download
html download
applet download
code download
web download
javascript menu download
effects download
menu download
vista download
javascript editor download
web design download
popup download
web menu download
website download
dhtml menu download
javascripts download
scripts download
navigation download
rollover download
authoring download
menus download
web development download
webmaster download
dhtml download


Page: « Previous 1 2 3 4 Next »
Sort software by:  relevance | title | downloads | rating | date
Freeware

TimeZones 1.9 download


... all the timezones 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 your default timezone and whether daylight savings is currently in effect. ...
Details   Download   Add to Watch List
Freeware

Spinner 1.0 download


... to add hex and formatted dollar input/output for Java JSpinner to your own Java programs. Spinner offers two NumberFormatter classes you can ... icon? That's what the up/down control on a Java JSpinner looks like. ...
Details   Download   Add to Watch List
Freeware

Sound 1.4 download


Sound lets you mathematically create sounds in Java. You define your sounds in terms of 16-bit ... Sound.java with folder names into the commindprodsound directory. java com.mindprod.sound.Sound ...
Details   Download   Add to Watch List
Freeware

SortedArrayList 1.3 download


This is a pair of library classes to include in your own code for manipulating ArrayLists. It consist of two classes: SortedArrayList and Merge. SortedArrayList is an ArrayList that remembers how it is sorted, so that if you ask it to sort, it can sometimes bypass the work when it is ...
Details   Download   Add to Watch List
Freeware

Pentium 1.5 download


... is designed to be incorporated in your own Java progams. You can also use it as a standalone utility with: java.exe -jar pentium.jar The nativepentium.dll must be on the path, e.g. in the current directory. In JDK 1.5, the DLL can be in the jar ...
Details   Download   Add to Watch List
Freeware

Password 1.4 download


... generator. The passwords are generated locally in a Java Applet. They are never transmitted over the Internet, ... it as a standalone program, invoking it with java com.mindprod.password.Password or password.jar ...
Details   Download   Add to Watch List
Freeware

Official Encoding 1.1 download


... 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 ... OS, (e.g. Win2K/XP/Vista/OSX/Linux/Solaris/Vista64/AIX...) so long as you have Java version 1.5 or later installed. Installing: Download source ... an application or Applet. First install a recent Java JDK or JVM. To install, extract the zip ...
Details   Download   Add to Watch List
Freeware

Mouse 1.4 download


In Java, allows you to find out where the mouse ... apps. This has similar function to MouseInfo.getPointerInfo in Java 1.5+. This class will work in any version of Java. It uses JNI and a DLL, so it ... any time by calling: Point p = com.mindprod.mouse.Mouse.getWhereMouseIsOnScreen() Java and C source included. You can test the ...
Details   Download   Add to Watch List
Freeware

KeyPlayer 1.4 download


Java Keystroke and Mouse Event Tutor. Application to let ... names) option. To run as an application, type: java -jar C:commindprodkeyplayerkeyplayer.jar adjusting as necessary to account for where the jar file is. Version 1.1 avoids dumping control chars to the console. Version 1.3 adds a PAD and icon. renamed from keyplay ...
Details   Download   Add to Watch List
Freeware

HunkIO 1.6 download


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 method that is more convenient to use than Sun's File.createTempFile. It also includes PrintWriterPlus that converts linefeeds to platform specific line feeds even when ...
Details   Download   Add to Watch List
Freeware

Http 2.0 download


http is a small library of Java classes to let you do HTTP CGI GET and POST to a server. It will also encode parameter pairs for you. It does nothing on its own. It is intended to be incorporated into your own programs. To see a sample use have ...
Details   Download   Add to Watch List
Freeware

FileTransfer 2.5 download


... copy, download and upload files from within a Java program. Also contains a command-line utility to download files. Fully commented Java source is provided. It is now comes in four parts, MiniFileTransfer, FileTransfer and MaxiFileTransfer, Download depending on how much functionality you require. Now supports ...
Details   Download   Add to Watch List
Freeware

FileTimes 1.9 download


Java class library to get/set file and directory times: ... Times Create/LastAccessed/LastModified with a JNI native code class. Java and JNI you include in your own code. You can test with C: CD com.mindprod.filetimes java com.mindprod.filetimes.FileTimes and ensuring nativefiletimes.dll is on the path, ... nanoseconds with 10,000 times as much precision as Java's 1 ms. This means if you copy a ...
Details   Download   Add to Watch List
Freeware

FileIO 5.7 download


I/O teaching tool that generates sample Java source code to read or write the console, a sequential file, a random access file, a String, an array of characters, an array of bytes, URL, HTTP CGI GET/POST, Socket or Pipe. It shows you how to read or write ASCII-8 bit characters ...
Details   Download   Add to Watch List
Freeware

Encodings 1.6 download


... names) option. To run as an application, type: java -jar C:commindprodencodingsencodings.jar adjusting as necessary to account for where the jar file is. ...
Details   Download   Add to Watch List
Freeware

Encoding Recogniser 1.1 download


... characters in any of the encodings supported by Java. This program runs under any OS, (e.g. Win2K/XP/Vista/OSX/Linux/Solaris/Vista64/AIX...) so long as you have Java version 1.5 or later installed. To install, Extract ... names) option. To run as an application, type: java -jar E:commindprodencodingrecognizerencodingrecogniser.jar adjusting as necessary to account for ...
Details   Download   Add to Watch List
Freeware

Comparators 1.4 download


Java classes to include in your programs. Includes: HTMLArrayComparator.java: ... though you can run the debugging harness with: java com.mindprod.comparators.Comparators Why the orange slice logo? Comparing apples and oranges, though Comparators are primarily for comparing Objects of the same class. ...
Details   Download   Add to Watch List
Freeware

Boyer 1.5 download


... Boyer-Moore algorithm. Incorporate this class into your own Java programs to rapidly search strings. use: import com.mindprod.Boyer.Boyer; ... Boyer b = new Boyer("dogcatwombat"); int where = b.indexOf("cat"); or int where = Boyer.indexOf("dogcatwombat","cat"); Boyer-Moore is about twice as fast as String.indexOf when the string you are searching in is 2K or ...
Details   Download   Add to Watch List
Freeware

Base64 1.9 download


... confuse Base64 with x-www-form-urlencoded which is handled by java.net.URLEncoder.encode/decode or Base64u. Base64 armouring uses only the characters ... ends with a String, see Example.java to run: java.exe com.mindprod.base64.Example ...
Details   Download   Add to Watch List
Shareware, $29.95

PMVR - Patented Mappable VR 6.6b download


PMVR is a Java applet that displays 360 degree panoramic images in ... 'field-of-view' seen in the panorama). Full integration with JavaScript allows for excellent customization by you or your web master. The included VirtualTourEditor.exe (Windows only) makes authoring your virtual tour as simple as a couple of mouse clicks. Just ...
Details   Download   Add to Watch List
Shareware, $79.99

Java Code Library 1.9.0.156 download


Java Code Library is a powerful multi-language source code Library with the following benefits: 1. Built-in library with 50,000++ lines of code 2. Quick and powerful search engine 3. Powerful printing capability 4. Password protection & strong 448 bits encryption (optional) 5. User notes & attachments handling 6. Favorites & ...
Details   Download   Add to Watch List
Freeware

JavaScript Collector 1.1.04 download


JavaScript Collector is an offline searchable snippet database stuffed with over 200 ready-to-use JavaScripts with the installation package, which you can preview ... you can easily preview the output of the JavaScript without any coding in your favorite browser. Just sit back and relax and let the JavaScript Collector do the work for you. With ...
Details   Download   Add to Watch List
Freeware

LEDataStream 1.8 download


... except they work with little-endian binary data. Normally Java binary I/O is done with big-endian data, with ... and write such files. Source code provided. The java.nio (new I/O) package that is new with JDK1.4 has ByteBuffer and friends that support big and little endian. That way you don't need LEDataStream. ...
Details   Download   Add to Watch List
Freeware

LazyJ 1.0.5 download


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, easy file uploading from servlets or JSPs, notifications framework (email and Yahoo! Messenger included) and many other nice ...
Details   Download   Add to Watch List
Freeware

Panorado Applet 2.2 download


The Panorado Java applet enables you to design websites with interactive ... is platform-independent and executable on all browsers supporting Java 1.4 (or newer). It is downloaded automatically along ... For those who are familiar with HTML and JavaScript, it offers a programming interface which allows the creation of virtual tours, web ...
Details   Download   Add to Watch List
Page: « Previous 1 2 3 4 Next »
Sort software by:  relevance | title | downloads | rating | date