Portfolio

Web development/scripting

  • CMS - Skeleton (Content Management System): This is a content management system I developed. It uses php for the interface and MySql/html files for data storage (MySql for dynamic content and html files for static common-to-all-pages content);
  • TMS - The Message System: It’s a browser base message System. It uses postgreSQL to save the data and PHP for the interface. ;
  • Biblio - A library management system for a organization I’m involved with. It uses php for the interface and MySql for storage. Does automatic bibliographic citations and has wildcard search for every parameter. One of my first practical uses for MySql;
  • I’m currently developing a conference management system which will allow registration, submitting abstracts and papers, invoice and receipts management and a modularized structure to allow the installation of only some components. This is being done in php and javascript for the user and admin interface and uses MySql for data storage. I expect to have it ready by the end of the year;
  • A php IRC bot. Fully modularized, all this bot does with no modules is connect, id with NickServ and join chanells and then log everything it receives while it answers to PING by the servers. However, it has a (really resource intensive) module system that checks which modules are to be loaded and then loads them all every time a line is received. This means you can both add modules on the fly and edit the modules’ code without disconnecting the bot.

Other things
I have an idea of creating a Hash-Over-Web cracking thing. Basically a distributed database to crack md5 (or anything else) hashes. I made some experiments in python but right now it’s sitting still since I have other things to focus on. If you are interested in this, please e-mail me.