1. Quick and Dirty Rails on rvm

    Leave a comment

    February 1, 2014 by samarthasthana

    If you have recently encountered problems with your rvm installation on Ubuntu 12ish on the lines shown below ERROR: Error …
    Continue reading

  2. Ruby on Rails , Getting started

    Leave a comment

    October 14, 2013 by samarthasthana

    Whenever we think about web development technologies we instantly think about JSP servlets or .Net framework or most easily PHP. …
    Continue reading

  3. Function Pointers

    Leave a comment

    September 29, 2013 by samarthasthana

    “Damn my sink is broken, I should call a plumber” , can happen to anyone. What we are actually doing …
    Continue reading

  4. Dynamic Arrays in C++

    Leave a comment

    September 25, 2013 by samarthasthana

    All of us have had pizza, They are awesome , quick and cheap. In pizza’s too we can have a …
    Continue reading

  5. Pointers : Awesome way to play with addresses

    Leave a comment

    September 23, 2013 by samarthasthana

    Knowledge assumed: Variables and basic stuff We know all about the variables and how they act as aliases in programming.  …
    Continue reading