Skip to content

Instantly share code, notes, and snippets.

View mahnouel's full-sized avatar

Manuel mahnouel

  • 3pc GmbH Neue Kommunikation
  • Berlin
  • 03:24 (UTC +02:00)
View GitHub Profile
@mahnouel
mahnouel / hash_list.py
Created March 9, 2018 13:17
a searchable hash list
class HashList:
list = {}
def add(self, string):
key = self.get_hash(string)
while key in self.list:
key+=1
self.list[key] = string
def get_hash(self, string):
@mahnouel
mahnouel / keybase.md
Last active June 12, 2019 13:51
keybase

Keybase proof

I hereby claim:

  • I am mahnouel on github.
  • I am mahnouel (https://keybase.io/mahnouel) on keybase.
  • I have a public key whose fingerprint is A464 993A A22A 7BF9 B790 D12A 570C 09EB C7EC 3B42

To claim this, I am signing this object: