Skip to content

Instantly share code, notes, and snippets.

View tamcgoey's full-sized avatar
🛍️
shipping something...

Thomas Edgesmith tamcgoey

🛍️
shipping something...
View GitHub Profile
@tamcgoey
tamcgoey / cloudSettings
Last active April 16, 2020 16:49 — forked from sourdoughdev/cloudSettings
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-04-16T16:49:23.122Z","extensionVersion":"v3.4.3"}
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.18039216101169586</real>
#F8F8FA,#F8F8FA,#CAD1D9,#FFFFFF,#FFFFFF,#383F45,#60D156,#9C9C9C
#
# Executes commands at the start of an interactive session.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# Source Prezto.
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
{
"draw_minimap_border": true,
"draw_white_space": "all",
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
@tamcgoey
tamcgoey / App.tsx
Created July 14, 2019 03:18
Inbox for Trello. A super simple React Native app: https://sourdough.dev/crafting-your-own-tools
import axios from 'axios'; // yarn add axios
import React, { useState } from 'react';
import {
View,
StatusBar,
TextInput,
ToastAndroid,
Text,
TouchableHighlight,
TouchableOpacity
<?php
/*
_______ _ _ __ __ _ __ _
|__ __| | | | \ \ / / | | / _| |
| |_ __ ___| | | ___ \ \ /\ / /__ _ __| | _| |_| | _____ __
| | '__/ _ \ | |/ _ \ \ \/ \/ / _ \| '__| |/ / _| |/ _ \ \ /\ / /
| | | | __/ | | (_) | \ /\ / (_) | | | <| | | | (_) \ V V /
|_|_| \___|_|_|\___/ \/ \/ \___/|_| |_|\_\_| |_|\___/ \_/\_/
@tamcgoey
tamcgoey / keybase.md
Created June 13, 2014 19:16
keybase.md

Keybase proof

I hereby claim:

  • I am tamcgoey on github.
  • I am tamcgoey (https://keybase.io/tamcgoey) on keybase.
  • I have a public key whose fingerprint is 7894 2F9C BF23 710D 027C C8D6 F9B4 DE37 9477 19DE

To claim this, I am signing this object:

void tank_reset(Tank *tank)
{
if (tank->isFrontPage == TRUE)
{
tank->f_x = tank->x;
tank->f_y = tank->y;
}
else
{
@tamcgoey
tamcgoey / gist:8392561
Created January 13, 2014 00:11
meta tags
<title>[BLOG TITLE] | Thomas McGoey-Smith</title>
<meta name="Description" content="Thomas McGoey-Smith is a Computer Science Student from Calgary, Alberta, Canada. If you enjoyed [BLOG TITLE] you should consider following Thomas on twitter @tamcgoey.">
<meta name="Keywords" content="Thomas McGoey-Smith, Computer Science Student, Calgary Alberta Canada, Programmer">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@tamcgoey">
<meta name="twitter:title" content="[Blog Title] | Thomas McGoey-Smith">
<meta name="twitter:description" content="Another post written by: Thomas McGoey-Smith">
<meta name="twitter:creator" content="@tamcgoey">
<meta name="twitter:image:src" content="http://d22k0q6ovzvusd.cloudfront.net/tamcgoey/headshot.png">