This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/1.7/jquery.min.js'></script> | |
<div class="from"> | |
<label>Type here:</label> | |
<textarea>Hello :trollface:</textarea> | |
</div> | |
<div class="to"> | |
<label>Use this:</label> | |
<textarea></textarea> | |
</div> | |
<div class="preview"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am highb on github. | |
* I am bmh (https://keybase.io/bmh) on keybase. | |
* I have a public key whose fingerprint is 4F3A 8F97 9EB4 7E8A 9584 3DE9 F698 04D7 8580 693D | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import argparse | |
import multiprocessing | |
import argparse | |
import re | |
import hashlib | |
import sqlite3 | |
import os | |
from collections import defaultdict | |
from tqdm import tqdm | |
from concurrent.futures import ProcessPoolExecutor |