Feeds:
Posts
Comments

Archive for June, 2008

The very first alpha version of next Ubuntu Linux is out and guys at PhoroLinux installed, tested and left us with 12 screenshots and some info.
According to them, this version ships with Firefox 3, GNOME 2.23.4, a new NewHuman theme, GIMP 2.4.6 and OpenOffice.org 2.4.1.
The new theme is kinda too dark for me, but let’s [...]

Read Full Post »

Fiquei sabendo há alguns instantes pelo Blog do Carlos Henrique que o BR-Linux e o Efetividade estão realizando uma promoção para ajudar a Wikimedia Foundation e outros projetos (no meu caso selecionei o Python Brasil).
Ajude a sustentar a Wikipédia e outros projetos, sem colocar a mão no bolso, e concorra a um Eee PC!
…e também [...]

Read Full Post »

Everyone, get ready! Firefox will be landing in a few hours from now!!
If you haven’t pledged yet, go on and do it!
Oh, and by the time you download the new stable release of firefox, maybe you will (like me) want to check this nice extension out
Edit: That one turned out to be pretty [...]

Read Full Post »

A brincadeira toda começou depois que me perguntaram como manipular o mouse no Xorg. Uma rápida pesquisada na documentação do python-xlib e encontrei coisas interessantes. Por exemplo, como mover o mouse no X?

from Xlib import X, XK, display
import Xlib.ext.xtest

display = display.Display()
Xlib.ext.xtest.fake_input(display, X.MotionNotify, x, y)
display.sync()

E simular um click ?

from Xlib import X, XK, display
import Xlib.ext.xtest

display [...]

Read Full Post »

This is not anymore the most recent version of the API. Please refer to the newest post.
CairoPlot now has a Mailing List! For more information, refer to: this post.
So, a while ago, I’ve decided to code a library to plot some information I had.
The idea was to create simple graphics in a way they would [...]

Read Full Post »

3D Modelling – Candy Shop

Keeping the pace on showing some 3D works I have done using Maya, here goes something more cartoonish.
It’s a Candy Shop I built for some application that never came out of paper… As you can see, I spent more time on detailing some things but forgot to improve some others (as you can see on [...]

Read Full Post »

Frequentemente encontramos na lista do python-brasil novatos perguntando qual a melhor IDE para se programar em Python. São tantas as vezes que isso ocorre que o python-brasil conta, na sua wiki, com uma página para responder somente a essa pergunta. A página esta acessível aqui.
Uma IDE que deve ser em breve adicionada a lista é [...]

Read Full Post »

So, as S60 C++ involves the learning of C++ (which is kinda complex), Nokia has been releasing rapid development tools on the last couple of years. The very first one was Java followed by Python and, as I found out a while ago, Html/CSS/Javascript.
On the last hour, Daniel Rocha hosted a Webinar to explain the [...]

Read Full Post »

And as one of its 100,000 users, I’m very excited to announce David Siegel released the new version of GNOME Do!
The fighting 0.5 (as the new version is being referred to) brings back the “Open with” functionality!

And adds an window for us to control our growing number of plugins!

And some new great plugins are also [...]

Read Full Post »

3D Modelling

As it can be seen from other posts (Python + Maya – Part 1 and Python + Maya – Part 2) I also work with computer graphics besides programming in Python and writing here at Linil.
So, I’ve never posted screenshots of my work in here because of confidentiality issues in there, but recently I’ve worked [...]

Read Full Post »