Skip to content

Instantly share code, notes, and snippets.

View chrisetheridge's full-sized avatar

Chris Etheridge chrisetheridge

  • Cognician Software (Pty) Ltd
  • Netherlands
  • 15:58 (UTC +02:00)
View GitHub Profile
#!/usr/bin/env zsh
#
# Install script for ArchLinux on Transip VPS Blade XX
#
# For Capital Locations Application (CLApp) Booking
# made by Solobit
#
: ${(AA)=diskcfg::=
1 +2M:BIOS:EF02:X
@monteslu
monteslu / remoteClient.js
Last active September 4, 2020 06:35
Remote Firmata Client over TCP
var net = require('net');
var five = require('johnny-five');
var firmata = require('firmata');
var options = {
host: '192.168.2.5', //whatever host
port: 48879 //some port
};
@staltz
staltz / introrx.md
Last active June 7, 2024 23:39
The introduction to Reactive Programming you've been missing