django-c5filemanager 0.1 released!

December 1, 2010

The first public release of django-c5filemanager is out! :)

django-c5filemanager is a connector for the Core Five Filemanager and provides an easy way to add the filemanager to your Django project ...


Read full entry and comments →

Bye bye Subversion!

November 18, 2010

I have just turned off my SVN server as all my projects has been migrated to Mercurial.

The address of my new HG server is: hg.mornie.org.


Read full entry and comments →

pyth in Debian NEW Queue

October 21, 2010

Thanks to Piotr Ożarowski my first Debian package is in the NEW Queue! :)

Update 2010-11-08:

It's in! smiley


Read full entry and comments →

Still alive :D

November 11, 2009

Yes, I'm still alive. I worked hard and life was too much busy to write something in the meanwhile :(

Fast news:

  • I  wrote again my blog engine during upgrade ...

Read full entry and comments →

A GPL Snowman

March 30, 2008

A GPL Snowman

Penguins are everywhere :D


Read full entry and comments →

Python 3.0a2 Released!

December 8, 2007

The second alpha release is out!

Python 3000 is getting real, real fast! :D


Read full entry and comments →

How to fly? import antigravity

December 6, 2007

Python 3.0a1 Released!

September 1, 2007

Yes, the first alpha release is out! :D

Congratulations to all python developers for this release!!!


Read full entry and comments →

Generating Maze using Python

August 2, 2007

Do you like mazes?

eriol@mornie:~$ python maze.py
+--+--+--+--+--+--+--+--+--+--+
|  |           |        |     |
+  +  +  +--+  +  +--+  +  +  +
|  |  |  |     |     |     |  |
+  +  +  +--+--+--+  +--+--+  +
|  |  |     |        |     |  |
+  +  +--+  +  +--+--+  +  +  +
|  |  |  |              |  |  |
+  +  +  +--+--+--+--+--+--+  +
|  |     |     |              |
+  +--+--+  +  +  +--+--+--+  +
|           |     |           |
+--+--+--+--+--+--+--+--+--+--+

After reading this good article, I decided to wrote some code to generate a perfect maze :D

The result is here ...


Read full entry and comments →

My phone number!

July 31, 2007

It's almost green:

my phone number

:D


Read full entry and comments →

PyCon It

May 19, 2007

The first Python Conference in Italy will be held in Florence on June, the 9th and 10th.

If you love Python, you can't miss it! :)


Read full entry and comments →

RSS Feeds a Go-Go!

May 6, 2007

Finally I had the time to add RSS feeds! I hope you enjoy them :)

I'm not going to show some code because the documentation of Django's syndication feed ...


Read full entry and comments →

A reminder using GTK shaped window

April 26, 2007

The GNU/Linux User Group Catania meets the last thursday of every month.  Usually a reminder is sent to mailing list by someone, but the other day a friend of ...


Read full entry and comments →

Debian GNU/Linux 4.0 released

April 8, 2007

From the news:
 

The Debian Project is pleased to announce the official release of Debian GNU/Linux version 4.0, codenamed etch, after 21 months of constant development.


Oh, yeah ...


Read full entry and comments →

Playing with ctypes and libcaca

March 25, 2007

ctypes is a foreign function interface for Python. It allows to call functions in dlls/shared libraries and access and manipulate C data types in Python: you can use it ...


Read full entry and comments →