diff --git a/.gitignore b/.gitignore index f890ed6..54191fb 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ _site vendor .DS_Store -assets/pdf +assets/pdf/resume.pdf diff --git a/_posts/2023-07-03-moving-to-jekyll.md b/_posts/2023-07-03-moving-to-jekyll.md index 2742e08..3a8d839 100644 --- a/_posts/2023-07-03-moving-to-jekyll.md +++ b/_posts/2023-07-03-moving-to-jekyll.md @@ -7,4 +7,4 @@ header: teaser: /assets/img/jekyll_logo.png --- -Nothing much to see here. If the process gets rocky, I'll add some comments. +Nothing much to see here. The process was pretty smooth, only had to do a little custom HTML and CSS to get things more right. diff --git a/_posts/2023-07-05-cheatsheets.md b/_posts/2023-07-05-cheatsheets.md new file mode 100644 index 0000000..52a8f50 --- /dev/null +++ b/_posts/2023-07-05-cheatsheets.md @@ -0,0 +1,30 @@ +--- +title: "Cheatsheets" +date: 2023-07-05 +categories: school +excerpt: A compiled list of the cheatsheets I made while at Berkeley. +--- + +Here’s an archive of the cheatsheets I’ve made for some of the classes I’ve taken. Excuse the small writing and my use of fountain pens. Ironically enough, the one class I didn't get an A in after making these cheatsheets is embedded systems, the very field I'm working and specialized in. + +- [Physics 7B – Electricity and Magnetism](/assets/pdf/physics7b.pdf) +- [CS61B – Data Structures](/assets/pdf/cs61b.pdf) +- [CS61C – Great Ideas of Computer Architecture](/assets/pdf/cs61c.pdf) +- [CS70 – Discrete Mathematics and Probability Theory](/assets/pdf/cs70.pdf) +- [CS152 – Computer Architecture and Engineering](/assets/pdf/cs152.pdf) +- [CS161 – Computer Security](/assets/pdf/cs161.pdf) +- [CS162 – Operating Systems and System Programming](/assets/pdf/cs162.pdf) +- [CS164 – Programming Languages and Compilers](/assets/pdf/cs164.pdf) +- [CS170 – Efficient Algorithms and Intractable Problems](/assets/pdf/cs170.pdf) +- [CS188 – Introduction to Artificial Intelligence](/assets/pdf/cs188.pdf) +- [CS189 – Introduction to Machine Learning](/assets/pdf/cs189.pdf) +- [EE16B – Designing Information Devices and System II](/assets/pdf/ee16b.pdf) +- [EE105 – Microelectronic Devices and Circuits](/assets/pdf/ee105.pdf) +- [EE106A – Introduction to Robotics](/assets/pdf/ee106a.pdf) +- [EE120 – Signals and Systems](/assets/pdf/ee120.pdf) +- [EE123 – Digital Signal Processing](/assets/pdf/ee123.pdf) +- [EE127 – Optimization Models in Engineering](/assets/pdf/ee127.pdf) +- [EE130 – Integrated-Circuit Devices](/assets/pdf/ee130.pdf) +- [EE142 – Integrated Circuits for Communications](/assets/pdf/ee142.pdf) +- [EE149 – Introduction to Embedded Systems](/assets/pdf/ee149.pdf) +- [EE151 – Introduction to Digital Design and Integrated Circuits](/assets/pdf/ee151.pdf) diff --git a/assets/pdf/cs152.pdf b/assets/pdf/cs152.pdf new file mode 100644 index 0000000..cee7239 Binary files /dev/null and b/assets/pdf/cs152.pdf differ diff --git a/assets/pdf/cs161.pdf b/assets/pdf/cs161.pdf new file mode 100644 index 0000000..b4e8923 Binary files /dev/null and b/assets/pdf/cs161.pdf differ diff --git a/assets/pdf/cs162.pdf b/assets/pdf/cs162.pdf new file mode 100644 index 0000000..95f05cc Binary files /dev/null and b/assets/pdf/cs162.pdf differ diff --git a/assets/pdf/cs164.pdf b/assets/pdf/cs164.pdf new file mode 100644 index 0000000..b3fc2d4 Binary files /dev/null and b/assets/pdf/cs164.pdf differ diff --git a/assets/pdf/cs170.pdf b/assets/pdf/cs170.pdf new file mode 100644 index 0000000..270002b Binary files /dev/null and b/assets/pdf/cs170.pdf differ diff --git a/assets/pdf/cs188.pdf b/assets/pdf/cs188.pdf new file mode 100644 index 0000000..efd18b8 Binary files /dev/null and b/assets/pdf/cs188.pdf differ diff --git a/assets/pdf/cs189.pdf b/assets/pdf/cs189.pdf new file mode 100644 index 0000000..da7af74 Binary files /dev/null and b/assets/pdf/cs189.pdf differ diff --git a/assets/pdf/cs61b.pdf b/assets/pdf/cs61b.pdf new file mode 100644 index 0000000..7207e94 Binary files /dev/null and b/assets/pdf/cs61b.pdf differ diff --git a/assets/pdf/cs61c.pdf b/assets/pdf/cs61c.pdf new file mode 100644 index 0000000..50e5975 Binary files /dev/null and b/assets/pdf/cs61c.pdf differ diff --git a/assets/pdf/cs70.pdf b/assets/pdf/cs70.pdf new file mode 100644 index 0000000..cc41ef1 Binary files /dev/null and b/assets/pdf/cs70.pdf differ diff --git a/assets/pdf/ee105.pdf b/assets/pdf/ee105.pdf new file mode 100644 index 0000000..e2aeebf Binary files /dev/null and b/assets/pdf/ee105.pdf differ diff --git a/assets/pdf/ee106a.pdf b/assets/pdf/ee106a.pdf new file mode 100644 index 0000000..39bab46 Binary files /dev/null and b/assets/pdf/ee106a.pdf differ diff --git a/assets/pdf/ee120.pdf b/assets/pdf/ee120.pdf new file mode 100644 index 0000000..fb23f68 Binary files /dev/null and b/assets/pdf/ee120.pdf differ diff --git a/assets/pdf/ee123.pdf b/assets/pdf/ee123.pdf new file mode 100644 index 0000000..99af52f Binary files /dev/null and b/assets/pdf/ee123.pdf differ diff --git a/assets/pdf/ee127.pdf b/assets/pdf/ee127.pdf new file mode 100644 index 0000000..c2e40d1 Binary files /dev/null and b/assets/pdf/ee127.pdf differ diff --git a/assets/pdf/ee130.pdf b/assets/pdf/ee130.pdf new file mode 100644 index 0000000..0bc2417 Binary files /dev/null and b/assets/pdf/ee130.pdf differ diff --git a/assets/pdf/ee142.pdf b/assets/pdf/ee142.pdf new file mode 100644 index 0000000..0658066 Binary files /dev/null and b/assets/pdf/ee142.pdf differ diff --git a/assets/pdf/ee149.pdf b/assets/pdf/ee149.pdf new file mode 100644 index 0000000..cae330e Binary files /dev/null and b/assets/pdf/ee149.pdf differ diff --git a/assets/pdf/ee151.pdf b/assets/pdf/ee151.pdf new file mode 100644 index 0000000..250ddfe Binary files /dev/null and b/assets/pdf/ee151.pdf differ diff --git a/assets/pdf/ee16b.pdf b/assets/pdf/ee16b.pdf new file mode 100644 index 0000000..49fa891 Binary files /dev/null and b/assets/pdf/ee16b.pdf differ diff --git a/assets/pdf/physics7b.pdf b/assets/pdf/physics7b.pdf new file mode 100644 index 0000000..fce30e6 Binary files /dev/null and b/assets/pdf/physics7b.pdf differ