|
Project Information
Featured
|
My 2 cents- Sparkle: Code highlighting for the desktop. It is an Adobe AIR application where in you can paste your code snippets and get HTML code that displays colorized code. Grab the AIR file.
- Ant Tasks: Custom ant tasks to achieve some basic functionality.
- AIR Version Task: Update the version number in Adobe AIR application's descriptor file.
- Code Samples: Some basic code samples from my blog.
- Ascii To Integer: A simple atoi() implementation in Java.
- First Occurrence: A simple indexOf() implementation in Java.
- AIR HTML Context Sensitive Menu: Display context sensitive menus over hyperlinks in Adobe AIR HTML control
- Convert Number to Base 10: Java code that converts a given number (of base unknown) to a Base 10 number.
- encode/decode URI Component: Java implementations for encodeURIComponent and decodeURIComponent functions
- Book Renamer: A command line JAVA tool to rename books on disk as per their ISBN number, obtaining information from http://isbndb.org via the webservice.
|