Skip to content

Instantly share code, notes, and snippets.

View pampanelson's full-sized avatar

WangJunKai pampanelson

  • China Shanghai
View GitHub Profile
// temp fix for iOS8 beta 1 (fixed in beta 2), add it after the reference to cordova.js
if (navigator.userAgent === undefined) {
navigator.__defineGetter__('userAgent', function() {
return("Mozilla/5.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit");
});
}
#!/bin/sh
set -e
curl -LO http://www.erlang.org/download/otp_src_R16B03-1.tar.gz
tar xf otp*.tar.gz
# chmod +x to this sh
# ./install-erlangR16-halfword-systemtap