Here’s a Compact Inverted Calendar for Business Cards, good for 2008 and 2009.
1 2 3 4 5 6 7
8 9 [...]
pulling the rug
Wednesday, 28 November 2007
Here’s a Compact Inverted Calendar for Business Cards, good for 2008 and 2009.
1 2 3 4 5 6 7
8 9 [...]
Thursday, 22 November 2007
It is far better to tell those fearful [of terrorists] that in a far away land, there are fathers, mothers, sons and daughters who fear us, and some who even hate us, because of what their political leaders and religious leaders tell them about us. Some of them would even venture to our lands to [...]
Wednesday, 21 November 2007
There’s a story about fishermen being forced to throw excess cod into the sea because of fishing limits. Couldn’t the fisherman sell excess cod to those who have not caught enough? Or those fisherman who didn’t catch enough sell their quota to the fishermen who caught too many?
Friday, 2 November 2007
Note to readers: I apologize for this incorrigible post. I’m just bookmarking these sites for future use.
Add VB.NET Scripting to .NET Apps
The .NET Framework contains classes (such as those in the Microsoft.VisualBasic.Vsa namespace) that allow you to host a scripting engine in your application so that users can script your application. This article will show you [...]
Friday, 2 November 2007
Jomo Fisher demonstrates how tail call works in CLR using mutual recursion in F# as an example:
let rec f1 n =
f2 (n+1)
and f2 n =
f1 (n+1)
f1 1
.method public static !!T f1(int32 n) cil managed
{
.maxstack 4
L_0000: ldarg.0
[...]
Thursday, 1 November 2007
lshift writes about how difficult it is to use Java’s simple date parser to take into account daylight savings, and offers a workaround. Then refers us to joda, a better java date time library.
SimpleDateFormat assumes, if it’s not told, that what it’s parsing is in the system timezone, so in London the string from before [...]
Thursday, 1 November 2007
What does a site do when they panic over lost PageRank after being caught selling text links?
Check out the footer on this site.