Skip to content
View deR0R0's full-sized avatar
๐Ÿง‘โ€๐ŸŽ“
always failing tests...
๐Ÿง‘โ€๐ŸŽ“
always failing tests...
  • Thomas Jefferson High School for Science and Technology
  • Fairfax, VA
  • 21:04 (UTC -04:00)

Highlights

  • Pro

Block or report deR0R0

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
deR0R0/README.md

Sunset

๐Ÿ‘‹ Introduction

I'm Robert Zhao, currently a high school student @ TJHSST. I'm quite busy right now, but you'll see me pop around some Github repos. Check out my sick website.

๐ŸŽฏ Goals/Current Mission

  1. Learning C++ through game development.
  2. Finding opportunities to demonstrate my skills in a real-world work environment.

๐ŸŽฏ Skills

Languages

Python, Java, Web Dev (HTML, CSS), JS/TS, C++, C#, Arduino

Frameworks

Next.js, Electron.js, Tauri, Swing

OS

MacOS, Windows, Ubuntu (linux)

๐Ÿ› ๏ธ Notable Projects

While some of these projects aren't open-sourced, they're still pretty cool!

CaliforniaBoombox was created because I wanted a mod that added this meme music to the game. I thought through implementation: did I want to create a custom item for such a simple mod or should I just simply replace the audio of a pre-existing item in the game? I chose the second option since it's also client-sided and doesn't require the server to have the mod installed too, reducing capatability nightmares!

SSSnac-Time was created for my Computer Science Foundations final project. I wanted to mimic the Google snake's gameplay smoothness and I (semi) succeeded. If I had more time to work on this project, I would fix the animations and such to make it feel a lot more "connected" and not jumbled pieces of images.

SSTimer was created because I wanted to use apps like Porofessor, etc, but all these apps do is load a bunch of ads on your PC, ultimately slowing it down and reducing FPS. I programmed SSTimer with efficiency in mind (I did not succeed since Electron.js is too heavy! Still a cool project though), more specifically, RAM and CPU. CPU was easy since I wasn't loading ads on the user's PC and RAM was a little difficult since most of the RAM used was by the heavy Chromnium processes.

Other

  1. Hack The Nest V3 - Won Beginner Track

Commit History Snake

Commit History

Github Stats

deR0R0's GitHub stats

Top Langs

Pinned Loading

  1. SSTimer SSTimer Public

    Lightweight League of Legends summoner spell timer. Built on electron.js & no ads! Mac and Windows are both supported

    JavaScript 2

  2. SimpleFly SimpleFly Public

    Configurable Spigot/Bukkit Plugin that allows players to fly without having to switch gamemodes.

    Java 1 1

  3. sssnac-time sssnac-time Public

    TJHSST Foundations of Computer Science Final Project. Done w/ Nihal Gorthi

    Java 2 1

  4. congl congl Public

    Learning graphics rendering by makoing Pong in C++ using GLFW/OpenGL

    C