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

Keybase proof

I hereby claim:

  • I am raden on github.
  • I am najmi (https://keybase.io/najmi) on keybase.
  • I have a public key whose fingerprint is 80AE 2858 29A6 D0CB 5A92 426C 6893 D694 F5DB 08D4

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am raden on github.
  • I am najmi (https://keybase.io/najmi) on keybase.
  • I have a public key whose fingerprint is 165E A3C8 9BE3 0EFD A57E FCA6 3716 B09B 652F 613F

To claim this, I am signing this object:

@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]