Elements
My current milestones and Aspirations
Detailed below are the indicators of where I'm currently at, what I need to do, what is in pipeline and what I look forward to. There will also be disappointing moments detailed here. More content will also be added with time.
School Progress
Major/ Potential Major
Electrical and Computer Engineering/ Computer Science
Minor
If major is ECE: CS.
If major is CS: Double major in Environmental Engineering, minor in ECE.
GPA, as of Fall '18
Cumulative: 3.98 Major: 4.0 I had not taken many major-required classes, hence the difference. Disclaimer: This is likely to change drastically after this semester (FA18).
All these are old news. I already graduated haha.
Classes taken
Whole lot to go here: to be updated
The projects
I'll think of what to put here. Suggestions welcomed
This is not what is supposed to be put here. This is just random
placeholder notes which I love.
This is superscript text and this is subscript text.
I appreciate thatyou took your time to get here. Sample code: for (;;) { ... }
.
Finally, this is a dead link.
Heading Level 2
Heading Level 3
Heading Level 4
Content to be updated soon.
Extras
Suggestion Box
Image
Fit




Left & Right
To be updated
To be updated
Disclaimer
To be updated
Code excerpt
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';