How to view the contents of a jar file. Command // From the cmd line jar -tvf fileName.jar Example Output…
REM filename: openAndORCreateFileTXT.bat rem\ >> file.txt && file.txt The following will open a existing file named file.txt. However, it if…
Groovy Code /** * @function printAllMethods * @purpose Prints an objects class name and then list the associated class functions.…
This post improves the code at "Code of the Day Javascript Decimal to fraction" by using Euclid's Algorithm to find…
Source: mivk from StackOverflow.com Code /** @function dec2frac @returns string @purpose Convert a decimal to a fraction */ function dec2frac(d)…
What's Groovy? Groovy is an agile and dynamic language for the Java Virtual Machine and much more. Check out the…
Hey Everyone, Here's a old script that I made back in 2007 called gallery Lister. Basically it's a simple link…