Skip to content

Instantly share code, notes, and snippets.

View reidab's full-sized avatar
🚠

Reid Beels reidab

🚠
View GitHub Profile
@max-mapper
max-mapper / readme.md
Last active May 14, 2022 09:12
list of interdisciplinary open source conferences

Interdisciplinary Open Source Community Conferences

Criteria

  • Must be an event that someone involved in open source would be interested in attending
  • Must be a community oriented event (no corporate owned for-profit events here please)
  • Can't be about a specific language/framework.

Leave suggestions in the comments below

@donpdonp
donpdonp / gist:1444169
Created December 7, 2011 19:10
trimet gtfs in ruby
## stream-read.rb
require 'gtfs-realtime.pb'
require 'eventmachine'
require 'em-http-request'
trimet = YAML.load(File.open('trimet.yaml'))
EventMachine.run do
http = EventMachine::HttpRequest.new('http://developer.trimet.org/ws/V1/FeedSpecAlerts/').get(:query => trimet)
REMOTE REQUESTS:
com.sadun.airflick
RequestType := show-photo | play-media | screenshot
MediaLocation :=
<url string> | <local file path string> | <array of local file path strings for slideshow>
Rotation := 0 | 1 | 2 | 3 (0 ^, 1 <, 2 v, 3 >)
Transition := SlideRight | Dissolve
SlideDuration := 2 | 3 | 5 | 8 | 10 (Use strings. Incorrect durations default to 5)
// Single Slide