Skip to content

Instantly share code, notes, and snippets.

View highb's full-sized avatar

Brandon High highb

View GitHub Profile
@highb
highb / index.html
Created December 24, 2011 21:39 — forked from rstacruz/index.html
Facebook chat letters with Emoticons
<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">
### 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:
@highb
highb / postfixer.py
Created November 27, 2024 01:01
postfixer: postfix log analyzer/sqlite db maker
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