Skip to content

Instantly share code, notes, and snippets.

View geoff-nixon's full-sized avatar

Geoff Nixon geoff-nixon

View GitHub Profile
We couldn’t find that file to show.
@geoff-nixon
geoff-nixon / hello_world.py
Created August 5, 2019 15:00
Hello World Examples
class HelloWorld:
def __init__(self, name):
self.name = name.capitalize()
def sayHi(self):
print "Hello " + self.name + "!"
hello = HelloWorld("world")
hello.sayHi()
@geoff-nixon
geoff-nixon / hello_world.py
Created August 5, 2019 14:28
Hello World Examples
class HelloWorld:
def __init__(self, name):
self.name = name.capitalize()
def sayHi(self):
print "Hello " + self.name + "!"
hello = HelloWorld("world")
hello.sayHi()
Properties List Shrek G.S.N (ASM) 10 July 2018
  • 0 Altar area (does not necessarily have to be an altar or podium)
  • 0 Bags for Fairytale Creatures (some can function as seating, as well, if strong enough)
  • 0 Blooming flowers Fiona picks
  • 0 Blossoming flower(s)
  • 0 Bridesmaids’ bouquets
  • 0 Chains for Knights
  • 0 Character-specific hand props (to be determined in rehearsal with actors and with designers)
| Properties List :| Shrek :| G.S.N (ASM) :| 10 July 2018 :|
| - | - | - | - |
Theatre TA6 Quiz DUE Aug. 22
This will count as a “quiz” and will be collected. Only one sheet of paper but give this some time and thought!
Your Enculturation
@geoff-nixon
geoff-nixon / dhcpd.conf
Created March 23, 2017 23:36 — forked from robinsmidsrod/dhcpd.conf
Booting an Apple Mac into iPXE using simulated Apple Boot Server on ISC DHCPD
next-server 10.0.3.2;
if ( substring(option vendor-class-identifier, 0, 9) = "AAPLBSDPC"
and substring(option vendor-class-identifier, 10, 4) = "i386" ) {
# This needs to be there to tell the client we're an Apple boot server
option vendor-class-identifier "AAPLBSDPC";
# Normally the client asks for a list, we respond, they tell us what we want,
# then we send a select back with the information of that image.
# This skips all that and forces the select down to the client.
option vendor-encapsulated-options 01:01:02;
# Use ipxe.efi for native drivers, or snponly.efi for underlying UNDI
class Sc < Formula
desc "Curses-based CLI spreadsheet editor"
homepage "https://launchpad.net/ubuntu/dapper/+package/sc"
url "https://launchpad.net/ubuntu/+archive/primary/+files/sc_7.16.orig.tar.gz"
version "7.16-4"
sha256 "e541f98bcf78ded2de2ce336abda9705a24b6ce67fc82806107880bf6504642a"
patch do
url "http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/wily/sc/wily/download/head:/use_varadic_macro-20140519043026-mefjtvccutu8tnaa-24/use_varadic_macro"
sha256 "781d041bd6da4fce895d905bd82b20efed69837ab19c40cb3216eb7e49bcc915"
#!/bin/sh -x ## or just ` curl -Ls http://git.io/vRozn | sh `.
## Downloads the Mac OS X 10.10 Recovery Partition update,
## Copy's over the 10.10 version of Disk Utility.app, then
## use git to apply a binary patch so it will run on 10.11+.
cd /tmp
rm -rf DU1010
mkdir DU1010
@geoff-nixon
geoff-nixon / osx-software-update-urls.txt
Created September 23, 2015 08:04 — forked from stefanschmidt/osx-software-update-urls.txt
URLs of the index files used by the software update client on OS X
10.3 (Panther):
https://swscan.apple.com/scanningpoints/scanningpointX.xml
10.4 (Tiger):
https://swscan.apple.com/content/catalogs/index.sucatalog
https://swscan.apple.com/content/catalogs/index-1.sucatalog
10.5 (Leopard):
https://swscan.apple.com/content/catalogs/others/index-leopard.merged-1.sucatalog