[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

Bundle Programming Guide: Anatomy of a Modern Bundle

http://developer.apple.com/documentation/CoreFoundation/Conceptual/CFBundles/Concepts/BundleAnatomy.html#//apple_ref/doc/uid/20001119-BAJFIBAJ Information on specific directories on Mac OS X that appear as one file, called bunlde;

SQLite Database Browser

http://sqlitebrowser.sourceforge.net/ visual devel tool for SQLite

Brad Abrams : Seconds since the Unix epoch in C#

http://blogs.msdn.com/brada/archive/2004/03/20/93332.aspx how to get epoch time in .Net

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

Paul Nielsen : 10 lessons from 35K tps

http://sqlblog.com/blogs/paul_nielsen/archive/2007/12/12/10-lessons-from-35k-tps.aspx notes (somewhat interesting) about big OLTP system based on SQLserver

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