-
Archives
- June 2010
- April 2010
- March 2010
- February 2010
- January 2010
- August 2009
- July 2009
- May 2009
- April 2009
- March 2009
- February 2009
- December 2008
- November 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- January 2007
- November 2006
-
Meta
Category Archives: python
Introducing pupyMPI
Jan, Frederik and I just released the first – somewhat stable – version of pupyMPI, a 100% pyre python implementation of the MPI standard. Or, as close to the standard as we saw fit. Most python-mpi projects are bindings to … Continue reading
Posted in diku, mpi, performance, python
Tagged diku, mpi, performance, pupyMPI, python
Leave a comment
Howto get custom GET variables into djangos admin list pages
Yesterday I ranted a bit about how to insert extra GET parameters in the django change list page without having the admin blow up when it was not able to recognise them as filters. I’m using this for building a … Continue reading
A small rant about the django admin!
I’m currently working on a project involving a huge amount of applications and models, all of which should of cause be managed by the administration. The deadline is of cause way to near to write the thing from scratch and … Continue reading
Levenshtein Distance
I wrote a little python function to calculate the Levenshtein distance for an assignment. I figured it was some time ago since I released code on my blog, so here goes.
Python, now extra cool with vim..
I’ll give credit to Mads for this one, as he was so kind to throw an email with this link to me earlier today. It shows how much you can actually do with vim and how powerfull the configuration possiblities … Continue reading