This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bing image scraper example using Python to query and scrape Microsoft Bing image search. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Python OSC Exampls to send changing data to OSC receiver listening on UDP port 2222. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pyhton sample code to control an AXIS Pan/Tilt/Zoom web camera. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Python example to monitor Streaming Twitter API and send OSC messages when a matching tweet is found. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Simple Python Word Frequency Analyzer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jupyter Notebook to scrape and translate Russian grant website |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EscrevaLolaEscreva Jupyter Notebook |
OlderNewer