Wednesday, March 30, 2005

Basic Calculator Application

With the intension of building simple parser I made a move to get calculator application that supports variables and dynamic value fetch etc. Well I am falling short of text to put into here to describe my excitement. I am putting below the source code so that you can try it out. The application is written in C#.
Feedback and Suggestions are most welcome (Use comments to express them). Download

View Calculator Code

View Calculator Output

Friday, March 18, 2005

WordPress filter Colorizer (PraColorizer)

I have written filter plugin for WordPress that will colorize your java,c++,c,c# code that you will put in the post. You can download from here.
To know more about PraColorizer click here.
You can also get information at wp-plugins.net

Thursday, March 17, 2005

pracut filter at wp-plugins.net

I have updated the pracut filter for wordpress at wp-plugins.net. To know more about pracut tag see this entry.

Tuesday, March 15, 2005

WordPress filter for pracut tag

Hey, I have written filter plugin for WordPress. You can download from here. To know more about pracut tag click here.

Wednesday, March 09, 2005

Toggle Content Display

I have been using a small snippet of my html design that uses css and javascript to toggle the display of content that is under it. I use it to toggle the source code, the output, etc. I am putting the html code under the toggle below, check it out and feel free use it.
View Html Code

Colorizer: For C#, Java, C, C++


This Colorizer is implemented in C#. The implementation of colorizer basically started of to be a good choice to demonstrate the use of regular expression (atleast the basic) and few useful syntax the C# provides, like inside the swtich statement, the handling of dictionary. You can use this colorizer to colorize the java, c, c++ or c# code. Before I end this entry let me tell one small thing [I used the same colorizer to colorize the source shown below :)]. Download

View Colorizer.cs

Wednesday, March 02, 2005

xmllint --shell in Python


After looking at xmllint tool in linux and giving a small introductory talk on it I came to decision to start of its implementation in python that can serve as basic introduction to xml handling in python. For this I used minidom module of python's xml.dom library which is pretty simple to understand for the starters. The program I have desgined will implement very few option of xmllint --shell. This version of python implementation targets python programmer who is unfamiliar with the minidom module of python.

xmlsh.py code follows:
View xmlsh.py

A small example follows that will explain the usage of this tool.
View Usage

This page is powered by Blogger. Isn't yours?