Skip to content

Instantly share code, notes, and snippets.

View francisdb's full-sized avatar
💾
undefined

Francis De Brabandere francisdb

💾
undefined
  • Ghent, Belgium
View GitHub Profile
@francisdb
francisdb / androidupdate.sh
Created March 22, 2012 15:52
Update android sdk on headless system
android update sdk --no-ui
@francisdb
francisdb / androidlib.sh
Created March 21, 2012 13:37
Setting up a android (library) project for building with ant
android update project --path .
android update lib-project --path .
@francisdb
francisdb / gist:fde82f887df3d9f6fc23
Last active September 29, 2015 02:11
loopy loop
while(true){
console.log("ok");
}