Skip to content
View pipwerks's full-sized avatar

Organizations

@swfobject

Block or report pipwerks

Report abuse

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

Report abuse

Pinned Loading

  1. PDFObject PDFObject Public

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

    JavaScript 2.5k 975

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

    The pipwerks SCORM API Wrapper

    JavaScript 384 132

  3. pdfobject-vue pdfobject-vue Public

    A PDFObject component for Vue 3 projects

    JavaScript 11 3

  4. SCORM-Manifests SCORM-Manifests Public

    Boilerplate SCORM Manifests

    14 6

  5. 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
    
                  
  6. 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