Ulisses Araújo Costa

Ulisses Araújo Costa $\rightarrow$ Past projects

Books

image

I did part of the team that translate the free book “Getting Started with DB2 Express-C” to Portuguese. This work was part of my activity in the group of DB2 Student Ambassadors in IBM, here at University of Minho.

Software

hhoneydstats
Keywords: Haskell, honeyd, Honeypot, Honeynet, security, statistics
Authors: Ulisses Araújo Costa
Date: Jan, 2009
This program generates total statistics from the log file of the honeyd Honeypot. The statistics generated by hhoneydstats are all just possible in pictures, no text based statistics are generated. In the more information part you can see posts using graphics generated by this tool.
More information: SSH login attempts, SMTP attacks, HTTP attacks
Project link: hhoneydstats
Administrative division in Portugal
Keywords: lex/yacc, languages, parser
Authors: Ulisses Araújo Costa
Date: May, 2008
A program to show information in HTML about administrative divisions of Portugal. This was a kind of small project to learn lex/yacc. You can see the result here.
More information: OrGeo, lex/yacc post
Project link: administrative-division-pt
Command line Paint
Keywords: paint, PBM, images, C
Authors: Ulisses Araújo Costa
Date: March, 2006
This is program that I made when I was learning C, the program is in fact a good implementation of a simple Paint command-line program. I use PBM format to generate the images, and the program have some commands built-in. You can draw simple geometric figures, and then define objects, that are a collection of basic figures. Later on you can replicate those object wherever you want and then save the commands you hit. Very funny!
More information: Netpbm image format
Project link: command-paint