... 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. See homepage for ... names) option. To run as an application, type: java -jar E:commindprodencodingrecognizerencodingrecogniser.jar adjusting as necessary to account for ...
... run a batch test of any language with java com.mindprod.inwords.Polish where Polish is the name of the ... names) option. To run as an application, type: java -jar C:commindprodinwordsinwords.jar adjusting as necessary to account for where the jar file is. ...
... must be small enough to fit in RAM. Java array addressing limits the file to 2GB, though ... names) option. To run as an application, type: java -jar C:commindprodsplittersplitter.jar x.html adjusting as necessary to account for where the jar file is. ...
The CoffeeCup Free HTML Editor is a drag and drop HTML Editor with Built-in FTP uploading. It has wizards for tables, frames, forms and fonts and comes with all HTML 4.0 and XHTML tags. The Free version also includes wizards for images, links and a Quickstart so you can create web ...
Create professional looking DHTML menus for your Web site, without writing a single line of code. No HTML knowledge required. You'll make great looking professional DHTML menus for your Website in no time ! You can completely customize the colors, fonts and more. It's so easy to make your DHTML Menu ...
... also run it standalone as an application with java -jar masker.jar It also tells you what it ... names) option. To run as an application, type: java -jar C:commindprodmaskermasker.jar adjusting as necessary to account for where the jar file is. See homepage for other techniques to foil spam email harvesters. The ...
FilenameFilters you can use in your own Java programs with File.list( FilenameFilter f ). They can ... standalone as fancy dir commands. They come with Java source and include: AllDirectoriesFilter gets all directories AllFilesFilter gets all files ClamFilter simple wildcard DirListFilter gets a list of directories EndsWithFilter gets files whose names ...
JavaScript is the scripting language of the Web! JavaScript is used in millions of Web pages to ... as Internet Explorer, Mozilla, Firefox, Netscape, and Opera. Javascript Professional contains 100000 lines of Javascript source code for web page designers. Categories include ...
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 ...
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 ...
A7Soft JExamXML is an XML comparison Java based command line application. Aimed at professional java developers, this tool may be very useful for ... class library that is integrated with your own java application. Pure java architecture allows running JExamXML on heterogeneous hardware platforms. ...
... Code Generation (30 day Trial) for C++, C#, Java, VB.Net & Visual Basic - Intellisense for XML and XSD documents - Syntax Highlighting - XML Formatting. - Html Docs From XSD Schema - Fully compliant with the XSD standard - Features normally costing $$$ ...
Popup Video! is an exciting new java applet that allows you to easily create popup's like in the music videos! Simply create hotspots, popup menu location and text, and you've got a cool looking popup image! ...
DocFlex/Doclet is a template-driven multi-format Javadoc doclet. It is a freeware edition of DocFlex/Javadoc, ... doclet. MAIN FEATURES: (*) Full support of new Java 5.0 language features: Generic Types, Enums, Annotations. (*) Simultaneous support of Java 1.4 and Java 5. (*) The Standard Template Set included in the software allows instant generation of framed HTML JavaDoc similar to that generated by the standard Javadoc ...
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 ...
... 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. ...
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 ...
... names) option. To run as an application, type: java -jar C:commindprodencodingsencodings.jar adjusting as necessary to account for where the jar file is. ...
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 ...
... transformations via XQuery, and more. AltovaXML even supports Java, C#, JavaScript, and VB Script in its XSLT 1.0/2.0 engines. AltovaXML includes COM, Java, and .NET interfaces, so it can be used ...
... 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. ...
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 ...