Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Internet Blogs  >  Homunculus internet Blog  > 

2010-05-08 20:02
Programming is not only about efficiency or correctness but also about style. Well, it is for me! Now "my" style is really not that great but from time to time I try to improve it. I may wan… Read More
2010-04-11 16:31
This week-end I had a hard time debugging some javascript code and could hardly find any time for posting. While we wait for the next post I wanted to share a good article I found about… Read More
2010-04-07 21:03
I received a question about having different elements in a jQuery accordion with different colors. There are probably many ways to achieve this. Below I'll show you how to do it wi… Read More
2010-04-02 18:41
When you want to handle multiple Django forms within the same view you need some extra coding as opposed to having a single form. This is needed because:You want to identify which form has b… Read More
2010-03-29 21:37
The other day I had to implement a small whois client in python. After looking for a moment on the web I thought that this would be an easy task. Indeed the RFC is so small it's disturb… Read More
2010-03-29 21:37
Straightforward quicksort algorithm taken from wikipedia to test syntax highlighting within blogger:def qsort1(lst): if len(lst) <= 1: return lst pivot = lst.pop(0) g… Read More
2006-06-07 11:16
Programming is not only about efficiency or correctness but also about style. Well, it is for me! Now "my" style is really not that great but from time to time I try to improve it. I may wan… Read More
2006-06-07 11:16
Choices for a good open source Python IDE are not many! Today I'll show you how to quickly have a basic setup working with Pydev for Eclipse. Since the last post about SFTP and FTP support i… Read More
2006-06-07 11:16
Last month I wrote a post about writing a whois client. This time I want to investigate If it's possible to leverage your operating system for those kind of tasks or if you really need to re… Read More

Share the post

Homunculus

×

Subscribe to Homunculus

Get updates delivered right to your inbox!

Thank you for your subscription

×