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 / Aperture-Update-EXIF-GPS.scpt
Created August 30, 2016 17:20
Update EXIF GPS data from Apple Aperture's GPS location data
-- Script Name: Aperture Update EXIF GPS Data
-- Description: This AppleScript will use EXIFtool to set EXIF GPS data for the photos
-- selected in Aperture. The GPS data is taken from Aperture's data for the photo
--
-- Author: Stepehen Houser (http://stephenhouser.com)
-- Adapted from: Lindsay Berger (http://bergersoft.com/personal/AppleScript/)
-- Date: July 2015
on run
set EXIFoutput to return
@stephenhouser
stephenhouser / Bing-Image-Scraper
Last active May 23, 2024 19:33
Bing-Image-Scraper
Bing image scraper example using Python to query and scrape Microsoft Bing image search.
Python OSC Exampls to send changing data to OSC receiver listening on UDP port 2222.
@stephenhouser
stephenhouser / AXIS-Camera
Last active August 10, 2023 18:04
Controlling AXIS Pan/Tilt/Zoom Web Camera
Pyhton sample code to control an AXIS Pan/Tilt/Zoom web camera.
@stephenhouser
stephenhouser / Python-Twitter-OSC
Last active September 28, 2018 18:37
Python-Twitter-OSC
Python example to monitor Streaming Twitter API and send OSC messages when a matching tweet is found.
@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 / Python-word-counter
Last active August 18, 2022 01:47
Python Word Frequency Analyzer
Simple Python Word Frequency Analyzer
@stephenhouser
stephenhouser / ExtractRussianGrantData
Last active August 31, 2018 18:18
Extract tabular data from Russian website.
Jupyter Notebook to scrape and translate Russian grant website
EscrevaLolaEscreva Jupyter Notebook