Skip to content
View ndrsllwngr's full-sized avatar

Organizations

@aiderly @tech4germany @celonis @onandoff-dev @celonis-content @celonis-test

Block or report ndrsllwngr

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ndrsllwngr/README.md

Hi 👋

fn main() {
    let me = SoftwareEngineer {
        name: "Andreas Ellwanger",
        role: "Software Engineer",
        company: "Celonis",
        languages: Vec::from(["de_DE", "en_US"])
    };
    me.say_hi();
}

#[allow(dead_code)]
struct SoftwareEngineer<'a> {
    name: &'a str,
    role: &'a str,
    company: &'a str,
    languages: Vec<&'a str>
}

impl SoftwareEngineer<'_> {
    fn say_hi(&self) {
        println!("Thanks for dropping by, hope you find some of my work interesting. ~{}", self.name);
    }
}

Pinned Loading

  1. hll-rust hll-rust Public

    P2P application based on Chord algorithm (by MIT) in Rust. High-level languages: Rust - Group project (2018/2019)

    Rust 5

  2. hll-prolog hll-prolog Public

    Testing Interaction Scenarios - Classified Information System (CIS). High-level languages: Prolog - Group project (2019/2020)

    Prolog 3

  3. ffp ffp Public

    Minesweepskell - a fun(ctional) Web Minesweeper written in Haskell. Advanced Functional Programming - Group project (2020)

    Haskell 4

  4. hll-scala hll-scala Public

    YouTube Party Mode - written in Scala(.js). High-level languages: Scala - Final version of the entire project "scalable" (2017/2018)

    Scala 4

  5. aceai aceai Public

    Improve your posture with BodyPose. Affective Computing / Empathic Artificial Intelligence - Group project (2019/2020)

    JavaScript 7 1

  6. DichteFideleLurche DichteFideleLurche Public

    The Settlers of Catan in Java. Practical course software engineering (SEP - Softwareentwicklungspraktikum), main project

    Java 1