Posts in "Programming"

16

Sep

2011

Check if a string is null or empty in XSLT

Here is an example in different situations: Sample XML: <group>     <item>        ...

01

Jan

2011

Binary to Hex equivelants

Here is the list for quick reference: 0000 = 0 0001 = 1 0010 = 2 0011 = 3 0100 = 4 0101 = 5 0110 = 6 ...

30

Dec

2010

Process Kill Script for Windows

In a case, you might want to kill one or more processes in Windows. Of course, you can kill them one by one in Task Manager,...

16

Nov

2009

Linux is an Uncompassionate OS

This explains why Linux is an evil and uncompassionate OS ;-). (Source: geeksaresexy.net)

14

Aug

2009

Biztalk Send Port File Name Macros

If you ever wanted to know how to use any other file name macros other than %MessageID% here they are: %datetime% Coordinated...

11

Jun

2009

Local Temporary Table

Here is a simple to create and drop temp tables: to think that ALL temp tables reside in tempdb database, not releated to...