Skip to content

Instantly share code, notes, and snippets.

View tsmith512's full-sized avatar

Taylor Smith tsmith512

  • Cloudflare
  • Austin, Texas & Tulsa, Oklahoma
View GitHub Profile
@tsmith512
tsmith512 / README.md
Last active January 1, 2024 06:20
Mac Tweaks v2
@tsmith512
tsmith512 / README.md
Last active November 19, 2021 03:07
FitBit Migration Script Notes

The main fitbit monthly CSV export

1. Body Data

Body
Date,Weight,BMI,Fat
"2021-10-29","140.13","20.68","0"
"2021-10-30","140.15","20.69","0"
"2021-10-31","140.17","20.69","0"
@tsmith512
tsmith512 / functions-tsmith.php
Created December 24, 2012 23:23
Utility WordPress functions for cleaner output and theme code
<?php
/**
* tsmith512's Common WordPress Functions
*
* Handy WordPress functions for cleaner theme code and WordPress output. This
* is not (yet) a plugin because it is so closely tied to the theme code. Include
* it directly in a theme's functions.php file.
*
* @package tsmith512-wordpress
* @author Taylor Smith (www.tsmithcreative.com)
@tsmith512
tsmith512 / macadventures.md
Created November 30, 2012 04:33
My iJourney

An Introduction

Through both a yearning for familiarity and the knowledge that corporate computer defenestration is a terminal act, I have arduously forged this list of tips, less useful for those on a quest to be an ultimate iUser than for those who want to retain a glimpse, however fleeting, of the Windows/Linux they used to know.

-- [tsmith512][]

Keybase proof

I hereby claim:

  • I am tsmith512 on github.
  • I am tsmith512 (https://keybase.io/tsmith512) on keybase.
  • I have a public key whose fingerprint is BF7D BEF7 3425 D5CB 1113 EC7C 2B75 4FFB FB79 F7AD

To claim this, I am signing this object:

@tsmith512
tsmith512 / SassMeister-input-HTML.html
Last active July 21, 2016 17:26
Intro to Singularity: Twelve Column Example
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sample</title>
</head>
<body>
<div class="wrap">
<div class="item">&nbsp;</div>
</div>
@tsmith512
tsmith512 / ADJUSTMENTS.md
Last active May 7, 2016 00:34
Prop 1 in Austin. The diff view of ordinance 20160217-001, which is an amendment to rules governing TNC/Ridehailing applications. Use the "Revisions" tab to see the comparison.

To make the differences between the old ordinance and the new ordinance, I made a few adjustments to them to make the diff line up. Anything in red is being removed, anything in green is being added. Text in black and white is unchanged.

Renamed the DEFINITION section of the new ordinance to DEFINITIONS (plural) to match to show clearly where the real content begins. The new ordinance only has one definition.

Moved the PENALTY section from the end of the new ordenance to after DEFINITIONS to correlate to the original ordinance placement.

Renamed the TNC OPERATING AUTHORITY APPLICATION REQUIRED section of the new ordinance by removing the word "APPLICATION" to match the old ordinance.

In the IDENTITY section, replaced "app" in the new ordinance with "application" to match the old ordinance to demonstrate the similarity.

@tsmith512
tsmith512 / SassMeister-input-HTML.html
Last active February 25, 2016 18:46
Intro to Singularity: Source Order vs. Visual Order Example
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sample</title>
</head>
<body>
<div class="wrap">
<div class="a">First</div>
<div class="b">Second</div>
@tsmith512
tsmith512 / SassMeister-input-HTML.html
Last active February 25, 2016 18:45
Intro to Singularity: Gist for Calc Output Example
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sample</title>
</head>
<body>
<div class="wrap">
<div class="a">300px</div>
<div class="b">1</div>
@tsmith512
tsmith512 / SassMeister-input-HTML.html
Created February 25, 2016 18:43
Generated by SassMeister.com.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sample</title>
</head>
<body>
<div class="wrap">
<div class="item">&nbsp;</div>
</div>