Skip to content

Instantly share code, notes, and snippets.

View flixi's full-sized avatar

Felix Mueller-Irion flixi

  • Cologne, Germany
View GitHub Profile

Keybase proof

I hereby claim:

To claim this, I am signing this object:

// 1.Single-line comments start with two slashes
/*Multiline comments start with slash-star, and end with star-slash */
//2. JavaScript has a number type
this.say(3);
and a string type
this.say("Joshua");
//3.Strings are created with ' or "
'Kratt';
@flixi
flixi / bbb.yml
Created November 3, 2015 13:01 — forked from boneskull/bbb.yml
Ansible Playbook for Configuring BeagleBone Black on Debian (wheezy) from MacOS X 10.10.x w/ setup for Edimax EW-7811Un
# CHANGELOG
# 3/22/15:
# - updated keyring
#
# To setup ansible on Mac:
# brew install ansible
# mkdir -p /usr/local/etc/ansible
# mkdir -p /usr/local/share/ansible
#
# To run: