April 2005 Archives

Debugging MSI installation

| | No TrackBacks

There is a way to launch an msi with logging turned on:

msiexec /l* logfile.txt /i MyMsi.msi

Then examine the log file. Note at the end of the log file it shows a dump of MSI properties.

How to flirt

| | No TrackBacks

CodeHTMLizer

| | No TrackBacks

[CodeHTMLizer

Web page (with source code) converts source code in various languages to color-coded HTML.

Others:

Free development links from FMS Inc.]

Russian airports

| | No TrackBacks

del.icio.us API for adding links

| | No TrackBacks

API for adding links at del.icio.us

function: http://del.icio.us/api/posts/add?
	&url= url for post
	&description= description for post
	&extended= extended for post
	&tags= space-delimited list of tags
	&dt= datestamp for post, format "CCYY-MM-DDThh:mm:ssZ"

makes a post to delicious.

the datestamp requires a LITERAL "T" and "Z" like in ISO8601. For example: "1984-09-01T14:21:31Z"

C# class to run SQL scripts

| | No TrackBacks

Evil overlord list

| | No TrackBacks

Mom's up on the roof and she won't come down

| | No TrackBacks

Math expression parser

| | No TrackBacks

Bargain-hunting using RSS

| | No TrackBacks

Rick Steves: how to travel

| | No TrackBacks
[Rick Steves's travel store] Travel DVDs, maps, guides, accessories
[Rick Steves's travel tips] Travel tips in lots of categories

Categorized directory of RSS feeds

| | No TrackBacks

Tango FTP dropbox

| | No TrackBacks

Tango FTP dropbox
The Tango DropBox allows you to upload files and folders without launching your FTP application. Simply drag and drop files on to the Tango DropBoxes you create on the desktop.

Leadership Decision Making

| | No TrackBacks

VSS gripes

| | No TrackBacks

VSS gripes

[Code Access Security articles]

MSDN article: An Introduction to Code Access Security

[CodeProject article]

Synopsis of Tufte principles

| | No TrackBacks

Zip library

| | No TrackBacks

Developing Time Oriented Applications in SQL

| | No TrackBacks

Developing Time Oriented Applications in SQL

Match advice

| | No TrackBacks

O'Reilly notebook series

| | No TrackBacks

Robots.txt file generator

| | No TrackBacks

Google maps crossed with NYC apartment listings

| | No TrackBacks

Utility to tell if a .NET binary is Debug or Release

| | No TrackBacks

Source for a C# compiler written in pure C#

| | No TrackBacks

Simpsons language

| | No TrackBacks

C# string to enum

| | No TrackBacks
enum FieldType
{
  FieldString,
  FieldInt,
  FieldDouble,
  FieldMDY,
  FieldYMD
};
class Field
{
  public int fieldNumber;
  public string fieldName;
  public FieldType fieldType;
  public int fieldSize;
  public Field (int fn, string n, string t, int s)
  {
    fieldNumber = fn;
    fieldName = n;
    fieldType = (CSVParse.FieldType) Enum.Parse (
                typeof(CSVParse.FieldType), t);
    fieldSize = s;
  }
}

Company specializing in sleep travel gear

| | No TrackBacks

A Train lyrics

| | No TrackBacks

A Train lyrics

You must take the "A" train
To go Sugar Hill 'way up in Harlem
If you miss the "A" train
You'll find you've missed the quickest way to Harlem

Hurry, get on now it's coming
Listen to those rails a-humming
All 'board get on the "A" train
Soon you will be on Sugar Hill in Harlem

Columbus Circle

| | No TrackBacks

TechBargains

| | No TrackBacks

Compare hospitals by region/city

| | No TrackBacks

Education in America

| | No TrackBacks

Hybrid dropdowns

| | No TrackBacks

AnnoyingProcessKiller

| | 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 April 2005 listed from newest to oldest.

March 2005 is the previous archive.

May 2005 is the next archive.

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