Skip to content
View TinyProbe's full-sized avatar
🙂
🙂
  • Korea

Block or report TinyProbe

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. tetris tetris Public

    A Tetris game developed using C++20 and strong Object-Oriented Programming (OOP) principles. It is built to run exclusively on the Windows OS and features standard Tetris controls (rotation, moveme…

    C++

  2. todolist todolist Public

    A cross-platform GUI Todolist application built with Go (Golang) and the Fyne GUI toolkit. It features a tabbed interface for adding and managing tasks, with data persistence handled by a todolist.…

    Go

  3. bwapi-linux bwapi-linux Public

    A modified version of Dave Churchill's STARTcraft template, specifically reconfigured for StarCraft AI bot development on Unix environments. It utilizes Wine and MinGW-w64 for simplified developmen…

    C++

  4. c-vector c-vector Public

    A lightweight, C-based implementation of a generic dynamic array (Vector) featuring automatic memory management (in single-threading mode), multi-threading support via manual deletion, and the abil…

    C

  5. calculator calculator Public

    A simple Command Line Interface (CLI) calculator program written in Zig. It evaluates arithmetic expressions containing numbers, the four basic operators, and parentheses for operator precedence. I…

    Zig

  6. zig-libraries zig-libraries Public

    A lightweight collection of utility libraries for the Zig language, providing essential features like dynamic strings (zl.str), dynamic arrays (zl.vec), range iterators (zl.rng), and improved I/O h…

    Zig