Skip to content
View GameboyColor32's full-sized avatar
👾
👾

Highlights

  • Pro

Block or report GameboyColor32

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

Popular repositories Loading

  1. wolfram wolfram Public

    This project implements the Wolfram Cellular Automata in C, with the goal of exploring the subject of Cellular Automata and practicing recursion. It uses a bitfield to optimize storage and may be r…

    C 1

  2. bsq_rust bsq_rust Public

    This repo features a Rust implementation of the BSQ algorithm to find the largest square in a map with obstacles. It utilizes bitfields for space optimization and includes detailed explanations of …

    Rust 1

  3. detect_language detect_language Public

    "Detect Language" is a program that can detect which language a given document is written in, implemented in C using the Levenshtein Distance algorithm. It also includes verbose output and unit tes…

    C 1

  4. mazes_and_pathfinding mazes_and_pathfinding Public

    My personal project is a maze generation algorithm implemented in C. This program will generate mazes of various sizes and complexities depending on the user input.

    C 1

  5. png_steg png_steg Public

    This project is a personal exploration of the PNG (Portable Network Graphics) file format. The primary objectives are to gain a better understanding of the PNG format, improve proficiency in the Ru…

    Rust 1

  6. individual-neurons individual-neurons Public

    A computational model that simulates neuron membrane potential (V_m) based on excitatory conductance (g_e). This project utilizes neurophysiological principles to emulate neuronal behavior under va…

    Rust 1