20 April, 2009 - 3:04 am
Tags: boris, Boris Wilson, cat, chat, gato, pixeart
Posted in english | No comments
Not a tile, a char neither a monster. The old friend of mine Boris, now in pixels.
7 October, 2008 - 8:42 pm
Tags: cat, cd, cli, code, Java, ls, programming, pwd, unix
Posted in english | 2 comments
I created some illustrative and simple implementations of common Unix commands. For those who are familiar with Unix-like systems them make easier to understand Java. For those who are familiar with Java them make easier to understand Unix-like systems.
1. PWD
The first one is pwd that show the current working directory.
public class Jpwd {
[...]
22 May, 2008 - 11:39 pm
Tags: boris, cat, kitten, siamês
Posted in english | 1 comment
Boris Wilson, originally uploaded by Silveira Neto.
Boris, thinking about life…
30 March, 2008 - 12:08 pm
Tags: boris, Boris Wilson, cat, pet, siamese
Posted in english | 1 comment
Boris Wilson, my girlfriend’s pet, a siamese cat. He loves play in a new box.
Lembra daquele nosso gato em Java FX? Agora ele move os olhos com cliques em botões.
Código fonte:
import javafx.ui.canvas.*;
import javafx.ui.*;
class Cat extends CompositeNode{
attribute look: Number; // -1.0 to 1.0
operation lookLeft();
operation lookCenter();
operation lookRight();
}
attribute Cat.look = 0; // 0 = middle
operation Cat.lookLeft(){
[...]