Omar Baqueiro Espinosa.

My  quick and dirty programming projects page...

On this page I show a list of some programming projects I have done.
Send any comments to:
obaq...@.com  [click to reveal]

Index

Process View Memory Mapper / BBCode to HTML for Slashdot /More to come later...?

Process View Memory Mapper

Description

A minor modification to Chris Bell C# Process Viewer program available here, adding a TreeMap component (part of  Microsoft Research Data Visualization Components) showing memory usage in the neat Tree map.

Downloads

Both the Source code and a compiled version are available for download:

processviewpp-src.zip : Source code
processview.zip : Executable program

Screenshot


Background

I got the idea of this program after using Mark Russinovich Process Explorer and Oliver Schneider WinDirstat programs. I looked for an application  that showed the processes current memory using the Treemap graphic. After sending an email suggestion to Mark, I made a quick search and found Chris Bell simple process viewer and the DevX TreeMap tutorial. I though it won't be to difficult to add the feature to Bell's program, and that's it.

BBCode to HTML In Slashdot Greasemonkey script

Description

I like Slashdot, however the HTML commenting form is a bit outdated. Therefore, I have created a quick and dirty greasemonkey script which automatically converts any BBCode in a "reply to" box to the appropiate HTML code.

Installation:

Download and install the greasemonkey script from HERE.

Usage:

After writing your bbcode message, press ALT+o combination to convert to HTML.

Note

The BBCode2HTML conversion routine is taken from here. The web page does not indicate any license... if you are the owner and have problems with me distributing this please email me.

More to come later...?