SVN Remove Added File From Repository and Keep Local File – Subversion

Updated by on Oct 15, 2010 in Programming, Programs, Version Control | 0 comments

This is quick SVN (Subversion) tip, howto remove added file from SVN repository without deleting file from local filesystem. Remove File...

Read More

PostgreSQL: Select a Random Number in a Range (Between Two Numbers)

Updated by on May 26, 2010 in SQL | 0 comments

This is quick tip howto select a random number in a range. Example random number between 1-100 (>= 1 and < 100). This is actually very easy...

Read More

PostgreSQL Sleep Function pg_sleep – Postgres Delay Execution

Updated by on May 26, 2010 in SQL | 0 comments

One day, I was looking for PostgreSQL database function, which could delay the execution of queries. At first I thought that I will do one...

Read More

PHP mb_ucfirst Make a String’s First Character Uppercase-Multibyte (UTF-8) Function

Updated by on Aug 25, 2011 in PHP, Programming | 3 comments

PHP’s ucfirst function is very usefull when you want to change words first letters to uppercase and other letters to lowercase....

Read More

if-not-true-then-false.com New Look

Updated by on Apr 7, 2010 in News | 1 comment

This new design (using Arras Theme) has just been published and will still develop, so any comments and opinions are very welcome. In my...

Read More
Bear