Skip to content

Commit

Permalink
Update at 2024-12-05_18-00
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoniplan committed Dec 5, 2024
1 parent 2a874f6 commit 4d20fe9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion journals/2023-02-21.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
- `yourPersonalAccessToken` # Replace it with your personal access token
- `curl --include https://api.github.com/rate_limit` # Check the rate limit information (e.g. limit: 60 requests per hour)
- `--max-time 10` # Stop the curl command after 10 seconds
- `--silent` # Do not show progress meter
- ***References***
- `man curl`
- `man curl` # `/^ *-s`
- ChatGPT
- ---
- #### Understand Esperanto
Expand Down
3 changes: 2 additions & 1 deletion journals/2024-09-08.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,12 @@
[vars]
JWT_SECRET = "yourValue"
```
- `wrangler secret put JWT_SECRET` # Create a secret before defining
- `wrangler secret put JWT_SECRET` # Create a secret before defining (This will create a Worker)
- `vi ~/.config/store/auth-db/src/index.js` # Access the secret
```
env.JWT_SECRET
```
- `npm install hono bcryptjs` # Install dependencies if you import these modules in `src/index.js` file
- `wrangler tail` # Show real-time logs
```
(error) Signup error: Error: D1_ERROR: no such table: users: SQLITE_ERROR
Expand Down
2 changes: 1 addition & 1 deletion journals/2024-10-30.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- ***References***
- Artificial intelligence
- ---
- #### Generate an QR code
- #### Use "qrencode"
- `qrencode --output=/dev/stdout "Your text or URL here" | feh -`
- ***Notes***
- `qrencode --type=ansiutf8 "hello"` # Print to terminal
Expand Down
6 changes: 3 additions & 3 deletions pages/animationAndComic.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
- 英雄联盟 - S01E09.S02E09
- 大道朝天 S01E10
- 牧神记 S01E07
- 妻子变成小学生 S01E08 animation
- 精灵幻想记 S01E12.S02E07
- 长生界 S01E05
- 妻子变成小学生 S01E10
- 长生界 S01E05 animation
- 最狂辅助职业【话术士】世界最强战团听我号令 S01E08
- 愿来世为他人 S01E07
- 少年白马醉春风 S01E20.S01E20
Expand Down Expand Up @@ -265,6 +264,7 @@
- guard(end)

### Animation
- 精灵幻想记 S01E12.S02E09 0758 # Plot maybe slow
- 德里科的托儿所 - S01E13
- 噗妮露是可爱史莱姆 - S01E01 0230 # The target audience maybe 13 or 14 years old
- 暂停!智序重组 - S01E01 0159 # Target audience maybe 13 or 14 years old
Expand Down

0 comments on commit 4d20fe9

Please sign in to comment.