I hereby claim:
- I am nethershaw on github.
- I am sagittariuslupus (https://keybase.io/sagittariuslupus) on keybase.
- I have a public key whose fingerprint is B2F9 2B9C 5EFA 6801 5459 048E 7AF5 6C98 B318 F0BB
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| if [ "$(id -u)" != "0" ]; then | |
| echo "Sorry, you are not root." | |
| exit 1 | |
| fi | |
| if !(type pcp 2>/dev/null;) then | |
| yum -y install git bison flex gcc-c++ perl-Tk-devel libmicrohttpd-devel | |
| git clone https://github.com/performancecopilot/pcp.git |
| class A(var m: Int, var n: Int) | |
| object A { | |
| def apply(m: Int, n: Int): Int = | |
| if (m > 0 && n == 0) { | |
| println(m, n) | |
| A(m - 1, 1) } | |
| else if (m > 0 && n > 0) { | |
| println(m, n) | |
| A(m - 1, A(m, n - 1)) | |
| } |
| #!/bin/sh | |
| trigger="eth1: tx timeout" | |
| if [ "$1" = "force" ]; then | |
| lastbuffer="" | |
| else | |
| lastbuffer=$(dmesg | grep "$trigger" | tail -n1) | |
| fi | |
| while true; do |
| This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
| Token for proof: | |
| [Verifying my OpenPGP key: openpgp4fpr:b2f92b9c5efa68015459048e7af56c98b318f0bb] |
| This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
| Token for proof: | |
| [Verifying my OpenPGP key: openpgp4fpr:b2f92b9c5efa68015459048e7af56c98b318f0bb] |
| This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
| Token for proof: | |
| [Verifying my OpenPGP key: openpgp4fpr:b2f92b9c5efa68015459048e7af56c98b318f0bb] |
| This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
| Token for proof: | |
| [Verifying my OpenPGP key: openpgp4fpr:b2f92b9c5efa68015459048e7af56c98b318f0bb] |