Skip to content

Instantly share code, notes, and snippets.

View raden's full-sized avatar
🤓
Work work!

Muhammad Najmi Ahmad Zabidi raden

🤓
Work work!
  • Malaysia
View GitHub Profile
@raden
raden / nginx.conf
Last active August 29, 2015 14:21 — forked from plentz/nginx.conf
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048
@raden
raden / ngram_najmi.py
Last active December 14, 2015 19:18 — forked from efaisal/ngram_najmi.py
#!/usr/bin/env python
import os
from itertools import izip_longest
from collections import Counter
###############################################################################
INPUT_DIR = 'apireport'
OUTPUT_DIR = 'result/ngram'
NGRAMS = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]