I hereby claim:
- I am outpox on github.
- I am outpox (https://keybase.io/outpox) on keybase.
- I have a public key ASA1llsFQhpRdTyQymEcaoRSmeJaS0E6hE2zH5yq_r8AWAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
var os = require("os"); | |
//Create function to get CPU information | |
function cpuAverage() { | |
//Initialise sum of idle and time of cores and fetch CPU info | |
var totalIdle = 0, totalTick = 0; | |
var cpus = os.cpus(); | |
//Loop through CPU cores |
#!/bin/bash | |
# Source: http://askubuntu.com/questions/107726/how-to-create-animated-gif-images-of-a-screencast/201018#201018 | |
# Requires: byzanz -> sudo apt-get install byzanz | |
# xrectsel from https://github.com/lolilolicon/xrectsel | |
# Delay before starting | |
DELAY=3 | |
# Sound notification to let one know when recording is about to start (and ends) | |
beep() { |