The following are screenshots and descriptions of some of the programs I have written.
| Name |
Links |
Description |
Info Center
A magazine articles database |
Screenshots Download |
My brother and I had an active subscription to atleast 2 computer magazines at any given time and our collection of magazines was vast. A number of our friends used to ask us for advice about "the best processor" or "the best graphics card" or the best whatever. We used to end up with an answer like "Oh, yeah. I read an article about that somewhere within the last 6 months", which was obviously not very useful.
So, as the final project at my C++ class at Yashas Softeck, I built this program - trying to give it an old DOS style GUI. It saves the fields of the records into an ASCII text file (info.dat) where each field is seperated from the other by an unused character and records are seperated by newlines - keeping it very simple.
I have provided two header files "MENU.H" and "BACK_GR2.H" to create menus and backgrounds, which can be used generally to create those old DOS style GUIs easily (yeah, yeah, I know nobody's going to use them anymore :-) )
|
Musicmania
Creates a HTML interface to your MP3s |
Screenshots |
This is a C++ program that generates the HTML and Javascript code to play your MP3s using windows media player through a browser window. The program looks through the MP3s at the current location and creates HTML pages with frames.
Some of the features are - animated GIFs next to the regular windows media player (thanks to my brother, the graphics whiz), Song book that opens the lyrics to the song currently playing, List mode where the MP3 plays in your default MP3 player (it would most probably be Winamp).
It requires the MP3s to be placed in particular directories and is therefore quite inflexible. So, I am not including the binary here, but if you want the program, just mail me for the source code and detailed description.
|
Info Share
Allows multiple users to update a database through a HTML interface |
Demo (user: demo, pass: demo) Download |
Info Share is a set of perl scripts that allows multiple users to update a directory like database with customizable fields through a HTML interface,
The users can create new categories, delete categories, create, edit and move individual entries, etc.
|
WebDrill
Periodically check web pages for changes or phrases |
Signup and login |
You can monitor any webpages for changes or check if a particular phrase has appeared. A check is made once per day at 7:00 AM IST. Depending on your choice, you wil be sent a mail if the page changes or the phrase you have selected appears on the page.
This software is still at its very primitive stages. If the current date (or the an ad that changed daily) is displayed some where on the page, that would be taken as a change. Additional options to work around these problems are yet to be worked out.
|
Trans
Change transparency of windows |
Watch Flash demo Download |
Trans allows you to change the transparency of the current active window using the hot keys ctrl-alt-up and ctrl-alt-down. You can use ctrl-alt-left or ctrl-alt-right to turn transparency off for a window. Its programmed using the excellent AutoHotkey utility. Source code along with the .exe file is included.
You should note that transparency off is not the same as 0% transparency. Transparency off offers better performance. You can also change the transparency of the windows task bar and the start menu. Just click on them and use ctrl-alt-up and ctrl-alt-down
|