... Uses JNI and C++ native code. Consists of java and JNI you include in your own code. You can test with C: CD com.mindprod.volser java.exe com.mindprod.volser.Volser and ensuring nativevolser.dll is on the path, ... { // get DLL loaded from somewhere on java.library path. System.loadLibrary( "nativevolser" ); // if have troubles
... 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. ...
... 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. ...
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 ...
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 ...
... 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 ...
... 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 ...
... 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 ...
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 ...
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 ...
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 ...
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 ...
... 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 ...
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 ...
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 ...
... names) option. To run as an application, type: java -jar C:commindprodencodingsencodings.jar adjusting as necessary to account for where the jar file is. ...
... 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 ...
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. ...
... 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 ...
... 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 ...
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 ...
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 ...
... 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. ...
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 ...