Skip to content

Instantly share code, notes, and snippets.

View florrain's full-sized avatar

Florian Lorrain florrain

View GitHub Profile
@florrain
florrain / binaryajax.js
Created September 23, 2016 15:09
Access mobile camera from a Mobile Web Browser
/*
FILE ARCHIVED ON 6:49:03 Aug 14, 2014 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 13:44:17 Sep 23, 2016.
JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
@florrain
florrain / init.js
Created July 8, 2016 13:12
Blackbird feedback - Proxy fallback drafted proposition
// @flow
import MerlinFeedback from './MerlinFeedback.js';
type SerpRegex = RegExp | (url: string) => boolean;
type FallbackOptions = {mode: string; url: string};
type MerlinFeedbackOptions = {
useUrlChangeTracker: boolean;
@florrain
florrain / nio4r_install_error.txt
Created September 24, 2015 10:41
nio4r Install error log
Installing nio4r 1.1.0 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
/Users/flo/.rvm/rubies/ruby-2.1.2/bin/ruby extconf.rb
checking for rb_thread_blocking_region()... yes
checking for rb_thread_call_without_gvl()... yes
checking for sys/select.h... yes
checking for poll.h... yes
checking for sys/epoll.h... no