#include <iostream>
#include <map>
#include <string>
using namespace std;
map<string, string> get_bio() {
return {
{"- ⚡ Quick bio:", "4th year Software Systems at Simon Fraser University"},
{"- 👯 I’m currently leading and collaborating with", "SFU Open Source Development Club"},
{"- 🔭 I’m currently working on", "Multiagent Discord Bot"},
{"- 🌱 I’m currently learning", "Amazon Web Services, Docker, SQL, Raspberry Pi"},
{"- 👨💻 All of my projects are available at", "https://tommyoh0428.github.io/"},
{"- 📫 Reach me through", "tommy32666@gmail.com"}
};
}
int main() {
map<string, string> bio = get_bio();
for (const auto& [key, value] : bio) {
cout << key << " " << value << endl;
}
return 0;
}
- Vancouver, BC, Canada
- https://tommyoh0428.github.io/
- in/tommykanggeon-oh
Highlights
- Pro
Pinned Loading
-
sfuosdev/swe-resume-evaluator
sfuosdev/swe-resume-evaluator PublicSWE Resume Evaluator is a Software-as-a-Service (SaaS) web application that uses Naive Bayes classifiers to assess users' resumes for their suitability for various software engineering positions, s…
-
sfuosdev/Macm316
sfuosdev/Macm316 PublicMacm316 provides a visualization and plotting tool for numerical methods in Numerical Analysis.
-
sfuosdev/SFU-RMP
sfuosdev/SFU-RMP PublicChrome extension for SFU students to provide access to prof rating from RateMyProfessor.com on SFU course registration pages (goSFU, mySchedule)
-
-
Multiagent-Bot
Multiagent-Bot PublicA Multiagent Discord bot that utilize Large Language Model (LLM) and hosted on AWS
Python 2
-
sfuosdev/Email-Backend
sfuosdev/Email-Backend PublicBackend server to receive notification via email for any applicants applying
Java
If the problem persists, check the GitHub status page or contact support.




