andreidimaano
Graduated from UC Riverside, did exchange at the University of Hong Kong and Yonsei University. In the near future, I will work for Instagram Reels RecSys
@facebook ,@YonseiUniversity, @UCRiversideNew York, NY
Pinned Repositories
beeStats
data visualizations in pandas for my biology class
BTSFacialRecognition
AI tries to recognize the members of BTS
Calcifer
Run Pomodoro timers on Discord. It also uses a database for your study habit stats.
DefinitelyNotBrunoMars
Voice DeepFake and Pose Transfer using GANs UCR CS228 Deep Learning Final Project
DiscordPokedexPokemonBattleBot
Workshop for UCR's Cutie Hack 2021. Learn how to use REST APIs to fetch information. Learn how to create your own APIs to communicate programs in different languages
Isabelle
Isabelle is a Discord Bot that incorporates three design patterns: Singleton, Strategy, and Command. Unit tests were made using jest.
IUChromeExtension
Chrome Extension that changes all images to images of IU and add animation to text that contains string "IU"
MicDrop
Karaoke Social Media App
rodelo
Pomodoro Discord Bot, Inspiration for Calcifer Bot - My submission for Code With Friends Fall 2020 I implemented this bot in honor of my father whose last words to me were "study hard"
TinDog
Tin Dog is a frontend website modeled after a tinder for dogs website. Pure HTML & CSS
andreidimaano's Repositories
andreidimaano/Isabelle
Isabelle is a Discord Bot that incorporates three design patterns: Singleton, Strategy, and Command. Unit tests were made using jest.
andreidimaano/rodelo
Pomodoro Discord Bot, Inspiration for Calcifer Bot - My submission for Code With Friends Fall 2020 I implemented this bot in honor of my father whose last words to me were "study hard"
andreidimaano/TinDog
Tin Dog is a frontend website modeled after a tinder for dogs website. Pure HTML & CSS
andreidimaano/BMI-Calculator
BMI Calculator calculates BMI based on height, sex, and weight.
andreidimaano/BulletinBoard
Simple Command-Line Bulletin Board
andreidimaano/CompositePattern
CS100 Lab 4 - Implementation of math operations using the composite pattern.
andreidimaano/ContinuousIntegration
CS100 Lab5 - Utilizing Github Actions for continuous integration
andreidimaano/CS12
andreidimaano/CS14
Data Structures and Algorithms implementations.
andreidimaano/cv
This is my very first website. I'm putting this on display as a reminder of how much I have progressed over my programming career. It is built in 100% HTML
andreidimaano/DiceWebApp
andreidimaano/GitWorkFlow
CS100 Lab3 - Practicing GitHub Workflow
andreidimaano/hello-world
creating a new repository
andreidimaano/i_am_rich
I am rich is an app that displays a fake diamond. Inspired by the infamous "I am rich" that tricked many people into buying a 1000 USD app.
andreidimaano/MemoryLeak
CS100 Lab2 Valgrind, Memory Leak Management
andreidimaano/mycard
A business card app on flutter that displays my contact information as well as a photo of myself.
andreidimaano/portfolio
This is my personal website! It is built using JS, HTML, and CSS. I used create-react-app for client-side-rendering. Update Coming Soon.
andreidimaano/RPG
Simple RPG using classes
andreidimaano/SimonSays
Simon Says Retro Game build in vanilla JS, HTML, and CSS.
andreidimaano/Software-Construction-Tooling
CS100 LAB1 - Intro to Software Construction Tooling
andreidimaano/StrategyPattern
CS100 Lab6 - Implementation of Selection Sort and Bubble Sort using the Strategy Pattern