Skip to content
View Gabs-Coding's full-sized avatar

Block or report Gabs-Coding

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
Gabs-Coding/README.md
  • I'm called Gabriel, but my nickname is "Gabs". I'm a Computer Science student at Universidade Federal de Mato Grosso, Brazil.
  • I have interest in learning things as them are constructed since by the smallest parts.
  • Currently, I'm working as a front-end developer on a governamental department of my state, called Secretaria de Estado da Fazenda — SEFAZ.
  • I think that I don't have a prefered field of study by the moment; I just do what I have to do.
  • My most liked programming language — and that I have more experience using it — is Java, but I have knowledges in others doing some college projects using C, C++ and Python. I did a R course too, he was focused on data analysis using machine learning, but was very introductional.

Popular repositories Loading

  1. Gabs-Coding Gabs-Coding Public

    Config files for my GitHub profile.

  2. OlaMundoGitJava OlaMundoGitJava Public

    Um repositório Git de teste com um Olá Mundo em Java.

    Java

  3. Buscar-dados-em-arquivo-e-ordenar-em-Pascal Buscar-dados-em-arquivo-e-ordenar-em-Pascal Public

    An exercise from my university course Data Structure. That algorithm order archives with integer values ranging 1..100 to 1..50,000,000. Exist 48 archives with this logic. The values are ordered, i…

    Pascal

  4. BubbleSortPascal BubbleSortPascal Public

    Método de ordenação por bolha (algoritmo transcrevido do livro "Estrutura de Dados em C, por TENENBAUM, Aaron M.

    Pascal

  5. emacs-dotfiles emacs-dotfiles Public

    My emacs config.

    Emacs Lisp

  6. simulador-afd simulador-afd Public

    O código recebe a descrição de um Autômato Finito Determinísitico e uma cadeia de caracteres para que seja validada por ele. Usei a descrição dada pelo meu professor da faculdade de um exercício ap…

    C