Skip to content
View YonkoOm's full-sized avatar

Block or report YonkoOm

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. ommoradia-website ommoradia-website Public

    Welcome! This repository contains the source code for my personal website. If you want to check it out, you can go ahead and click the link below :)

    TypeScript

  2. NeovimTurbo NeovimTurbo Public

    Designed for a pleasing neovim experience in your shell/terminal

    Lua

  3. link-in-bio link-in-bio Public

    A page containing links to my socials. Check them out by clicking the link below

    CSS

  4. splash-shell splash-shell Public

    A simple shell created in C that allows you to run executables (i.e. /bin/ls) as well as a set of certain commands directly (pwd, cd, exit)

    C

  5. SQLite-Page-Cache SQLite-Page-Cache Public

    A SQLite page cache that using the LRU (Least Recently Used) and LRU-2 replacement policies. While LRU only considers the most recently used most recent access of an element, LRU-2 considers the se…

    C