Skip to content

Commit

Permalink
convert add legacy notes
Browse files Browse the repository at this point in the history
  • Loading branch information
SichangHe committed Mar 28, 2024
1 parent d0919cb commit 6e76194
Show file tree
Hide file tree
Showing 13 changed files with 3,685 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
**.jpeg filter=lfs diff=lfs merge=lfs -text
**.jpg filter=lfs diff=lfs merge=lfs -text
**.pdf filter=lfs diff=lfs merge=lfs -text
**.png filter=lfs diff=lfs merge=lfs -text
**.svg filter=lfs diff=lfs merge=lfs -text
**.tiff filter=lfs diff=lfs merge=lfs -text
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,9 @@
**.max
**.mj2
**.mng
**.png
**.raw
**.svgz
**.tif
**.tiff
**.wdp
**.webp
**.xbm
Expand Down
6 changes: 6 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,9 @@
- [Text Editor](notes/text_editor/index.md)
- [Vim](notes/text_editor/vim.md)
- [Xcode](notes/text_editor/xcode.md)
- [Unstructured Class Notes](notes/class_notes/index.md)
- [Algorithms and Databases](notes/class_notes/cs301.md)
- [Probability, Random Variables, and Stochastic Processes](notes/class_notes/stats210.md)
- [Probability and Statistics](notes/class_notes/math205.md)
- [Introduction to Programming and Data Structures](notes/class_notes/cs201.md)
- [Linear Algebra](notes/class_notes/math202.md)
Loading

0 comments on commit 6e76194

Please sign in to comment.