I hereby claim:
- I am tkarabela on github.
- I am tkarabela (https://keybase.io/tkarabela) on keybase.
- I have a public key whose fingerprint is 662B D8D4 1C13 16B5 6C2B 1837 2B68 1B06 F38E 36C6
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name Facebook Posts Filter | |
| // @description Regex-based filter for Facebook posts, comments and likes. | |
| // @version 1.3 | |
| // @namespace https://github.com/tkarabela | |
| // @include http://*.facebook.com/* | |
| // @include https://*.facebook.com/* | |
| // @grant GM_registerMenuCommand | |
| // @grant GM_getValue | |
| // @grant GM_setValue |
| #include <stdlib.h> | |
| #include <stdio.h> /* funkce scanf(), printf() */ | |
| #include <math.h> /* konstanta M_PI = 3.14159... */ | |
| int main() | |
| { | |
| /* polomer kruhu bude kladne realne cislo, proto pouzijeme double */ | |
| double r; | |
| printf("Zadejte polomer kruhu: "); |
| """ | |
| Paralelni vypocet dat pro matplotlib pomoci multiprocessing.Pool() | |
| """ | |
| from __future__ import print_function | |
| import multiprocessing | |
| import os | |
| from timeit import default_timer as timer |
I hereby claim:
To claim this, I am signing this object: