A set of tools for creating perfect ice for your at-home cocktails.
I guess if you are one of those people who gets annoyed at ice cubes that aren’t perfectly clear, this is for you. (via Tools and Toys)
A set of tools for creating perfect ice for your at-home cocktails.
I guess if you are one of those people who gets annoyed at ice cubes that aren’t perfectly clear, this is for you. (via Tools and Toys)
A really cool interactive tool for learning the basics.
A tool to extract and modify EXIF data from a JPEG image.
PERL script to indent code within environments, and align delimited environments in .tex files.
Very useful.
Closure Compiler is a JavaScript optimizing compiler. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what’s left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls.
Very nifty. There’s also a web application if you don’t feel like using the JAR application directly.
Commenter Batzooh on DZone Snippets has a great way of doing it:
ยง find . -name *.DS_Store -type f -exec rm {} ;
Very useful if you’ve moved documents from a Mac to Linux.