Skip to content
View EoSingle's full-sized avatar
🔍
Making Science
🔍
Making Science

Highlights

  • Pro

Block or report EoSingle

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
EoSingle/README.md

Typing SVG

#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 7th semester of college doing the subjects:\n"
        " - Computer Networks\n"
        " - Introduction to Deep Learning\n"
        " - Game Development\n"
        " - Software Engineering II\n"
        " - Computer Ethics\n"
        " - Computing and Society\n"
        " - Financial Administration\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;
}

C C++ Python SQL Linux Arch Kali Vscode Git

My social networks:

Snake animation

Pinned Loading

  1. FireUAI FireUAI Public

    Repositório do Grupo de Estudos FireUAI

    HTML 6 3

  2. WGRS24 WGRS24 Public

    Seleção de Características na Predição de Ataques DDoS com Transformação em Padrões Ordinais

    Jupyter Notebook 1

  3. oficina-offsec-raspberrypi oficina-offsec-raspberrypi Public

    Oficina ministrada durante o Cybersecurity Day 2024 na UFMG

    Python 1

  4. oficina-cybersecurity-raspberrypi oficina-cybersecurity-raspberrypi Public

    Forked 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

  5. all-zombies-must-die all-zombies-must-die Public

    Um jogo simples feito com SFML e C++11

    C++