Giter Site home page Giter Site logo

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);
    }
}

Andreas Ellwanger's Projects

aceai icon aceai

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

ana-lsg icon ana-lsg

Dies ist eine Mitschrift des Übungsbetriebs der Vorlesung Analysis I für Informatiker und Statistiker im Wintersemester 2015/16 bei Prof. Dr. Peter Pickl. Ohne Anspruch auf Richtigkeit oder Vollständigkeit.

analytics icon analytics

Lightweight analytics abstraction layer for tracking page views, custom events, & identifying visitors

compilerf icon compilerf

A pretty basic compiler to translate F code into machine code, that can be understood by the abstract machine for F.

conductor icon conductor

Conductor is a microservices orchestration engine.

cretu.dev icon cretu.dev

Personal Portfolio built with NextJS, TailwindCSS, and MDX

dichtefidelelurche icon dichtefidelelurche

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

english icon english

Sentence starters, transitional and other useful words.

exif-photo-blog icon exif-photo-blog

Photo blog, reporting 🤓 EXIF camera details (aperture, shutter speed, ISO) for each image.

fastui icon fastui

Tailwind-kit is a free and open source components kit fully coded with Tailwind css 2.0.

ffp icon ffp

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

fideleforste icon fideleforste

Conway's Game of Life. Practical course software engineering (SEP - Softwareentwicklungspraktikum), pre-project

flux icon flux

An ode to the macOS Drift screensaver that runs in the browser

goscript icon goscript

Go specs implemented as a scripting language in Rust.

hll-prolog icon hll-prolog

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

hll-rust icon hll-rust

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

hll-scala icon hll-scala

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

informativeness icon informativeness

ProM CLI plugin to compute the informativeness of traces wrt reference models

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.