Skip to content

Instantly share code, notes, and snippets.

View spawnrider's full-sized avatar

Yohann Ciurlik spawnrider

View GitHub Profile
@spawnrider
spawnrider / 0_reuse_code.js
Last active August 29, 2015 14:11
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@spawnrider
spawnrider / sendOTIO.cpp
Created September 29, 2014 21:06
Send RF commands to OTIO receivers
/*
Auteur : Yohann Ciurlik
Codes commandes OTIO 433MHz Ref. 09HA02
Ces codes peuvent etre utilisés avec la libraire RC-Switch disponible sur :
http://code.google.com/p/rc-switch/
-----------------------------------------------
Mode: 32 bit
@spawnrider
spawnrider / 433Utils
Created September 29, 2014 20:45
Install 433Utils on Raspberry Pi
cd ~/
git clone git://github.com/ninjablocks/433Utils.git
cd 433Utils/RPi_utils
make
@spawnrider
spawnrider / WiringPi
Last active August 29, 2015 14:07
Install WiringPi on Raspberry Pi
cd ~/
git clone git://git.drogon.net/wiringPi
cd wiringPi
./build
@spawnrider
spawnrider / fix_symlinks_fmk_ios.sh
Created July 26, 2013 11:52
This script recreate corrupted Symlinks into iOS Frameworks
#!/bin/sh
#################################################################
# DON'T: steal without credit
#
# DO: Put this in your ~/SiriProxy directory &
# Run with rvmsudo sh siriproxy.sh {start|keepalive|stop}
#
# start will run SiriProxy in the background
#