Skip to content

Instantly share code, notes, and snippets.

View Bandicoot's full-sized avatar

Andy Beals Bandicoot

View GitHub Profile
@mutin-sa
mutin-sa / Top_Public_Time_Servers.md
Last active April 26, 2025 07:14
List of Top Public Time Servers

Google Public NTP [AS15169]:

time.google.com

time1.google.com

time2.google.com

time3.google.com

@absurd
absurd / unfalse_poem.py
Last active December 22, 2015 21:29
An unfalse poem that evaluates properly.
# Copyright 2013AD Gallus Absurd
def unfalse_poem():
None is not True or False
for subject in [complex(True,False)]:
subject is not object
for certainty in [complex(False,True)]:
certainty is not Exception
certainty is not license
@davisford
davisford / setup-avahi.sh
Created July 12, 2013 14:14
Setup avahi-daemon on Ubuntu for so you can reach hostname `ubuntu.local` from host OS
sudo apt-get install avahi-daemon avahi-discover avahi-utils libnss-mdns mdns-scan
@No9
No9 / gist:4199784
Created December 4, 2012 01:45
Building Ardrone OS on Ubuntu 12.04
@max-mapper
max-mapper / helloworld.js
Created November 27, 2012 06:55
droneduino
var serialport = require('node-serialport')
var sp = new serialport.SerialPort("/dev/ttyO3", {
parser: serialport.parsers.raw,
baud: 9600
})
sp.on('data', function(chunk) {
console.log(chunk.toString('hex'), chunk.toString(), chunk)
})
@tockrock
tockrock / .ignore
Created November 30, 2010 13:36
Basic snippets for lilypond files
.DS_Store