[postgreSQL] Insert or Replace or \copy (bulkload)

http://archives.postgresql.org/pgsql-general/2007-08/msg00702.php how to implement “replace” in postgres

Blogtastic - How to setup a .NET Development Tree

http://www.mikebroberts.com/blog/archive/Tech/ArticlesandPapers/Howtosetupa.NETDevelopmentTree.html Comments on how to organize development environment for a subversion project

AlgoList - алгоритмы, методы, исходники

http://algolist.manual.ru/ Web site [mostly in Russian] about algorithms that are used in software development

Garry's Bit Patterns: TortoiseSVN and Visual Studio Integration - Visual Studio 2008

http://garrys-brain.blogspot.com/2007/07/tortoisesvn-and-visual-studio.html How to include subversion menus (Tortoise SVN ) into Visual Studio 2008

Writing Services Programmatically ( .net C# or VB.net)

http://msdn2.microsoft.com/en-us/library/aa984335(VS.71).aspx how to write a windows service [skeleton] in C#

STSC CrossTalk - Computer Science Education: Where Are the Software Engineers of Tomorrow? - Jan 2008

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

What is RCU? Part 2: Usage [LWN.net]

http://lwn.net/SubscriberLink/263130/d4464a9c3acaf34a/ describes how to use linux kernel RCU mechanism instead of read-write locking

Porting PHP to JavaScript

http://devzone.zend.com/article/2913-Porting-PHP-to-JavaScript some useful php function implemented in JavaScript

Apache Portable Runtime Utility Library: Resource List Routines

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)

Microsoft Message Queuing / MSMQ

http://www.microsoft.com/windowsserver2003/technologies/msmq/default.mspx queue / messaging on win2003