- 👋 Hi, I’m Alysson Bruno, Husband, Father, Programmer, Professor, Research and Student.
- 👀 I’m interested in Science, Programming, Data Vizualization, and more thinks like this others one.
- 🌱 I’m currently learning cybersecurity
- 📫 How to reach me @alyssonbruno in Twitter, Linkedin and here
🤑
I'm here!
Learner (since 1978). Programmer (1993). Worker (1998). Husband (2002), first time father (2004), and again (2008). Professor (2009). Catholic. Brazilian.
- Palmas, TO, Brasil
-
01:28
(UTC -03:00) - http://alyssonbruno.com
- @alyssonbruno
Highlights
Pinned Loading
-
Make a clone of one file or device. ...
Make a clone of one file or device. Emule the command dd, without type conversion 12import io
3import mmap
4from typing import Optional
5 -
-
makepass
makepass PublicMake a random password with a few worlds (4 by default) in a selected language (pt_BR by default)
Python
-
testa_servico
testa_servico PublicVerifica se os dados enciados para um servi;co está correto
Python
-
-
Verificando expressão numérica
Verificando expressão numérica 1def eval_expr(text):
2test_char = lambda c: c in '1234567890.,*/+-()'
3for char in text:
4if not test_char(char):
5raise Exception('Invalid Char in String')
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.