Skip to content

Instantly share code, notes, and snippets.

View Katharine's full-sized avatar

Katharine Berry Katharine

View GitHub Profile
@Katharine
Katharine / pfo4.5.md
Created December 17, 2020 01:43
PonyFest Online! 2020 Wrap-Up Concert intermission playlist

PonyFest Online! 2020 Wrap-Up Concert intermission playlist

  • Fly My Kite - 4EverfreeBrony
  • This Is What It's Like (feat. Envia Sun, SaxPon3 & TheMusicReborn) - 4EverfreeBrony
  • Can't Be Real (feat. Replacer) - 4EverfreeBrony
  • Who Knows (feat. Milkymomo, EileMonty & MEMJ0123) - 4EverfreeBrony
  • Right Here (feat. The L-Train) - 4EverfreeBrony
  • Ponies On I-5 - 4EverfreeBrony & Drummershy
  • Mystery (feat. 43chord & Anton Maryin) - Andy Feelin & Velvet R. Wings
  • Friends (feat. Evdog) - AnNy Tr3e
  • I Wanna Belong (Curtain Call R - @pplebukker
  • Beauty (feat. MC-Arch) - Age Of Vinyl, Power Note & Tw3Lv3
  • Boo Hoo (Brilliant Venture vs. Retheemal Desini Bootleg) - Assertive
  • Reflections (feat. PegasYs) - bank pain
  • Flipside (feat. Flittzy) - bank pain & PegasYs
  • Naivite - Bank Pain, Hay Tea, and John Kenza
  • Memories - BassPon3
  • Midnight Flight (Radio Edit) - BassPon3
  • Lovesick (feat. viewtifulday) - BassPon3
  • Life Goes On (Radio Edit) - BassPon3
@Katharine
Katharine / pfo4-music.md
Last active September 29, 2020 05:10
PFO4 track list

PFO4 Intermission Music Track List

  • Second Chances (feat. Rockin'Brony, PrinceWhateverer, StealingShad3z, ReMake, GatoPaint, & The L-Train) - 4EverfreeBrony
  • Siege of the Lunar Empire (Nevermourn Remix) - [voodoopony]
  • Kindness - AcoustiMandoBrony
  • Ultimate Sweetie Belle - Alex S.
  • My Little Pony Intro (Alex S. Remix) - Alex S.
  • Burn (feat. Metajoker) - AnNy Tr3e
  • Magic Is Timeless (Radio Edit) - Archie
  • Manehattan Nightfall - Archie
@Katharine
Katharine / lights.py
Created April 15, 2018 00:45
A terrible, terrible script for controlling BLE switches when your BLE stack is flaky
#!/usr/bin/env python
import subprocess
import sys
import time
for i in xrange(5):
print "Attempt", i
try:
subprocess.call(["service", "bluetooth", "restart"])
subprocess.check_call(["/home/pi/switchmate/switchmate.py", sys.argv[1], "none", "switch", sys.argv[2]])
// Paste the code below into the JavaScript console while logged in to CloudPebble for
// a link to a zip file containing all your CloudPebble projects.
console.log("Requesting export...");
Ajax.Post('/ide/transition/export', {}).then(function(data) {
console.log("Request result: ");
console.log(data);
console.log("Waiting for archive. This may take a long time.");
return Ajax.PollTask(data.task_id, {on_bad_request: console.error});
}).then(function(result) {
diff -r c005a3294457 indra/newview/CMakeLists.txt
--- a/indra/newview/CMakeLists.txt Thu Aug 23 17:45:25 2012 -0400
+++ b/indra/newview/CMakeLists.txt Thu Aug 11 03:37:35 2016 -0700
@@ -111,6 +111,8 @@
exoflickrauth.cpp
exogroupmutelist.cpp
exonotificationmanager.cpp
+ exoscriptedui.cpp
+ exosuisource.cpp
llaccountingcostmanager.cpp
@Katharine
Katharine / UI floater test.lsl
Created August 11, 2016 10:10
Demo of old LSL UI proof of concept
// LSL UI test script with a draft of some helpers.
// All client->script communication occurs on this channel. Any channel is valid except DEBUG_CHANNEL and 0.
// Immediate response: ready [major] [minor]
// Delayed response: permission [granted]
// No further messages may be sent until permission is received with granted = TRUE.
// Requesting permission implicitly revokes any previous permissions, which will also silently close any
// open floaters.
UIRequestPermission(integer channel)
@Katharine
Katharine / resolve.py
Last active August 6, 2016 10:26
Takes mediafire URLs on stdin, spits out real URLs on stdout.
#!/usr/bin/env python
from __future__ import print_function
import re
import requests
def resolve_mediafire(url):
result = requests.get(url)
if not result.ok:
return None
@Katharine
Katharine / appinfo.json
Last active November 20, 2015 21:53
Pebble Tutorial Part 1 - 3
{
"uuid": "ed70b15c-3c48-4828-8e8c-e39a28efb38d",
"shortName": "Tutorial-1-3",
"longName": "Tutorial-1-3",
"companyName": "Pebble",
"versionCode": 1,
"versionLabel": "1.0",
"watchapp": {
"watchface": true
},

Keybase proof

I hereby claim:

  • I am katharine on github.
  • I am katharine (https://keybase.io/katharine) on keybase.
  • I have a public key whose fingerprint is DBED 4671 E2A2 0E19 3F0D BCB4 EB4B B34C F4DB EC44

To claim this, I am signing this object: