Skip to content
View Jarvis-Q's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Jarvis-Q

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. qclib qclib Public

    some javascript snippets piece together

    JavaScript

  2. blog-sample blog-sample Public

    some code snipper in blog, markup it here

    JavaScript

  3. cliptocdn cliptocdn Public

    make clipboard content to html, download it then compress, and upload it to cloud server.

    JavaScript

  4. dialog dialog Public

    Forked from react-component/dialog

    React Dialog (web & react-native)

    TypeScript

  5. iconv-lite iconv-lite Public

    Forked from jenkinv/iconv-lite

    Convert character encodings in pure javascript.

    JavaScript

  6. get descriptions of local branches r... get descriptions of local branches rendered as a list
    1
    #! /bin/bash
    2
    
                  
    3
    #define
    4
    COLOR_RED="\033[31m";
    5
    COLOR_GREEN="\033[32m";