Archive for November, 2009
Beta Testing Google Chrome for Mac
While we all have to wait for Google Chrome to be released for Macintosh OS, why not start beta testing it before it’s released? I’ve downloaded it (beta download here) and so far haven’t run into any bugs or crashing, which is pretty nice. You can definitely see the UI Google brings to anything they touch. Check [...]
C Programming Decimal Equivalent of Letters
In C, each letter is actually a decimal, with a difference of 32. To make ‘z’ an uppercase, you would subtract 32 from it, giving us ‘Z’.

