stianse wrote 4 hours ago: For some time ago I discovered this awesome code formatting tool called Uncrustify. I really believe … more →
hahn wrote 13 hours ago: One of the reasons why I havent been toying around with this as much as I probably had the time to, … more →
grumpajoesplace wrote 1 day ago: The Burmese python has been in the news recently. A pet kept by a Florida man escaped his cage and c … more →
pagenoare wrote 1 day ago: i just run juno at gae, if you want to know how to do this, look at http://gist.github.com/140565. H … more →
sumidiot wrote 1 day ago: When I first read problem 15, about counting the number of paths from one corner of a grid to the op … more →
pytale wrote 1 day ago: While configuring environment for developing my CD/DVD burner I ran into an issue with PyQt licensin … more →
crankycode wrote 1 day ago: I recently encountered a need to be able to determine how long a user held down a button on a GUI di … more →
dcarnes wrote 1 day ago: It was a tough week for many reasons – new job, alarm going off at 5:30 a.m. every morning, ki … more →
cvalcarcel wrote 2 days ago: I have just started using MoinMoin as a personal wiki on my Kubuntu/Dell notebook. Why would I do su … more →
Tarek Ziadé wrote 2 days ago: If you want to work (or try to find some bugs in it to help out) with the latest bleeding-edge Distu … more →
Tarek Ziadé wrote 2 days ago: As you might know, we are working hard on Distutils side for Python 2.7 and 3.2 upcoming releases. T … more →
drj11 wrote 2 days ago: On twitter recently I was wondering what the best way to create a dictionary of functions in Python … more →
drj11 wrote 2 days ago: Overall I had a really enjoyable time, met lots of interesting people, some new and some renewed fri … more →
sharemefg wrote 2 days ago: Remember in 2007 Sonivox donated some game sound technology to OHA and Android? Some examples o … more →
bombeye wrote 2 days ago: Check out Head Porter’s 2009 Fall/Winter Collection via:Hypebeast Yay for animal print arrivi … more →
abhirama wrote 2 days ago: Java: public class InsertionSort { private List<Integer> nos; public InsertionSort(List … more →
abhirama wrote 2 days ago: Java: public class SelectionSort { private List<Integer> nos; public SelectionSort(List … more →
abhirama wrote 2 days ago: Java: public class BubbleSort { private List<Integer> nos; public BubbleSort(List<In … more →
pytale wrote 2 days ago: In this post I’ll describe my experience during installation of PyQt on Windows platform. And … more →