Coding Projects

Helpdesk Monitor
------------------------
It is a program created to assist in the duties of student workers in the CSE systems operations center (SOC). It simultaneous monitors server loads across all the unix servers used by the departament, unix print queues for every printer in the departament, and checks the helpdesk system for new tickets, as well as providing a list of tickets that can clicked on the link directly to the ticket. It also has the ability clear a stalled printjob and restart the queue if the operator so desires.
It was written entirely in C# and is completely configurable.




XBMC Remote
------------------------
This was written as a small project, with the intention of being able to remotely control song playback on a shared server that everyone in the office uses. It can change the volume, skip back and forth over songs, pause playback, and retrieve song information. It automatically informs the user when a new song is started.
It uses the XBMC http API to control xbmc running on a linux box. It was written in c# and is controlled entirely through the taskbar icon.