Skip to content
View mrfisch3r's full-sized avatar

Block or report mrfisch3r

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. hardware-cache-simulator hardware-cache-simulator Public

    Set-associative cache simulator in C with write-back policy, LRU replacement, and multi-level hierarchy; includes tests

    C

  2. mapreduce-wordcount-c mapreduce-wordcount-c Public

    MapReduce-style word counter in C using fork/pipe/wait, directory recursion, and reducers; includes tests

    C

  3. ml-emotion-recognition ml-emotion-recognition Public

    Speech Emotion Recognition (anger/happy/neutral) from voice using a PyTorch CNN on mel-spectrograms + KNN/SVM baselines (CNN: 93.2% accuracy).

    Python

  4. partnership-tracker-portfolio partnership-tracker-portfolio Public archive

    Full-stack capstone web app for UK HealthCare to centralize community resource/partnership data (React + Flask + SQLAlchemy + SQLite).

    JavaScript

  5. c-string-hashmap-resizable c-string-hashmap-resizable Public

    Resizable C hash map with load factor tracking and rehashing; includes demo + tests

    C

  6. threaded-mini-ftp threaded-mini-ftp Public

    Python socket programming project: a multi-client, thread-per-connection TCP file transfer server with a simple CLI client supporting upload/download commands

    Python