Skip to content
View fossmonk's full-sized avatar

Block or report fossmonk

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. bmrpi bmrpi Public

    Bare Metal RPi Experiments

    C 1

  2. bmp2asciipdf bmp2asciipdf Public

    Simple C program to convert a BMP image into an ASCII art pdf for easy printing

    C

  3. nn-c nn-c Public

    Simple Neural Network Framework in C. Inspired from Tsoding with some differences.

    C

  4. plgames-src plgames-src Public

    Source for Pinklungi Games

    TypeScript

  5. term-wordle term-wordle Public

    Implementation of a terminal version of WORDLE in C

    C 1

  6. SFCL (Single File C Library) Dynamic... SFCL (Single File C Library) Dynamic Array
    1
    #ifndef _SFCL_DA_H_
    2
    #define _SFCL_DA_H_
    3
    
                  
    4
    #include <stdlib.h>
    5