Skip to content

Instantly share code, notes, and snippets.

View jefmathiot's full-sized avatar

Jef jefmathiot

  • Aix-en-Provence, France
View GitHub Profile
### 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:
/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
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
@jefmathiot
jefmathiot / gist:9779745
Created March 26, 2014 09:39
keybase.md
### 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:
@jefmathiot
jefmathiot / coffee.sh
Created September 13, 2012 11:58
Watch for changes on coffeescript files in the current directory and use GruntJS to compile to JS.
#!/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 \