Skip to content

Instantly share code, notes, and snippets.

View Antisunny's full-sized avatar

Ryan Li... Antisunny

  • Hongkou, Shanghai
  • 21:15 (UTC +08:00)
View GitHub Profile
@Antisunny
Antisunny / wrap with.applescript
Last active January 1, 2020 08:45
cotEditor script/ wrap with ...
--
-- Created by: mitoxys
-- Created on: 20/1/1
--
-- Copyright ©2019 mitoxys.beer, All Rights Reserved
--
use AppleScript version "2.7"
use scripting additions
use framework "Foundation"
@Antisunny
Antisunny / 0_reuse_code.js
Created April 17, 2017 04:48
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console