Posted in March 17, 2010 ¬ 22:53h.
RainCT
At Logic class last week we saw how to solve a Sudoku using SAT and for fun I decided to actually try this out using Python. It turned out to be pretty trivial to implement and I thought I’d share the experience.
First of all let’s see how the Sudoku problem was described at class: we [...]
Read the rest of this entry »
Posted in March 6, 2010 ¬ 0:12h.
RainCT
You’ve probably already heard of Jono Bacon’s effort to create a collection of Python snippets and of Acire, the application to browse through them. If you’re interested in developing something with Python you should really take a look at those 115 (and couting!) awesome snippets, ranging from the most basic stuff to more advanced examples [...]
Read the rest of this entry »
Posted in January 2, 2010 ¬ 21:10h.
RainCT
Yesterday I did a first release of espeak-gui, so while I’m still in practice I’ve decided to get out a second one!
The main changes are fixing a crash bug and… internationalization support. So, if you like this project but you’re not a coder, now you’ve got a way to contribute: translating it into your language [...]
Read the rest of this entry »
Posted in January 1, 2010 ¬ 22:33h.
RainCT
I’m joining the hype of presenting little new projects there seems to be those days, unleashing the first version of espeak-gui, a graphical interface to let the computer read out text.
Why, when, who?
The project started almost a year ago when, out of curiosity on what writing Python bindings for C/C++ libraries is like, I started [...]
Read the rest of this entry »
Posted in February 28, 2009 ¬ 23:08h.
RainCT
Freevial is a trivia-like questions and answers game which has been created by the Catalan LoCo Team. We play at least one match at all our events and its great fun, so we have decided that we want to go international and share it with any other group who wants to use it. You can [...]
Read the rest of this entry »