Skip to content
View bag-man's full-sized avatar

Block or report bag-man

Report abuse

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

Report abuse

Pinned Loading

  1. dotfiles dotfiles Public

    Dotfiles for my Xmonad desktop

    Vim Script 99 5

  2. ark-crossword-solver ark-crossword-solver Public

    Solves ark bip39 crosswords

    JavaScript

  3. spotter spotter Public template

    Find the bad people on the internet

    TypeScript

  4. TSRAW TSRAW Public

    TypeScript Reddit API Wrapper

    TypeScript 2 1

  5. dm_bot dm_bot Public

    A reddit PRAW bot that provides an imgur mirror of Daily Mail articles

    Python 98 14

  6. How to calculate the current CPU loa... How to calculate the current CPU load with Node.js; without using any external modules or OS specific calls.
    1
    var os = require("os");
    2
    
                  
    3
    //Create function to get CPU information
    4
    function cpuAverage() {
    5