This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
FORMATS="xz lzip lzma bzip2 gzip lzop 7z rar zip" | |
LEVELS=$(seq 1 9) | |
if test -z "$1" | |
then | |
echo "Usage: $(basename $0) <file/dir to compress> [format]" | |
echo "Supported formats: $FORMATS" | |
exit 1 |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
May 19 23:31:36 insomniac kernel: radeon 0000:07:00.0: ring 3 stalled for more than 10136msec | |
May 19 23:31:36 insomniac kernel: radeon 0000:07:00.0: GPU lockup (current fence id 0x00000000005baef1 last fence id 0x00000000005bafb2 on ring 3) | |
May 19 23:31:36 insomniac kernel: radeon 0000:07:00.0: ring 0 stalled for more than 10136msec | |
May 19 23:31:36 insomniac kernel: radeon 0000:07:00.0: failed to get a new IB (-35) | |
May 19 23:31:36 insomniac kernel: radeon 0000:07:00.0: GPU lockup (current fence id 0x000000000ae14675 last fence id 0x000000000ae1472b on ring 0) | |
May 19 23:31:36 insomniac kernel: radeon 0000:07:00.0: failed to get a new IB (-35) | |
May 19 23:31:36 insomniac kernel: [drm:radeon_gem_va_ioctl [radeon]] *ERROR* Couldn't update BO_VA (-35) | |
May 19 23:31:36 insomniac kernel: radeon 0000:07:00.0: failed to get a new IB (-35) | |
May 19 23:31:36 insomniac kernel: [drm:radeon_gem_va_ioctl [radeon]] *ERROR* Couldn't update BO_VA (-35) | |
May 19 23:31:36 insomniac kernel: radeon 0000:07:00.0: failed to get a new IB (- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# vim: set fileencoding=utf-8 : | |
import sys | |
import requests | |
import re | |
from bs4 import BeautifulSoup | |
from datetime import date | |
from datetime import timedelta | |
import dateutil.parser |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* gcc -std=gnu99 -O2 -s -o otp otp.c | |
*/ | |
#include <errno.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <fcntl.h> | |
#include <unistd.h> | |
#include <sys/stat.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* gcc -lqrencode -Wall -Wextra -std=c99 -O3 -o qrcurses qrcurses.c | |
*/ | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <unistd.h> | |
#include <qrencode.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am albinoloverats on github. | |
* I am albinoloverats (https://keybase.io/albinoloverats) on keybase. | |
* I have a public key whose fingerprint is F0D6 A2B6 2E82 DF21 EEE3 29F1 6D76 99D6 7588 4643 | |
To claim this, I am signing this object: |