Skip to content
View twome's full-sized avatar
💼
Looking for a job
💼
Looking for a job
Block or Report

Block or report twome

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

  1. mane mane Public

    A Node + WebExtension app that injects browser pages with your custom JavaScript and CSS

    JavaScript 1

  2. pinguno pinguno Public

    a personal internet uptime logger

    JavaScript 5 1

  3. cpu-sim cpu-sim Public

    von Neumann CPU simulator in JS, written for practice/study

    JavaScript 2

  4. src-change-reload src-change-reload Public

    Very simple custom Express server/middleware for live-reloading

    JavaScript 1

  5. bare-web-components bare-web-components Public

    Learning reactive viewmodel frameworks' inner workings (and the latest W3C spec features for UI components) by building my own framework. Not for practical use.

    JavaScript 2

  6. Nah, yeah, yeah, nah, nah, nah, yeah... Nah, yeah, yeah, nah, nah, nah, yeah, nah, nah, yeah, yeah, nah, yeah, nah, nah, yeah, nah, yeah, yeah, nah, yeah, yeah, yeah, nah, nah, yeah, yeah, nah, nah, yeah, yeah, yeah, nah, yeah, yeah, nah, nah, nah, yeah, nah, nah, yeah, yeah, nah, yeah, yeah, yeah, yeah, nah, yeah, yeah, nah, yeah, yeah, yeah, nah, nah, yeah, yeah, nah, nah, yeah, yeah, yeah, nah, nah, yeah, nah, yeah, yeah, yeah, nah, nah, yeah, yeah, nah, nah, nah, yeah, yeah, nah, yeah, yeah, nah, yeah, yeah, yeah, yeah, nah, yeah, yeah, nah, yeah, yeah, nah, yeah.
    1
    #!/usr/bin/env node
    2
    
                  
    3
    const uintToBitString = int => {
    4
        if (!(int >= 0 && int <= 127)) throw Error('ASCII only, hun.')
    5
        let bitString = ''