Skip to content
View EoSingle's full-sized avatar
:shipit:
:shipit:

Highlights

  • Pro
Block or Report

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 <string>

int main(int argc, char* argv[]){
    std::cout << "Information Systems student at UFMG aiming for a Cybersecurity career" << std::endl;
    std::cout << "Currently doing scientific initiation" << std::endl;
    std::string subjects = "PRODUCTION ADMINISTRATION, INTRODUCTION TO ACCOUNTING, PROGRAMMING LANGUAGES, HUMAN-COMPUTER INTERACTION and ORGANIZATION AND PROCESSING OF INFORMATION";
    std::cout << "I'm in the 5th semester of college doing the subjects " << subjects << std::endl;
    std::cout << "I'm not programming much lately haha" << std::endl;

    // g++ -o lucas albano.cpp
    // ./lucas

    return 0;
}

C C++ Python SQL Linux Arch Kali Vscode Git

My social networks:

Snake animation

Pinned

  1. FireUAI FireUAI Public

    Repositório do Grupo de Estudos FireUAI

    HTML 5 2

  2. WGRS24 WGRS24 Public

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

    Jupyter Notebook

  3. 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

  4. all-zombies-must-die all-zombies-must-die Public

    Um jogo simples feito com SFML e C++11

    C++