1.
Go deh!: Duck Typing Done Right Is Wrong!
Duck Typing done right. Dynamic Languages such as Python, .... Yes, for Duck typing to work, developers need to know about what they are linking, ...
2.
Go deh!: Bug in simple code after 2+ years and 133 comments
P.S. Work pays me to be this finickity when testing ASICs ... Paddy: in the interest of finickity, it would be "Work pays me to be this finicky...". ...
3.
Go deh!: The Hat Problem
The color of each hat is determined by a coin toss, with the outcome of one coin toss having no effect on the others. ...
4.
Go deh!: Comparison of Python Solutions to The Josephus Problem
Feb 14, 2009 ... Comparison of Python Solutions to The Josephus Problem ... coming across this language comparison I decided to revisit the Josephus problem: ...
5.
Go deh!: Experiences converting a C lex/yacc parser for Verilog to ...
Looking at the source of the parser it was a C program using lex and yacc creating C data structures which were then interfaced to Python ...
6.
Go deh!: Experiences converting a C lex/yacc parser for Verilog to ...
Looking at the source of the parser it was a C program using lex and yacc creating C data structures which were then interfaced to Python ...
7.
Go deh!: On Regression Test Optimization/ It's My Data
On Regression Test Optimization/ It's My Data. When regression testing a large ASIC using constrained random test techniques (or directed tests for that ...
8.
Go deh!: Data Mining: in three languages
Data Mining: in three languages. I answered this post with a reply written in AWK then wrote versions in Perl and Python. You sshould be aware that I have ...
9.
Go deh!: Comparison of Python Solutions to The Josephus Problem
Feb 14, 2009 ... Comparison of Python Solutions to The Josephus Problem ... time to get right and prompted the comparison code added to the end of the file. ...
10.
Go deh!: The Hat Problem
Count the total hats in each colour colourcount = [otherhats.count(c) for c in hatcolours] # What hat colours are most/least prevalent mn ...