Skip to content

Instantly share code, notes, and snippets.

@laingc
laingc / Export Photos.app Albums
Created May 13, 2015 21:37
A (somewhat buggy) script to export all albums from Photos.app to a directory. Based on the script written by Nic Fletcher (see https://discussions.apple.com/message/28098849#28098849)
-- A (somewhat buggy) script to export all albums from Photos.app to a directory
-- Based on the script written by Nic Fletcher (see https://discussions.apple.com/message/28098849#28098849)
set srcParent to "iPhoto Events" -- Folder that album is in
set exportBase to "some:path:"
tell application "Photos"
set albList to name of every container of container srcParent
end tell
repeat with albSource in albList
set folderExists to false

Disclaimer: This is an unofficial post by a random person from the community. I am not an official representative of io.js. Want to ask a question? open an issue on the node-forward discussions repo

io.js - what you need to know

io-logo-substack

  • io is a fork of node v0.12 (the next stable version of node.js, currently unreleased)
  • io.js will be totally compatible with node.js
  • the people who created io.js are node core contributors who have different ideas on how to run the project
  • it is not a zero-sum game. many core contributors will help maintain both node.js and io.js
@conatus
conatus / ello.md
Last active April 13, 2023 19:32
Ello API

Ello API

This is a basic exploration of the Ello API. Completely unofficial, your mileage my vary, don't smash their servers as they are likely very busy.

Methods return HTML for their representation where appropriate which is a nice little pattern. Everything returns application/json.

Like this:

{
 "id": ,