Skip to content

Commit

Permalink
Update at 2023-12-29_17-07
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoniplan committed Dec 29, 2023
1 parent 767e2cb commit 7930faa
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
bin/
lib/
lib64
pyvenv.cfg
4 changes: 3 additions & 1 deletion assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
</ul>
</li>
<li><em><strong>References</strong></em><ul>
<li><a href="http://www.codebaoku.com/jupyter/jupyter-index.html">http://www.codebaoku.com/jupyter/jupyter-index.html</a></li>
<li><a href="https://github.com/ipython/ipython/issues/13443#issuecomment-1032753703">https://github.com/ipython/ipython/issues/13443#issuecomment-1032753703</a></li>
<li>ChatGPT</li>
</ul>
Expand Down Expand Up @@ -7416,6 +7417,7 @@
</ul>
</li>
<li><em><strong>Notes</strong></em><ul>
<li><code>mpv --cache=no</code> # For online streaming (Forward and back very fast, without caching the entire file)</li>
<li><code>mpv --skip-download --write-subs yourURL</code> # download subtitles only</li>
<li><code>Alt-Hyphen</code> # Zoom out video<ul>
<li><code>Alt-Down</code> # Move video up</li>
Expand Down Expand Up @@ -7479,7 +7481,7 @@
</li>
<li><em><strong>References</strong></em><ul>
<li>ChatGPT</li>
<li><code>man mpv</code></li>
<li><code>man mpv</code> # <code>/Cache$</code></li>
<li><a href="https://askubuntu.com/questions/1412462/mpv-accidently-got-no-sound-problem">https://askubuntu.com/questions/1412462/mpv-accidently-got-no-sound-problem</a></li>
<li><a href="https://bbs.archlinux.org/viewtopic.php?id=281480">https://bbs.archlinux.org/viewtopic.php?id=281480</a></li>
<li><a href="https://wiki.gentoo.org/wiki/Mpv">https://wiki.gentoo.org/wiki/Mpv</a></li>
Expand Down
3 changes: 2 additions & 1 deletion journals/2023-03-13.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- `--profile=low-latency --untimed` # Low latency
- `mpv --speed=2 --fullscreen "URLOfTheVideo"`
- ***Notes***
- `mpv --cache=no` # For online streaming (Forward and back very fast, without caching the entire file)
- `mpv --skip-download --write-subs yourURL` # download subtitles only
- `Alt-Hyphen` # Zoom out video
- `Alt-Down` # Move video up
Expand Down Expand Up @@ -64,7 +65,7 @@
- `yt-dlp --extract-audio --audio-format mp3 --batch-file aolaStar.txt`
- ***References***
- ChatGPT
- `man mpv`
- `man mpv` # `/Cache$`
- https://askubuntu.com/questions/1412462/mpv-accidently-got-no-sound-problem
- https://bbs.archlinux.org/viewtopic.php?id=281480
- https://wiki.gentoo.org/wiki/Mpv
Expand Down
1 change: 1 addition & 0 deletions journals/2023-12-24.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- `python -m venv ~/.config/ipython/` # Create a virtual environment using the built-in `venv` module
- `~/.config/ipython/bin/pip install ipython` # Install IPython in the virtual environment
- ***References***
- http://www.codebaoku.com/jupyter/jupyter-index.html
- https://github.com/ipython/ipython/issues/13443#issuecomment-1032753703
- ChatGPT
- ---
10 changes: 5 additions & 5 deletions pages/animationAndComic.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
- Spy x Family / 间谍过家家 (season1+2) - 12+13+12
- Ragna Crimson / 狩龙人拉格纳 - 12
- 武映三千道 - 48
- 傲世九重天 - 10 animation
- MF Ghost / 极速车魂 - 10
- 锦衣神匠 - 13
- 仙逆 - 13
- 三十六骑 - 10
- 傲世九重天 - 12
- MF Ghost / 极速车魂 - 12
- 仙逆 - 16
- 三十六骑 - 10 animation
- Migi & Dali / 米奇与达利 - 10
- Swallowed Star / 吞噬星空 (Part1+2) - 26+70
- 九辰风云录 - 40
Expand Down Expand Up @@ -255,6 +254,7 @@
- guard(end)

### Animation
- 锦衣神匠 - 13 # End of the first part
- The Vexations of a Shut-In Vampire Princess / 家里蹲吸血姬的郁闷 - 09 1201 # The plot is slow
- Firefighter! Daigo of Fire Company M / 特搜组大吾救国的橘色部队 - 12 0138 # It might be more interesting if science ficiton or other elements can be added
- 捡走被人悔婚的千金,教会她坏坏的幸福生活 - 11 # The plot is slow
Expand Down

0 comments on commit 7930faa

Please sign in to comment.