Class: Toolbox
Language: Java 7
Platform: Any
A toolbox for java source code snippets that (hopefully) help getting stuff done.
To use the com.asofterspace.toolbox package in some other project when using eclipse, right-click on the other project, select Build Path > Configure Build Paths, and in the opening window select Projects, and add this project (Toolbox) there... Immediately, it should start to work! =)
To build the classes contained in the toolbox and run the self-tests, execute under Windows:
build.bat
Or under Linux:
./build.sh
We at A Softer Space really love the Unlicense, which pretty much allows anyone to do anything with this source code. For more info, see the file UNLICENSE.
If you desperately need to use this source code under a different license, contact us - I am sure we can figure something out.