I hereby claim:
- I am almostsouji on github.
- I am moeh (https://keybase.io/moeh) on keybase.
- I have a public key ASBoHa8beHBnVU1z38yFC428OOr-eGt0eI9NnIEZf_U-Cgo
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
import os | |
import sys | |
from collections import Counter | |
from math import log | |
def entropy(text): | |
cc = Counter(text) | |
ps = [float(cc[c]/len(text)) for c in cc] |
git diff --no-index --ignore-all-space a/path b/path > some_filename | |
\documentclass{article} | |
\usepackage[utf8]{inputenc} | |
\usepackage{geometry} | |
\geometry{ | |
a4paper, | |
total={170mm,257mm}, | |
left=20mm, | |
top=20mm, | |
footskip = \dimexpr\headsep+\ht\strutbox\relax, | |
} |
Do not leak your token! |
I hereby claim:
To claim this, I am signing this object:
I keep seing people that have issues with understanding our Collection class.
Note
Boiled down to essentials, Collection just extends the base JavaScript Map class with Array-like methods. If that's enough for you to understand, you can stop reading here.