Skip to content

Instantly share code, notes, and snippets.

137633271a
2609197
alip
i7535
lio
orbor_82
esde
9599660
adretsb
01089c
@agustingianni
agustingianni / Markov.py
Created November 8, 2009 21:24
Generador de passwords usando Cadenas de Markov
import numpy
import sys
import string
import random
class Markov:
def __init__(self):
self.P = {}
def Parse(self, filename):
'''
Created on Apr 21, 2009
@author: gr00vy
'''
from sets import Set
from time import sleep
JOB_STATE_FINISHED = 0