irrFuscator is an ActionScript obfuscator. It protects .SWF files as well as .AS and .MXML files, no matter if you…
Searches a set of files for several strings, for matches, non matches or regex. You can specify several strings or…
If HTML the document contains independent blocks of tags (not having other parents, except BODY) it can be divided into…
Sorts and DeDups Funduc *.srs Search and Replace Scripts. Be careful. Sorting a script may it behave differently since SR…
FastCat is a streamlined version of StringBuilder that does not allocate a buffer until the very last minute, and allocates…
Java classes to include in your programs. Includes: HTMLArrayComparator.java compares two arrays of Strings of HTML, ignoring embedded tags. HTMLComparator.java…
Fast string search (indexOf) using the Boyer-Moore algorithm. Incorporate this class into your own Java programs to rapidly search strings.…
Base64 is a freeware way of encoding 8-bit characters using only ASCII printable characters similar to UUENCODE. UUENCODE embeds a…
I/O teaching tool that generates Java source code to read or write the console, a sequential file, a random access…
Converts 32-bit Unicode codePoints to 16-bit surrogate pairs for Java String literals. It lets you enter String literals containing unsupported…