Projects

July 23rd, 2009 @ 04:41pm (Last modified January 22nd, 2010 @ 04:37pm) Leave a comment Go to comments

Various projects that I am working on.

  • Weather from NWS (Post-poned)
  • C# Ap, Tournament Management Tool and more
    • Database Abstraction (client doesn’t have to know what the dB looks like, server still does… obviously)
    • Multiple clients with asynchronous requests/responses, all via Sockets in C# (TCP)
    • PDF Generation for documents for use along with application
  • Websites using Symfony, PHP Framework, hand written
    • MSUM Chapter of ACM
      • Teaching fellow ACM chapter members PHP for this website.
    • NintendoFreaks.com
    • NFNet.org
    • This website
  • IRC bot/connection lib for thread-safe IRC programing (C++)
    • Written using C sockets
    • Rest of the lib is C++ based (strings instead of c-style strings)
    • Meant to be thread-safe and implementation in place for multi-threading of bots using connection.
      • Primary reason for threading is to allow a bot to deal with a greater number of requests.
      • Will likely end in a token-ring style setup for sending messages from each thread (lock socket, send, unlock, sleep for 0 or 1 seconds, try to get the socket again…)
Last modified January 22nd, 2010 @ 04:37pm
  1. No comments yet.
  1. No trackbacks yet.
You must be logged in to post a comment.