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
Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDMyETiBOCj7lXFzvTmK7gPgCzAocFtcJHvOl1c0fmyk9zUh3w1DfpbJ36XJIOCOfGysPzixCI6IdgPwlA6xIQX5Uw8HGQrSRjRC7Tpc+sEXWsEayQRhWFcXgxtIUzp411GZmKKoaVJXLvxPnGxwmo0RcnU0xBLpqf+6RNynlFmq+g7ooh0YJzi0rZuZLlwxed+zzeYqAU6gEdVJtk2DvL/FzcOEmCK12vjWWsPWGNzWGwLVOP5iWHcSlrq3INVv/BuAW5iLQ/e7+MNo81hcuI3NK4Kk4R2qIiESoeUJU5kNK47a1NKflce1c+qvBH5OYIYwUa9g2DIdCe1Op+Zt/eb darius@dbp |
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
tulipadmin@tuliplabs:~$ git clone https://github.com/SilentCicero/ethdeploy | |
Cloning into 'ethdeploy'... | |
remote: Counting objects: 261, done. | |
remote: Total 261 (delta 0), reused 0 (delta 0), pack-reused 261 | |
Receiving objects: 100% (261/261), 739.03 KiB | 0 bytes/s, done. | |
Resolving deltas: 100% (120/120), done. | |
Checking connectivity... done. | |
tulipadmin@tuliplabs:~$ cd ethdeploy/example/ | |
▽ |
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
5f864373f0ebb0ef72959758f9eab7fa6ec3195b |
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
› HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install harfbuzz | |
==> Downloading http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.16.tar.bz2 | |
Already downloaded: /opt/boxen/cache/homebrew/harfbuzz-0.9.16.tar.bz2 | |
tar xf /opt/boxen/cache/homebrew/harfbuzz-0.9.16.tar.bz2 | |
==> ./configure --disable-dependency-tracking --prefix=/opt/boxen/homebrew/Cellar/harfbuzz/0.9.16 | |
./configure --disable-dependency-tracking --prefix=/opt/boxen/homebrew/Cellar/harfbuzz/0.9.16 | |
checking for a BSD-compatible install... /usr/bin/install -c |
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
› brew boxen-install pygtk -v | |
==> Installing pygtk dependency: harfbuzz | |
==> Downloading http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.15.tar.bz2 | |
Already downloaded: /opt/boxen/cache/homebrew/harfbuzz-0.9.15.tar.bz2 | |
tar xf /opt/boxen/cache/homebrew/harfbuzz-0.9.15.tar.bz2 | |
==> ./configure --disable-dependency-tracking --prefix=/opt/boxen/homebrew/Cellar/harfbuzz/0.9.15 | |
./configure --disable-dependency-tracking --prefix=/opt/boxen/homebrew/Cellar/harfbuzz/0.9.15 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d |
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
dalishi:repo jdar$ vim manifests/site.pp | |
dalishi:repo jdar$ script/boxen | |
Boxen has a dirty tree, won't auto-update! | |
Notice: /Stage[main]/Python/File[/opt/boxen/env.d/python.sh]/ensure: defined content as '{md5}182b38be273a6a025e1ce51438058595' | |
Notice: /Stage[main]/Python/File[/opt/boxen/homebrew/lib/python2.7]/ensure: created | |
Notice: /Stage[main]/Python/File[/opt/boxen/homebrew/lib/python2.7/site-packages]/ensure: created | |
Notice: /Stage[main]/Python::Distribute/Homebrew::Formula[python-distribute]/File[/opt/boxen/homebrew/Library/Taps/boxen-brews/python-distribute.rb]/ensure: defined content as '{md5}8934ff6fb8ecd9d11cdf1dd4d6a4030c' | |
Notice: /Stage[main]/Python/Homebrew::Formula[python]/File[/opt/boxen/homebrew/Library/Taps/boxen-brews/python.rb]/ensure: defined content as '{md5}28196ea4af7a2635fa2c54831b5294af' | |
Notice: /Stage[main]/Python::Pip/Homebrew::Formula[python-pip]/File[/opt/boxen/homebrew/Library/Taps/boxen-brews/python-pip.rb]/ensure: defined content as '{md5}a7b424760f1d921213094470347ec2b4' | |
Erro |
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 | |
require 'rubygems' | |
require 'pathname' | |
require 'find' | |
begin | |
require 'debugger' | |
#TODO: why isn't this working? | |
$DEBUGGERON= ENV['DEBUGGER'].nil? ? true : eval(ENV['DEBUGGER']) | |
rescue LoadError => e | |
puts e.message |
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
class Log1Buffer < ::Array | |
for meth in PUBLIC_METHODS = %w(debug info warn error fatal).map(&:to_sym) | |
eval "define_method(:#{meth}){|*a| push [:#{meth}, *a] }" | |
end | |
end | |
1.9.3p194 :062 > buffer.debug "something" | |
=> [[:fatal, "something"]] | |
class Log2Buffer < ::Array |
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
# Rakefile | |
require 'open-uri' | |
require 'nokogiri' | |
require 'fileutils' | |
desc "scrape a url or file for table rows. lightly hard-coded for WOLD" | |
task :scrape, :page, :table_container_id, :header_rows do |t, args| | |
page = nil | |
page = Dir[args[:page]].first if args[:page].include?("*") | |
file = open(page || args[:page]) |
NewerOlder