Wordpress - mousebender.wordpress.com - Mousebender

Latest News:

Including a module in Ruby 18 Nov 2007 | 03:57 pm

If we define two modules, with methods that have the same names and then include them in a class in a specific order method from the last included module will be used. So it looks like the methods ...

Solution to Code Kata Fifteen 6 Nov 2007 | 06:46 am

Just felt like doing some programming exercise. My bookmarks led me to the code kata 15. First, the problem: Think of binary numbers: sequences of 0′s and 1′s. How many n-digit binary numbers are the...

spec plugin compatible with nose 0.10 13 Oct 2007 | 08:36 am

If you use the spec plugin (part of the pinocchio package) and want to upgrade to the new version of nose, you can safely do this now, because here is the new spec plugin, (I hope) fully compatible wi...

PVS update 30 Jul 2007 | 10:35 am

It’s been quiet here lately, but only because I’m busy with PVS – my SoC project. ;-) PVS stands for Patch Verification System and I’m building it to support patch review process for CPython. There’s ...

Two quotes 16 Jun 2007 | 12:48 pm

Joel Spolsky: People should take responsibility and ownership of the things that they specify. If something’s wrong with the spec, there should be a designated spec owner, with their name printed rig...

PVS architecture draft 28 May 2007 | 12:34 pm

If you’re interested in my Python patch verification system project (or want to get interested :-), check out notes on system architecture I just added. Feel free to comment here or on the wiki, I’d l...

Minor annoyance 20 May 2007 | 09:49 am

Map operation on sets isn’t closed, both in Python: >>> type( map(lambda x: x**2, set([1,2,3,4])) ) <type 'list'> and Ruby: >> Set.new([1,2,3,4]).map { |x| x**2 }.class => Array At least Haskell...

Accepted to Summer of Code 2007! 19 Apr 2007 | 12:15 pm

It actually happened a week ago, but I was really busy and had no time to share this happy news with the world. But here I am again, a lucky student ready to hack some Python code during summer. This ...

A Logic File System and the web 2 Mar 2007 | 12:17 pm

A Logic File System is generally a keywords-based file system extended by good navigation capabilities. There is a official home page with much more information and sample implementations. Although th...

Free your blog! 28 Feb 2007 | 09:36 am

During my search for free blogs today I got surprised by the fact that a really small percent of Python blogs (either on Planet Python or Unofficial Planet Python) is licensed under a free license (fu...

Related Keywords:

ruby module, buildbot howto, ruby modules, (got mock instance instead), python recursive getattr, ruby include module, setattr, ruby included, ruby how are modules included, my python blog

Recently parsed news:

Recent searches: