Skip to content
View chopsticks-user's full-sized avatar
  • University of Virginia
  • Virginia, US

Organizations

@evuventures

Block or report chopsticks-user

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
chopsticks-user/README.md
Gmail Badge

❄️ About Me :

console.log('Hey there!');
class Education
{
    static void Main(string[] args)
    {
      Console.WriteLine("I'm a 4-th year student at the University of Virginia.");
      Console.WriteLine("My majors are Physics and Computer Science.");
    }
}
#include <iostream>

int main(int argc, char** argv) {
  std::cout << "My first and favorite programming language is C++.\n";
  return 0;
}
class ProjectGoal {
  public static void main(String[] args) {
    if(iCouldDedicateAllOfMyFreeTimeToAProgrammingProject) {
      System.out.println("I would build an ECS-based game engine")
    }
  }
}

🛠️ Languages and Tools :

Tools & Platforms Git GithubActions Docker NPM Gradle postgres Postman
android-studio CMake conan
Operating systems debian arch ubuntu windows android ios
Frameworks & Libraries Angular React spring expressJs Firebase
ReactNative Expo opengl vulkan pytorch
Languages C++ Java TypeScript C csharp Python kotlin
Go Elixir bash HTML/CSS SQL latex

Pinned Loading

  1. Playtify Playtify Public

    Spotify genre-based playlist manger using Expo and Firebase. Supports searching and showing recommendations based on genres and tracks

    TypeScript 1

  2. Pytorch-LSTM-DDQN Pytorch-LSTM-DDQN Public

    LSTM DDQN using PyTorch on Gym Open AI environment.

    Python 6

  3. Entity-Component-System Entity-Component-System Public

    An Enity-Component-System implementation using C++20.

    C++

  4. Thread-Pool-and-Memory-Pool Thread-Pool-and-Memory-Pool Public

    Thread pool and memory pool

    C++

  5. toy-lang toy-lang Public

    C++

  6. dot-nixos dot-nixos Public

    My NixOS configuration

    Nix