This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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. | |
# |
NewerOlder