Skip to content
View bingo347's full-sized avatar
Block or Report

Block or report bingo347

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. lambda-fn lambda-fn Public

    Typescript utilities for functional programming inspired by Rust std library

    TypeScript 3 1

  2. ws-api ws-api Public

    Server and client library for implementing api on top of the websocket

    TypeScript

  3. tmux-cheat-sheet tmux-cheat-sheet
    1
    #!/bin/bash
    2
    
                  
    3
    echo 'tmux new -s <session name>'
    4
    echo 'tmux attach -t <session name>'
    5
    echo
  4. node-gyp on windows problem with Uni... node-gyp on windows problem with UnicodeDecodeError
    1
    # node-gyp on windows problem with UnicodeDecodeError
    2
    
                  
    3
    ## Reason
    4
    
                  
    5
    - node-gyp writen in python
  5. eslint-config eslint-config Public

    ESLint rules preset for my typescript projects

    TypeScript 2

  6. Typescript arithmetic example Typescript arithmetic example
    1
    type Computable
    2
        =  0 |  1 |  2 |  3 |  4 |  5 |  6 |  7 |  8 |  9
    3
        | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19
    4
        | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29
    5
        | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39