Skip to content

Instantly share code, notes, and snippets.

View gliush's full-sized avatar

Ivan Glushkov gliush

View GitHub Profile
#!/usr/bin/python
import os
import sys
import re
from collections import defaultdict
variants = {
"concurrent" : ["1000", "2000", "3000", "5000"],
"key_generator" : ["uniform_int, 10000", "uniform_int, 10000000", "pareto_int, 10000", "pareto_int, 10000000"],
@gliush
gliush / nsto2.config.in
Last active August 29, 2015 13:58
riak bench
{mod, max}.
{duration, 5}.
{report_interval,1}.
%concurrent%
{driver, basho_bench_driver_riakc_pb}.
%key_gen%
@gliush
gliush / draw_text.py
Created October 22, 2013 07:46
Draw text on the image
#!/usr/bin/env python
@gliush
gliush / Makefile
Created August 17, 2012 14:13
Knave small task
all:
ghc --make knave.hs
@gliush
gliush / blog_parser.hs
Created March 5, 2012 19:27
Haskell parsec exampl
--hello