Skip to content

Instantly share code, notes, and snippets.

View ariejan's full-sized avatar

Ariejan de Vroom ariejan

View GitHub Profile
[env:arduino_mega]
platform = atmelavr
framework = arduino
board = megaatmega2560
module DSL
module SomeFeature
def set_us_up_the_bomb
raise "Not implemented."
end
end
end
module DSL
class Core

Keybase proof

I hereby claim:

  • I am ariejan on github.
  • I am adevroom (https://keybase.io/adevroom) on keybase.
  • I have a public key whose fingerprint is 8450 D928 4373 164E 25CC 7E0D AD73 9154 F713 697B

To claim this, I am signing this object:

# /etc/aliases
mailer-daemon: postmaster
postmaster: root
nobody: root
hostmaster: root
usenet: root
news: root
webmaster: root
www: root
ftp: root
@ariejan
ariejan / set.php
Created April 25, 2020 09:24
LEGO Checklist script
<?php
// Taken from https://chkno.net/lego-pieces/index.phps
// Working at https://chkno.net/lego-pieces/?set=42009-1
if (isset($_GET['set'])) {
$set = urlencode($_GET['set']);
} else {
$set = "1682-1";
}
?><!DOCTYPE HTML><html>
<head>