- San Francisco, CA
- http://pipwerks.com
Pinned Loading
-
-
-
-
AppleScript that generates list of f...
AppleScript that generates list of files for the <resource> node in a SCORM manifest. Select the directory containing your content, and the script will generate the list, then copy to your clipboard. Results are formatted like this: <file href="index.html" /> 1(*
2Based on http://www.jonn8.com/html/scripts/misc/List_Folder_Contents.html
3with string replacement function from https://discussions.apple.com/message/20542403#20542403
4*)
5 -
AppleScript for converting "localhos...
AppleScript for converting "localhost" address to your Mac's current IP address. This enables testing in VMs (they can't resolve localhost but *can* resolve the local IP). This also enables your coworkers to view pages being served from your Mac. Read more at http://pipwerks.com/2014/03/08/convert-localhost-to-your-macs-current-ip-address/ 1(* functions *)
23-- string replace function from http://www.macosxautomation.com/applescript/sbrt/sbrt-06.html
4on replace_chars(this_text, search_string, replacement_string)
5set AppleScript's text item delimiters to the search_string
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.