Skip to content

Instantly share code, notes, and snippets.

View jynnie's full-sized avatar
🌻

Jessica 'jynnie' Tang jynnie

🌻
View GitHub Profile
@tsiege
tsiege / The Technical Interview Cheat Sheet.md
Last active July 6, 2024 20:09
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

ANNOUNCEMENT

I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!






\

@shannonpeng
shannonpeng / courseroad.css
Last active September 14, 2018 20:49
Courseroad Modern Theme
/* set all text to lowercase */
body {
text-transform: lowercase;
}
/* gray out prior credit */
.term.credit {
background: #dedede;
}
.term.credit .classdiv {