How to build ohcount on Leopard

Date Arrow  April 7, 2008

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. [...]

Tagged   Apple · How to? · Open SourceComments  Add Your Comment (1)

Playing with HTTP libraries

Date Arrow  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, [...]

Tagged   Code · How to?Comments  Add Your Comment (5)

Null References

Date Arrow  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, [...]

Tagged   Cocoa · Code · Ruby on RailsComments  Add Your Comment (4)

Update

Date Arrow  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!

Tagged   Open Source · Software · Technology · hernúnComments  Add Your Comment 

Delicious Library to BibTex Converter (Ruby, 2007)

Date Arrow  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 [...]

Tagged   WhateverComments  Comments Off 

Quick Comparison of C# and Ruby

Date Arrow  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 [...]

Tagged   .NET · Opinion · Papers · Ruby on Rails · SoftwareComments  Add Your Comment