The Graveyard

In my free time, I code applications that help me understand current technology better. Over time I realize that I screwed up and then I post it here

  1. Fear Proxy: HTTP tunneling
    Fear proxy intended to be a tunneling tool which tunneled data over HTTP using after compressing and encrypting it. It would then break up the data into smaller packets and then send it to a PHP server which would then forward the request once all packets were received.
  2. Replica: 3D graphics framework
    Started during my first job in game dev when I didn’t know better, but ended up learning quite a bit