Contributing to Open Source: First Bug Fix


Hey amigos! Well if you reached here by googling 'Bug fix' or similar, or are following me:). This might help you get started with contributing to Open Source or bug fixing. First of all I tried contributing to Debian, as I was already packaging for Debian-Diaspora. But later I found Debian a bit difficult in … Continue reading Contributing to Open Source: First Bug Fix

Advertisement

FOSSMeet ’14: A Speaker’s Dairy


Hola Amigos! Some of our mates missed the FOSSMeet @ NIT-C this year and wanted to know about the same. So here it goes from a Speaker's POV (that's me 🙂 talking on 'Contributing to GNOME-Music'): As usual everything happened at the last-minute. I was in Data Structure's lecture when they call me and tell that you have to … Continue reading FOSSMeet ’14: A Speaker’s Dairy

using line_profiler with python


This post will help you to use line_profiler for python (2.5.x) as well as python3 (python 3.x) line_profiler will help you to profile the time taken to execute each individual lines of code. The profiler is implemented in C via Cython, an optimizing static compiler for Python programming language as well as Cython programming language … Continue reading using line_profiler with python