Skip to content

Instantly share code, notes, and snippets.

View crazyshader's full-sized avatar
😉
I may be slow to respond.

crazyshader crazyshader

😉
I may be slow to respond.
  • Wuhan,China
View GitHub Profile
@crazyshader
crazyshader / keybindings.json
Created December 19, 2025 03:01 — forked from DoubleDeez/keybindings.json
VSCode Visual Assist Key Bindings
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "alt+g",
"command": "editor.action.revealDefinition",
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor"
},
{
"key": "f12",
"command": "-editor.action.revealDefinition",
@crazyshader
crazyshader / README.md
Created September 21, 2024 02:51 — forked from jamiephan/README.md
A script to automatically add ALL items to your account in quixel

Script to add all items from quixel

As quixel is being removed, all items are free to aquire. This script is to automate the process to add items to your account (As of writing, a total of 18874 items)

Note: This script only tested in the latest version of Chrome.

How to use

  1. Copy the script from below (run.js)
  2. Login into https://quixel.com

C#编码规范

概述

规范制定原则

  • 方便代码的交流和维护。
  • 不影响编码的效率,不与大众习惯冲突。
  • 使代码更美观、阅读更方便。
  • 使代码的逻辑更清晰、更易于理解。