This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env ruby | |
class Recorder | |
def push amt | |
puts "push: #{amt}" | |
end | |
def add | |
puts "add" | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# goes in $HOME\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 | |
function rmrf { | |
rm -Recurse -Force $Args | |
} | |
function clone_vimfiles { | |
Set-Location $HOME | |
rmrf _gvimrc | |
rmrf _vimrc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git log --shortstat --format=format:"%cd" --date=short --no-merges | sed -e '/^$/d;N;s/\n//;s/files changed, //;s/insertions(+), //;s/ deletions(-)//' | |
just delta info: | |
git log --shortstat --format=format:"" --no-merges --all | sed '/^$/d;s/[a-z()+,-]//g' | |
git log --format=format:"%cd" --date=short --no-merges --all | wc -l | |
num commits total | |
git log --format=format:"%cd" --date=short --no-merges --all | uniq -c | |
num commits for each day |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adsf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ 'Hanley Ramírez': { tx_price: 57, keeper: false, final_price: 57 }, | |
'Troy Tulowitzki': { tx_price: 56, keeper: false, final_price: 56 }, | |
'Francisco Rodríguez': { tx_price: 1, keeper: false, final_price: 1 }, | |
'Jonathan Broxton': { tx_price: 12, keeper: false, final_price: 12 }, | |
'Justin Verlander': { tx_price: 45, keeper: false, final_price: 45 }, | |
'Ryan Braun': { tx_price: 54, keeper: false, final_price: 54 }, | |
'Derek Jeter': { tx_price: 33, keeper: false, final_price: 33 }, | |
'CC Sabathia': { tx_price: 56, keeper: false, final_price: 56 }, | |
'Jorge Posada': { tx_price: 1, keeper: false, final_price: 1 }, | |
'Dan Uggla': { tx_price: 45, keeper: false, final_price: 45 }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ddsdfdfd |
OlderNewer