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

Block or report bag-man

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

    Dotfiles for my Xmonad desktop

    Vim Script 99 6

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

    Solves ark bip39 crosswords

    JavaScript

  3. NewPost NewPost Public

    Alert a user when a new modqueue or post is made in a subreddit.

    Python 12 7

  4. dm_bot dm_bot Public

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

    Python 98 15

  5. 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