Use the contents of a jar file.

14 years ago

How to view the contents of a jar file. Command // From the cmd line jar -tvf fileName.jar Example Output…

Code of the Day: DOS Open an existing file or create it if it doesn’t exist

14 years ago

REM filename: openAndORCreateFileTXT.bat rem\ >> file.txt && file.txt The following will open a existing file named file.txt. However, it if…

Code of the Day: Groovy Print all Methods of an object

14 years ago

Groovy Code /** * @function printAllMethods * @purpose Prints an objects class name and then list the associated class functions.…

Improved Code for Javascript Decimal to Fraction

14 years ago

This post improves the code at "Code of the Day Javascript Decimal to fraction" by using Euclid's Algorithm to find…

Code of the Day: Javascript Decimal To Fraction

14 years ago

Source: mivk from StackOverflow.com Code /** @function dec2frac @returns string @purpose Convert a decimal to a fraction */ function dec2frac(d)…

How to install Groovy 1.8.4. on Windows XP, Vista and 7.

14 years ago

What's Groovy? Groovy is an agile and dynamic language for the Java Virtual Machine and much more. Check out the…

Larry Battle Resume

14 years ago

You can find my resume on Indeed.com. Larry Battle Resume

Gallery Lister 0.6 Beta release

14 years ago

Hey Everyone, Here's a old script that I made back in 2007 called gallery Lister. Basically it's a simple link…