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 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 / README.md
Last active January 1, 2024 06:20
Mac Tweaks v2

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 / 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
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>
@tsmith512
tsmith512 / SassMeister-input-HTML.html
Created December 15, 2015 19:40
Generated by SassMeister.com.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<section>
<aside>Howdy</aside>
<aside>Howdy</aside>
@tsmith512
tsmith512 / SassMeister-input-HTML.html
Created March 26, 2015 20:55
Generated by SassMeister.com.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<div id="container">
<div class="item1">&nbsp;</div>
<div class="item2">&nbsp;</div>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<h1>Related Content</h1>
<div class="view-related-content">
<div class="item">Test</div>
@tsmith512
tsmith512 / SassMeister-input.scss
Last active August 29, 2015 14:16
Proposal for a better rtl() mixin that takes a class name
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
@mixin rtl($class: '') {
#{'html[dir="rtl"]' + $class} & {
@content;
}
}
@tsmith512
tsmith512 / SassMeister-input-HTML.html
Last active August 29, 2015 14:15
Examples for Presentation: Advanced Responsive Web Design Part 6: Toolkit
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<main>
<h1>16:9 ratio</h1>