I hereby claim:
- I am sechilds on github.
- I am sechilds (https://keybase.io/sechilds) on keybase.
- I have a public key ASCjz9CrGebmpT2p82qxVCy7Zq1te9lAWqOu63_2ElUDVgo
To claim this, I am signing this object:
<!DOCTYPE html> | |
<html> | |
<head> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script> | |
</head> | |
<style> /* set the CSS */ | |
body { font: 12px Arial;} | |
path { |
library(tidyverse) | |
library(nycflights13) | |
library(purrr) | |
#small data frame of new years day flights from JFK | |
df1<-flights %>% filter(year==2013,month==1,day==1,origin=="JFK") | |
# test function -- I dropped the lubridate because `dep_time` is actually an integer. | |
# I also changed it -- so that the function takes a whole data frame | |
arr_gate_time <- function(df) { |
I hereby claim:
To claim this, I am signing this object:
This is a git filter to strip the thumnails from a tableau workbook.
To install, store a copy of this file into your $PATH. Git looks for a script to run that takes a file in as standard input and outputs a text file.
Then you need to tell git about the filter
git config --global filter.tableau.smudge "tableau_clean_thumnails.py"
I hereby claim:
To claim this, I am signing this object:
* Kevin Milligan | |
* UBC Economics | |
* kevin.milligan@ubc.ca | |
********************************************* | |
* Program name: earnigns.do | |
* Created: December 15, 2013 | |
* Updated: December 15, 2013 | |
********************************************* | |
clear |
#!/usr/bin/env python | |
""" | |
Author: Stephen Childs (based on rename.py by Matt Weber) | |
Date: 2012-07-01 | |
Renames files based on the input options. | |
""" | |
import os | |
import sys |
> Stephen Childs's Copy Merlin Mann's Custom Quix Commands | |
> TITLE: childs-quix-d.txt | |
> REMARKS: Hello, world. Under construction. Dilute! Dilute! | |
> GITHUB: http://gist.github.com/290059 | |
> MORE: http://quixapp.com | |
> UPDATED: 2010-02-07_13-07-54 | |
@Merlin Mann's Custom Quix Commands | |
@May organize these better once they all stabilize | |
>bit javascript:var%20e=document.createElement('script');e.setAttribute('language','javascript');e.setAttribute('src','http://bit.ly/bookmarklet/load.js');document.body.appendChild(e);void(0); Make a bit.ly link | |
>cal javascript:var%20s;if(window.getSelection){s=window.getSelection();}else{s=document.selection.createRange().text;}var%20t=prompt('Please%20enter%20a%20description%20for%20the%20event',s);if(t){void(window.open(encodeURI('http://www.google.com/calendar/event?ctext='+t+'&action=TEMPLATE&pprop=HowCreated%3AQUICKADD'),'gcal'));}else{void(s);} Add event to Google Calendar |