Archive for the 'Software' Category
I have released another Google gadget. This one is similar to the Java Search gadget but has options to search the documentation for languages other then Java.
So far the languages/technologies that have search options are:
Java, PHP, Ruby, CSS, HTML, Linux command line, MySQL, PostgreSQL and Javascript.
Bellow the gadget is embedded into the page so […]
When you have a lot of jar files that need to be loaded into the CLASSPATH especially if the jar’s are upgraded and change there name often, updating the Manifest file or the command line arguments is a pain.
This script will load all of the jars from a lib dir before starting up your […]
str = ‘6b 75 6d 6b 65 65 65 2e 63 6f 6d’
str.split(’ ‘).each { |val|
print val.hex.chr
}
or you could just use centricle.com ASCII - HEX Converter
The MySQL slow query log parser converts your slow query logs in to a more usable format.
It also adds some interesting information like median and average times.
For more information on it and a link to download the script go to the MySQL Slow Query Log Page
UPDATE: A new version of this gadget has been released. It is called the Developer Search Gadget and can be found here.
This version has support for languages other then Java like Ruby, PHP, CSS, and JavaScript etc.
The Java search Google Gadget searches the JavaDocs and Other API documentation for common API’s that I […]
Moving code to a different Subversion repository can be a pain in the ass at the best of times and having pesky .svn directories all over the places isn’t going to help things in the slightest!
Here is a easy way to recursively remove all of the .svn directories under the current one.
It only works […]
This is how to insert an iframe into your HTML page and have it look like its a part of the page with no scroll bars etc, kinda like an SSI include.
1) Download and follow the instructions for the iframe SSI II include script by dynamic drive
2) If the page that you are […]
AboutYou are currently browsing the Lee Kemp's Blog weblog archives for the 'Software' category. Longer entries are truncated. Click the headline of an entry to read it in its entirety. |