Skip to content
View PhilipCramer's full-sized avatar

Highlights

  • Pro

Block or report PhilipCramer

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

Compile check?

struct PersonalInfo<'dynamic> {
    name: &'static str,
    description: &'dynamic str,
    mail: &'static str,
    interests: Vec<&'dynamic str>,
    skillset: Vec<Skills>
}
type Skills = (&'static str, Vec<&'static str>);

impl PersonalInfo<'_> {
    pub fn new() -> Self {
        PersonalInfo {
            name: "Philip Cramer",
            description: "I am a software engineering student at DTU",
            mail: "",
            interests: vec!["Linux", "Programming", "Cyber Security", "System Engineering"],
            skillset: PersonalInfo::my_skills()
        }
    } 
    fn my_skills() -> Vec<Skills> {
        vec![
            ("Advanced", vec!["Linux", "Rust"]),
            ("Intermediate", vec!["C", "Java", "Kotlin", "Docker", "Git"]),
            ("Beginner", vec!["F#", "Python", "Bash", "SQL", "Prolog"])
        ]
    }
}

Pinned Loading

  1. RustyOthelloAI RustyOthelloAI Public

    AI capable of playing the game Othello implemented in Rust

    Rust

  2. Kraminius/OthelloAI Kraminius/OthelloAI Public

    Java

  3. Gruppe-10-DTU/TODOAPP Gruppe-10-DTU/TODOAPP Public

    Kotlin

  4. Gruppe-10-DTU/Roborally3 Gruppe-10-DTU/Roborally3 Public

    Roborally game for course Advanced Programming 023424 at DTU

    Java

  5. Gruppe-10-DTU/02322Projekt2-Yukon Gruppe-10-DTU/02322Projekt2-Yukon Public

    C

  6. Tiered-Vector Tiered-Vector Public

    Rust