Skip to content

Instantly share code, notes, and snippets.

View gord288's full-sized avatar

gord288

  • Ottawa, Ontario, Canada
View GitHub Profile
@SirPolaris
SirPolaris / BusStats.md
Created February 15, 2026 18:00
Bus Stats Wishlist

Generations

  • Bus List
    • L1/L2/L4 seperation
  • Advance work to capture drops/service reductions

RT Data

  • Status Colour
    • late detected in the last 5min
    • on detour
  • has Official alerts
@SirPolaris
SirPolaris / AutowaStats.md
Created January 24, 2026 15:26
Autowa Statisics

Pulled from the news/scraped

Counts

  • Rollover
  • Car hitting car
  • Car into building
  • Car into object
  • Car on fire
  • Causalities
    • People (Important for advocacy)
  • Landscape (10 Trees killed this year)

How to get almost ALL of the legacy iOS & iPadOS wallpapers released as stock wallpapers.

WARNING: No support will be given in the comments. If you are having any issues, go to the troubleshooting section.


What wallpapers will be included in this backup?

  • Every wallpaper from the iPhone 11 series and up.
  • Every wallpaper from the iPhone SE 2nd and 3rd generation.
  • Every wallpaper from iOS 13 and later.
  • Every wallpaper from the iPad Air 4 and up.
#!/usr/bin/ruby
# Create display override file to force Mac OS X to use RGB mode for Display
# see http://embdev.net/topic/284710
require 'base64'
data=`ioreg -l -d0 -w 0 -r -c AppleDisplay`
edids=data.scan(/IODisplayEDID.*?<([a-z0-9]+)>/i).flatten
vendorids=data.scan(/DisplayVendorID.*?([0-9]+)/i).flatten