browser icon
You are using an insecure version of your web browser. Please update your browser!
Using an outdated browser makes your computer unsafe. For a safer, faster, more enjoyable user experience, please update your browser today or try a newer browser.

Rant

A rant is a speech or text that does not present a well-researched and calm argument; rather, it is typically an attack on an idea, a person or an institution. Very often rants lack proven claims. Such attacks are usually personal attacks. Compare with a dialectic. – Wikipedia

To make a calculator from scratch

I created a Calculator (On May 2011) from scratch using .net code http://codereview.stackexchange.com/questions/2334/to-make-a-calculator-from-scratch

Share
Categories: Rant | Leave a comment

VisualSVN pre-commit hook

1.Start VisualSVN Server Manager 2.Under Repositories, Select your repository and then Open Properties 3.Select Hooks tab 4.double click the pre-commit hook 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 setlocal   set REPOS=%1 set TXN=%2   set SVNLOOK="C:\Program Files\VisualSVN Server\bin\svnlook.exe" REM Make sure … Continue reading »

Share
Categories: Rant | 1 Comment

My Experience with SQL Azure

We are in the process of developing a prototype for Windows Azure. Since its a fairly a new technology not many online help/discussions are available. and if there are, then they are obsolete (as these steps would become in couple of months) the reason being, Microsoft comes out with updates for major/minor versions pretty quickly. … Continue reading »

Share
Categories: Rant | Leave a comment

Simple OS A designers dream, a programmers pride

I would like an Operating System which is open source. Which has two options when its started for the first time.(Basic, Advanced) Basic:my mother can use.Advanced: something a hardcore programmer hacker can use which behaves like iPhoneOS/android i.e desktop with icons only(apps)/ no tray or task bar or menus or right clicks apps can do … Continue reading »

Share
Categories: Rant | Leave a comment

I Love Innovation

Google, Apple, Microsoft… big names you get to hear about them almost everyday and lot of flamewar going around with brand loyalty…like X company blows or Y company is awesome!! For me its the products these big names produce which i love and not the brand, i have macbookpro with windows 7 installed and use … Continue reading »

Share
Categories: Rant | Leave a comment

Hello world!

Hello! I recently changed from Drupal to WordPress, Why? Cause, I was hearing a lot of buzz and I had nothing better to do this weekend ^_^. I am happy i did, and my inital reaction is… Wordpress is made by designers and Drupal is made by programmers. Why do i say this? ‘Cause, WordPress  is a … Continue reading »

Share
Categories: Rant | 2 Comments

HOWTO export/copy ADODB recordset to excel spreadsheet via IronPython

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 … Continue reading »

Share
Categories: Rant | Leave a comment

Howto create a dev server

From childhood i have always been fascinated by computers and my first box was a 386 machine with a monochrome monitor. Whereas now i have a powerful Quad core machine ^_^ I have a home network which connects couple of wired desktops, XBox (which is now a media center with XBMC) and also wireless iPhone … Continue reading »

Share
Categories: Rant | Leave a comment

Maven: a lot better then Ant

Maven is a software tool for Java project management and build automation similar in functionality to the Apache Ant. Now a days a lot of open source java project are using Maven. Some of the main features are:- Making the build process easy and it is network-ready A way to share JARs across several projects … Continue reading »

Share
Categories: Rant | 1 Comment