Previous Projects

  • Remote Sound Application (Dog Training)
    • From 10-8-2008 to 10-15-2008
    • URL: N/A - Not distributed
    • A C# Client and Server application Leveraging the Networking Core from Star Pilot X - Online
    • The Server would play pre-recorded MP3's of my voice when receiving the command from the Client
    • The client would connect to the server and could choose up to 5 pre-recorded MP3s to play
    • Usage: This was used to 'Train' a new puppy, praising or scolding depending on the dog's actions viewed via a webcam, A laptop with basic speakers was setup outside the dog's pen, with a webcam. Using any internet location the camera could be viewed and the Client application could be run on any windows machine.
  • Star Pilot X - Online
    • From Aprox 10-1-2007 to 2-19-2008
    • URL: http://starpilot.darktowerpc.com
    • A C# Backend game leveraging the XNA Framework, Version 1.0 and then upgraded to 2.0
      • Featured a Full GPU Accelerated (Via Pixel Shaders) Partial Engine
      • Encrypted Local Data files to protect against modifications of save games, etc (SHA)
      • Basic TCP/IP Networking allowing communication with a custom Server Application
    • Included a C# Backend Windows 32 Application as the Server
      • Used MSSQL 2005 for storing information and user accounts
      • Shared DLL Architecture using the same Basic TCP/IP Core as the client
      • Version Checking supported
  • Database Migration Multi-Threaded Application Framework
    • Created 11/10/08 - Still Used, not updated
    • URL: N/A - Not Distributed
    • A C# Framework for database migration in MSSQL/MySQL
    • Multithreaded GUI Application, all that is required is to code the SQL Commands and Process the Migration for the unique migration
  • Security Helper
    • Created 4/17/2008 - Last Update: 8/18/08
    • URL: N/A - Not distributed
    • A Universal Designed ASP.Net User access control helper
    • Support common "Level" access, as well as a richer set of multi-level multi-segment/site permissions
    • Requires SqlHelper
  • Sql Helper
    • Created 11/20/2007 - Last Update: 8/26/2008
    • URL: N/A - Not distributed
    • Universal Designed ASP.Net to ADO.Net/MS SQL Database Engine
    • Provides a wrapper and pool system to track leaking resources
    • Handles the basic connection tasks internally to make front-end code more streamlined
  • Zoe Bot (Distributed Systems with TCP/IP)
    • From 4/15/06 to 5/16/06
    • URL: http://www.darktowerpc.com/temp/zoe/ (may not always be available)
    • First attempt at writing a C# application
    • First attempt at writing a client/server application
    • Written for final class in Johnson and Wales (Distributed Systems TCP/IP)