Skip to content

Instantly share code, notes, and snippets.

View mrquincle's full-sized avatar
💭
Does it have LEDs?

Anne van Rossum mrquincle

💭
Does it have LEDs?
View GitHub Profile
@mrquincle
mrquincle / gist:9136005
Created February 21, 2014 15:15
The RFDLoader dissambled (this is to flash the RFduino and communicates with its bootloader)
RFduino
Are parts of http://code.google.com/p/optiboot/ used? This is GPL!
================ B E G I N N I N G O F P R O C E D U R E ================
; Basic Block Input Regs: rsp - Killed Regs: rbp rdi
__Z21stk500_read_signaturev: // stk500_read_signature()
@mrquincle
mrquincle / gist:8335834
Created January 9, 2014 15:26
If I remove libicu-dev from my system and do a git clone of node-stringprep and a npm link I get this error (https://github.com/node-xmpp/node-stringprep/issues/45)
npm link
> [email protected] install /home/anne/tmp/node-stringprep
> node-gyp rebuild || (exit 0)
make: Entering directory `/home/anne/tmp/node-stringprep/build'
CXX(target) Release/obj.target/node_stringprep/node-stringprep.o
../node-stringprep.cc:2:28: fatal error: unicode/unistr.h: No such file or directory
#include <unicode/unistr.h>
^