Skip to content

Instantly share code, notes, and snippets.

View bGZo's full-sized avatar
💊
I may be slow to respond.

菜就多練練 bGZo

💊
I may be slow to respond.
View GitHub Profile
@Linusp
Linusp / export_bili_history.md
Created December 25, 2021 12:39
导出B站观看记录数据
  1. 登录 B 站

  2. 前往 https://www.bilibili.com/account/history 页面

  3. 打开浏览器 DevTools 的 Network 面板,刷新页面后,在 Network 面板点开任意一个返回结果为 json 类型的请求,复制 请求Cookie 中的内容到 cookies.json

  4. 执行脚本导出数据

    python export_bili_history.py -c cookies.json -o results.jsonl -p 10
@eggplants
eggplants / DLsite_Nest_on_Wine.md
Last active May 31, 2025 09:02
DLsite Nest on Wine

DLsiteNest on Wine

環境

  • Ubuntu 25.04
  • wine-10.6
  • dlsitenest-v2.0.9

手順

@steven2358
steven2358 / ffmpeg.md
Last active July 2, 2025 17:10
FFmpeg cheat sheet
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active July 2, 2025 11:54
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@parmentf
parmentf / GitCommitEmoji.md
Last active July 2, 2025 15:04
Git Commit message Emoji
@fliedonion
fliedonion / !GIST file list order - summary.md
Last active April 20, 2025 11:29
Understand GIST file list order.
Summary How to control (or Understand) your GIST page's files list order.
Notice not official documentation.
@vratiu
vratiu / .bash_aliases
Last active June 24, 2025 17:39
Git shell coloring
# Customize BASH PS1 prompt to show current GIT repository and branch.
# by Mike Stewart - http://MediaDoneRight.com
# SETUP CONSTANTS
# Bunch-o-predefined colors. Makes reading code easier than escape sequences.
# I don't remember where I found this. o_O
# Reset
Color_Off="\[\033[0m\]" # Text Reset