Skip to content

Instantly share code, notes, and snippets.

View deversmann's full-sized avatar

Damien Eversmann deversmann

  • Red Hat
  • Chicago, IL
View GitHub Profile
@deversmann
deversmann / README.md
Last active April 26, 2022 18:32
cta_bus_widget

cta_bus_widget: Smashing Widget for CTA Bus Routes

Description

A widget for the Smashing Dashboard system to display bus arrival times at one or more stops along Chicago's CTA bus routes.

Screenshot

cta_bus_widget screenshot

Installation

@deversmann
deversmann / README.md
Last active April 29, 2022 14:52
cta_train_widget

cta_train_widget: Smashing Widget for CTA Train Routes

Description

A widget for the Smashing Dashboard system to display bus arrival times at one or more stops along Chicago's CTA bus routes.

Screenshot

cta_train_widget screenshot

Installation

@deversmann
deversmann / README.md
Last active May 1, 2022 19:46
whos_home_widget

whos_home_widget: Smashing Dashboard Widget listing Who's Home


Contents of this gist licensed as follows:

MIT License

Copyright (c) 2021 Damien Eversmann

@deversmann
deversmann / README.md
Last active April 29, 2022 18:27
open_weather_widget

open_weather_widget: Smashing Dashboard Widget displaying weather


Contents of this gist licensed as follows:

MIT License

Copyright (c) 2021 Damien Eversmann

@deversmann
deversmann / stock_check.sh
Created April 13, 2024 02:19
Basic script to set up as a cron job to check Microcenter stock of items regularly and put up macOS alerts when item is in stock.
#!/bin/bash
itemDescriptions=(
"Raspberry Pi 4B 8GB"
"Raspberry Pi 4B 2GB"
"Raspberry Pi 4B 4GB"
"Raspberry Pi 400"
)
itemURLs=(
"https://www.microcenter.com/product/622539/raspberry-pi-4-model-b-8gb-ddr4"