Skip to content

Instantly share code, notes, and snippets.

View hyunbinseo's full-sized avatar

Hyunbin Seo hyunbinseo

  • 다양한학습자를위한 주식회사
  • Republic of Korea
  • 18:55 (UTC +09:00)
  • LinkedIn in/hyunbinseo
View GitHub Profile
@hyunbinseo
hyunbinseo / adb.sh
Last active March 21, 2026 02:26
well-known commands
./adb devices # C:\Program Files (x86)\ClockworkMod\Universal Adb Driver
./adb shell settings put system csc_pref_camera_forced_shuttersound_key 0 # disable galaxy shutter sound
pnpm svgo -rf ./ -o ./ # https://github.com/svg/svgo#readme
@hyunbinseo
hyunbinseo / join.md
Last active January 22, 2026 13:32
입사 및 퇴사 실무 절차

사전 정보 수집

  • 주민등록번호
  • 여권상 영문 이름
  • 본인 명의 휴대전화 번호
  • 본인 명의 급여 계좌
  • 개인 이메일 주소
  • 실거주 주소지

중소기업 취업자 소득세 감면 여부

@hyunbinseo
hyunbinseo / install.ps1
Last active February 25, 2026 01:36
Install apps using WinGet on Windows
$packages = @(
'9P1XD8ZQJ7JD', # fre:ac
'AdGuard.AdGuard',
'AdrienAllard.FileConverter',
'astral-sh.uv',
'Balena.Etcher',
'Bitwarden.Bitwarden',
'ch.LosslessCut',
'ClockworkMod.UniversalADBDriver',
'Dropbox.Dropbox',
@hyunbinseo
hyunbinseo / settings.json
Last active November 14, 2025 01:27
VS Code Settings
{
"[csv]": {
"files.encoding": "utf8bom"
},
"[markdown]": {
"editor.fontFamily": "'엘리스 디지털코딩체 ver.H', 'Elice DigitalCoding OTF', monospace",
"prettier.tabWidth": 2,
"prettier.useTabs": false
},
"[svelte]": {