Skip to content
View JorgeTerence's full-sized avatar

Highlights

  • Pro

Organizations

@rastros @bitwisetcc @AMSTeamONE

Block or report JorgeTerence

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
JorgeTerence/README.md
struct Student {
    name: String,
    age: u8,
    college: String,
    languages: Vec<String>,
    cats: Vec<Cat>,
}

fn main() {
    let me = Student {
        name: String::from("Jorge Terence"),
        age: 18,
        college: String::from("Fatec São Caetano do Sul"),
        languages: vec![&"Português", &"English", &"日本語"],
        cats: vec![nico],
    };
}

Pinned Loading

  1. coordinate coordinate Public

    A friendly HTTP file sharing utility.

    Go

  2. shinzou shinzou Public

    An IAS computer compiler/emulator

    Rust

  3. bitwisetcc/demzer bitwisetcc/demzer Public

    O sistema de gerenciamento escolar com foco no aluno

    HTML 1

  4. ascii ascii Public

    CPU-based ascii-art filter utility

    Rust

  5. AMSTeamONE/Interfatec-2024-1 AMSTeamONE/Interfatec-2024-1 Public

    Soluções para a 1ª fase da maratona de programação

    Python 3

  6. bitwisetcc/fishnet-api-py bitwisetcc/fishnet-api-py Public

    API para o sistema FishNet

    Python 1