Skip to content

Instantly share code, notes, and snippets.

View juzeon's full-sized avatar
🐒

juzeon

🐒
View GitHub Profile
@juzeon
juzeon / Cargo.toml
Created April 28, 2025 03:21
Rust Tracing Subscriber Initialization
# ...
tracing-subscriber = { version = "xxx", features = ["env-filter"] }
tracing = "xxx"
# ...
@juzeon
juzeon / README.md
Last active December 23, 2024 01:36
Cursor & Windsurf Leaked Prompts

Credit to

@juzeon
juzeon / README.md
Last active May 21, 2024 12:32
AutoHotkey Keyboard Multiple-Language Switcher

Usage

Recommend to disable the native Shift + Alt language switching shortcut first.

  • Windows + Space: Switch between English and Chinese
  • Shift + Alt + R: Switch to Japanese
  • Shift + Alt + E: Switch to English
  • Shift + Alt + D: Switch to Chinese

Read more (Chinese)

@juzeon
juzeon / AutoFont.vue
Created January 17, 2022 04:11
Auto font-resizing solution for vue
<template>
<div :style="'height: '+containerHeight" ref="container" class="d-flex justify-center align-center"
v-intersect="resizeFont">
<div ref="text" v-html="textHtml" style="word-break: break-all;line-height: normal;">
</div>
</div>
</template>
<script>
@juzeon
juzeon / test
Created May 6, 2017 04:40
test des
111
@juzeon
juzeon / 0_reuse_code.js
Created May 6, 2017 04:39
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console