Legacy Projects
Older projects I am no longer actively maintaining
These are some of the legacy projects which I had worked on. I am not actively maintaining them right now.
Android
- Hermes — Hermes is an attempt to provide a sense of security to all the travelers of all over the world and especially the women in India who use the public transport to commute to their work place and back home.
- DashAnalytics — DashAnalytics is a DashClock extension which displays selected metric from your Google Analytics account.
SharePoint
- Silverlight Organization Chart for SharePoint — A silverlight Chart control which retrieves data from the SharePoint list.
- STP Inspector — STP Inspector is an site template inspector for WSS/MOSS 2007. It analyzes a site template file (.stp) and basically shows its dependencies on the site features and site collection features.
- My Site WebPart Property Changer — A simple tool to change webpart property in MySite for all users automatically without going manually and change it one by one for each user.
- Site Quota WebPart — A simple webpart which shows the allocation space used by sharepoint site against its allocated quota. The site collection must have quotas enabled.
- Silverlight People picker — A simple People picker and people chooser webpart developed in Silverlight
Web Technologies
- SharePoint Gadget — A Windows 7 gadget which pulls the data from SharePoint 2007/2010 data source and displays very nicely onto the desktop gadget. (HTML/CSS Javascript)
Others
- Bookmart — I developed this site as a part of Tusitala Web Developer challenge 2014 hosted by Ideatory (PHP)
DOS
- Interrupt List Viewer (IView) — ImpExp displays all the functions imported and exported by the PE file. Similar to DUMPBIN /EXPORTS (Assembly)
- Buffer — The TSR displays the contents of keyboard buffer. Useful for MS-DOS system programmers. (Assembly)
- TSR Clock — This is a TSR written in Assembly language to display the clock on the DOS Screen. (Assembly)
- TSR Screen — This is a screen saver for DOS. (Assembly)
Windows
- Beller — Beller is a winsock Application written in Win32 Assembly which plays a sound bell on a remote computer on a LAN. The aim is to wake up the person sitting there. The lists of connected hosts can be configured by the user. (Win32 Assembly)
- Error — The program shows the error description corresponding to error number using FormatMessage API. (VC++)
- LanTalk — LANChat is a chatting client which works over the LAN. The program uses the Windows Messenger Service Works only on Win2000/XP (Win32 Assembly)
- FileHeader — File Header is an explorer shell extension which displays the complete information about the Portable Executable (PE ) file and header for DOS MZ files.. Current version only supports .exe extension. The program is useful for those involved in programming of packers, unpackers as it displays all header fields at a click of button. (Win32 Assembly)
- ImpExp — ImpExp displays all the functions imported and exported by the PE file. Similar to DUMPBIN /EXPORTS (Win32 Assembly)
- VA2Offset — VA2Offset is a nifty utility to convert the virtual address seen under debuggers likesoftice,ollydbg etc to offsets of the file. Virtual address supplied can reside in any of the section or in header of the Portable Executable File. (Win32 Assembly)
- Windows Password Revelation — Demonstrates the use of Hooks in windows. This one shows a simple Mouse Hook to reveal asterisk passwords. Although the program runs on all Windows versions, the revelation will occur on only win9x systems. (Win32 Assembly)
- Port Scanner — Port Scanner scans the system's ports and shows the open TCP and UDP ports. (VC++)
- Transparent — Turn your Desktop Icon's background color to transparent using this cool utility. The program remains in memory and consumes very little resources (Win32 Assembly)