Skip to content

Instantly share code, notes, and snippets.

@za-arthur
za-arthur / bench_rsocket.py
Last active April 3, 2017 14:03
bench_rsocket
#!/usr/bin/env python
# encoding: utf-8
import argparse
import csv
import datetime
import os
import paramiko
import re
import subprocess
@za-arthur
za-arthur / FTS in nutshell.md
Last active February 21, 2017 15:54
Meetup sai.msu.ru. FTS.

Load dump

psql apod < scripts/apod.dump

Install dictionaries

CREATE EXTENSION hunspell_en_us;
CREATE EXTENSION hunspell_ru_ru;