Skip to content
View cloudglides's full-sized avatar
:shipit:
suffering w rust
:shipit:
suffering w rust

Block or report cloudglides

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. http-from-scratch http-from-scratch Public

    This Rust program implements a lightweight HTTP server entirely from scratch, without relying on external dependencies. It listens for incoming connections on port 8080 and responds to HTTP request…

    Rust 1

  2. isThatAFuckingDonut isThatAFuckingDonut Public

    A PistonWindow application that simulates a bouncing donut with colorful sprinkles. The donut moves around the screen, reflecting off the edges, while its sprinkles follow its trajectory. This code…

    Rust

  3. HtmxIsJustBetter HtmxIsJustBetter Public

    a pretty simple yet shit realtime chatapp made w WebSockets, and htmx

    JavaScript 1

  4. abyssal abyssal Public

    Abyssal is a non-functional Spotify UI clone designed to replicate the sleek and user-friendly interface of the popular music streaming service. The project features OAuth and authentication capabi…

    TypeScript

  5. ReversiAI ReversiAI Public

    This repository implements an Reversi AI with two bots, Alpha and Beta. These bots utilize Monte Carlo simulations and strategic evaluation techniques like corner control and edge prevention to det…

    Python