Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
CSLab
/
scan_detector
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Source Code for network and port scanner, TRW algorithm, and reduction method implementations.
6
Commits
1
Branch
Tag:
255dd1a187
master
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de 255dd1a187
${ noResults }
scan_detector
/
Programas
/
otherHash.py
otherHash.py
118B
Histórico
Original
1
2
3
4
5
6
7
8
9
newHash = {}
dip = "hola"
if dip in newHash:
newHash[dip] +=1
else:
newHash[dip] = 1
print newHash