Code, Strings, and Keys

    • About Thomas Powell
    • Account
    • It’s been [0] days since [program] last updated
    • Login
    • Password Reset
    • Pianist / Accompanist / Music Director Resume
    • Reading List 2025
    • Register
    • Running Gear – Shoes, Treadmill, and Bandages
    • Site Map
Illustration of a bird flying.
  • My Hatfield-McCoy placement:

    Field Placement: 108 / 210 (51.4%)Age group: 30 – 34Group Placement: 9 / 12 (75%)Gender Placement: 82 / 142 (57.7%) I refuse to take this lying down, standing up, or anything in between. I haven’t finished in the bottom half of the field since September ’06 (15k, 2nd race), 3 months after I ran my…

    June 18, 2008
  • Automatic list of labels for classic templates

    June 18, 2008
  • VBScript to convert timestamp to YYYYMMDD formatted string

    I started with the code on this page. Function FormatYYYYMMDD(timeStamp) Dim dateMonth : dateMonth = DatePart("M", timeStamp) Dim dateDay : dateDay = DatePart("D", timeStamp) Dim dateYear : dateYear = DatePart("YYYY", timeStamp) Dim dateString dateString = dateYear If dateMonth < 10 Then dateString = dateString & "0" & dateMonth Else dateString = dateString & dateMonth End…

    June 17, 2008
←Previous Page
1 … 256 257 258 259 260 … 310
Next Page→

Code, Strings, and Keys

Proudly powered by WordPress