Skip to content

Instantly share code, notes, and snippets.

View TaylorHokanson's full-sized avatar

Taylor Hokanson TaylorHokanson

View GitHub Profile
@Simon-Ince
Simon-Ince / gif-viewer.py
Last active February 8, 2024 10:20
Show gifs on and LED matrix using the hzeller/rpi-rgb-led-matrix Python library
#!/usr/bin/env python
import time
import sys
from rgbmatrix import RGBMatrix, RGBMatrixOptions
from PIL import Image, ImageSequence, GifImagePlugin
# Matrix size
size = 64, 64
@sczizzo
sczizzo / tracker.js
Created December 21, 2011 01:46
JavaScript wrapper for CTA BusTracker API
// = Name
// tracker.js
// Douglass - Cross-browser, cross-platform alternative to CTA BusTracker
//
// = Description
// The ChicagoTransit module queries the CTA BusTracker Service using the
// official version 1.0 API. CTA uses the BusTime system to provide developers
// with real-time route information through BusTracker. The BusTracker Service
// allows deveopers to make HTTP requests and recieve XML responses. The CTA
// provides {official API documentation (PDF)}[http://www.transitchicago.com/assets/1/developer_center/BusTime_Developer_API_Guide.pdf],