Skip to content

Instantly share code, notes, and snippets.

View Others's full-sized avatar

Others

View GitHub Profile
# -*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure(2) do |config|
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at

Keybase proof

I hereby claim:

  • I am others on github.
  • I am peach (https://keybase.io/peach) on keybase.
  • I have a public key ASDMwWz_Jc9eUMOyxO7_E4qeqTkEnVV2hYvju0a3EYaoTAo

To claim this, I am signing this object:

@Others
Others / balloon.lua
Last active August 29, 2015 14:17
The balloon camera program for Catlin Gabel's 2015 high altitude balloon Winterim.
function logData(data)
print_screen(-1)
print(data)
print_screen(false)
end
function sleepSeconds(seconds)
if seconds > 0 then
sleep(seconds * 1000)
end