Skip to content
View MHolmes91's full-sized avatar

Block or report MHolmes91

Report abuse

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

Report abuse

Pinned Loading

  1. virtual-list virtual-list Public

    Forked from sergi/virtual-list

    Scrollable list of DOM elements that can hold an unlimited amount of rows without breaking a sweat

    JavaScript

  2. mini-me mini-me Public

    A miniature developer portfolio website. Just fill out the portfolio.json file with information from developer accounts you already have.

    JavaScript 1

  3. stt-bingo stt-bingo Public

    Speech to Text Bingo Game

    JavaScript

  4. music-bot-docker music-bot-docker Public

    Dockerizes https://github.com/jagrosh/MusicBot

    Shell

  5. only-video only-video Public

    Removes everything from the page leaving you with only video

    TypeScript

  6. simple-peer-temasys-wrtc.js simple-peer-temasys-wrtc.js
    1
    //Use for SimplePeers wrtc property.
    2
    //Optionally, register your onStream handler here if needed. It won't return the stream, but it is when the audio/video starts playing.
    3
    //Needed for https://github.com/Temasys/AdapterJS/issues/59
    4
    (onStream) => ({
    5
        RTCPeerConnection: (() => {