Wednesday, September 07, 2011
Wednesday, July 20, 2011
How Digital Detectives Deciphered Stuxnet
http://www.wired.com/threatlevel/2011/07/how-digital-detectives-deciphered-stuxnet/all/
This is one of best stories I have read, as thrilling & chilling as it gets.
This is one of best stories I have read, as thrilling & chilling as it gets.
Thursday, June 23, 2011
Wednesday, June 22, 2011
OO Programming & TDD: Useful Links
OO Design Principles
http://mmiika.wordpress.com/oo-design-principles/
Effective Tests: Test Doubles
http://www.aspiringcraftsman.com/2011/05/16/effective-tests-test-doubles/
The Art of Separation of Concerns
http://www.aspiringcraftsman.com/2008/01/03/art-of-separation-of-concerns/
http://mmiika.wordpress.com/oo-design-principles/
Effective Tests: Test Doubles
http://www.aspiringcraftsman.com/2011/05/16/effective-tests-test-doubles/
The Art of Separation of Concerns
http://www.aspiringcraftsman.com/2008/01/03/art-of-separation-of-concerns/
Friday, June 17, 2011
Tuesday, May 24, 2011
Amazon's Dynamo - scalable key-value store
http://www.allthingsdistributed.com/2007/10/amazons_dynamo.html
Overview of techniques used in building a scalabale decentralized key value store.
Overview of techniques used in building a scalabale decentralized key value store.
Friday, April 29, 2011
Screen - detach a process from console
Ever wondered how to start a download from server at night from your laptop and shut it down with out disrupting the download?
Of course there are many ways, use RDP etc but screen is a better choice because its powerful.It gives the power of resuming from where we left.
http://www.howtoforge.com/linux_screen
Of course there are many ways, use RDP etc but screen is a better choice because its powerful.It gives the power of resuming from where we left.
http://www.howtoforge.com/linux_screen
Tuesday, April 19, 2011
C++ Singleton Pattern
Subscribe to:
Posts (Atom)