Archive for April, 2008

Lighttz - a simple and fast web server

Sunday, April 27th, 2008

Update : A naive implementation of using Lua 5.1 to generate a dynamic response has been added. This loads Lua, loads a Lua script and executes it. Retrieves the string response and returns it to the browser. Take a look below for a new additional download link. Cheers There are many well ...

GUI546 - Pong |. |

Tuesday, April 22nd, 2008

Assignment 2 for GUI546 at Seneca College in Graphical User Interface (GUI) Programming Who doesn't like Pong ? A breakout hit of epic proportions, Pong has traversed a long and arduous path into our hearts. The program is written in C++.Net and utilizes basic Windows GDI features to simulate a game of ...

CSC209 - Location Server

Tuesday, April 22nd, 2008

Assignment 4 for CSC209 at University of Toronto in Software Tools and Systems Programming Introduction One of the interesting features of MSN Messenger is that you can see if a person is online and be able to look up their personal status . Some fields can be ...

CSC209 - build . a simple make-like tool

Tuesday, April 22nd, 2008

Assignment 1 for CSC209 course at University of Toronto in Software Tools and Systems Programming Build In this assignment a student is required to write a program in Bourne shell that performs some of the same operations that make does . A simpler file format for a ...

DSA555 - Peg jump / solitaire solver

Tuesday, April 22nd, 2008

Assignment 1 in DSA555 at Seneca College in Data Structures and Algorithms in C++ Peg solitaire is a game where a set amount of pegs are filled in on a board with a set amount of pegs slots. To solve the Solitaire, a player consecutively jumps a peg over another peg ...

You’ve been served . Setting up a community game server

Monday, April 21st, 2008

On October 9 , 2007 , Valve Software released a long awaited collection of games under an umbrella name called The Orange Box . Titles included in the package are: Half-Life 2, an expansion standalone release named Half-Life 2: Episode One, a continuation of the series titled Half-Life 2: Episode ...

OrangeStats - Team Fortress 2 log file parser

Friday, April 18th, 2008

Orange Stats is a Python script that will parse Team Fortress 2 server log files in order to aggregate the data for later use. Regular expressions capture events as written to the log file by the game server. Each event has a corresponding structure containing various information such as : ...

Unreal Tournament 3 resource package explorer!

Thursday, April 3rd, 2008

Upkextract is a very early release of a simple utility that can open and parse the binary .upk packages shipped with Unreal Tournament 3. These packages are designed to be used by the game engine as well as by Unreal Editor. Contents within these archive varies from textures to sounds ...