Basic use of Tuples C++11

Basic use of Tuples in C++11 Tuples are an amazing feature in C++. Tuples are specified in C++11 standard (ISO/IEC 14882:2011), i.e. they are a new introduction in c++11. So if you are more used to traditional c++, tuples will come as a surprise for you. It happened to me as well and I am not that […]

Forgot your EXCEL Password?

Okay. It is a bit sneaky and I will not explain everything but if by any chance you are using Excel and are password protecting the sheets and if you forget what your password was, “You are dead… ;)”. NOT REALLY! Use the following VBA script to recover the password. No need to download any […]

Lead the way Microsoft!

First of all, a very Happy New Year 2015 to all my readers. I am feeling pretty excited at the start of this year. Ericsson has shutdown the modem business and moved its modem workforce into core baseband business. Yes, I am now working as one. Telecommunications as a whole feels like a commodity especially […]

Install Microsoft XNA 4.0 refresh without VS2010 for VS2015

My previous article http://t.co/XamFah9e8V shows how to install Microsoft XNA 4.0 refresh without VS 2010 for VS2013. In the meantime, Microsoft is kind enough to release a Community Preview version of VS 2015. And boy it looks amazing. It is fast, has a lot of functionality, and I basically am in love with it! Also […]

Install Microsoft XNA 4.0 refresh without VS2010 for VS2013

Microsoft XNA 4.0 refresh is a very good framework for doing various things including game development, simulation, etc. Of course as with all good things, Microsoft is not going to support it anymore. And one more reason in not investing in MSFT technology. But that is besides the point that one cannot simply install XNA […]