Go deh!
Mainly Tech projects on Python and Electronic Design Automation.
Wednesday, April 29, 2009
Fight for the community
you
want
›
Someone took offence at a puerile and sexist presentation given at what is supposed to be a technical event in the Rails community. Good on...
2 comments:
Tuesday, April 21, 2009
Monitoring a linux process as it reads files
›
I am processing 20 thousand files with some proprietary software and needed to monitor how far it got in reading the files. In my own Python...
1 comment:
Thursday, April 16, 2009
Bimap. Bi-directional mapping/dictionary for Python?
›
I had a chance encounter with the boost C++ library documentation and came across a description of their href="http://cablemodem.fiber...
12 comments:
Friday, April 10, 2009
Knapsack solution by OO Calc
›
I had previously solved the href="http://www.rosettacode.org/wiki/Knapsack_Problem" target="_blank">knapsack proble...
2 comments:
Memoization and stack use.
›
I was caught out today when investigating how to apply memoization to allow computation of larger values of a recursive function. Mutual Rec...
3 comments:
Thursday, April 02, 2009
(Ab)use of Pythons in-built data structures
›
I like to use Pythons in-built data structures quit a lot, and tend to force myself to ask whether I should create my own classes, which al...
5 comments:
Saturday, March 28, 2009
Huffman Encoding in Python
›
Huffman encoding came up on Rosetta Code . Huffman encoding is a way to assign binary codes to symbols that reduces the overall number o...
2 comments:
Saturday, March 21, 2009
Batch Process Runner in bash shell - Forgotten Enhancements
›
A comment on an href="http://paddy3118.blogspot.com/2007/12/batch-process-runner-in-bash-shell.html">earlier post caused me t...
3 comments:
‹
›
Home
View web version