Skip to content

Instantly share code, notes, and snippets.

View annelisebouyer's full-sized avatar

Anne-Lise Bouyer annelisebouyer

  • Journalism++
  • Berlin
View GitHub Profile

Keybase proof

I hereby claim:

  • I am annelisebouyer on github.
  • I am annelisebouyer (https://keybase.io/annelisebouyer) on keybase.
  • I have a public key whose fingerprint is 0C9C A702 CE96 8402 7D71 EF7C 26F8 FEAE B283 88B6

To claim this, I am signing this object:

@annelisebouyer
annelisebouyer / kata#9AL-ED.py
Created August 13, 2014 11:08
kata#9AL-ED.py
def get_my_password_table(sentence):
table_char=["" for i in range(0,26)]
for char in sentence:
i=ord(char)-ord("a")
if i in range(0,26):
table_char[i]=table_char[i]+char
return table_char
@annelisebouyer
annelisebouyer / Kata#9.md
Last active August 29, 2015 14:05
DOJO++: Kata#9 : Help Bill Murray with his passwords

#DOJO #9 : Help Bill Murray with his passwords

sorting characters

##Problem Description

Last night, all Bill Murray's accounts have been hacked! His password 'groundhogday' was the same for his Facebook account, Twitter account, Amazon account etc.