Skip to content

Instantly share code, notes, and snippets.

View ClintWeathers's full-sized avatar

Clint Weathers ClintWeathers

  • Target
  • Minneapolis, MN
View GitHub Profile
@ClintWeathers
ClintWeathers / custom.css
Created June 5, 2015 23:13
1000px rendering for rmarkdown
.main-container {
max-width: 1000px !important;
}
http://www.urbpoidzbi.com
http://www.muqvfhccdi.com
http://www.fkvewqboqk.com
http://www.ahyeiigjrf.com
http://www.bmrvmrppne.com
http://www.hebadssdwf.com
http://www.ppklogqhbc.com
http://www.xtzxvxldpe.com
http://www.jgelngzvni.com
http://www.bvwedfcbfa.com
@ClintWeathers
ClintWeathers / index.html
Created December 20, 2014 04:25
Scatterplot
<!doctype HTML>
<meta charset = 'utf-8'>
<html>
<head>
<script src='//ramnathv.github.io/rCharts/libraries/widgets/polycharts/js/polychart2.standalone.js' type='text/javascript'></script>
<style>
.rChart {
display: block;
# shortform git commands
alias g='git'
# Get a list of all TODO/FIXME tasks left to be done in your project
alias tasks='grep --exclude-dir=.git -rEI "TODO|FIXME" . 2>/dev/null'
# edit your gitignore from anywhere in your repo
vim $(git rev-parse --show-toplevel)/.gitignore
# simple single-lined git log