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.
  • Good stuff at mile 20 of a marathon

    The OBX Marathon had this stuff at their medical stations. Excellent stuff. Got me through some quad and calf muscle pain.

    November 12, 2007
  • 1997 Toyota Corolla Parts Store

    Toyota Parts and Books on Amazon.com

    September 28, 2007
  • Calculate average daily mileage required to make yearly goal

    This might be useful if you’re programming a running site. For me, however, I wanted to write this calculation in SQL Server to expand my knowledge some. –Calculates the average daily mileage needed to meet a target yearly mileage goal, based on current mileage.CREATE FUNCTION averageDistanceNeeded (@targetMileage decimal(10,4), @currentMileage decimal(10,4))RETURNS decimal(10,4)ASBEGIN Declare @daysLeft decimal(10,4) Declare…

    September 11, 2007
←Previous Page
1 … 274 275 276 277 278 … 310
Next Page→

Code, Strings, and Keys

Proudly powered by WordPress