Quantcast
Channel: October 2008 – Programming Blog
Browsing latest articles
Browse All 4 View Live

Joining a table on itself

select  RTRIM(LTRIM(rl.ric)) 'Identifier',         case             when (rl.code like '%46%' ) THEN 'True'             when (rl.code like '%47%' ) THEN 'True'             ELSE 'False' END D1,...

View Article


Programming Fonts

Is Courier New not good enough for you?  Give your IDE a new lease of life with one of these programming-specific fonts.  I’m currently testing Proggy Tiny, in 11 point size....

View Article

Image may be NSFW.
Clik here to view.

Theory versus Experiment

As a former physicist, and an experimental/numerical/computational physicist at that, I am often in conflict with the “Theorists” be they Theoretical Physicists or Mathematicians.  In a programming...

View Article

A lovely piece of code for dealing with parameters in C#

I can’t claim credit for this, as I saw it yesterday whilst receiving a demo of a (very good) messaging architecture written by another developer.  It’s only a little scrap of code, but that makes it...

View Article
Browsing latest articles
Browse All 4 View Live