Skip to content
View joewright's full-sized avatar
🕶️
🤳 🌭
🕶️
🤳 🌭
Block or Report

Block or report joewright

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. easy-speak easy-speak Public

    An example web speech api website

    JavaScript 1

  2. lunchwheel lunchwheel Public

    Lunch picker inspired by "Wheel of lunch"

    JavaScript 1

  3. crs-example crs-example Public

    Celery / Redis Sentinel example app

    Python 1

  4. sawtooth-explorer sawtooth-explorer Public

    Forked from hyperledger-archives/sawtooth-explorer

    TypeScript

  5. example-student-portal example-student-portal Public

    single page webapp that shows upcoming assignments with details

    JavaScript

  6. Click to spin JS Click to spin JS
    1
    $('body').prepend('<style>@keyframes spin {from {transform:rotate(0deg);} to {transform:rotate(359deg);} } @keyframes spinrev {from {transform:rotate(0deg);} to {transform:rotate(-359deg);} }</style>');
    2
    $('body').click(function(event) {
    3
        event.preventDefault();
    4
        //use event.target with firefox
    5
        var target = event.toElement || event.target;