Skip to content

Instantly share code, notes, and snippets.

View Kaceykaso's full-sized avatar
:octocat:
Making interwebs

Kaso Kaceykaso

:octocat:
Making interwebs
View GitHub Profile
(* functions *)
-- string replace function from http://www.macosxautomation.com/applescript/sbrt/sbrt-06.html
on replace_chars(this_text, search_string, replacement_string)
set AppleScript's text item delimiters to the search_string
set the item_list to every text item of this_text
set AppleScript's text item delimiters to the replacement_string
set this_text to the item_list as string
set AppleScript's text item delimiters to ""
return this_text
@Kaceykaso
Kaceykaso / Taco-Tuesday.markdown
Last active August 29, 2015 14:00
A Pen by Kaceykaso.
@Kaceykaso
Kaceykaso / Get-out-of-the-box!.markdown
Created January 18, 2014 04:26
A Pen by Kaceykaso.