A little presentation I did today at FIC (Faculdade Integrada do Ceará) about Free and Open Software, Sun Microsystems history and some students opportunities as…
I need to implements some codes in C++. Just remembering some concepts like pointers to functions. A simple example: #include <stdlib.h> #include <iostream> using namespace…
Creative Commons image from Flickr. From days 15 to 20 from April, I’ll be in Porto Alegre. I’ll participate on FISL (an old dream) with…
A very simple Java chronometer code (inspired in the chronometer code in Opale project) you can use for simples measures. In the main method there’s…
My firsts contacts with computers… My first computer was an CP 400 Color II (CP is the shorten of Personal Computer in Portuguese). It was…
This code prints out your system properties. import java.util.Properties; public class PropertiesLister{ public static void main (String args[]){ Properties props = System.getProperties(); props.list(System.out); } }…
I just received my CEJUG T-Shirt. Front view a Java logo in the arm and CEJUG website in the back You can buy yours at…
Ejr actual officer These days I visited the junior enterprise of my course (computer science, UFC). They are just starting and now have they own…
Source: python.at.sun.svg Good news. Two important Pythonistas, Ted Leung (Apache Foundation member) and Frank Wierzbicki (Jython lead) joined Sun Microsystems. It’s one important step in…