Skip to content
View johnelliott's full-sized avatar

Organizations

@recursecenter @NodeDC @Local-Connectivity-Lab

Block or report johnelliott

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
johnelliott/README.md

README.md

Pinned Loading

  1. alpicoold alpicoold Public

    Apple HomeKit bridge for Alpicool portable cooler style fridges

    Go 22 2

  2. go-sbus go-sbus Public

    SBUS digital servo protocol for Go

    Go 1

  3. image-hub image-hub Public

    ๐Ÿ‘ Rapidly share images from a digital camera

    JavaScript 1

  4. raspi-livestream-box raspi-livestream-box Public

    live stream audio from a raspberry pi ๐ŸŽค

    Shell 3 1

  5. Streaming HTML standard input demo Streaming HTML standard input demo
    1
    #! /usr/bin/env node
    2
    const http = require('http')
    3
    process.stdin.setRawMode(true)
    4
    process.stdin.resume()
    5
    process.stdin.setEncoding('utf8')
  6. uuid v4 regex uuid v4 regex
    1
    import { v4 as uuid } from 'uuid';
    2
    
                  
    3
    export function generateId() {
    4
      return uuid();
    5
    }
โšก