#include <iostream>
#include <cstdlib>
// g++ -o lucas albano.cpp
// ./lucas
int main() {
constexpr const char* bio =
"Information Systems student at UFMG aiming for a Cybersecurity career.\n"
"Currently doing scientific initiation.\n";
constexpr const char* subjects =
"I'm in the 8th semester of college doing the subjects:\n"
" - Machine Learning A\n"
" - Natural Language Processing\n"
" - Advanced Operating Systems\n"
" - Marketing Management\n"
" - Monograph in Information Systems I\n"
" - Instrumental English I\n";
constexpr const char* status =
"[ 0.000001 ] Kernel Panic - Fatal Error\n"
"[ 0.000002 ] Too many deadlines, not enough sleep.\n"
"[ 0.000003 ] System halted.\n";
std::cout << bio << '\n' << subjects << '\n';
std::cerr << status << std::endl;
std::exit(EXIT_FAILURE);
return 0;
}
🔍
Making Science
Graduating in Information Systems at Federal University of Minas Gerais
- Belo Horizonte - MG, Brazil
- https://orcid.org/0009-0006-2285-421X
- lucasaoc_
- in/lucasaoc
Highlights
- Pro
Pinned Loading
-
oficina-offsec-raspberrypi
oficina-offsec-raspberrypi PublicOficina ministrada durante o Cybersecurity Day 2024 na UFMG
Python 1
-
oficina-cybersecurity-raspberrypi
oficina-cybersecurity-raspberrypi PublicForked from mentoredproject/ALL-WP-OficinaCibersegurancaRaspberryPI
Oficina ministrada durante a MiniDebConf 2024 na UFMG. Slides e códigos do keylogger e ataques DoS utilizados disponíveis.
Python
-
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.


