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

just-the-docs icon just-the-docs

A modern, high customizable, responsive Jekyll theme for documention with built-in search.

ld48 icon ld48

Ludum Dare 48 compo entry

linear-vaporwave-three.js icon linear-vaporwave-three.js

My first Three.js project: an attempt at recreating the WebGL animation of the 2021 Linear release page https://linear.app/releases/2021-06

logic-rs icon logic-rs

A parser of relational predicate logic & truth tree solver, written in Rust.

mini-lsm icon mini-lsm

A tutorial of building an LSM-Tree storage engine in a week! (WIP)

nextjs-tailwind-capacitor icon nextjs-tailwind-capacitor

A starting point for building an iOS, Android, and Progressive Web App with Tailwind CSS, React, and Capacitor

notion-clone icon notion-clone

Edit Notes like in Notion.so. Full-Stack App using React/Express.

omm icon omm

Online Multimedia - Group project (2020/2021)

onitama icon onitama

Play Onitama in your browser, compete with friends or lose to a bot

pem-ki icon pem-ki

Development of Media Systems: AI Applications - Group project (2021). Unity + ML-Agents project simulates a rocket flight from earth to moon, learning autonomous flying behaviour in varying gravity environments.

prob-ec icon prob-ec

A probabilistic version of the Event Calculus logic programming engine, developed during my time at NCSR "Demokritos", Athens, Greece.

promo-ss16 icon promo-ss16

Some solutions for the exercises in Programmierung und Modellierung SS 2016 (Bry)

qccs icon qccs

Quantum Computing Cheat Sheet

roget icon roget

Wordle Solver inspired by 3blue1brown

rtec icon rtec

RTEC is an Event Calculus implementation optimised for stream reasoning

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.