tencent-meeting-video-downloader

(β˜… 28)

【Stars are free hugs for code - spread the love! πŸ€—β­οΈγ€‘Chrome extension to easily download Tencent Meeting recording videos with one click. Generate reliable download commands and save recordings locally.

μ˜€λ„ˆμ˜ λ‹€λ₯Έ 레포

server-google-news β˜… 126

【Star-crossed coders unite!⭐️】Model Context Protocol (MCP) server implementation providing Google News search capabilities via SerpAPI, with automatic news categorization and multi-language support.

TypeScript
echook β˜… 84

πŸ”Š echook β€” AI-operated audio notifications for Claude Code, Cursor IDE & Codex CLI β€” 26 hooks, voice + chime themes, TTS, webhooks, rate-limit alerts, status line. Tell your AI agent to install β€” natural language forever after.

Python
douyin-mall-go-template β˜… 53

【Star us and watch this project grow! πŸŒ±β­οΈγ€‘A comprehensive Go e-commerce template project demonstrating best practices in Go web development. Built with Gin framework and MySQL, featuring user authentication, product management, shopping cart, and order processing. Perfect for Go beginners to learn real-world application development.

Go
automotive-repair-management-system β˜… 31

【Star-crossed coders unite!⭐️】A comprehensive web-based automotive repair shop management system built with Flask and MySQL. Features separate interfaces for technicians and administrators to manage repair jobs, customers, parts inventory, and billing.

HTML
douyin-mall-java-template β˜… 24

【Star us and watch this project grow! πŸŒ±β­οΈγ€‘A Spring Boot-based e-commerce microservices template with comprehensive setup guides. Ideal for learning microservices architecture and building scalable e-commerce applications. Features include user authentication, product management, order processing, and AI integration capabilities.

Java
server-google-jobs β˜… 22

【Every star you give feeds a hungry developer's motivation!⭐️】A Model Context Protocol (MCP) server implementation that provides Google Jobs search capabilities via SerpAPI integration. Features multi-language support, comprehensive search parameters, and smart error handling.

JavaScript

파일 탐색기

  • .gitattributes
  • .gitignore
  • CHANGELOG.md
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • GOVERNANCE.md
  • LICENSE
  • manifest.json
  • package-lock.json
  • package.json
  • PRIVACY.md
  • README.md
  • SECURITY.md
  • SUPPORT.md
  • webpack.config.js

# CDN으둜 μ‚¬μš©ν•˜κΈ°

jsDelivr

jsDelivrλŠ” 곡개 GitHub 리포지토리λ₯Ό 별도 μ„€μ • 없이 CDN으둜 μ¦‰μ‹œ μ„œλΉ™ν•©λ‹ˆλ‹€. 버전과 νŒŒμΌμ„ κ³ λ₯΄λ©΄ μ›ΉνŽ˜μ΄μ§€μ— λ°”λ‘œ 뢙일 수 μžˆλŠ” 링크와 μ˜ˆμ‹œ μ½”λ“œκ°€ λ§Œλ“€μ–΄μ§‘λ‹ˆλ‹€.

λͺ…λ Ήμ–΄ μš©μ–΄μ§‘

이 λ¬Έμ„œμ—μ„œ μ‚¬μš©λœ λͺ…λ Ήμ–΄λ₯Ό λͺ¨μ•„λ΄€μŠ΅λ‹ˆλ‹€. λ‚―μ„  λͺ…λ Ήμ–΄κ°€ μžˆλ‹€λ©΄ νŽΌμ³μ„œ ν™•μΈν•΄λ³΄μ„Έμš”.

πŸ”

git checkout

μ„€λͺ… 보기 β–Ό

Checkout a branch or paths to the working tree.

git checkout -b {{branch_name}}

Create and switch to a new branch:

git checkout -b {{branch_name}} {{reference}}

Create and switch to a new branch based on a specific reference (branch, remote/branch, tag are examples of valid references):

git checkout {{branch_name}}

Switch to an existing local branch:

πŸ”

git clone

μ„€λͺ… 보기 β–Ό

Clone an existing repository.

git clone {{remote_repository_location}} {{path/to/directory}}

Clone an existing repository into a new directory (the default directory is the repository name):

git clone --recursive {{remote_repository_location}}

Clone an existing repository and its submodules:

git clone {{[-n|--no-checkout]}} {{remote_repository_location}}

Clone only the `.git` directory of an existing repository:

πŸ”

npm install

μ„€λͺ… 보기 β–Ό

Install Node packages.

npm {{[i|install]}}

Install dependencies listed in `package.json`:

npm {{[i|install]}} {{package_name}}@{{version}}

Download a specific version of a package and add it to the list of dependencies in `package.json`:

npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}

Download the latest version of a package and add it to the list of dev dependencies in `package.json`:

πŸ”

npm run

μ„€λͺ… 보기 β–Ό

Run a script.

npm run

List available scripts:

npm run {{script_name}}

Run a script:

npm run {{script_name}} -- {{argument}} {{--option}}

Pass arguments to a script:

πŸ”

unzip

μ„€λͺ… 보기 β–Ό

Zip μ•„μΉ΄μ΄λΈŒμ—μ„œ 파일/디렉토리λ₯Ό μΆ”μΆœ.
κ΄€λ ¨ ν•­λͺ©: `zip`.
더 λ§Žμ€ 정보: <https://manned.org/unzip>.

unzip {{path/to/archive1.zip path/to/archive2.zip ...}}

νŠΉμ • μ•„μΉ΄μ΄λΈŒμ—μ„œ λͺ¨λ“  파일/디렉토리λ₯Ό ν˜„μž¬ 디렉토리에 μΆ”μΆœ:

unzip {{path/to/archive1.zip path/to/archive2.zip ...}} -d {{path/to/output}}

μ•„μΉ΄μ΄λΈŒμ—μ„œ 파일/디렉토리λ₯Ό νŠΉμ • 경둜둜 μΆ”μΆœ:

unzip -c {{path/to/archive1.zip path/to/archive2.zip ...}}

μ•„μΉ΄μ΄λΈŒμ—μ„œ 파일/디렉토리λ₯Ό μΆ”μΆœν•˜κ³  μΆ”μΆœλœ 파일 이름과 ν•¨κ»˜ `stdout`으둜 좜λ ₯:

// repository documentation