If you do not know ohcount, you should; the guys at ohloh.net have GPL’d one of their core components, namely the one that allows you to perform source code line counts in your own projects. Neat and useful!
However, the current ohcount distribution (which you can download from this link) does not build out-of-the-box in Leopard. [...]
How to build ohcount on Leopard
April
7,
2008
Apple · How to? · Open Source
Add Your Comment (1)
Playing with HTTP libraries
March
26,
2008
It’s fun to find out how to tackle the same task in different programming languages; in this case, it’s all about doing HTTP requests over a network: fortunately, there are networking libraries in virtually all major programming languages. In my current project, I’m generating wrappers easing the access to the core of the project itself, [...]
Code · How to?
Add Your Comment (5)
Null References
March
7,
2008
There’s an interesting discussion going on these days on Ruby blogs about, basically, how to avoid one of the most common, annoying, easy-to-create bugs in any programming language: calling a method on a null reference (or pointer, depending on your language).
This single issue happens all the time, in garbage-collected and non-managed languages, static and dynamic, [...]
Cocoa · Code · Ruby on Rails
Add Your Comment (4)
Update
September
22,
2007
I’ve just uploaded a new version of my Delicious Library to BibTex Converter, which might fix some issues for some users. Thanks to Hernun for the testing!
Open Source · Software · Technology · hernún
Add Your Comment
Delicious Library to BibTex Converter (Ruby, 2007)
March
4,
2007
Version: 1.0
Author: Adrian Kosmaczewski
Date: March 4th, 2007
Programming Language: Ruby
Tools: TextMate
Platforms: Linux, Windows, Mac
Download: bibtexrb.zip
Licence: Creative Commons Public Domain
This Ruby script creates a BibTeX representation of the books stored in a Delicious Library database. The script loads the XML file where the library contents are stored, parses it looking for book entries, and outputs [...]
Whatever
Comments Off
Quick Comparison of C# and Ruby
May
5,
2006
Introduction
I have been working as a software developer since 1996, and as such I’ve used a variety of different languages, both compiled and interpreted. But the who languages that I know and use most today, are two somewhat different ones, C# and Ruby. I will begin my presentation with a short explanation of both, providing [...]
.NET · Opinion · Papers · Ruby on Rails · Software
Add Your Comment