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 ArticleProgramming 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 ArticleTheory 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 ArticleA 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