Skip to content
View mgroat's full-sized avatar

Organizations

@OpenToledo

Block or report mgroat

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 Loading

  1. print-test print-test Public

    A test to see if browsers are compatible with page-break-* CSS styles

    HTML

  2. checklist-shuffle checklist-shuffle Public

    A checklist app that shows one step at a time, allows steps to be skipped, and allows some steps to be 'gating items' for later steps.

    PHP

  3. thybag/PHP-SharePoint-Lists-API thybag/PHP-SharePoint-Lists-API Public

    A simple PHP API to make working with SharePoint lists easy.

    PHP 184 95

  4. Bookmarklet to show you page load time Bookmarklet to show you page load time
    1
    javascript:var t = performance.timing;alert("From request start to response end: " + (t.responseEnd - t.requestStart)/1000+"s\nFrom Navigation Start to Load End: "+ (t.loadEventEnd - t.navigationStart)/1000 +"s");