Mind Ramblings My Blog

Writing wrappers for Basic class

So, it’s been already a week! The coding period (for me) has started. I am starting early to make up for my absence for a few days.

I had already setup a minimal gem and automated building of extensions. I read the docs

...Read more

Google Summer of Code 2015

GSoC-2015

Hi there! Yeah, you guessed it. I got selected into Google Summer of Code 2015! I am very excited for the summers. The results have been out and My project Ruby Bindings for SymEngine C++ symbolic manipulation library has been selected.

...Read more

Special semantics for arrow`->` operator and dot`.` operator in C++

Ever tried to overload operator->? If you haven’t, let me tell you this doesn’t work like other overloaded operators.

...Read more

Docker! Looks cool,

Docker

I came across this term ‘docker’ while going through the project ‘Shogun-cloud’ and decided to google about it and learn what this does. Turns out it has made building, shipping and running distributed applications hassle free to a great extent.

...Read more

An Easy Linear Time Longest Palindromic Substring finding Algorithm

I would like to discuss a simple and easy to understand algorithm for finding longest palindromic substring in linear time. I stumbled upon this during the Algorithms Lab Test. This is very similar to other algorithms but yet different.

...Read more