Skip to content

Instantly share code, notes, and snippets.

View stephenhouser's full-sized avatar

Stephen Houser stephenhouser

View GitHub Profile
@stephenhouser
stephenhouser / mk-appicon.py
Last active February 7, 2016 15:48 — forked from paddlefish/resize_icon.py
Resize Vector source image for AppIcon
#!/usr/bin/env python3
# Script to create all required sizes and resolutions of AppIcon files
# from a vector PDF file. Updates the AppIcon.appiconset/Contents.json
#
# Available:
# https://gist.github.com/stephenhouser/cdc18be41d2d49ba9292
#
# Based on: http://blog.paddlefish.net/?p=983
# Updated to include 3x (generic actually) size icon creation.
#
@stephenhouser
stephenhouser / gh_classroom_collect.py
Last active June 3, 2021 04:26 — forked from robwhess/gh_classroom_collect.py
Script to collect a set of assignments from GitHub Classroom.
#!/usr/bin/env python
#
# This is a simple python script to clone all of the repositories for an
# assignment managed via GitHub Classroom. It has a dependency on the
# requests module, so to use it, you must:
#
# pip install requests
#
# You can run the script with the '-h' option to get info on its usage.
@stephenhouser
stephenhouser / HamGridSquare.js
Last active September 28, 2019 07:58 — forked from DrPaulBrewer/HamGridSquare.js
find Maidenhead grid square from latitude and longitude
// HamGridSquare.js
// Copyright 2014 Paul Brewer KI6CQ
// License: MIT License http://opensource.org/licenses/MIT
//
// Javascript routines to convert from lat-lon to Maidenhead Grid Squares
// typically used in Ham Radio Satellite operations and VHF Contests
//
// Inspired in part by K6WRU Walter Underwood's python answer
// http://ham.stackexchange.com/a/244
// to this stack overflow question:
@stephenhouser
stephenhouser / Telegraf Arris Collection.md
Last active January 4, 2019 22:41 — forked from jceloria/telegraf-arris.py
Telegraf input plugin for Arris TM1602AP2

Telegraf plugin to collect up/down/status from Arris Cable Modems.