Skip to content
View rsa16's full-sized avatar

Organizations

@EludeServices
Block or Report

Block or report rsa16

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

  1. next-js-name-app next-js-name-app Public

    Just an app experimenting with next js, tailwindcss, framer motion, and cookies.

    JavaScript 1

  2. search youtube and download search youtube and download
    1
    #!/bin/bash
    2
    
                  
    3
    tempfile=$(mktemp)
    4
    youtube_dl_log=$(mktemp)
    5
    
                  
  3. Assembly-Calculator Assembly-Calculator Public

    Not many people document assembly, so I created a basic x64 assembly for windows example filled with comments.

    Assembly

  4. rehan-annoyer rehan-annoyer Public

    NextJS website sending messages via websockets that will be repeated back to me in text to speech. Annoy Machine.

    JavaScript

  5. Skaia Skaia Public

    A full fledged 2D game engine currently in development created for learning purposes. Uses the Entity-Component-System.

    C++ 1

  6. Termeger Termeger Public

    A TUI app for messaging, still a WIP

    Python