27 lines
675 B
Markdown
27 lines
675 B
Markdown
|
```
|
||
|
__ __ __
|
||
|
____ ____ / /____ / /_ ____ ____ / /__
|
||
|
/ __ \/ __ \/ __/ _ \/ __ \/ __ \/ __ \/ //_/
|
||
|
/ / / / /_/ / /_/ __/ /_/ / /_/ / /_/ / ,<
|
||
|
/_/ /_/\____/\__/\___/_.___/\____/\____/_/|_|
|
||
|
|
||
|
```
|
||
|
|
||
|
# My notebook
|
||
|
|
||
|
___
|
||
|
## Table of contents
|
||
|
|
||
|
### Computer science notes
|
||
|
- [[CS-index]]
|
||
|
|
||
|
### Misc
|
||
|
- [[Wiki-Index]]
|
||
|
|
||
|
___
|
||
|
## 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 `_`
|
||
|
- Use singular form where possible
|