Skip to content
View pipwerks's full-sized avatar

Organizations

@swfobject
Block or Report

Block or report pipwerks

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. PDFObject PDFObject Public

    A lightweight JavaScript utility for dynamically embedding PDFs in HTML documents.

    JavaScript 2.3k 991

  2. scorm-api-wrapper scorm-api-wrapper Public

    The pipwerks SCORM API Wrapper

    JavaScript 347 123

  3. SCORM-Manifests SCORM-Manifests Public

    Boilerplate SCORM Manifests

    13 5

  4. 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
    (* 
    2
    Based on http://www.jonn8.com/html/scripts/misc/List_Folder_Contents.html 
    3
    with string replacement function from https://discussions.apple.com/message/20542403#20542403
    4
    *)
    5
    
                  
  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 *)
    2
    
                  
    3
    -- string replace function from http://www.macosxautomation.com/applescript/sbrt/sbrt-06.html
    4
    on replace_chars(this_text, search_string, replacement_string)
    5
        set AppleScript's text item delimiters to the search_string