Skip to content
View raonytog's full-sized avatar
🐧
🐧
  • UFES
  • Vitória, Brazil
  • 14:51 (UTC -03:00)
  • LinkedIn in/raonytog

Highlights

  • Pro

Block or report raonytog

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
raonytog/README.md
class Ray {
    private String name;
    private String mainLanguage;
    private String secondLanguage;
    private int age;

    public Ray() {
        this.name = "Ray";
        this.mainLanguage = "pt-BR";
        this.secondLanguage = "en-US";
        this.age = 21;
    }

    public void HeyThere() {
        System.out.println("\n-======================@==========================-");
        System.out.println("Hi! I'm a Comp.Sci student in the sixth semester at UFES.");
        System.out.println("Also, I have experience in GFX with Adobe Photoshop.");
        System.out.println("I have experience with C/C++, Python, Java and Swift.");
        System.out.println("Pandas, SpringBoot, Bootstrap and Thymeleaf too!");
        System.out.println("-======================@==========================-\n");
      }

    public void GoodBye() {
        System.out.println("\n-======================@==========================-");
        System.out.println("Thanks for visiting my profile!");
        System.out.println("See you soon, buddy!");
        System.out.println("-======================@==========================-\n");
    }
}

public class Main {
    public static void main(String[] args) {
        Ray myself = new Ra();
        myself.HeyThere();
        myself.GoodBye();
    }
}

Pinned Loading

  1. mini-SADE mini-SADE Public

    Trabalho 2 com arquivos binários desenvolvidas na disciplina PROG II na UFES, em 2023/2

    C

  2. barbara-aper/IntroAct barbara-aper/IntroAct Public

    Plataforma de atividades complementar e auxiliar ao curso Introcomp, com exercícios curtos e objetivos em Python.

    HTML 1

  3. hacka-travel hacka-travel Public

    Protótipo do aplicativo para organizar viagens e intercambios com host families

    Swift

  4. huffman huffman Public

    Trabalho 2 de huffman desenvolvido na disciplina ED na UFES, em 2024/1

    C

  5. sistema-eleitoral sistema-eleitoral Public

    Trabalho prático 1 destinado da disciplina POO na UFES, em 2024/2

    Java

  6. T1-CG T1-CG Public

    Repositório com o trabalho 2D da matéria de Computação Gráfica, na Universidade Federal do Espírito Santo

    C++