Harikrishnan's Blog

April 29, 2010

Google Summer of Code 2010

Filed under: Achievements — harikrishnanr @ 9:16 pm

I am selected in GSOC this year. My project is pydra. Pydra is a distributed and parallel computing framework for python.

My mentor is  Peter Kreneskyp. The proposal is based on FunctionTask. I sent one patch regarding a ticket, which was accepted. I selected this project because I am interested in Python.

Thanks to Pramode Sir for motivating and helping me.

December 23, 2009

My first patch

Filed under: Achievements — harikrishnanr @ 3:36 pm

Akarsh  Simha,  one of the developers of kstars(KDE) pointed me to a
site. It contains the problems of the code in  kstars. I met him in the event FOSS 2009, which was held in Bangalore.

I just included the path of the header files in two files. I sent the patches to him.

One of the patches is right below.

Index: observeradd.cpp
===================================================================
— observeradd.cpp    (revision 1065077)
+++ observeradd.cpp    (working copy)
@@ -17,7 +17,7 @@
***************************************************************************/

#include “kstarsdata.h”
-#include “comast/observeradd.h”
+#include “observeradd.h”
#include “ui_observeradd.h”

#include <QFile>
@@ -25,7 +25,7 @@
#include <kmessagebox.h>
#include <kstandarddirs.h>

-#include “comast/observer.h”
+#include “observer.h”

Thanks to Akarsh for helping me.

Blog at WordPress.com.