|
|
Call For Papers Page - CFPP - or better CFP2 |
This page that monitors the Call for Papers in the networks field. The page is a hobby project in natural language recognition. I have been working in my spare time to developed some heuristics to automatically recognize natural language texts. I thought it could be a nice idea to apply it to the detection of the network related CFPs that arrives in my mailbox every day. ( Yes, I know, I know, it is not THAT common, but I DO have interest in AI and computer networks :). I still didn't make the time to write a formal description of the project nor to write any academic paper related to it, but I plan to do so it in a “near” future. The page is now in a state that I am not TOO ashamed to show, this is why I decided to publish it. However, pay attention that it is far from perfect. So if you do use it, PLEASE, verify the information on the real conference CFP/web page to avoid any unpleasant surprise.
|
Bake |
Bake was developed to automate the reproducible build of ns-3 taking into account that this build may be composed of a number of interdependent projects. Bake was developed to simplify the assembly of these pieces of software in a coherent and useful way. However, it is not restricted to ns-3, it can be used by any open source projects that has similar needs.
This program implements the Virtual Road Side Unit technique described in my PhD thesis. It is a server and a client that may receive an e-mail from the secunet network and redistribute it to all other neighbors nodes, that have the aplication running. In this way the alert message can be redistributed to a broader number of people. This paper presents a better description of the work.
This script monitors a page, or part of it, searching for a given set of words... I made it to monitor a news board in the region I live now. I was searching for a bike for my son ;). However, it can be used to monitor virtually any page. It is in bash and you can easily change it to monitor other pages with different time intervals. Usually people are interested just in one part of the page, so you can configure the part of the page the script should focus its attention. For example, between the statements “Begin forum” and “End forum”. Probably there are hundreds of other, and better, ways to do this... but this script works reasonably well :)
2bibtex
I made this
to a friend, it gets the Ieeexplore page and gennerates an bibtex entry
from it. It is a pretty dirty code, but works. Well at least it helps a
little.
I have been working to setup some virtualization tools for a project and this is more or less what I learned from it up to now
- Virtualization
with
KVM/KQEMU
- Virtualization
with OpenVZ
This tutorial intends to present an introduction to non-uniform cellular automata (CA).The difference between uniform cellular automata and non-uniform ones is that in uniform CA all cells share the same rule,or set of rules,in non-uniform CA this is not true,every cell can have a different sets of rules or even no rule at all.We will see here that this single difference increases the power of this kind of CA enabling them to perform computations impossible to their pairs in the same class of uniform CA.
This alarm clock was an assignment of a discipline I took at University of Maryland in 2002. It is free and liberate as it is. I give no guarantees about it, use it by your own risk. :). It is a simple alarm clock, where you can schedule the time the clock will ring in each day of the week.
This programwas an assignment of a discipline I took at University of Maryland in 2002. It is free and liberate as it is. I give no guarantees about it, use it by your own risk. :). It is an experiment to verify the applicability of Fitts law in mouse manipulation.
Some time ago I code some image filters in C. Here you will find the work descriprion and some image filters code in C here. (in Portuguese )