Skip to content

Instantly share code, notes, and snippets.

@skahack
skahack / index.html
Created January 22, 2016 08:37
iOS 9 Safari - workaround
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Viewport Test</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="/workaround.js"></script>
</head>
<body>
@lowply
lowply / aperture2photos.scpt
Created April 21, 2016 09:28
Dump photos of each album in Aperture and import them into Photos.app
global yr
set yr to "2012"
global basePath
set basePath to "Storage:Pictures:ApertureExport:" & yr & ":"
tell application "System Events"
set exportFolder to basePath