
DEFCON
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
DEFCON level indicator, that executes an arbitrary command in a loop, updating the warning level depending on the output.
The command must output a number between 1 and 5.
11 years ago
0.1: Initial SAFE release (Shitty Artwork Featureless and Evil)
11 years ago
0.1: Initial SAFE release (Shitty Artwork Featureless and Evil)
deabru
11 years ago
His blog:
http://blog.iwebsolutions.co.uk/2009/07/knowing-the-network/
Report
k3ks
11 years ago
Funny idea :)
Report
Xanadu
11 years ago
http://www.freerepublic.com/~defcon/
It's a pretty clean page. If I was better with awk and friends, I'd just paste the line here, but alas...
Report
RazZziel
11 years ago
a=`wget -qO - http://www.freerepublic.com/~defcon/ | grep -oP "We are now at DefCon level: (<[^>]+>){2}[1-5]"`;echo ${a:(-1)}
Report
RazZziel
11 years ago
Maybe it could be used with a script that counts the number of emails in your inbox and estimates your "work-to-do level", or something alike.
Report