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
# input is an default-*-build-compile.xml generated by scala/sbt | |
# output is a csv with headers: name version homepage summary license license_url org | |
require 'nokogiri' | |
require 'csv' | |
infile = ARGV[0] | |
infile_name = infile.split('.')[0..-2].join('.') | |
f = File.open(ARGV[0]) |
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
### sshing lessons into jenkins - fulcrum | |
# the file with the sources list | |
less /etc/apt/sources.list | |
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bkup | |
# delete mirror info and update | |
sudo sed -i 's/us-east-1\.ec2\.//g' /etc/apt/sources.list | |
sudo apt-get update | |
# search for what we need, find it, and install succeeds |
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
Show hidden characters
// Build with: Command+B, outputs into same directory as source | |
// /Users/artsyinc/Library/Application\ Support/Sublime\ Text\ 2/Packages/User/jebara.sublime-build | |
{ | |
"cmd": ["/usr/local/bin/pandoc", "$file", "-o", "writeup-ik2356.pdf", "--latex-engine", "/usr/texbin/pdflatex"] | |
} |
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
clean: | |
rm -f flare-up-0.8.gem | |
build: clean flare-up.gemspec | |
git add --a | |
gem build flare-up.gemspec | |
install: build | |
gem install flare-up-0.8.gem |
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
-- Code from a meetup presentation: http://www.meetup.com/N-Languages-in-N-Months-NYC/events/202521322/ | |
-- Implements half adder and full adder circuits | |
-- Installation: `brew install ghc cabal-install` | |
-- Check compilation: `ghc Main.hs` | |
-- Load into repl: | |
-- $ cabal repl` | |
-- Prelude> :l Main.hs | |
module Main where |
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
Oct 01, 2014 3:24:18 PM com.amazonaws.http.AmazonHttpClient executeHelper | |
INFO: Unable to execute HTTP request: Invalid argument | |
java.net.SocketException: Invalid argument | |
at java.net.SocketInputStream.socketRead0(Native Method) | |
at java.net.SocketInputStream.read(SocketInputStream.java:152) | |
at java.net.SocketInputStream.read(SocketInputStream.java:122) | |
at sun.security.ssl.InputRecord.readFully(InputRecord.java:442) | |
at sun.security.ssl.InputRecord.read(InputRecord.java:480) | |
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927) | |
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884) |
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
Oct 01, 2014 11:25:43 AM com.amazonaws.http.AmazonHttpClient executeHelper | |
INFO: Unable to execute HTTP request: Invalid argument | |
java.net.SocketException: Invalid argument | |
at java.net.SocketInputStream.socketRead0(Native Method) | |
at java.net.SocketInputStream.read(SocketInputStream.java:152) | |
at java.net.SocketInputStream.read(SocketInputStream.java:122) | |
at sun.security.ssl.InputRecord.readFully(InputRecord.java:442) | |
at sun.security.ssl.InputRecord.read(InputRecord.java:480) | |
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927) | |
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884) |
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
04-18.tif | |
08-17-v01.tif | |
10-198-v01.tif | |
12-13.tif | |
13-442.tif | |
17-52-v01.tif | |
17-53.tif | |
19-113ab-v01.tif | |
1983-143.tif | |
1983-207C.tif |
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
04-18.tif | |
08-17-v01.tif | |
10-198-v01.tif | |
12-13.tif | |
17-53.tif | |
19-113ab-v01.tif | |
1983-143.tif | |
1983-207C.tif | |
1983-264-2.tif | |
1983-65.tif |
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
07-2.tif | |
11-109.tif | |
11-78-target.tif | |
11.78-target.tif | |
13-441.tif | |
13-443.tif | |
1983-147-v01-target.tif | |
1983-94-v01.tif | |
1985-586.tif | |
1987-149-v01.tif |