Rarely used git commands

I was preparing a presentation on git I am about to deliver to a group of bioscientists. While doing so I learned couple of things myself. Here are the bits and pieces

Read more…

Debugging R in Linux

All the years working in Linux I did not know how to debug in Linux. GDB is simply too scary for me... And now I needed to debug R. And you know what, it is that simple:

sudo apt-get install nemiver
./R -d nemiver

And that's it!

R starts under …

Read more…

Posted On

Category:

Tags: / / /

Web development

Web Development is hard. And it is hard for all the wrong reasons. Take creation of this blog, for example. All I wanted was a simple web site, no twitter integration, no interactive content. Nothing out of ordinary. But I had few obvious restrictions, such as "No PHP". And what …

Read more…

Posted On

Category:

Tags: / /