Skip to content

Instantly share code, notes, and snippets.

View tjohnson4's full-sized avatar

Todd Johnson tjohnson4

  • Samba TV
  • United States
View GitHub Profile
➜ test npm install -g npm@latest
/Users/toddjohnson/npm/bin/npm -> /Users/toddjohnson/npm/lib/node_modules/npm/bin/npm-cli.js
npm@3.10.5 /Users/toddjohnson/npm/lib/node_modules/npm
➜ test npm init
This utility will walk you through creating a package.json file.
It only covers the most common items, and tries to guess sensible defaults.
See `npm help json` for definitive documentation on these fields
and exactly what they do.
@tjohnson4
tjohnson4 / .tmux.conf
Created February 29, 2016 19:38 — forked from justin808/.tmux.conf
My tmux conf file for tmux 1.9a
set-option -g default-shell /bin/zsh
# https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard
# http://brentvatne.github.com/tmux-copy-paste/
# this next command takes the current buffer and puts it on the OS clipboard
#bind Y run "tmux save-buffer - | reattach-to-user-namespace pbcopy"
#
# I don't understand why the next would be useful
# bind P run "tmux paste-buffer"
bind y copy-mode
- Westinghouse
- UHD - need to certify (in SF)
- Device Info Attributes that need to be corrected. Listed with the attributes are the current values.
- referenceModel : main_trunk
- manufacturer : Cultraview
- model : LE-42GY15
- modelDescription : SEIKI LE-42GY15
@tjohnson4
tjohnson4 / gist:ba3ac6905343496140b4
Created December 18, 2015 22:54
lego quad parts list
12.99 * 4 http://www.getfpv.com/motors/dys-1806-13-2300kv-brushless-motor.html
24.99 * 1 http://www.getfpv.com/flight-controllers/acro-naze32-flight-controller-rev6-w-pin-headers.html
12.99 * 4 http://www.getfpv.com/electronics/electronic-speed-controllers-esc/dys-blheli-20a-esc-500hz-2-4s-opto.html
5.99 * 1 http://www.getfpv.com/lumenier-4power-mini-pdb.html
24.99 * 1 http://www.getfpv.com/radios/receivers/frsky-x4r-sb-3-16-channel-receiver-w-sbus.html
<?xml version="1.0" encoding="utf-8"?>
<VAST version="2.0">
<Ad id="110147312">
<InLine>
<AdSystem version="1">Flingo</AdSystem>
<AdTitle><![CDATA[Netflix CTV - Action 30 (copy)]]></AdTitle>
<Description><![CDATA[Netflix CTV - Action 30 (copy) ad]]></Description>
<Error id=""><![CDATA[http://pubads.g.doubleclick.net/pagead/conversion/?ai=BN_Llof6mVIOuH8adkwK3x4DgBsCr3vwFAAAAEAEggKrnIDgAWMD0pfy9AWDJ9viGyKOgGboBDTE5MjB4MTA4MF94bWzIAQWYAsjiAcACAuACAOoCIy8xMzQ2MzYzNTIvdG16L2N0di9saW5lYXJWaWRlby9yb2t1-AKF0h6QA_ABmAOkA6gDAeAEAaAGIw&sigh=Kt94Tuq_SvE&label=videoplayfailed]]></Error>
<Impression id=""><![CDATA[http://pubads.g.doubleclick.net/pagead/adview?ai=BN_Llof6mVIOuH8adkwK3x4DgBsCr3vwFAAAAEAEggKrnIDgAWMD0pfy9AWDJ9viGyKOgGboBDTE5MjB4MTA4MF94bWzIAQWYAsjiAcACAuACAOoCIy8xMzQ2MzYzNTIvdG16L2N0di9saW5lYXJWaWRlby9yb2t1-AKF0h6QA_ABmAOkA6gDAeAEAaAGIw&sigh=5To0rFV--Fk]]></Impression>
<Creatives>
/Users/toddjohnson/Documents/repos/gs
Fri Dec 12 18:51:50 2014 - Executing 'git status --porcelain --untracked-files=all' ...
Fri Dec 12 18:51:50 2014 - WARNING: Some files are modified ...
Fri Dec 12 18:51:50 2014 - Fetching server metadata...
Fri Dec 12 18:51:50 2014 - Syncing dev to staging dir...
Fri Dec 12 18:51:50 2014 - Syncing search to staging dir...
Fri Dec 12 18:51:50 2014 - Syncing appserv to staging dir...
Fri Dec 12 18:51:50 2014 - Syncing wsserv to staging dir...
Fri Dec 12 18:51:50 2014 - Syncing web to staging dir...
Fri Dec 12 18:51:51 2014 - WARNING: No swfs found in /tmp/swf/ -- using production swfs
@tjohnson4
tjohnson4 / dabblet.css
Created December 18, 2012 02:13
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background : #f00;
}
@font-face {
font-family: 'GothamMed';
@tjohnson4
tjohnson4 / dabblet.css
Created December 18, 2012 01:10
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background : #f00;
}
@font-face {
font-family: 'GothamMed';
@tjohnson4
tjohnson4 / dabblet.css
Created December 18, 2012 01:01
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
@font-face {
font-family: 'GothamBook';
src:url(http://static.flingo.tv/samba/assets/fonts/GothaBook.ttf);
}
@font-face {
font-family: 'GothamMed';
@tjohnson4
tjohnson4 / dabblet.css
Created December 17, 2012 22:11
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
@font-face {
font-family: 'GothamBook';
font-style: normal;
font-weight: 600;
src:url(http://static.flingo.tv/samba/assets/fonts/GothaBook.ttf);
}