Skip to content

Instantly share code, notes, and snippets.

View tkarabela's full-sized avatar

Tomáš Karabela tkarabela

View GitHub Profile
@tkarabela
tkarabela / postsfilter.user.js
Last active November 8, 2017 18:28
Facebook Posts Filter
// ==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
@tkarabela
tkarabela / kruh.c
Created October 18, 2015 18:56
Jednoduché početní programy v C
#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: ");
@tkarabela
tkarabela / matplotlib_multiprocessing.py
Created September 16, 2016 20:56
Paralelni vypocet dat pro matplotlib pomoci multiprocessing.Pool()
"""
Paralelni vypocet dat pro matplotlib pomoci multiprocessing.Pool()
"""
from __future__ import print_function
import multiprocessing
import os
from timeit import default_timer as timer

Keybase proof

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: