the world is a pixel
May the source be with you
Um desenho que eu fiz a pedido do Hildeberto para fazer uma camisa do CEJUG para ele usar no Javapolis, que tem como tema desse ano o Star Wars.

Outras versões:
You must be logged in to post a comment.
No trackbacks yet.
Darth Vader Piñata
14 September, 2011 - 12:28 am
Tags: Darth Vader, NY, star wars
Posted in english | 2 comments
I saw this one in a supermarket in New York.
Android screen height and width
12 March, 2011 - 9:30 pm
Tags: Android, Java, mobile, programming, screensize
Posted in english | 1 comment
Context ctx = getContext(); Display display = ((WindowManager)ctx.getSystemService(ctx.WINDOW_SERVICE)).getDefaultDisplay(); int width = display.getWidth(); int height = display.getHeight(); Yes, there are easier ways to retrieve the screen width on Android but there are cases that this long code is the only solution. You may already have the Context. WindowManager or the Display and so it would be [...]
Inkscape masks
19 February, 2011 - 3:18 pm
Tags: CC-BY-SA, Drawing, Inkscape, mask, SVG, tutorial
Posted in english | No comments
In Inkscape if you have two filled circles. A big solid red one and a smaller, blurred and pinky one, like this: You can use the mask to trap one inside another to create a light effect. Metaphorically, I drew a mask using the mask effect: You can download it here: mask_inkscape_by_silveiraneto.svg As always, you can [...]
exercício de desenho de modelo vivo
22 September, 2010 - 3:11 pm
Tags: arte, desenho, lápis, mão livre, nudez, Washington DC
Posted in português | No comments
Exercício de desenho a mão livre de modelo vivo. Corpo feminino nu. Lápis comum e papel ofício. Desenhos realizados no ateliê do Duppont Drawing Group organizado por Paul Reuther. Foi ótimo desenhar a mão livre outra vez depois de tantos anos. Foi engraçado sentir algumas técnicas voltando desenho após desenho. Algumas que eu não usava [...]
aham cláudia senta lá
5 May, 2010 - 2:09 pm
Tags: ahamclaudiasentala, art, arte, Avatar, eu, foto
Posted in português | No comments
palestra android
4 May, 2010 - 2:24 pm
Tags: Android, CEJUG, Faculdade Evolução, notícia, palestra
Posted in português | 1 comment
Essa quinta-feira, dia 6 de Maio de 2010, conversaremos sobre Android na palestra “Android: Visão Geral” a partir das 18:30 na Faculdade Evolução (R. Pedro I, 1276, no Centro). A ideia é falar por cima sobre o mercado mobile, o desenvolvimento Android, as possibilidades e os conceitos principais sobre suas aplicações. Maiores detalhes sobre inscrição [...]
Java: invoking a method by name
29 April, 2010 - 10:29 am
Tags: Class, Java, method, programming, Reflection
Posted in english | 2 comments
import java.lang.reflect.*; public class Foo { public void bar(int param){ System.out.println(param); } public static void main(String args[]){ Object f = new Foo(); try { Method m = f.getClass().getMethod("bar", int.class); m.invoke(f, 42); } catch (Exception e){ System.err.println(e); } } } $ java Foo 42
de boa na lagoa
26 April, 2010 - 5:19 am
Tags: art, arte, foto, Gimp, lagoa, lagoa do banana
Posted in português | No comments













24 November, 2007 - 6:15 pm
Sugestão:
Deveria sai através de uma nuvenzinha da mente do nosso mestre Yoda a figura de uma tapioca para combinar com o café e esta tapioca poderá está com recheio de códigos em Java.
Pense aí na idéia.
Ricardo Fernandes.