Screenshot:
Thursday, February 3, 2011
Timezone Converter 0.1.0 Released
Screenshot:
Monday, December 27, 2010
RESTClient 2.3.3 Released
URLEncoder 1.1 Released
Saturday, September 25, 2010
Launching 0.1.0 version of xsd-gen
Wednesday, September 22, 2010
xsd-gen: New Project Launched
Sunday, August 8, 2010
RESTClient 2.3.2 Released
Downloads can be found in the usual location.
WizTools.org Commons Lib 0.2.0 Available in Maven Central Repository
<dependency>
<groupId>org.wiztools.commons</groupId>
<artifactId>wiztools-commons-lib</artifactId>
<version>0.2.0</version>
</dependency>
Tuesday, July 27, 2010
Skeletal project to get started with JA-SIG CAS Java Client
Tuesday, June 29, 2010
RESTClient 2.3.1 Released
Monday, June 21, 2010
URL Encoder 1.0.1
Friday, March 5, 2010
Amazon S3 backup cli tool updated to version 1.1
- In the previous versions we were getting this warning:
Mar 5, 2010 7:46:53 AM org.jets3t.service.utils.Mimetypes getInstance
This has been fixed now.
WARNING: Unable to find 'mime.types' file in classpath - Updated the underlying JetS3t library to the newest version.
Wednesday, March 3, 2010
Shutting down The Great Wall
Monday, March 1, 2010
Random password generation using Commons Lib 0.1.1
Commons Lib 0.1.1 Released
Tuesday, February 9, 2010
Date Arithmetic Tool
2010-02-15 + 165d
to compute the date. Download from here.
Tuesday, January 5, 2010
Bulk Mailer Perl Script
Download release 1.0.
Sunday, January 3, 2010
WizTools.org commons-lib has a new home
Regular Expression Tester 0.4.0
Download.
Wednesday, December 23, 2009
Regular Expression Tester Updated
Download. To run this:
$ java -jar re-test-0.3.0.jar
Thursday, December 3, 2009
Digest Hex Compute Tool
Download.
Monday, November 23, 2009
Regular Expression Tester
Wednesday, November 11, 2009
The Great Wall: New micro-blogging project started
Monday, November 2, 2009
jEdit macro to compact code
I developed this for creating a bookmarklet with single-line JavaScript.
For a complete list of jEdit macros published by WizTools, visit this Wiki.
Thursday, October 22, 2009
Mac OS X edition of RESTClient available
Thanks to the latest committer of RESTClient @pilaftank, we now have a Mac OS X edition of RESTClient (with Mac compatible UI and key binding) for download.
Monday, October 12, 2009
Sys-info-webapp 0.1.0 released
Tuesday, September 29, 2009
Desktop Color Picker
A tiny new tool has been added to the WizTools.org mini project. This is a screen color picker application. It is written in Java and works in all major platforms. As always, this is shipped as a executable Jar.
Thursday, September 24, 2009
jEdit Macros @ WizTools.org
jEdit is a popular programmer's text editor. To boost my productivity, I have written some basic macros for it. All the macros solve some common programming problems faced by programmers. Hope you find it useful.
Monday, July 27, 2009
Video View Portlet using HTML5 <video> element released
The JSR-286 compatible portlet (tested in Liferay 5.2.3) for displaying videos in HTML5 <video> element is released. Download from java-portlets project site.
Wednesday, July 8, 2009
JavaDoc Jar Viewer
It has become a standard to distribute JavaDocs as Jar files. These distributions are handy when used with tools like Maven and your IDE. But what happens when you want to view it? We have to create a temporary directory to extract the Jar, then launch a browser to view the content. What a pain! Now we have a command-line tool to do these manual steps for you. Check out its documentation.
Wednesday, July 1, 2009
Pomodoro Timer 1.0 Released
Pomodoro Timer, a software tool to mimic the usage of Pomodoro Timer (aka Kitchen Timer) for practicing Pomodoro Technique is released. Screenshot: