This file contains 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
brews = [] | |
out = IO.popen("brew list", "r") do |io| | |
brews = io.read.split "\n" | |
end | |
def parse(brew, brew_info) | |
in_options = false | |
print "brew reinstall -v #{brew} " | |
brew_info.split("\n").each do |m| | |
#puts m.inspect |
This file contains 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
require 'formula' | |
# Documentation: https://github.com/mxcl/homebrew/wiki/Formula-Cookbook | |
# /opt/boxen/homebrew/Library/Contributions/example-formula.rb | |
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST! | |
# https://github.com/mxcl/homebrew/issues/7621 | |
class Hugin < Formula | |
homepage 'http://hugin.sourceforge.net/' | |
url 'http://downloads.sourceforge.net/project/hugin/hugin/hugin-2013.0/hugin-2013.0.0.tar.bz2' |
This file contains 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
# ascii source: http://www.allwrong.com/asciiche.html | |
set fish_greeting " | |
ttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttt | |
ttttttttttttttttttttttttttttttttttt;;,,:... ..:,;;;;itttttttttttttttttttttttttttttttttttttt | |
ttttttttttttttttttttttttttttt;;:. .,tttttttttttttttttttttttttttttttttttt | |
tttttttttttttttttttttttttt;: .:,ittttttttttttttttttttttttttttttt | |
ttttttttttttttttttttttt,: .i:.,; .:;ittttttttttttttttttttttt | |
ttttttttttttttttttttt;: .itti ,ttttttttttttttttttttt | |
tttttttttttttttttttt: .,;tii; .,tttttttttttttttttt | |
tttttttttttttttttt;. .t. .;tttttttttttttttt |
This file contains 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
[onewheelskyward] gist how you mock me so | |
[onewheelskyward] making me scroll to and fro | |
[onewheelskyward] I have a large screen, don't you know. | |
[onewheelskyward] You're harshing my mellow, bro. | |
[donpdonp] why gist, why are you of constant width? are your margins the same, to fit in the pane, so that our reading remains sane? |
This file contains 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
{ | |
latitude: 45.48563720000001, | |
longitude: -122.5946256, | |
timezone: "America/Los_Angeles", | |
offset: -7, | |
currently: { | |
time: 1397923239, | |
summary: "Mostly Cloudy", | |
icon: "partly-cloudy-day", | |
nearestStormDistance: 5, |
This file contains 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
/Users/akreps/.rbenv/versions/2.1.2/bin/ruby -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) /Users/akreps/Dropbox/resume/sample.rb | |
+--------------------------------------------------------------------------------------------------------------------------------+ | |
| Andrew Kreps | | |
| (503) 544-3412 | | |
| [email protected] | | |
| Portland, OR | | |
+--------------------------------------------------------------------------------------------------------------------------------+ | |
| I've been writing code for 18 years, and I rather quite enjoy it. |
This file contains 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
{createdAt=Tue Oct 14 11:31:21 PDT 2014, | |
id=522092310780456962, | |
text='I told this group of guys I had Ebola😂I never seen anyone run so fast😂😂😂', | |
source='<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', | |
isTruncated=false, | |
inReplyToStatusId=-1, | |
inReplyToUserId=-1, | |
isFavorited=false, | |
isRetweeted=false, | |
favoriteCount=0, |
This file contains 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
function grabkey | |
curl -s -S "https://api.github.com/users/$argv/keys" | jq ".[0].key" | sed 's/"//g' | pbcopy | |
end |
This file contains 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
vagrant@lita-dev:/vagrant$ lita | |
Type "exit" or "quit" to end the session. | |
Lita > ? | |
Lita > help | |
Lita > . | |
Lita > d. | |
Lita > cmoenviw | |
Lita > | |
Lita > ; | |
Lita > |
This file contains 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
An innovative organization is seeking Mail/Fulfillment Agents. This vacancy requires no vast skills beyond basic PC literacy and capacity to deal with mail and dispatches. | |
We offer a full-time position with a wage of up to two thousand five hundred US dollars net payable monthly. | |
Perfectly fitting for stay-at-home parents, pensioners and business persons who stay in the private office during standard working hours. | |
Job details: | |
- Receive letters and packages from USPS, UPS, Fedex at your home address. | |
- Repack parcels if requested. |
OlderNewer