Skip to content
View Bugitoy's full-sized avatar
🤓
Web Developer & Cuda Programmer
🤓
Web Developer & Cuda Programmer

Block or report Bugitoy

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. Study-Talk Study-Talk Public

    Study-Talk is an online platform that enables students to join video call study groups, make anonymous confessions, track study time on leaderboards, compete in Kahoot-style quiz competitions with …

    TypeScript 1

  2. Cuda-Accelerated-Maxwell-Equation-Simulator Cuda-Accelerated-Maxwell-Equation-Simulator Public

    This code accelerates a 2D Maxwell's Equations simulator that predicts electromagnetic wave propagation

    Cuda 1

  3. GPT-style-Transformer GPT-style-Transformer Public

    Small GPT-style Transformer for character-level language modeling with contextual understanding up to block_size.

    Python 1

  4. Character-Level-Bigram-Model Character-Level-Bigram-Model Public

    Minimal Bigram Character Model that learns next‑character probabilities from a text corpus using a single embedding lookup, trained with cross‑entropy and sampled autoregressively. Implemented in P…

    Python 1

  5. Pytorch-Tutorial Pytorch-Tutorial Public

    A brief overview of how Pytorch works.

  6. RayTracing RayTracing Public

    Simple Vulkan Raytracer built on Vulkan with Dear ImGui library, capable of raytracing Spheres with camera movement enabled.

    C++