joewright (Joe Wright) · GitHub
Skip to content
View joewright's full-sized avatar
🕶️
🤳 🌭
🕶️
🤳 🌭

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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

  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
    // paste this in your browser's JS console for a better viewing and clicking experience
    2
    var style = document.createElement('style');
    3
    style.innerHTML = '@keyframes spin {from {transform:rotate(0deg);} to {transform:rotate(359deg);} } @keyframes spinrev {from {transform:rotate(0deg);} to {transform:rotate(-359deg);} }';
    4
    document.head.appendChild(style);
    5
    document.body.addEventListener('click', function(event) {