Skip to content
View Ma-Fi-94's full-sized avatar
  • Germany
  • 11:27 (UTC +02:00)
Block or Report

Block or report Ma-Fi-94

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

Pinned

  1. yaptool yaptool Public

    "Yet Another Plotting Tool": A set of wrapper functions around matplotlib to reduce boilerplate code for simple tasks. Dogfooded daily and developed continuously.

    Python 3

  2. yacd yacd Public

    Yet Another Covid Dashboard! A web app using flash, hosted on heroku. Shows plots of Covid case numbers, vaccination numbers and intensive care beds over time for Germany.

    Python

  3. letters letters Public

    An 'end to end' data science project analysing the letters between two German poets. Includes a simple scraper for getting raw data, data cleaning, preprocessing, analysis and visualisation.

    Jupyter Notebook

  4. mandel mandel Public

    A renderer for the famous Mandelbrot set, written in C for optimal performance. Also includes some systematic experiments with different implementations in Python (in particular the numba library) …

    C

  5. rk4 rk4 Public

    The classical 4th order Runge-Kutta solver, implemented in plain C for optimal performance. Also includes a wrapper library with Python bindings, so it may be called from within Python.

    C