🔥 averygan / reclip - Download videos from almost any website. Lightweight, self-h
GitHub热门项目 | Download videos from almost any website. Lightweight, self-hosted media downloader with a clean web UI. | Stars: 8,178 | 673 stars today | 语言: HTML
找到 1626 篇相关文章
GitHub热门项目 | Download videos from almost any website. Lightweight, self-hosted media downloader with a clean web UI. | Stars: 8,178 | 673 stars today | 语言: HTML
From loop engineering to harnesses, squads, and open weights, the GitHub Podcast breaks down the AI terms showing up in developer conversations. The post Decoding the new AI lingo: Loops, harnesses, squads, hill climbing… oh my! appeared first on The GitHub Blog .
GitHub热门项目 | autonomous red teaming platform; multi-agent offensive-security meta-harness | Stars: 5,934 | 257 stars this week | 语言: TypeScript
Why shorter outputs can cost more, and how GitHub Copilot reduces wasted work across the complete coding task. The post How we make AI coding more cost efficient without sacrificing task quality appeared first on The GitHub Blog .
GitHub热门项目 | High-performance In-browser LLM Inference Engine | Stars: 18,711 | 64 stars today | 语言: TypeScript
GitHub热门项目 | Replace port numbers with stable, named local URLs. For humans and agents. | Stars: 11,517 | 69 stars today | 语言: TypeScript
GitHub热门项目 | [EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/MCP/Docker/Zotero | Stars: 36,617 | 55 stars today | 语言: Python
GitHub热门项目 | GEO-first SEO skill for Claude Code. Comprehensive AI search optimization for any website — citability scoring, AI crawler analysis, brand authority, schema markup, platform-specific optimization, and PDF reports. If you want learn how to sell this to real businesses, check out the skool community | Stars: 10,149 | 96 stars today | 语言: Python
GitHub热门项目 | Practice English, one strike, one step forward; 练习英语,一次敲击,一点进步; | Stars: 9,207 | 68 stars today | 语言: Vue
GitHub热门项目 | Source control for agents. Use multiple coding agents, track their changes and query them in one place | Stars: 2,657 | 895 stars today | 语言: Rust
GitHub热门项目 | A股自动选股系统 — 多种技术形态自动扫描,收盘后自动运行并推送飞书 | Stars: 5,919 | 195 stars today | 语言: Python
GitHub热门项目 | A modern formatting library | Stars: 23,819 | 3 stars today | 语言: C++
Originally published on indiecore.net . I moved this site off a hosted blogging platform onto Cloudflare, with GitHub Actions doing the building and Cloudflare doing the serving. It costs nothing, deploys in about two and a half minutes, and refuses to publish anything that fails its checks. Getting there took longer than it should have. Here is the setup, and the five things that tripped me up — none of which are obvious from the documentation. The shape of it git push └─ GitHub Actions ├─ build generate the site ├─ verify dead links, missing images, bad metadata, broken redirects ├─ Lighthouse fail if performance/accessibility/SEO drop below budget └─ deploy upload to Cloudflare The important part is that deploy depends on the checks . A broken build never reaches the internet. Pull requests get a preview URL; merges to main go live. The triggers and permissions that make that safe: ci-cd.yml — triggers and permissions name : CI/CD # Build and verify every change; deploy previews for PRs and production from main. # Deploy jobs depend on the quality gates, so nothing ships unverified. on : push : branches : [ main ] # The SEO watch ledger is machine-written, is never part of dist/, and is # committed daily. Deploying the site again for it would be pure noise — and # would re-trigger the SEO ping through workflow_run every single day. paths-ignore : - ' _source/seo-watch.json' pull_request : branches : [ main ] workflow_dispatch : # Least privilege by default; individual jobs elevate only what they need. permissions : contents : read # Supersede in-flight runs for a branch, but never interrupt a production deploy. concurrency : group : ci-cd-${{ github.ref }} cancel-in-progress : ${{ github.ref != 'refs/heads/main' }} env : # wrangler ships as a pinned devDependency; never phone home from CI WRANGLER_SEND_METRICS : " false" permissions: contents: read at the top means every job starts with the minimum, and only the one that comments on pull requests gets more. The c
GitHub热门项目 | A declarative, efficient, and flexible JavaScript library for building user interfaces. | Stars: 35,948 | 47 stars this week | 语言: TypeScript
GitHub热门项目 | A slide framework built for agents. | Stars: 7,346 | 485 stars this week | 语言: TypeScript
GitHub热门项目 | Get every task and idea out of your head, then see the next thing to do. Getting Things Done (GTD) app for desktop and mobile. | Stars: 1,878 | 32 stars today | 语言: TypeScript
GitHub热门项目 | [CVPR'25 Oral] MoGe: Unlocking Accurate Monocular Geometry Estimation for Open-Domain Images with Optimal Training Supervision | Stars: 2,863 | 29 stars today | 语言: JavaScript
GitHub热门项目 | Run parallel research agents with any model | Stars: 531 | 65 stars today | 语言: Rust
GitHub热门项目 | Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️ | Stars: 16,506 | 79 stars today | 语言: TypeScript
GitHub热门项目 | Professional email for professionals and teams | Stars: 2,114 | 450 stars today | 语言: TypeScript