Archive for the 'programming' Category

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

Wednesday, February 13th, 2008

how to implement “replace” in postgres

Blogtastic – How to setup a .NET Development Tree

Friday, January 25th, 2008

Comments on how to organize development environment for a subversion project

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

Friday, January 25th, 2008

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

Friday, January 11th, 2008

How to include subversion menus (Tortoise SVN ) into Visual Studio 2008

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

Friday, January 11th, 2008

how to write a windows service [skeleton] in C#

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

Tuesday, January 8th, 2008

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]

Saturday, January 5th, 2008

describes how to use linux kernel RCU mechanism instead of read-write locking

Porting PHP to JavaScript

Friday, January 4th, 2008

some useful php function implemented in JavaScript

Apache Portable Runtime Utility Library: Resource List Routines

Tuesday, December 25th, 2007

pool of objects / list of resources functions (for things like database connection, or licensed libs/dlls)

Microsoft Message Queuing / MSMQ

Tuesday, December 25th, 2007

queue / messaging on win2003