Rapid Bits
Thursday, August 15, 2013
The project type is not supported by this installation!!
›
It is very common to see this error when you try to open a .net project in visual studio. Normally this happens because of different versio...
Friday, October 5, 2012
Split mXm 2 dimensional Square array into N – Two dimensional Sub Square arrays
›
Today while working on a relatively complex project I stumbled for couple of hours to split a square matrix into multiple subsets of s...
Tuesday, September 18, 2012
How to draw an alphabet as a bitmap image using C#
›
The following procedure centers a specified alphabet inside a square. Change Color.FromArgb parameters to draw a coloured text. usage : ...
Tuesday, August 7, 2012
Notes on Android - 1
›
Following table is the summary of different Android versions and major improvements in a specific version. Although developers has choice o...
Saturday, July 28, 2012
Caesar Cipher - RotN
›
Caesar Cipher, which is also called a substitution cipher, replaces each letter of the alphabet with the three places after that origin...
›
Home
View web version