Archive for the 'Code' Category

Progress 4gl - UNIX process manipulation with output-through

September 23rd, 2006

The attached file - osfunctions.i shows how the progress input-output through statement can be used to manipulate UNIX processes.
The attached demo program “dontrunthis.p” will kill ALL shells of the logged in UNIX user, including your own, when you run it in a progress editor. When run in the webspeed scripting lab, it will kill […]

A javascript simulator for The Monty Hall Problem

April 16th, 2006

Problem Statement:

A thoroughly honest game-show host has placed a car behind one of three doors. There is a goat behind each of the other doors. You have no prior knowledge that allows you to distinguish among the doors. “First you point toward a door,” he says. “Then I’ll open one of the other doors to […]

Commandline compiler interface for WebSpeed.

April 10th, 2006

I’ve written a small c++ that allows me to compile webspeed programs straight from within the open-source text-editor - syn. Screenshot of the prog “in action” is to the left.
If there’s any intrest for this from my co-workers, I’ll probably be writing an installer for this sometime within the next 2 months.
Webspeed Compiler Interface - […]

php pagerank indicator - image.

April 3rd, 2006

Here’s the output of my latest script in the works:

At present, my pagerank indicator simply generates an image(png) showing google pagerank of the url passed in to it.
http://alternate.buildtolearn.net/prphp.php?url=http://alterlife.org
change the text after “url=” to your site URL to view the pagerank of any other site, as per google (i hope)!

ETTL Beta 1 - English to Tamil Transliteration.

January 28th, 2006

Pleased to persent the first beta version of ETTL - my English to Tamil Transliteration tool.
It’s a pretty simple tool. Type in something in English in the textbox, and the program will try to display it in Tamil script.
The program is case sensitive. Plz use lower case only for now.

Launch ETTL
.
Right click […]