I hereby claim:
- I am clsr on github.
- I am clsr (https://keybase.io/clsr) on keybase.
- I have a public key ASC3_9p0Sxv69wbH5G9YW8j2_2nh_exXoIB5O5MLetDVYQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /* | |
| This software is released into public domain. | |
| It is provided "as is", without warranties or conditions of any kind. | |
| Anyone is free to use, modify, redistribute and do anything with this software. | |
| */ | |
| if (!(window.fuckAdBlock instanceof window.FuckAdBlock)) { | |
| var fab = new window.FuckAdBlock(window.fuckAdBlock._options); | |
| for (var field in fab) { | |
| window.fuckAdBlock[field] = fab[field]; |
| package main | |
| import ( | |
| "flag" | |
| "fmt" | |
| "github.com/clsr/intcodec" | |
| "os" | |
| "strings" | |
| ) |
| #define _GNU_SOURCE | |
| #include <errno.h> | |
| #include <signal.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <time.h> | |
| #include <unistd.h> | |
| #include <X11/Xlib.h> |
| // ==UserScript== | |
| // @name xkcd 1288 substitutions | |
| // @namespace http://github.com/mcef | |
| // @description Substitutions that make reading the news more fun | |
| // | |
| // @include http://www.bbc.com/* | |
| // @include http://www.cbc.ca/* | |
| // @include http://www.theguardian.com/* | |
| // @include http://www.telegraph.co.uk/* | |
| // @include http://www.theonion.com/* |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #define READ_LINE_BUFFER 1024 | |
| char *read_line(FILE *f) | |
| { | |
| char *line, *l; | |
| size_t linelen; |