mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-31 00:34:05 -06:00
Make note strcutre clear
This commit is contained in:
parent
944b3d13ae
commit
b5e3870d82
@ -3,6 +3,7 @@ title: Art Style - Low-Poly
|
|||||||
tags:
|
tags:
|
||||||
- art
|
- art
|
||||||
- art-style
|
- art-style
|
||||||
|
- geometry
|
||||||
date: 2024-05-21
|
date: 2024-05-21
|
||||||
---
|
---
|
||||||
# From AIGC
|
# From AIGC
|
||||||
|
|||||||
@ -7,36 +7,22 @@ date: 2024-02-28
|
|||||||
|
|
||||||
🚧 There are notebooks about his research career:
|
🚧 There are notebooks about his research career:
|
||||||
|
|
||||||
* [Deep Learning & Machine Learning](computer_sci/deep_learning_and_machine_learning/deep_learning_MOC.md)
|
* [💻Computer Science](computer_sci/MOC.md)
|
||||||
|
|
||||||
* [Data Structure and Algorithm MOC](computer_sci/data_structure_and_algorithm/MOC.md)
|
|
||||||
|
|
||||||
* [Hardware](computer_sci/hardware/hardware_MOC.md)
|
|
||||||
|
|
||||||
* [Physics](physics/physics_MOC.md)
|
* [Physics](physics/physics_MOC.md)
|
||||||
|
|
||||||
* [Signal Processing](signal/signal_MOC.md)
|
* [Signal](signal/signal_MOC.md)
|
||||||
|
|
||||||
* [Data Science](data_sci/data_sci_MOC.md)
|
* [Data Science](data_sci/data_sci_MOC.md)
|
||||||
|
|
||||||
* [About coding language design detail](computer_sci/coding_knowledge/coding_lang_MOC.md)
|
|
||||||
|
|
||||||
* [Math](math/MOC.md)
|
* [Math](math/MOC.md)
|
||||||
|
|
||||||
* [Computational Geometry](computer_sci/computational_geometry/MOC.md)
|
|
||||||
|
|
||||||
* [Code Framework Learn](computer_sci/code_frame_learn/MOC.md)
|
|
||||||
|
|
||||||
* [Design](design/design_moc.md)
|
|
||||||
|
|
||||||
🦺 I also need some tool to help me:
|
|
||||||
|
|
||||||
* [Git](toolkit/git/git_MOC.md)
|
|
||||||
|
|
||||||
💻 Code Practice:
|
💻 Code Practice:
|
||||||
|
|
||||||
* [💽Programing Problem Solution Record](https://github.com/PinkR1ver/JudeW-Problemset)
|
* [💽Programing Problem Solution Record](https://github.com/PinkR1ver/JudeW-Problemset)
|
||||||
|
|
||||||
|
* [Some sundry code](https://github.com/PinkR1ver/sundry)
|
||||||
|
|
||||||
🛶 Also, he learn some knowledge about his hobbies:
|
🛶 Also, he learn some knowledge about his hobbies:
|
||||||
|
|
||||||
* [📷 Photography](photography/photography_MOC.md)
|
* [📷 Photography](photography/photography_MOC.md)
|
||||||
@ -51,12 +37,8 @@ date: 2024-02-28
|
|||||||
|
|
||||||
⭐ Here to find my recent study:
|
⭐ Here to find my recent study:
|
||||||
|
|
||||||
* [Recent notes (this function cannot be used on web)](recent.md)
|
|
||||||
* [Papers Recently Read](research_career/papers_read.md)
|
* [Papers Recently Read](research_career/papers_read.md)
|
||||||
|
|
||||||
🎏 I also have some plans in my mind to do;
|
🎏 I also have some plans in my mind to do;
|
||||||
|
|
||||||
* [Life List🚀](plan/life.md)
|
* [Life List🚀](plan/life.md)
|
||||||
|
|
||||||
☁️ I also have some daily thoughts:
|
|
||||||
* [Logs](log/log_MOC.md)
|
|
||||||
20
content/computer_sci/MOC.md
Normal file
20
content/computer_sci/MOC.md
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
title: 💻Computer Science - MOC
|
||||||
|
tags:
|
||||||
|
- basic
|
||||||
|
- cs
|
||||||
|
- MOC
|
||||||
|
date: 2024-05-21
|
||||||
|
---
|
||||||
|
|
||||||
|
* [Deep Learning & Machine Learning - MOC](computer_sci/deep_learning_and_machine_learning/deep_learning_MOC.md)
|
||||||
|
|
||||||
|
* [Code Frame - MOC](computer_sci/code_frame_learn/MOC.md)
|
||||||
|
|
||||||
|
* [Data Structure and Algorithm - MOC](computer_sci/data_structure_and_algorithm/MOC.md)
|
||||||
|
|
||||||
|
* [Web - MOC](computer_sci/web/MOC.md)
|
||||||
|
|
||||||
|
* [Multi-Processing - MOC](computer_sci/multiProcessing/MOC.md)
|
||||||
|
|
||||||
|
* [Computational Geometry - MOC](computer_sci/computational_geometry/MOC.md)
|
||||||
9
content/computer_sci/multiProcessing/MOC.md
Normal file
9
content/computer_sci/multiProcessing/MOC.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
title: Multi-Processing - MOC
|
||||||
|
tags:
|
||||||
|
- basic
|
||||||
|
- advanced
|
||||||
|
- MOC
|
||||||
|
date: 2024-05-21
|
||||||
|
---
|
||||||
|
* [What's Multi-Thread and Multi-Process Coding](computer_sci/multiProcessing/multiThread_and_multiProcess/basic.md)
|
||||||
|
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 124 KiB |
@ -15,7 +15,7 @@ date: 2024-04-26
|
|||||||
|
|
||||||
### Overview
|
### Overview
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Process
|
### Process
|
||||||
|
|
||||||
13
content/computer_sci/web/MOC.md
Normal file
13
content/computer_sci/web/MOC.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: Web - MOC
|
||||||
|
tags:
|
||||||
|
- basic
|
||||||
|
- web
|
||||||
|
- cs
|
||||||
|
date: 2024-05-21
|
||||||
|
---
|
||||||
|
Here's the MOC of Web knowledge
|
||||||
|
|
||||||
|
# Http
|
||||||
|
|
||||||
|
* [Http introduction](computer_sci/web/http/http_introduction.md)
|
||||||
Loading…
Reference in New Issue
Block a user