2022-06-14 23:33:35 +08:00
|
|
|
```
|
2022-09-03 15:41:36 +08:00
|
|
|
__ __ __
|
2022-06-14 23:33:35 +08:00
|
|
|
____ ____ / /____ / /_ ____ ____ / /__
|
|
|
|
/ __ \/ __ \/ __/ _ \/ __ \/ __ \/ __ \/ //_/
|
2022-09-03 15:41:36 +08:00
|
|
|
/ / / / /_/ / /_/ __/ /_/ / /_/ / /_/ / ,<
|
|
|
|
/_/ /_/\____/\__/\___/_.___/\____/\____/_/|_|
|
|
|
|
|
2022-06-14 23:33:35 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
# My notebook
|
|
|
|
|
2022-09-03 15:41:36 +08:00
|
|
|
---
|
|
|
|
|
2022-06-14 23:33:35 +08:00
|
|
|
## Table of contents
|
|
|
|
|
|
|
|
### Computer science notes
|
2022-09-03 15:41:36 +08:00
|
|
|
|
2022-07-07 21:24:34 +08:00
|
|
|
- [[OJ-index]]
|
|
|
|
- [[CTF-index]]
|
2022-06-14 23:33:35 +08:00
|
|
|
|
|
|
|
### Misc
|
2022-09-03 15:41:36 +08:00
|
|
|
|
2022-06-14 23:33:35 +08:00
|
|
|
- [[Wiki-Index]]
|
|
|
|
|
2022-09-03 15:41:36 +08:00
|
|
|
---
|
|
|
|
|
2022-06-14 23:33:35 +08:00
|
|
|
## Naming conventions
|
|
|
|
|
|
|
|
- When using titles, capitalize the first character
|
|
|
|
- When tagging, use lowercase when possible, for people's names, capitalize first, and capitalize acronyms
|
|
|
|
- Replace chars that is not available with `_`
|
2022-09-03 15:41:36 +08:00
|
|
|
- Use singular form where possible
|