Class | Description |
---|---|
Ascii |
Outputs the readable ASCII table from 32 to 127.
|
Binary |
Attempts to convert a string of zeroes and ones
into readable text using a variety of encodings.
|
BinaryDiff |
Compares two binary files, outputting their differences in human-readable
form.
|
CompareTrees |
Compares the paths specified as command line arguments, outputting all
differences between them (i.e., files and directories present in one path
but not in the other).
|
CreateThumbnail |
This file is used in the 'publish' cron job.
|
DownloadURL |
A poor, barebones impression of wget.
|
DumpClass |
Uses reflection to print a bunch of information about a class.
|
EditDistance |
Computes minimum edit distance between two strings.
|
FileOpsTest |
Tests performance of File.exists() vs File.listFiles().
|
FixEOLSpaces |
Scans text files for end-of-line spaces or tabs, and
multiple consecutive blank lines, and removes them.
|
LineLength |
Scans text files for lines longer than a specified length.
|
RandomPass |
Generates random passwords.
|
SortList |
Sorts a text file alphabetically, removing duplicates.
|
SysProps |
Dumps all Java system properties.
|
TestMem |
A little GUI for testing Java memory behavior.
|
UniqueTraces |
Reads in a bunch of stack traces from standard input,
filters out duplicates and outputs what's left.
|
UnusedImports |
Scans Java source files for unused and package imports.
|
Copyright © 2015–2022 SciJava. All rights reserved.