First commit on Mac Mini server
This commit is contained in:
6
content/en/notes/_index.md
Normal file
6
content/en/notes/_index.md
Normal file
@@ -0,0 +1,6 @@
|
||||
+++
|
||||
title = 'Notes'
|
||||
date = 2024-09-20T04:17:50Z
|
||||
draft = false
|
||||
+++
|
||||
Personal notes, may not be readable.
|
||||
7
content/en/notes/coding/_index.md
Normal file
7
content/en/notes/coding/_index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
+++
|
||||
title = 'Coding'
|
||||
date = 2024-09-20T04:17:50Z
|
||||
draft = false
|
||||
+++
|
||||
|
||||
|
||||
7
content/en/notes/coding/cheat_sheet/_index.md
Normal file
7
content/en/notes/coding/cheat_sheet/_index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
+++
|
||||
title = 'Cheat Sheets'
|
||||
date = 2024-09-20T04:17:50Z
|
||||
draft = false
|
||||
+++
|
||||
|
||||
Here’s a cheat sheet of some programming languages, tools, and libraries that I use often—but somehow always forget.
|
||||
BIN
content/en/notes/coding/cheat_sheet/c/feature.png
Normal file
BIN
content/en/notes/coding/cheat_sheet/c/feature.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
5
content/en/notes/coding/cheat_sheet/c/index.md
Normal file
5
content/en/notes/coding/cheat_sheet/c/index.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = 'C'
|
||||
date = 2024-09-20T04:17:50Z
|
||||
draft = false
|
||||
+++
|
||||
BIN
content/en/notes/coding/cheat_sheet/cpp/feature.png
Normal file
BIN
content/en/notes/coding/cheat_sheet/cpp/feature.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 124 KiB |
5
content/en/notes/coding/cheat_sheet/cpp/index.md
Normal file
5
content/en/notes/coding/cheat_sheet/cpp/index.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = 'C++'
|
||||
date = 2024-09-20T04:17:50Z
|
||||
draft = false
|
||||
+++
|
||||
BIN
content/en/notes/coding/cheat_sheet/feature.png
Normal file
BIN
content/en/notes/coding/cheat_sheet/feature.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
BIN
content/en/notes/coding/cheat_sheet/git/feature.png
Normal file
BIN
content/en/notes/coding/cheat_sheet/git/feature.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 159 KiB |
14
content/en/notes/coding/cheat_sheet/git/index.md
Normal file
14
content/en/notes/coding/cheat_sheet/git/index.md
Normal file
@@ -0,0 +1,14 @@
|
||||
+++
|
||||
title = 'Git'
|
||||
date = 2024-09-20T04:17:50Z
|
||||
draft = false
|
||||
+++
|
||||
|
||||
## submodule
|
||||
|
||||
|
||||
## Commit
|
||||
1. Add date and time in commit messages:
|
||||
``` bash
|
||||
git commit -m "$(date '+%Y-%m-%d %H:%M:%S')"
|
||||
```
|
||||
BIN
content/en/notes/coding/cheat_sheet/python/feature.png
Normal file
BIN
content/en/notes/coding/cheat_sheet/python/feature.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 447 KiB |
5
content/en/notes/coding/cheat_sheet/python/index.md
Normal file
5
content/en/notes/coding/cheat_sheet/python/index.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = 'Python'
|
||||
date = 2024-09-20T04:17:50Z
|
||||
draft = false
|
||||
+++
|
||||
BIN
content/en/notes/coding/feature.jpg
Normal file
BIN
content/en/notes/coding/feature.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 925 KiB |
Reference in New Issue
Block a user