I hereby claim:
- I am viktorstrate on github.
- I am viktorstrate (https://keybase.io/viktorstrate) on keybase.
- I have a public key whose fingerprint is C78D 0C37 2892 A598 8FEE 4C40 3F85 5605 109C 1E8A
To claim this, I am signing this object:
| /* | |
| Name: rushdurino | |
| Description: Blinks the pattern from the song "YYZ" by Rush | |
| */ | |
| int led = 13; | |
| void setup() { | |
| pinMode(led, OUTPUT); | |
| } |
I hereby claim:
To claim this, I am signing this object:
| /*** | |
| /* Example by Viktor Hundahl Strate | |
| */ | |
| // The server stored in the variable 'app', with the function on line 12 called 'handler' | |
| var app = require("http").createServer(handler), | |
| // Imports the socket.io in the folder 'node_modules' | |
| io = require("socket.io").listen(app), | |
| // Imports the file server | |
| fs = require("fs"); |
| #!/bin/sh | |
| clear | |
| echo "Install ISO on disk" | |
| iso_path="" | |
| # While $iso_path is empty | |
| while [ -z $iso_path ] | |
| do |