First commit on Mac Mini server

This commit is contained in:
2025-07-25 02:15:37 +08:00
parent 6f09b5f46f
commit 64eed4e7ce
358 changed files with 67829 additions and 14729 deletions

View File

@@ -0,0 +1,6 @@
+++
title = 'Notes'
date = 2024-09-20T04:17:50Z
draft = false
+++
Personal notes, may not be readable.

View File

@@ -0,0 +1,7 @@
+++
title = 'Coding'
date = 2024-09-20T04:17:50Z
draft = false
+++

View File

@@ -0,0 +1,7 @@
+++
title = 'Cheat Sheets'
date = 2024-09-20T04:17:50Z
draft = false
+++
Heres a cheat sheet of some programming languages, tools, and libraries that I use often—but somehow always forget.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -0,0 +1,5 @@
+++
title = 'C'
date = 2024-09-20T04:17:50Z
draft = false
+++

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

View File

@@ -0,0 +1,5 @@
+++
title = 'C++'
date = 2024-09-20T04:17:50Z
draft = false
+++

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

View 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')"
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 KiB

View File

@@ -0,0 +1,5 @@
+++
title = 'Python'
date = 2024-09-20T04:17:50Z
draft = false
+++

Binary file not shown.

After

Width:  |  Height:  |  Size: 925 KiB