Skip to content
Features
Replit AI
Collaboration
CDE
Deployments
Teams
Pricing
Guides
Blog
Careers
Log in
Start building
Features
Replit AI
Collaboration
CDE
Deployments
Teams
Pricing
Guides
Blog
Careers
Log in
Start building
RR
Roberto Rossi
@gwr3n
Public Apps
Gambling game
1 year ago
Python implementation of the Gambling game example discussed in https://en.wikipedia.org/wiki/Stochastic_dynamic_programming
pwnedpasswords: a Python code to detect pwned passwords
2 years ago
The code is based on https://api.pwnedpasswords.com/ and provides a minimalistic implementation of the discussion in https://www.troyhunt.com/ive-just-launched-pwned-passwords-version-2/ The procedure implemented ensures privacy via k-Anonymity. In other words, the full password (or its hash) never leaves the machine where the code is run. Only the first 5 characters of the hash are transmitted, and the comparison with the full password hash only happens offline. For more information on how privacy of checked passwords is safeguarded see https://blog.cloudflare.com/validating-leaked-passwords-with-k-anonymity/
stochastic_e
5 years ago
A stochastic technique for estimating e. https://en.wikipedia.org/wiki/E_(mathematical_constant)#Stochastic_representations