Skip to content

Instantly share code, notes, and snippets.

View tucksaun's full-sized avatar

Tugdual Saunier tucksaun

View GitHub Profile

Keybase proof

I hereby claim:

  • I am tucksaun on github.
  • I am tucksaun (https://keybase.io/tucksaun) on keybase.
  • I have a public key ASDmIz9jgSXO2J0vF8JIp-az-6FppPwmMPXwGOtkYWr7qAo

To claim this, I am signing this object:

@tucksaun
tucksaun / Notes.md
Created January 31, 2016 18:35 — forked from Fornoth/Notes.md
Makes a device show up in spotify connect devices list, but nothing else yet

#Python Script Setup

To get the python script running, run either pip install flask or pip install -r requirements.txt if you used git clone to clone the gist

#libspotify_embedded_shared.so notes

##Using the library (still in progress) There's a compile.sh that compiles a program that calls SpInit(), but doesn't get any farther because it needs more than just the API version number (which is 4)

##Spotify appkey

This file has been truncated, but you can view the full file.
mbp:druid-build $ mvn clean package
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] druid
[INFO] druid-common
[INFO] druid-processing
[INFO] druid-server
@tucksaun
tucksaun / Makefile
Last active August 29, 2015 13:58 — forked from francisbesset/Makefile
srcdir = /home/pi/phpgpio
builddir = /home/pi/phpgpio
top_srcdir = /home/pi/phpgpio
top_builddir = /home/pi/phpgpio
EGREP = /bin/grep -E
SED = /bin/sed
CONFIGURE_COMMAND = './configure'
CONFIGURE_OPTIONS =
SHLIB_SUFFIX_NAME = so
SHLIB_DL_SUFFIX_NAME = so
#sl-bar {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #000 url('../assets/sensiolabs.png') no-repeat 5px 0px;
height: 45px;
width: 100%;
}
.reveal .progress span {