[postgreSQL] Insert or Replace or \copy (bulkload)
http://archives.postgresql.org/pgsql-general/2007-08/msg00702.php how to implement “replace” in postgres
http://archives.postgresql.org/pgsql-general/2007-08/msg00702.php how to implement “replace” in postgres
http://www.mikebroberts.com/blog/archive/Tech/ArticlesandPapers/Howtosetupa.NETDevelopmentTree.html Comments on how to organize development environment for a subversion project
http://algolist.manual.ru/ Web site [mostly in Russian] about algorithms that are used in software development
http://garrys-brain.blogspot.com/2007/07/tortoisesvn-and-visual-studio.html How to include subversion menus (Tortoise SVN ) into Visual Studio 2008
http://msdn2.microsoft.com/en-us/library/aa984335(VS.71).aspx how to write a windows service [skeleton] in C#
http://www.stsc.hill.af.mil/CrossTalk/2008/01/0801DewarSchonberg.html A talk or sort of open letter complaining about decline of quality of CS education in USA, and in particular “java school” approaches
http://lwn.net/SubscriberLink/263130/d4464a9c3acaf34a/ describes how to use linux kernel RCU mechanism instead of read-write locking
http://devzone.zend.com/article/2913-Porting-PHP-to-JavaScript some useful php function implemented in JavaScript
http://apr.apache.org/docs/apr-util/1.2/group___a_p_r___util___r_l.html pool of objects / list of resources functions (for things like database connection, or licensed libs/dlls)
http://www.microsoft.com/windowsserver2003/technologies/msmq/default.mspx queue / messaging on win2003