Skip to content
View aegerita's full-sized avatar

Highlights

  • Pro

Block or report aegerita

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

Good for you to be here, kind stranger.

Gmail Badge Linkedin Badge Instagram Badge Leetcode Badge

If you like the way I greet you, check out this Todo-list - GitHub last commit
If you like flowers, check out this Android app - GitHub last commit GitHub release (latest by date)

Nice to meet you! I am ...

  • 🎓 Software Engineering student at University of Waterloo
  • 👀 A loaded God complex who craves bringing projects into existence via coding
  • 💕 Adore punk rock, musicals and art history, especially of portraits

FizzBuzz: for (i = 1; i < 100; i++) console.log(((i%3 ? '':'Fizz') + (i%5 ? '':'Buzz')) || i)

JavaScript

React

VueJS

NodeJS

MongoDB

Firebase

Python

Tensorflow

Kotlin

C++

Java

VSCode




visitors

Pinned Loading

  1. Spot-A-Flower Spot-A-Flower Public

    image recognition android app for flowers

    Kotlin 2

  2. ProductibiliBuddy ProductibiliBuddy Public

    A task management app done by Vue.js that talks to you (seriously), and tons of other small details!

    Vue

  3. MousaZourob/UpLift MousaZourob/UpLift Public

    Mood changer that uses facial recognition to play a song to positively change the user's mood

    Jupyter Notebook 1 4

  4. PandaPandaPanda/ocr PandaPandaPanda/ocr Public

    Written in React, do npm install after download, do npm start to start local server

    JavaScript 1 1

  5. SnakeGame SnakeGame Public

    Snake game with multiplayer mode and against AI

    Java

  6. google-image-scraping-tool google-image-scraping-tool Public

    simple web scraping with Selenium

    Python