Skip to content
View arthurdbs's full-sized avatar

Highlights

  • Pro

Block or report arthurdbs

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
arthurdbs/README.md

System.out.println("Oi, eu sou o Arthur");

import java.util.ArrayList;

public class BemVindoAoMeuGitHub {
    private String nome;
    private String graduacao;
    private ArrayList<String> interesses;

    public BemVindoAoMeuGitHub() {
        this.nome = "Arthur Silva";
        this.graduacao = "Engenharia de Computação";
        this.interesses = new ArrayList<>();
        this.interesses.add("Jogos");
        this.interesses.add("IA");
        this.interesses.add("Hardware");
        this.interesses.add("Linux");
    }

    public String getNome() {
        return this.nome;
    }

    public String getGraduacao() {
        return this.graduacao;
    }

    public ArrayList<String> getInteresses() {
        return this.interesses;
    }
}

🛠 Linguagens e tecnologias

c logo java logo linux logo raspberrypi logo git logo

Contato:

linkedin logo gmail logo    

Popular repositories Loading

  1. Hospital Hospital Public

    Programa simulando o de um programa hospitalar para criar e agendar consultas entre pacientes e médicos. Permitindo a livre edição entre novos pacientes, médicos e consultas.

    C 1

  2. skills-introduction-to-github skills-introduction-to-github Public

    Exercise: Introduction to GitHub

  3. faceapi-teste-appia faceapi-teste-appia Public

    Projeto para teste de detecção facial com FaceAPI.js

    HTML

  4. -faceapi-teste-appia-2 -faceapi-teste-appia-2 Public

  5. faceapi-webcam faceapi-webcam Public

    Realização de detecção facial por webcam

    Python

  6. arthurdbs arthurdbs Public