I hereby claim:
- I am kytrinyx on github.
- I am kytrinyx (https://keybase.io/kytrinyx) on keybase.
- I have a public key whose fingerprint is DA73 C2E5 7286 5B6C 8A10 3A8B 6ACB DA21 E04C E307
To claim this, I am signing this object:
set sourceFolder to "Macintosh HD:Users:kytrinyx:Music:Audio Hijack" as alias | |
tell application "Finder" | |
sort (get files of sourceFolder) by creation date | |
-- This raises an error if the folder doesn't contain any files | |
set theFile to (item -1 of result) as alias | |
end tell | |
tell application "Fission" to open theFile |
require 'octokit' | |
def with_each(client, path) | |
response = client.agent.call(:get, URI::Parser.new.escape(path.to_s), nil, {}) | |
response.data.each do |org| | |
yield org | |
end | |
last_response = response | |
while last_response.rels[:next] && client.rate_limit.remaining > 0 |
I hereby claim:
To claim this, I am signing this object: