Matthias M. Fischer (Ma-Fi-94)

Ma-Fi-94

Geek Repo

Location:Germany

Home Page:www.mmfischer.de

Github PK Tool:Github PK Tool

Matthias M. Fischer's repositories

advent-of-haskell-23

Solving all of this year's AoC challenges in Haskell.

Language:HaskellStargazers:3Issues:2Issues:0

yaptool

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

Language:PythonLicense:MITStargazers:3Issues:2Issues:47

bitflip

Check for flipped bits in memory by allocating a huge chunk of memory, filling it, and checking for changes regularly.

Language:CLicense:GPL-3.0Stargazers:0Issues:2Issues:0

CUDA-projects

I started to get into CUDA programming on the NVIDIA Jetson Nano just a few days ago -- here I store my projects for future reference.

Language:CudaStargazers:0Issues:2Issues:1

H-99

The "Ninety-Nine Haskell Problems" (https://wiki.haskell.org/H-99:_Ninety-Nine_Haskell_Problems) solved in ... well, Haskell.

Language:HaskellLicense:MITStargazers:0Issues:2Issues:0

letters

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.

Language:Jupyter NotebookStargazers:0Issues:2Issues:20

mandel

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) to compare performance.

Language:CStargazers:0Issues:2Issues:0

mymalloc

The Ancient Rite of Passage: Writing your own memory manager in plain C ;).

Language:CStargazers:0Issues:2Issues:5

project_euler_hs

The first 50 Project Euler problems, solved in Haskell! (And some more. Beyond 100, sharing of solutions is not permitted.)

Language:HaskellLicense:GPL-3.0Stargazers:0Issues:2Issues:0

rk4

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.

Language:CStargazers:0Issues:2Issues:5

yacd

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.

Language:PythonStargazers:0Issues:2Issues:4