Skip to content
View zeaga's full-sized avatar

Organizations

@r-gmod

Block or report zeaga

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 Loading

  1. Wafer Wafer Public

    Scriptable stack-based calculator for the terminal

    C#

  2. Life23 Life23 Public

    A cellular automata toy created using Raylib and Dear ImGui

    C

  3. Mogol Mogol Public

    C#

  4. Simple brainfuck compiler in less th... Simple brainfuck compiler in less than 100 lines of C
    1
    #include <stdio.h>
    2
    #include <stdlib.h>
    3
    
                  
    4
    char* read_file( char* file_name ) {
    5
    	FILE* file = fopen( file_name, "r" );