Archive for the 'programming' Category

PGQ Tutorial – PostgreSQL Wiki

Tuesday, May 19th, 2009

http://sql.ru/forum/actualthread.aspx?tid=665075 Examples how to use PgQ queue in postgres

Anti-RDBMS: A list of distributed key-value stores | Richard Jones, Esq.

Saturday, March 21st, 2009

comparative review of different DHT scalable systems

PyODConverter | Art of Solving [MS Office -> PDF using openoffice.org package in server mode]

Monday, March 9th, 2009

PyODConverter

Common Optimization Mistakes / presentation from phpCon Quebec 2009 /

Friday, March 6th, 2009

about optimization, speed, scaling web apps. Useful not only to php programmers, but to web app developers in general

Open Source – The Washington Times – Home

Monday, February 23rd, 2009

some python modules from Washington Times ( ! Washington post )

Michael Tsai – Blog – Perl vs. Python vs. Ruby

Sunday, February 1st, 2009

interesting post that provides syntax difference the languages and some discussion about their importance. Good code examples.

Cache Performance Comparison | MySQL Performance Blog

Wednesday, November 19th, 2008

gives you an idea how different caching methods perform. Read it before implementing something

Prevent users from seeing SQL inside SP Postgersql ( from flames on sql.ru about MySQL vs PostgreSQL [russian] Выбор СУБД: MySQL или PostgreSQL / Сравнение СУБД : Форум на SQL.RU )

Wednesday, November 5th, 2008

example: REVOKE SELECT ON pg_catalog.pg_proc, information_schema.routines FROM public

[russian] vadiml: HOWTO по работе с С++ классми из Perl’a || C++ classes in Perl howto

Tuesday, October 28th, 2008

Article in russian part of LiveJournal deals with writing perl XS wrappers around C++ classes

highlight.js — highlight your code on the web / blog, etc

Friday, October 24th, 2008

very good code javascript code highlighting library, easy to implement, comes with wordpress plugin as well.