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
$my_tasks = @(
"AppleMobileDeviceService.exe", # [Always] Apple
"ATService.exe", # AnyText
"BattMonSVC.exe", # BattMonUI
"crashpad_handler.exe", # IDGAF
"DTShellHlp.exe", # DAEMON Tools Lite
"Everything.exe", # Everything
"msedgewebview2.exe", # Microsoft Edge
"OriginWebHelperService.exe", # Game/Origin
"gamingservices.exe", # [ALWAYS] XBOX
@bgzo
bgzo / removeCards.js
Last active August 19, 2021 05:35
cnblogs self config
(function(window) {
//TODO:
//1. 移除评论, 推荐的多余显示.
var idArray=[
"footer", //页脚
"blog_nav_admin", //管理
"top_nav", //顶栏
"under_post_card1", //编辑推荐
"under_post_card2", //最新新闻
@bgzo
bgzo / oracle.sql
Last active July 2, 2024 12:50
docs: imu database course oracle backup
----------- Window Command Settings-------------
SET WRAP OFF
COL (COLUMN_NAME) FOR A20
set linesize 300
-- 1. make select beautiful :-)
-- 2. if set wrap off then maybe the truncating (as requested)
-- before column xxx
-- 3.rows are maybe be truncated and can't display.
@bgzo
bgzo / v2proxy.sh
Last active March 8, 2026 14:36
docs: proxy command references
# ____
# __ _|___ \ _ __ _ __ _____ ___ _
# \ \ / / __) | '_ \| '__/ _ \ \/ / | | |
# \ V / / __/| |_) | | | (_) > <| |_| |
# (_)_/ |_____| .__/|_| \___/_/\_\\__, |
# |_| |___/
# +---------------+---------------------------------------+
# | author | bGZo |
# | test command | curl www.google.com |
# | software | clashMeta / proxifier |
@bgzo
bgzo / .bash_aliases
Last active July 2, 2024 15:24 — forked from vratiu/.bash_aliases
Git shell coloring
# Test gh-cli is working or not?
# 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