February 2005 Archives

Notebook computer reviews

| | No TrackBacks

Notebook computer reviews

WGET

| | No TrackBacks
wget -r -k http://www1.stfunoob.com/calvin_hobbes/index.htm

Calvin and Hobbes archive

| | No TrackBacks

Kevin Kelly Cool Tools

| | No TrackBacks

Kicking users off SQL databases

| | No TrackBacks

[.NET development advice]

[Kicking users off SQL databases]

alter database DB_NAME set single_user with rollback immediate

Parsing dates from strings using one of several formats

static DateTime ParseDateTime(string s)
{
  string[] formats = { "MM/dd/yy", "MM/dd/yyyy" };
  return dt = DateTime.ParseExact(s, formats, CultureInfo.InvariantCulture, DateTimeStyles.None);
}

Oracle to SQL Server

| | No TrackBacks

How psexec works

| | No TrackBacks

NYC tech jobs

| | No TrackBacks

Travel book

| | No TrackBacks
Travelogue of Scott's Terra Nova expedition to Antarctica, commonly described as "ill-fated."

[Apsley Cherry-Garrard: The Worst Journey in the World]

T-shirt sites

| | No TrackBacks

My Day With Edward Tufte

| | No TrackBacks

Software downloads

| | No TrackBacks

Getting .Net ResourceManager resources at runtime

| | No TrackBacks

VSS-to-SVN Conversion Utility

| | No TrackBacks

Malcolm Gladwell interviewed by ESPN on the Super Bowl

| | No TrackBacks

NY Times permalink generator

| | No TrackBacks

Australian slang

| | No TrackBacks

One more reason not to raise kids in NYC

| | No TrackBacks

Icons

| | No TrackBacks

.reg file to automate cleanup of Temp directory at logon

| | No TrackBacks

What has the designer done now

| | No TrackBacks

Pages

OpenID accepted here Learn more about OpenID
Powered by Movable Type 4.32-en

About this Archive

This page is an archive of entries from February 2005 listed from newest to oldest.

January 2005 is the previous archive.

March 2005 is the next archive.

Find recent content on the main index or look in the archives to find all content.