View gist:9779745
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
### Keybase proof | |
I hereby claim: | |
* I am jefmathiot on github. | |
* I am jefmathiot (https://keybase.io/jefmathiot) on keybase. | |
* I have a public key whose fingerprint is 28C9 C357 86F3 B6D5 87F0 CD5B E73F 2EAA 63E6 B9AB | |
To claim this, I am signing this object: |
View compile.log
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
make all-recursive | |
make[1]: Entering directory `/opt/electric_sheep/embedded/lib/ruby/gems/1.9.1/gems/nokogiri-1.6.4/ext/nokogiri/tmp/x86_64-unknown-linux-gnu/ports/libxml2/2.9.2/libxml2-2.9.2' | |
Making all in include | |
make[2]: Entering directory `/opt/electric_sheep/embedded/lib/ruby/gems/1.9.1/gems/nokogiri-1.6.4/ext/nokogiri/tmp/x86_64-unknown-linux-gnu/ports/libxml2/2.9.2/libxml2-2.9.2/include' | |
Making all in libxml | |
make[3]: Entering directory `/opt/electric_sheep/embedded/lib/ruby/gems/1.9.1/gems/nokogiri-1.6.4/ext/nokogiri/tmp/x86_64-unknown-linux-gnu/ports/libxml2/2.9.2/libxml2-2.9.2/include/libxml' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/opt/electric_sheep/embedded/lib/ruby/gems/1.9.1/gems/nokogiri-1.6.4/ext/nokogiri/tmp/x86_64-unknown-linux-gnu/ports/libxml2/2.9.2/libxml2-2.9.2/include/libxml' | |
make[3]: Entering directory `/opt/electric_sheep/embedded/lib/ruby/gems/1.9.1/gems/nokogiri-1.6.4/ext/nokogiri/tmp/x86_64-unknown-linux-gnu/ports/libxml2/2.9.2/libxml2-2.9.2/include' | |
ma |
View make.out
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
/opt/electric_sheep/embedded/bin/ruby extconf.rb | |
checking if the C compiler accepts -I/opt/electric_sheep/embedded/include... no | |
Building nokogiri using packaged libraries. | |
checking for iconv using --with-opt-* flags... yes | |
************************************************************************ | |
IMPORTANT NOTICE: | |
Buidling Nokogiri with a packaged version of libxml2-2.9.2 | |
with the following patches applied: | |
- 0001-Revert-Missing-initialization-for-the-catalog-module.patch |
View gist:7e49d8a9347e36eb1a15
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
### Keybase proof | |
I hereby claim: | |
* I am jefmathiot on github. | |
* I am jefmathiot (https://keybase.io/jefmathiot) on keybase. | |
* I have a public key whose fingerprint is 28C9 C357 86F3 B6D5 87F0 CD5B E73F 2EAA 63E6 B9AB | |
To claim this, I am signing this object: |
View gist:189cdfb7ae97196f695e
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
1201430450462686258052565935853247902150456611152474672882735304828148083071638085542061706733601919580614348686505862752898739241476477554318983914274076489601938428255976729295014502351269728088688554816954103578410809866955239161259255912374792006194635450078586704288613359887292206676309587023513529366250215460208424706319511398292457214846123679698500668578391607561203547425026446139196661768804313095171640243440854271257369557611099184454513937141109142654512423495416762316242267625921269855748401489926101559213906717682648022325841519598669629088023057434255703250835081182934591669858768178599473253083707448366973899219453256462991281683968109537995842809227904684980718277373889943674332860332834293785988759163600849254079719579275375985051645633588847043606171886149138730256778854776106295657418480243492768368791647816621497687251573097413245370092734746745976476604643037904029520296803650665546356627691261526125975487152012788815161287626773180244205797993801933995199168302314836123046381700892229054 |
View openssl-cryptcheck
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
$(OPENSSL_DIR)/libssl.so $(OPENSSL_DIR)/libcrypto.so $(OPENSSL_DIR)/libssl.so.1.0.0 $(OPENSSL_DIR)/libcrypto.so.1.0.0: $(OPENSSL_DIR)/Makefile | |
$(MAKE) -C $(OPENSSL_DIR) depend build_libs | |
lib/%.so: $(OPENSSL_DIR)/%.so | |
cp $< $@ | |
lib/%.so.1.0.0: $(OPENSSL_DIR)/%.so.1.0.0 | |
cp $< $@ |
View openssl-cryptcheck-2
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
$(OPENSSL_DIR)/libssl.so $(OPENSSL_DIR)/libcrypto.so: $(OPENSSL_DIR)/Makefile | |
$(MAKE) -C $(OPENSSL_DIR) depend build_libs | |
lib/%.so: $(OPENSSL_DIR)/%.so | |
cp $< $@ | |
lib/%.so.1.0.0: $(OPENSSL_DIR)/%.so | |
cp $< $@ | |
libs: lib/libssl.so lib/libcrypto.so lib/libssl.so.1.0.0 lib/libcrypto.so.1.0.0 |
View coffee.sh
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
#!/bin/bash | |
# Watch for changes on coffeescript files in the current directory and use GruntJS to compile to JS. | |
# See http://gruntjs.com | |
# Require inotify-tools | |
# Ubuntu : apt-get install inotify-tools | |
while true ; do \ | |
inotifywait -q *.coffee \ |
View gist:0ac1ecf2f39add10b772
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
Verifying that +jefmathiot is my blockchain ID. https://onename.com/jefmathiot |
View Gemfile
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
gem 'pdf-reader' |
OlderNewer