2025
07
2025-07-24 打工人日报
2025-07-24 打工人日报
GitHub 热门榜单 排名 1:/srbhr/Resume-Matcher 简介: 使用简历匹配器改进你的简历。获取见解、关键字建议,并根据职位描述调整简历。 URL: https://github.com/srbhr/Resume-Matcher 作者: srbhr 排名 2:/maybe-finance/maybe 简介: 适合所有人的个人理财应用程序 URL: https://github.com/maybe-finance/maybe 作者: maybe-finance 排名 3:/OpenBB-finance/OpenBB 简介: 面向每个人、每个地方的投资研究。 URL: https://github.com/OpenBB-finance/OpenBB 作者: OpenBB-finance 排名 4:/moby/moby 简介: Moby项目-一个容器生态系统的协作项目,用于组装基于容器的系统 URL: https://github.com/moby/moby 作者: moby 排名 5:/juspay/hyperswitch 简介: 用Rust编写的开源支付开关,使支付快速、可靠、经济实惠 URL: https://github.com/juspay/hyperswitch 作者: juspay 排名 6:/remoteintech/remote-jobs 简介: 技术领域半远程到完全远程友好的公司(工作)列表。 URL: https://github.com/remoteintech/remote-jobs 作者: remoteintech 排名 7:/donnemartin/system-design-primer 简介: 学习如何设计大型系统。为系统设计面试做准备。包括Anki抽认卡。 URL: https://github.com/donnemartin/system-design-primer 作者: donnemartin 排名 8:/roboflow/supervision 简介: 我们为您编写可重复使用的计算机视觉工具。 💜 URL: https://github.com/roboflow/supervision 作者: roboflow 排名 9:/zephyrproject-rtos/zephyr 简介: Zephyr项目的主Git仓库。Zephyr是新一代可扩展、优化、安全的RTOS,适用于多种硬件架构。 URL: https://github.
2025-07-23 打工人日报
2025-07-23 打工人日报
GitHub 热门榜单 排名 1:/srbhr/Resume-Matcher 简介: 使用简历匹配器改进你的简历。获取见解、关键字建议,并根据职位描述调整简历。 URL: https://github.com/srbhr/Resume-Matcher 作者: srbhr 排名 2:/maybe-finance/maybe 简介: 适合所有人的个人理财应用程序 URL: https://github.com/maybe-finance/maybe 作者: maybe-finance 排名 3:/roboflow/supervision 简介: 我们为您编写可重复使用的计算机视觉工具。 💜 URL: https://github.com/roboflow/supervision 作者: roboflow 排名 4:/unclecode/crawl4ai 简介: 🚀🤖 Crawl4AI:开源LLM友好的网络爬虫和爬虫。不要害羞,加入这里:https://discord.gg/jP8KfhDhyN URL: https://github.com/unclecode/crawl4ai 作者: unclecode 排名 5:/ChatGPTNextWeb/NextChat 简介: ✨ 轻便快速的人工智能助手。支持:Web | iOS | MacOS | Android | Linux | Windows URL: https://github.com/ChatGPTNextWeb/NextChat 作者: ChatGPTNextWeb 排名 6:/remoteintech/remote-jobs 简介: 技术领域半远程到完全远程友好的公司(工作)列表。 URL: https://github.com/remoteintech/remote-jobs 作者: remoteintech 排名 7:/better-auth/better-auth 简介: TypeScript最全面的身份验证框架 URL: https://github.com/better-auth/better-auth 作者: better-auth 排名 8:/karpathy/nn-zero-to-hero 简介: 神经网络:从零到英雄 URL: https://github.
2025-07-22 打工人日报
2025-07-22 打工人日报
GitHub 热门榜单 排名 1:/maybe-finance/maybe 简介: 适合所有人的个人理财应用程序 URL: https://github.com/maybe-finance/maybe 作者: maybe-finance 排名 2:/ChatGPTNextWeb/NextChat 简介: ✨ 轻便快速的人工智能助手。支持:Web | iOS | MacOS | Android | Linux | Windows URL: https://github.com/ChatGPTNextWeb/NextChat 作者: ChatGPTNextWeb 排名 3:/hesreallyhim/awesome-claude-code 简介: Claude Code的精选命令、文件和工作流列表 URL: https://github.com/hesreallyhim/awesome-claude-code 作者: hesreallyhim 排名 5:/hyprwm/Hyprland 简介: Hyprland是一款独立、高度可定制、动态平铺的Wayland合成器,不会牺牲其外观。 URL: https://github.com/hyprwm/Hyprland 作者: hyprwm 排名 6:/donnemartin/system-design-primer 简介: 学习如何设计大型系统。为系统设计面试做准备。包括Anki抽认卡。 URL: https://github.com/donnemartin/system-design-primer 作者: donnemartin 排名 7:/unclecode/crawl4ai 简介: 🚀🤖 Crawl4AI:开源LLM友好的网络爬虫和爬虫。不要害羞,加入这里:https://discord.gg/jP8KfhDhyN URL: https://github.com/unclecode/crawl4ai 作者: unclecode 排名 8:/Lissy93/dashy 简介: 🚀 为您打造的自助式个人仪表板。包括状态检查、小部件、主题、图标包、UI编辑器等等! URL: https://github.com/Lissy93/dashy 作者: Lissy93 排名 9:/microsoft/ai-agents-for-beginners 简介: 开始构建AI代理的11个教训 URL: https://github.
使用TLSv1.3 升级nginx和openssl
使用TLSv1.3 升级nginx和openssl
介绍 TLS v1.3(Transport Layer Security version 1.3)是传输层安全协议的最新正式版本,用于在计算机网络中提供加密通信。它由 IETF(Internet Engineering Task Force) 于 2018 年 8 月正式发布,是对 TLS v1.2 的重大改进。 由于原有老的nginx版本不支持新的TLSv1.3,需要升级nginx和openssl。 🔐 TLS 的用途 TLS 常用于以下场景: HTTPS(浏览器访问网站) 邮件客户端与服务器通信(如 IMAP/SMTP over TLS) VPN、聊天工具等需要安全传输的场合 ✨ 相比 TLS 1.2,TLS 1.3 有哪些主要改进? 特性 TLS 1.2 TLS 1.3 握手轮数 至少 2 次往返 最多 1 次往返,支持 0-RTT 加密套件 多且复杂,包含弱算法 简化,仅支持强加密算法 前向保密 可选 强制启用 加密内容 一部分未加密 握手后所有内容都加密,包括证书 安全性 存在旧漏洞(如 BEAST、POODLE) 移除已知不安全特性 性能 较慢 更快(特别是在移动网络) 🔧 移除的内容(相比 TLS 1.2) RSA 密钥交换(只保留 ECDHE/DHE) 不安全的加密算法(如 RC4、3DES、MD5) 静态密钥协商、不再支持非前向保密 会话恢复机制被简化为基于票据(session tickets) ✅ TLS 1.
2025-07-21 打工人日报
2025-07-21 打工人日报
GitHub 热门榜单 排名 1:/srbhr/Resume-Matcher 简介: 使用简历匹配器改进你的简历。获取见解、关键字建议,并根据职位描述调整简历。 URL: https://github.com/srbhr/Resume-Matcher 作者: srbhr 排名 2:/hyprwm/Hyprland 简介: Hyprland是一款独立、高度可定制、动态平铺的Wayland合成器,不会牺牲其外观。 URL: https://github.com/hyprwm/Hyprland 作者: hyprwm 排名 3:/better-auth/better-auth 简介: TypeScript最全面的身份验证框架 URL: https://github.com/better-auth/better-auth 作者: better-auth 排名 4:/remoteintech/remote-jobs 简介: 技术领域半远程到完全远程友好的公司(工作)列表。 URL: https://github.com/remoteintech/remote-jobs 作者: remoteintech 排名 5:/maybe-finance/maybe 简介: 适合所有人的个人理财应用程序 URL: https://github.com/maybe-finance/maybe 作者: maybe-finance 排名 6:/simstudioai/sim 简介: Sim Studio是一个开源的AI代理工作流构建器。Sim Studio的界面是一种轻量级、直观的方式,可以快速构建和部署与您最喜欢的工具连接的LLM。 URL: https://github.com/simstudioai/sim 作者: simstudioai 排名 7:/roboflow/supervision 简介: 我们为您编写可重复使用的计算机视觉工具。 💜 URL: https://github.com/roboflow/supervision 作者: roboflow 排名 8:/shadps4-emu/shadPS4 简介: 适用于Windows、Linux和macOS的PlayStation 4模拟器,用C编写++ URL: https://github.com/shadps4-emu/shadPS4 作者: shadps4-emu 排名 10:/tracel-ai/burn 简介: Burn是下一代深度学习框架,在灵活性、效率和可移植性方面毫不妥协。 URL: https://github.
2025-07-20 打工人日报
2025-07-20 打工人日报
GitHub 热门榜单 排名 1:/hyprwm/Hyprland 简介: Hyprland是一款独立、高度可定制、动态平铺的Wayland合成器,不会牺牲其外观。 URL: https://github.com/hyprwm/Hyprland 作者: hyprwm 排名 3:/bluenviron/mediamtx 简介: 即用型SRT/WebRTC/RTSP/RTMP/LL-HLS媒体服务器和媒体代理,允许读取、发布、代理、录制和播放视频和音频流。 URL: https://github.com/bluenviron/mediamtx 作者: bluenviron 排名 4:/shadps4-emu/shadPS4 简介: 适用于Windows、Linux和macOS的PlayStation 4模拟器,用C编写++ URL: https://github.com/shadps4-emu/shadPS4 作者: shadps4-emu 排名 5:/soxoj/maigret 简介: 🕵️‍♂️ 从数千个网站按用户名收集一个人的档案 URL: https://github.com/soxoj/maigret 作者: soxoj 排名 6:/github/github-mcp-server 简介: GitHub官方MCP服务器 URL: https://github.com/github/github-mcp-server 作者: github 排名 7:/remoteintech/remote-jobs 简介: 技术领域半远程到完全远程友好的公司(工作)列表。 URL: https://github.com/remoteintech/remote-jobs 作者: remoteintech 排名 8:/bknd-io/bknd 简介: 轻量级Firebase/Supabase替代品,可在任何地方运行,包括Next.js、Remix、Astro、Cloudflare、Bun、Node、AWS Lambda等。 URL: https://github.com/bknd-io/bknd 作者: bknd-io 排名 9:/mrdbourke/pytorch-deep-learning 简介: 学习PyTorch深度学习:从零到精通课程的材料。 URL: https://github.com/mrdbourke/pytorch-deep-learning 作者: mrdbourke 排名 10:/n8n-io/n8n 简介: 具有原生AI功能的公平代码工作流自动化平台。将可视化建筑与自定义代码、自托管或云相结合,400多种集成。 URL: https://github.
2025-07-19 打工人日报
2025-07-19 打工人日报
GitHub 热门榜单 排名 1:/microsoft/markitdown 简介: 用于将文件和办公文档转换为Markdown的Python工具。 URL: https://github.com/microsoft/markitdown 作者: microsoft 排名 3:/facebookresearch/segment-anything 简介: 该存储库提供了使用SegmentAnything模型(SAM)运行推理的代码、下载训练好的模型检查点的链接以及显示如何使用模型的示例笔记本。 URL: https://github.com/facebookresearch/segment-anything 作者: facebookresearch 排名 4:/hyprwm/Hyprland 简介: Hyprland是一款独立、高度可定制、动态平铺的Wayland合成器,不会牺牲其外观。 URL: https://github.com/hyprwm/Hyprland 作者: hyprwm 排名 5:/gitleaks/gitleaks 简介: 用Gitleaks寻找秘密🔑 URL: https://github.com/gitleaks/gitleaks 作者: gitleaks 排名 6:/soxoj/maigret 简介: 🕵️‍♂️ 从数千个网站按用户名收集一个人的档案 URL: https://github.com/soxoj/maigret 作者: soxoj 排名 7:/arc53/DocsGPT 简介: DocsGPT是一个开源的genAI工具,可帮助用户从知识源获得可靠的答案,同时避免产生幻觉。它支持私有和可靠的信息检索,内置工具和代理系统功能。 URL: https://github.com/arc53/DocsGPT 作者: arc53 排名 8:/Lightricks/LTX-Video 简介: LTX视频的官方存储库 URL: https://github.com/Lightricks/LTX-Video 作者: Lightricks 排名 9:/influxdata/telegraf 简介: 用于收集、处理、聚合和写入指标、日志和其他任意数据的代理。 URL: https://github.com/influxdata/telegraf 作者: influxdata 排名 10:/PromtEngineer/localGPT 简介: 使用GPT模型在本地设备上与您的文档聊天。没有数据离开您的设备,100%私密。 URL: https://github.
2025-07-18 打工人日报
2025-07-18 打工人日报
GitHub 热门榜单 排名 1:/microsoft/markitdown 简介: 用于将文件和办公文档转换为Markdown的Python工具。 URL: https://github.com/microsoft/markitdown 作者: microsoft 排名 2:/gitleaks/gitleaks 简介: 用Gitleaks寻找秘密🔑 URL: https://github.com/gitleaks/gitleaks 作者: gitleaks 排名 3:/soxoj/maigret 简介: 🕵️‍♂️ 从数千个网站按用户名收集一个人的档案 URL: https://github.com/soxoj/maigret 作者: soxoj 排名 4:/maotoumao/MusicFree 简介: 插件化、定制化、无广告的免费音乐播放器 URL: https://github.com/maotoumao/MusicFree 作者: maotoumao 排名 5:/PromtEngineer/localGPT 简介: 使用GPT模型在本地设备上与您的文档聊天。没有数据离开您的设备,100%私密。 URL: https://github.com/PromtEngineer/localGPT 作者: PromtEngineer 排名 6:/vanna-ai/vanna 简介: 🤖 与您的SQL数据库聊天📊. 使用RAG通过LLM生成精确的文本到SQL🔄. URL: https://github.com/vanna-ai/vanna 作者: vanna-ai 排名 7:/AykutSarac/jsoncrack.com 简介: ✨ 创新的开源可视化应用程序,可将各种数据格式(如JSON、YAML、XML、CSV等)转换为交互式图形。 URL: https://github.com/AykutSarac/jsoncrack.com 作者: AykutSarac 排名 8:/musistudio/claude-code-router 简介: 使用Claude Code作为编码基础设施的基础,允许您在享受Anthropic更新的同时决定如何与模型交互。 URL: https://github.com/musistudio/claude-code-router 作者: musistudio 排名 9:/WasmEdge/WasmEdge 简介: WasmEdge是一个轻量级、高性能和可扩展的WebAssembly运行时,适用于云原生、边缘和去中心化应用程序。它为无服务器应用程序、嵌入式功能、微服务、智能合约和物联网设备提供支持。 URL: https://github.
2025-07-17 打工人日报
2025-07-17 打工人日报
GitHub 热门榜单 排名 1:/microsoft/markitdown 简介: 用于将文件和办公文档转换为Markdown的Python工具。 URL: https://github.com/microsoft/markitdown 作者: microsoft 排名 2:/PromtEngineer/localGPT 简介: 使用GPT模型在本地设备上与您的文档聊天。没有数据离开您的设备,100%私密。 URL: https://github.com/PromtEngineer/localGPT 作者: PromtEngineer 排名 3:/maotoumao/MusicFree 简介: 插件化、定制化、无广告的免费音乐播放器 URL: https://github.com/maotoumao/MusicFree 作者: maotoumao 排名 4:/frappe/erpnext 简介: 免费开源企业资源计划(ERP) URL: https://github.com/frappe/erpnext 作者: frappe 排名 5:/arc53/DocsGPT 简介: DocsGPT是一个开源的genAI工具,可帮助用户从知识源获得可靠的答案,同时避免产生幻觉。它支持私有和可靠的信息检索,内置工具和代理系统功能。 URL: https://github.com/arc53/DocsGPT 作者: arc53 排名 6:/anthropics/claude-code 简介: Claude Code是一个代理编码工具,它位于您的终端中,了解您的代码库,并通过执行常规任务、解释复杂代码和处理git工作流来帮助您更快地编码——所有这些都是通过自然语言命令完成的。 URL: https://github.com/anthropics/claude-code 作者: anthropics 排名 7:/OpenPipe/ART 简介: Agent强化训练器:使用GRPO训练多步骤Agent完成真实世界的任务。为你的代理人提供在职培训。Qwen2.5、Qwen3、Llama、Kimi等的强化学习! URL: https://github.com/OpenPipe/ART 作者: OpenPipe 排名 8:/aws/amazon-q-developer-cli 简介: ✨ 终端中的代理聊天体验。使用自然语言构建应用程序。 URL: https://github.com/aws/amazon-q-developer-cli 作者: aws 排名 9:/vpnhood/VpnHood 简介: 无法检测的快速便携式VPN URL: https://github.
2025-07-16 打工人日报
2025-07-16 打工人日报
GitHub 热门榜单 排名 1:/microsoft/markitdown 简介: 用于将文件和办公文档转换为Markdown的Python工具。 URL: https://github.com/microsoft/markitdown 作者: microsoft 排名 2:/x1xhlol/system-prompts-and-models-of-ai-tools 简介: FULL v0、Cursor、Manus、Same.dev、Lovable、Devin、Replit Agent、Windsurf Agent、VSCode Agent、Dia Browser、Trae AI和Cluely(以及其他开源)系统提示、工具和AI模型。 URL: https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools 作者: x1xhlol 排名 3:/getzep/graphiti 简介: 为AI代理构建实时知识图 URL: https://github.com/getzep/graphiti 作者: getzep 排名 4:/NVIDIA/cutlass 简介: 线性代数子程序的CUDA模板 URL: https://github.com/NVIDIA/cutlass 作者: NVIDIA 排名 5:/frappe/erpnext 简介: 免费开源企业资源计划(ERP) URL: https://github.com/frappe/erpnext 作者: frappe 排名 6:/nisargjhaveri/WirelessAndroidAutoDongle 简介: 将无线Android Auto与仅支持使用Raspberry Pi的有线Android Auto的汽车一起使用。 URL: https://github.com/nisargjhaveri/WirelessAndroidAutoDongle 作者: nisargjhaveri 排名 7:/musistudio/claude-code-router 简介: 使用Claude Code作为编码基础设施的基础,允许您在享受Anthropic更新的同时决定如何与模型交互。 URL: https://github.com/musistudio/claude-code-router 作者: musistudio 排名 8:/OpenBB-finance/OpenBB 简介: 面向每个人、每个地方的投资研究。 URL: https://github.
2025-07-15 打工人日报
2025-07-15 打工人日报
GitHub 热门榜单 排名 1:/anthropics/claude-code 简介: Claude Code是一个代理编码工具,它位于您的终端中,了解您的代码库,并通过执行常规任务、解释复杂代码和处理git工作流来帮助您更快地编码——所有这些都是通过自然语言命令完成的。 URL: https://github.com/anthropics/claude-code 作者: anthropics 排名 2:/microsoft/markitdown 简介: 用于将文件和办公文档转换为Markdown的Python工具。 URL: https://github.com/microsoft/markitdown 作者: microsoft 排名 3:/gorhill/uBlock 简介: uBlock Origin-Chromium和Firefox的高效拦截器。快速和精益。 URL: https://github.com/gorhill/uBlock 作者: gorhill 排名 4:/microsoft/qlib 简介: Qlib是一个面向人工智能的量化投资平台,旨在利用人工智能技术为量化研究提供支持,从探索想法到实施产品。Qlib支持多种机器学习建模范式,包括监督学习、市场动态建模和强化学习,现在配备了https://github.com/microsoft/RD-Agent使研发过程自动化。 URL: https://github.com/microsoft/qlib 作者: microsoft 排名 5:/vercel/commerce 简介: Next.js商务 URL: https://github.com/vercel/commerce 作者: vercel 排名 6:/mindsdb/mindsdb 简介: 人工智能的查询引擎——用于构建能够回答大规模联邦数据问题的人工智能平台。-您唯一需要的MCP服务器 URL: https://github.com/mindsdb/mindsdb 作者: mindsdb 排名 7:/ripienaar/free-for-dev 简介: 一份SaaS、PaaS和IaaS产品列表,这些产品具有devops和infradev感兴趣的免费级别 URL: https://github.com/ripienaar/free-for-dev 作者: ripienaar 排名 8:/leaningtech/webvm 简介: Web虚拟机 URL: https://github.com/leaningtech/webvm 作者: leaningtech 排名 9:/OpenPipe/ART 简介: Agent强化训练器:使用GRPO训练多步骤Agent完成真实世界的任务。为你的代理人提供在职培训。Qwen2.
2025-07-14 打工人日报
2025-07-14 打工人日报
GitHub 热门榜单 排名 1:/anthropics/claude-code 简介: Claude Code是一个代理编码工具,它位于您的终端中,了解您的代码库,并通过执行常规任务、解释复杂代码和处理git工作流来帮助您更快地编码——所有这些都是通过自然语言命令完成的。 URL: https://github.com/anthropics/claude-code 作者: anthropics 排名 2:/vercel/commerce 简介: Next.js商务 URL: https://github.com/vercel/commerce 作者: vercel 排名 3:/block/goose 简介: 一个开源、可扩展的AI代理,超越了代码建议的范围,可以使用任何LLM进行安装、执行、编辑和测试 URL: https://github.com/block/goose 作者: block 排名 4:/trimstray/the-book-of-secret-knowledge 简介: 一系列鼓舞人心的列表、手册、备忘单、博客、黑客、单行程序、cli/web工具等。 URL: https://github.com/trimstray/the-book-of-secret-knowledge 作者: trimstray 排名 5:/NVIDIA/cutlass 简介: 线性代数子程序的CUDA模板 URL: https://github.com/NVIDIA/cutlass 作者: NVIDIA 排名 6:/ripienaar/free-for-dev 简介: 一份SaaS、PaaS和IaaS产品列表,这些产品具有devops和infradev感兴趣的免费级别 URL: https://github.com/ripienaar/free-for-dev 作者: ripienaar 排名 7:/gorhill/uBlock 简介: uBlock Origin-Chromium和Firefox的高效拦截器。快速和精益。 URL: https://github.com/gorhill/uBlock 作者: gorhill 排名 8:/farhanashrafdev/90DaysOfCyberSecurity 简介: 该知识库包含一个90天的网络安全学习计划,以及用于学习各种网络安全概念和技术的资源和材料。该计划分为日常任务,涵盖了Network+、Security+、Linux、Python、流量分析、Git、ELK、AWS、Azure和黑客等主题。该存储库还包括一个“LEARN.md” URL: https://github.com/farhanashrafdev/90DaysOfCyberSecurity 作者: farhanashrafdev 排名 9:/microsoft/qlib 简介: Qlib是一个面向人工智能的量化投资平台,旨在利用人工智能技术为量化研究提供支持,从探索想法到实施产品。Qlib支持多种机器学习建模范式,包括监督学习、市场动态建模和强化学习,现在配备了https://github.
Proxmox VE(PVE) 更新到最新版本
Proxmox VE(PVE) 更新到最新版本
背景 由于增加了新的pve机器组了pve集群,这过程中发生很多事情,打算记录一下过程中发生的问题。 如何不使用企业源完成pve更新 修改订阅源 禁用企业源 添加 no-subscription 源 执行命令 到具体的pve机器上执行命令 1apt update 2apt dist-upgrade 3# 查看版本 4pveversion HA 集群无法正常运行 出现lrm pve (old timestamp - dead?)获取不到pve主机状态 查看 lrm 服务状态 1systemctl status pve-ha-lrm 2systemctl status pve-ha-crm 重启 lrm 服务 1# 重启 lrm 服务 2systemctl restart pve-ha-lrm 3# 重启 crm 服务 4systemctl restart pve-ha-crm
2025-07-13 打工人日报
2025-07-13 打工人日报
GitHub 热门榜单 排名 1:/snap-stanford/Biomni 简介: Biomni:一种通用的生物医学人工智能试剂 URL: https://github.com/snap-stanford/Biomni 作者: snap-stanford 排名 2:/open-telemetry/opentelemetry-go 简介: OpenTelemetry Go API和SDK URL: https://github.com/open-telemetry/opentelemetry-go 作者: open-telemetry 排名 3:/googleapis/genai-toolbox 简介: MCP Toolbox for Databases是一个用于数据库的开源MCP服务器。 URL: https://github.com/googleapis/genai-toolbox 作者: googleapis 排名 4:/protocolbuffers/protobuf 简介: Protocol Buffers-谷歌的数据交换格式 URL: https://github.com/protocolbuffers/protobuf 作者: protocolbuffers 排名 5:/getzep/graphiti 简介: 为AI代理构建实时知识图 URL: https://github.com/getzep/graphiti 作者: getzep 排名 6:/pybind/pybind11 简介: C++11和Python之间的无缝可操作性 URL: https://github.com/pybind/pybind11 作者: pybind 排名 7:/WordPress/wordpress-develop 简介: WordPress开发,Git化。已同步自git://develop.git.wordpress.org/,包括分支和标签!这个存储库只是WordPress subversion存储库的镜像。请在https://core.trac.wordpress.org/每一个pull请求。 URL: https://github.com/WordPress/wordpress-develop 作者: WordPress 排名 8:/gorhill/uBlock 简介: uBlock Origin-Chromium和Firefox的高效拦截器。快速和精益。 URL: https://github.
2025-07-12 打工人日报
2025-07-12 打工人日报
GitHub 热门榜单 排名 1:/protocolbuffers/protobuf 简介: Protocol Buffers-谷歌的数据交换格式 URL: https://github.com/protocolbuffers/protobuf 作者: protocolbuffers 排名 2:/googleapis/genai-toolbox 简介: MCP Toolbox for Databases是一个用于数据库的开源MCP服务器。 URL: https://github.com/googleapis/genai-toolbox 作者: googleapis 排名 3:/Alibaba-NLP/WebAgent 简介: 🌐 同益实验室构建的信息检索WebAgent:WebWalker、WebCancer和WebSailorhttps://arxiv.org/pdf/2507.02592 URL: https://github.com/Alibaba-NLP/WebAgent 作者: Alibaba-NLP 排名 4:/WordPress/wordpress-develop 简介: WordPress开发,Git化。已同步自git://develop.git.wordpress.org/,包括分支和标签!这个存储库只是WordPress subversion存储库的镜像。请在https://core.trac.wordpress.org/每一个pull请求。 URL: https://github.com/WordPress/wordpress-develop 作者: WordPress 排名 5:/snap-stanford/Biomni 简介: Biomni:一种通用的生物医学人工智能试剂 URL: https://github.com/snap-stanford/Biomni 作者: snap-stanford 排名 6:/google/googletest 简介: GoogleTest-谷歌测试和模拟框架 URL: https://github.com/google/googletest 作者: google 排名 7:/ByteByteGoHq/system-design-101 简介: 用视觉和简单的术语解释复杂的系统。帮助您准备系统设计面试。 URL: https://github.com/ByteByteGoHq/system-design-101 作者: ByteByteGoHq 排名 8:/goauthentik/authentik 简介: 您需要的身份验证胶。 URL: https://github.com/goauthentik/authentik 作者: goauthentik 排名 9:/LMCache/LMCache 简介: 使用最快的KV缓存层为LLM充电 URL: https://github.
2025-07-11 打工人日报
2025-07-11 打工人日报
GitHub 热门榜单 排名 1:/Alibaba-NLP/WebAgent 简介: 🌐 统一实验室构建的信息检索WebAgent:WebWalker、WebCancer和WebSailorhttps://arxiv.org/pdf/2507.02592 URL: https://github.com/Alibaba-NLP/WebAgent 作者: Alibaba-NLP 排名 2:/WordPress/wordpress-develop 简介: WordPress开发,Git化。已同步自git://develop.git.wordpress.org/,包括分支和标签!这个存储库只是WordPress subversion存储库的镜像。请在https://core.trac.wordpress.org/每一个pull请求。 URL: https://github.com/WordPress/wordpress-develop 作者: WordPress 排名 3:/googleapis/genai-toolbox 简介: MCP Toolbox for Databases是一个用于数据库的开源MCP服务器。 URL: https://github.com/googleapis/genai-toolbox 作者: googleapis 排名 4:/LMCache/LMCache 简介: 使用最快的KV缓存层为LLM充电 URL: https://github.com/LMCache/LMCache 作者: LMCache 排名 5:/forthespada/CS-Books 简介: 🔥🔥超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~ URL: https://github.com/forthespada/CS-Books 作者: forthespada 排名 6:/ByteByteGoHq/system-design-101 简介: 用视觉和简单的术语解释复杂的系统。帮助您准备系统设计面试。 URL: https://github.com/ByteByteGoHq/system-design-101 作者: ByteByteGoHq 排名 7:/snap-stanford/Biomni 简介: Biomni:一种通用的生物医学人工智能试剂 URL: https://github.com/snap-stanford/Biomni 作者: snap-stanford 排名 8:/pybind/pybind11 简介: C++11和Python之间的无缝可操作性 URL: https://github.com/pybind/pybind11 作者: pybind 排名 9:/punkpeye/awesome-mcp-clients 简介: MCP客户端的集合。 URL: https://github.
2025-07-10 打工人日报
2025-07-10 打工人日报
GitHub 热门榜单 排名 1:/googleapis/genai-toolbox 简介: MCP Toolbox for Databases是一个用于数据库的开源MCP服务器。 URL: https://github.com/googleapis/genai-toolbox 作者: googleapis 排名 2:/rustfs/rustfs 简介: 🚀 MinIO替代方案的高性能分布式对象存储。 URL: https://github.com/rustfs/rustfs 作者: rustfs 排名 3:/anthropics/prompt-eng-interactive-tutorial 简介: Anthropic交互式提示工程教程 URL: https://github.com/anthropics/prompt-eng-interactive-tutorial 作者: anthropics 排名 4:/Alibaba-NLP/WebAgent 简介: 🌐 统一实验室构建的信息检索WebAgent:WebWalker、WebCancer和WebSailorhttps://arxiv.org/pdf/2507.02592 URL: https://github.com/Alibaba-NLP/WebAgent 作者: Alibaba-NLP 排名 5:/putyy/res-downloader 简介: 视频号、小程序、抖音、快手、小红书、直播流、m3u8、酷狗、QQ音乐等常见网络资源下载! URL: https://github.com/putyy/res-downloader 作者: putyy 排名 6:/ed-donner/agents 简介: 完整代理人工智能工程课程的报告 URL: https://github.com/ed-donner/agents 作者: ed-donner 排名 7:/wanghongenpin/proxypin 简介: 开源免费捕获HTTP(S)流量软件ProxyPin,支持全平台系统 URL: https://github.com/wanghongenpin/proxypin 作者: wanghongenpin 排名 8:/microsoft/ai-agents-for-beginners 简介: 开始构建AI代理的11个教训 URL: https://github.com/microsoft/ai-agents-for-beginners 作者: microsoft 排名 9:/punkpeye/awesome-mcp-clients 简介: MCP客户端的集合。 URL: https://github.
kindle 邮件发送失败,错误代码E999
kindle 邮件发送失败,错误代码E999
背景 最近看到了一本电子书《just for fun》 Linux之父:林纳斯的自传。就想上传到kindle上去看这本书,但是之前epub的上传都没有问题,唯独这本一直上传失败。E999 故障。我直接说我对于这个问题的解决办法。 解决方法 将epub转换为mobi格式 将装换好的mobi文件再转换为新的epub文件 上传新的epub文件到kindle 总结 感觉是原本的epub文件格式有损坏导致,amzon无法正确识别epub格式,所有按照这个方式转换一遍,基本上上传就没有问题了。
2025-07-09 打工人日报
2025-07-09 打工人日报
GitHub 热门榜单 排名 1:/humanlayer/12-factor-agents 简介: 我们可以使用哪些原则来构建LLM驱动的软件,这些软件实际上足够好,可以交到生产客户手中? URL: https://github.com/humanlayer/12-factor-agents 作者: humanlayer 排名 2:/Alibaba-NLP/WebAgent 简介: 🌐 统一实验室构建的信息检索WebAgent:WebWalker、WebCancer和WebSailorhttps://arxiv.org/pdf/2507.02592 URL: https://github.com/Alibaba-NLP/WebAgent 作者: Alibaba-NLP 排名 3:/th-ch/youtube-music 简介: YouTube音乐桌面应用程序捆绑了自定义插件 URL: https://github.com/th-ch/youtube-music 作者: th-ch 排名 4:/HandsOnLLM/Hands-On-Large-Language-Models 简介: O’Reilly图书的官方代码仓库-“动手操作大型语言模型” URL: https://github.com/HandsOnLLM/Hands-On-Large-Language-Models 作者: HandsOnLLM 排名 5:/gusmanb/logicanalyzer 简介: 24通道100Msps逻辑分析仪硬件和软件 URL: https://github.com/gusmanb/logicanalyzer 作者: gusmanb 排名 6:/anthropics/prompt-eng-interactive-tutorial 简介: Anthropic交互式提示工程教程 URL: https://github.com/anthropics/prompt-eng-interactive-tutorial 作者: anthropics 排名 7:/rustfs/rustfs 简介: 🚀 MinIO替代方案的高性能分布式对象存储。 URL: https://github.com/rustfs/rustfs 作者: rustfs 排名 8:/commaai/openpilot 简介: openpilot是一个机器人操作系统。目前,它升级了300多辆受支持汽车的驾驶员辅助系统。 URL: https://github.com/commaai/openpilot 作者: commaai 排名 9:/FujiwaraChoki/MoneyPrinterV2 简介: 使在线赚钱过程自动化。 URL: https://github.
2025-07-08 打工人日报
2025-07-08 打工人日报
GitHub 热门榜单 排名 1:/rustfs/rustfs 简介: 🚀 MinIO替代方案的高性能分布式对象存储。 URL: https://github.com/rustfs/rustfs 作者: rustfs 排名 2:/anthropics/prompt-eng-interactive-tutorial 简介: Anthropic交互式提示工程教程 URL: https://github.com/anthropics/prompt-eng-interactive-tutorial 作者: anthropics 排名 3:/th-ch/youtube-music 简介: YouTube音乐桌面应用程序捆绑了自定义插件 URL: https://github.com/th-ch/youtube-music 作者: th-ch 排名 4:/dockur/macos 简介: Docker容器中的macOS。 URL: https://github.com/dockur/macos 作者: dockur 排名 5:/pocketbase/pocketbase 简介: 1个文件中的开源实时后端 URL: https://github.com/pocketbase/pocketbase 作者: pocketbase 排名 6:/commaai/openpilot 简介: openpilot是一个机器人操作系统。目前,它升级了300多辆受支持汽车的驾驶员辅助系统。 URL: https://github.com/commaai/openpilot 作者: commaai 排名 7:/smallcloudai/refact 简介: 端到端处理工程任务的AI Agent:与开发人员的工具集成,计划,执行和迭代,直到达到成功的结果。 URL: https://github.com/smallcloudai/refact 作者: smallcloudai 排名 8:/humanlayer/12-factor-agents 简介: 我们可以使用哪些原则来构建LLM驱动的软件,这些软件实际上足够好,可以交到生产客户手中? URL: https://github.com/humanlayer/12-factor-agents 作者: humanlayer 排名 9:/ed-donner/llm_engineering 简介: Repo将陪伴我掌握LLM工程课程 URL: https://github.
2025-07-07 打工人日报
2025-07-07 打工人日报
GitHub 热门榜单 排名 1:/NanmiCoder/MediaCrawler 简介: 小红书笔记 | 评论爬虫、抖音视频 | 评论爬虫、快手视频 | 评论爬虫、B站视频 | 评论爬虫、微博帖子 | 评论爬虫、百度贴吧帖子 | 百度贴吧评论回复爬虫 | 知乎问答文章|评论爬虫 URL: https://github.com/NanmiCoder/MediaCrawler 作者: NanmiCoder 排名 2:/dockur/macos 简介: Docker容器中的macOS。 URL: https://github.com/dockur/macos 作者: dockur 排名 3:/anthropics/prompt-eng-interactive-tutorial 简介: Anthropic交互式提示工程教程 URL: https://github.com/anthropics/prompt-eng-interactive-tutorial 作者: anthropics 排名 4:/vosen/ZLUDA 简介: 非NVIDIA GPU上的CUDA URL: https://github.com/vosen/ZLUDA 作者: vosen 排名 5:/GyulyVGC/sniffnet 简介: 舒适地监控您的互联网流量🕵️‍♂️ URL: https://github.com/GyulyVGC/sniffnet 作者: GyulyVGC 排名 6:/Alex313031/thorium 简介: 铬叉以放射性元素90号命名。Windows和MacOS/Raspi/Android/特殊版本位于不同的存储库中,链接位于README.md的顶部。 URL: https://github.com/Alex313031/thorium 作者: Alex313031 排名 7:/codecrafters-io/build-your-own-x 简介: 通过从头开始重新创建您最喜欢的技术来掌握编程。 URL: https://github.
2025-07-06 打工人日报
2025-07-06 打工人日报
GitHub 热门榜单 排名 1:/NanmiCoder/MediaCrawler 简介: 小红书笔记 | 评论爬虫、抖音视频 | 评论爬虫、快手视频 | 评论爬虫、B站视频 | 评论爬虫、微博帖子 | 评论爬虫、百度贴吧帖子 | 百度贴吧评论回复爬虫 | 知乎问答文章|评论爬虫 URL: https://github.com/NanmiCoder/MediaCrawler 作者: NanmiCoder 排名 2:/rustfs/rustfs 简介: 🚀 MinIO替代方案的高性能分布式对象存储。 URL: https://github.com/rustfs/rustfs 作者: rustfs 排名 3:/LadybirdBrowser/ladybird 简介: 真正独立的网络浏览器 URL: https://github.com/LadybirdBrowser/ladybird 作者: LadybirdBrowser 排名 4:/datawhalechina/happy-llm 简介: 📚 从零开始的大语言模型原理与实践教程 URL: https://github.com/datawhalechina/happy-llm 作者: datawhalechina 排名 5:/Universidade-Livre/ciencia-da-computacao 简介: 🎓 嗯,我很乐意接受计算机专业的自学教育! URL: https://github.com/Universidade-Livre/ciencia-da-computacao 作者: Universidade-Livre 排名 6:/megadose/toutatis 简介: Toutatis是一个工具,允许您从instagram帐户中提取信息,如电子邮件、电话号码等 URL: https://github.com/megadose/toutatis 作者: megadose 排名 7:/bregman-arie/devops-exercises 简介: Linux、Jenkins、AWS、SRE、Prometheus、Docker、Python、Ansible、Git、Kubernetes、Terraform、OpenStack、SQL、NoSQL、Azure、GCP、DNS、弹性、网络、虚拟化。DevOps面试问题 URL: https://github.
2025-07-05 打工人日报
2025-07-05 打工人日报
GitHub 热门榜单 排名 1:/NanmiCoder/MediaCrawler 简介: 小红书笔记 | 评论爬虫、抖音视频 | 评论爬虫、快手视频 | 评论爬虫、B站视频 | 评论爬虫、微博帖子 | 评论爬虫、百度贴吧帖子 | 百度贴吧评论回复爬虫 | 知乎问答文章|评论爬虫 URL: https://github.com/NanmiCoder/MediaCrawler 作者: NanmiCoder 排名 2:/Genesis-Embodied-AI/Genesis 简介: 通用机器人和嵌入式人工智能学习的生成世界。 URL: https://github.com/Genesis-Embodied-AI/Genesis 作者: Genesis-Embodied-AI 排名 3:/LadybirdBrowser/ladybird 简介: 真正独立的网络浏览器 URL: https://github.com/LadybirdBrowser/ladybird 作者: LadybirdBrowser 排名 4:/swagger-api/swagger-ui 简介: Swagger UI是一个HTML、JavaScript和CSS资产的集合,它们通过符合Swagger的API动态生成漂亮的文档。 URL: https://github.com/swagger-api/swagger-ui 作者: swagger-api 排名 5:/HumanSignal/label-studio 简介: Label Studio是一个具有标准化输出格式的多类型数据标签和注释工具 URL: https://github.com/HumanSignal/label-studio 作者: HumanSignal 排名 6:/toeverything/AFFiNE 简介: 可能不止Notion和Miro。AFFiNE(发音为[ə’fain])是一个下一代知识库,将规划、分类和创建结合在一起。隐私第一、开源、可定制且随时可用。 URL: https://github.com/toeverything/AFFiNE 作者: toeverything 排名 7:/juspay/hyperswitch 简介: 用Rust编写的开源支付开关,使支付快速、可靠、经济实惠 URL: https://github.
2025-07-04 打工人日报
2025-07-04 打工人日报
GitHub 热门榜单 排名 1:/NanmiCoder/MediaCrawler 简介: 小红书笔记 | 评论爬虫、抖音视频 | 评论爬虫、快手视频 | 评论爬虫、B站视频 | 评论爬虫、微博帖子 | 评论爬虫、百度贴吧帖子 | 百度贴吧评论回复爬虫 | 知乎问答文章|评论爬虫 URL: https://github.com/NanmiCoder/MediaCrawler 作者: NanmiCoder 排名 2:/mrdoob/three.js 简介: JavaScript 3D库。 URL: https://github.com/mrdoob/three.js 作者: mrdoob 排名 3:/microsoft/generative-ai-for-beginners 简介: 21课,开始用生成式人工智能构建🔗 https://microsoft.github.io/generative-ai-for-beginners/ URL: https://github.com/microsoft/generative-ai-for-beginners 作者: microsoft 排名 4:/LadybirdBrowser/ladybird 简介: 真正独立的网络浏览器 URL: https://github.com/LadybirdBrowser/ladybird 作者: LadybirdBrowser 排名 5:/isaac-sim/IsaacLab 简介: 基于NVIDIA Isaac Sim的机器人学习统一框架 URL: https://github.com/isaac-sim/IsaacLab 作者: isaac-sim 排名 6:/openssl/openssl 简介: TLS/SSL和加密库 URL: https://github.com/openssl/openssl 作者: openssl 排名 7:/Genesis-Embodied-AI/Genesis 简介: 通用机器人和嵌入式人工智能学习的生成世界。 URL: https://github.
2025-07-03 打工人日报
2025-07-03 打工人日报
GitHub 热门榜单 排名 1:/microsoft/generative-ai-for-beginners 简介: 21课,开始用生成式人工智能构建🔗 https://microsoft.github.io/generative-ai-for-beginners/ URL: https://github.com/microsoft/generative-ai-for-beginners 作者: microsoft 排名 2:/NanmiCoder/MediaCrawler 简介: 小红书笔记 | 评论爬虫、抖音视频 | 评论爬虫、快手视频 | 评论爬虫、B站视频 | 评论爬虫、微博帖子 | 评论爬虫、百度贴吧帖子 | 百度贴吧评论回复爬虫 | 知乎问答文章|评论爬虫 URL: https://github.com/NanmiCoder/MediaCrawler 作者: NanmiCoder 排名 3:/zaidmukaddam/scira 简介: Scira(原名MiniPerplx)是一个极简主义的人工智能搜索引擎,可以帮助你在互联网上查找信息并引用它。由Vercel AI SDK提供技术支持!搜索xAI的Grok 3等型号。 URL: https://github.com/zaidmukaddam/scira 作者: zaidmukaddam 排名 4:/microsoft/Mastering-GitHub-Copilot-for-Paired-Programming 简介: 一门多模块课程,教授您将GitHub Copilot用作AI对等编程资源所需的一切知识。 URL: https://github.com/microsoft/Mastering-GitHub-Copilot-for-Paired-Programming 作者: microsoft 排名 5:/binwiederhier/ntfy 简介: 使用PUT/POST向您的手机或桌面发送推送通知 URL: https://github.com/binwiederhier/ntfy 作者: binwiederhier 排名 6:/GraphiteEditor/Graphite 简介: 2025年的开源图形编辑器:用于图形设计、数字艺术和交互式实时运动图形的全面2D内容创建工具套件,具有基于节点的程序编辑功能 URL: https://github.com/GraphiteEditor/Graphite 作者: GraphiteEditor 排名 7:/The-Cool-Coders/Project-Ideas-And-Resources 简介: 可用于提高编码技能的应用程序创意集合❤.
2025-07-02 打工人日报
2025-07-02 打工人日报
GitHub 热门榜单 排名 1:/microsoft/generative-ai-for-beginners 简介: 21课,开始用生成式人工智能构建🔗 https://microsoft.github.io/generative-ai-for-beginners/ URL: https://github.com/microsoft/generative-ai-for-beginners 作者: microsoft 排名 2:/GraphiteEditor/Graphite 简介: 2025年的开源图形编辑器:用于图形设计、数字艺术和交互式实时运动图形的全面2D内容创建工具,具有基于节点的程序编辑功能 URL: https://github.com/GraphiteEditor/Graphite 作者: GraphiteEditor 排名 3:/confident-ai/deepeval 简介: 法学硕士评估框架 URL: https://github.com/confident-ai/deepeval 作者: confident-ai 排名 5:/ColorlibHQ/AdminLTE 简介: AdminLTE-基于Bootstrap 5的免费管理仪表板模板 URL: https://github.com/ColorlibHQ/AdminLTE 作者: ColorlibHQ 排名 6:/twentyhq/twenty 简介: 构建一个由社区提供支持的Salesforce的现代替代品。 URL: https://github.com/twentyhq/twenty 作者: twentyhq 排名 7:/actualbudget/actual 简介: 本地首款个人理财应用 URL: https://github.com/actualbudget/actual 作者: actualbudget 排名 8:/NanmiCoder/MediaCrawler 简介: 小红书笔记 | 评论爬虫、抖音视频 | 评论爬虫、快手视频 | 评论爬虫、B站视频 | 评论爬虫、微博帖子 | 评论爬虫、百度贴吧帖子 | 百度贴吧评论回复爬虫 | 知乎问答文章|评论爬虫 URL: https://github.
2025-07-01 打工人日报
2025-07-01 打工人日报
GitHub 热门榜单 排名 1:/GraphiteEditor/Graphite 简介: 2025年的开源图形编辑器:用于图形设计、数字艺术和交互式实时运动图形的全面2D内容创建工具,具有基于节点的程序编辑功能 URL: https://github.com/GraphiteEditor/Graphite 作者: GraphiteEditor 排名 2:/twentyhq/twenty 简介: 构建一个由社区提供支持的Salesforce的现代替代品。 URL: https://github.com/twentyhq/twenty 作者: twentyhq 排名 3:/nextcloud/all-in-one 简介: 📦 Nextcloud的官方安装方法。此Nextcloud实例中包含的大多数功能提供了易于部署和维护的功能。 URL: https://github.com/nextcloud/all-in-one 作者: nextcloud 排名 6:/actualbudget/actual 简介: 本地首款个人理财应用 URL: https://github.com/actualbudget/actual 作者: actualbudget 排名 7:/microsoft/generative-ai-for-beginners 简介: 21课,开始用生成式人工智能构建🔗 https://microsoft.github.io/generative-ai-for-beginners/ URL: https://github.com/microsoft/generative-ai-for-beginners 作者: microsoft 排名 8:/mendableai/firecrawl 简介: 🔥 将整个网站转化为LLM就绪的降价或结构化数据。使用单个API抓取、抓取和提取。 URL: https://github.com/mendableai/firecrawl 作者: mendableai 排名 9:/swisskyrepo/PayloadsAllTheThings 简介: Web应用程序安全和Pentest/CTF的有用有效载荷和旁路列表 URL: https://github.com/swisskyrepo/PayloadsAllTheThings 作者: swisskyrepo 排名 10:/stanford-oval/storm 简介: 一个以法学硕士为动力的知识管理系统,研究一个主题并生成一份包含引文的完整报告。 URL: https://github.com/stanford-oval/storm 作者: stanford-oval 排名 11:/aldinokemal/go-whatsapp-web-multidevice 简介: 用于Whatsapp Web多设备版本的API,支持UI,Webhook和MCP URL: https://github.
06
2025-06-30 打工人日报
2025-06-30 打工人日报
GitHub 热门榜单 排名 1:/twentyhq/twenty 简介: 构建一个由社区提供支持的Salesforce的现代替代品。 URL: https://github.com/twentyhq/twenty 作者: twentyhq 排名 2:/GraphiteEditor/Graphite 简介: 2D矢量和光栅编辑器,将传统图层和工具与现代基于节点、非破坏性、程序化的工作流程融合在一起。 URL: https://github.com/GraphiteEditor/Graphite 作者: GraphiteEditor 排名 4:/microsoft/generative-ai-for-beginners 简介: 21课,开始用生成式人工智能构建🔗 https://microsoft.github.io/generative-ai-for-beginners/ URL: https://github.com/microsoft/generative-ai-for-beginners 作者: microsoft 排名 5:/x1xhlol/system-prompts-and-models-of-ai-tools 简介: FULL v0、Cursor、Manus、Same.dev、Lovable、Devin、Replit Agent、Windsurf Agent、VSCode Agent、Dia Browser、Trae AI和Cluely(以及其他开源)系统提示、工具和AI模型。 URL: https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools 作者: x1xhlol 排名 6:/coleam00/ottomator-agents 简介: oTTomator Live Agent Studio平台上托管的所有开源AI代理! URL: https://github.com/coleam00/ottomator-agents 作者: coleam00 排名 7:/stanford-oval/storm 简介: 一个以法学硕士为动力的知识管理系统,研究一个主题并生成一份包含引文的完整报告。 URL: https://github.com/stanford-oval/storm 作者: stanford-oval 排名 8:/jnsahaj/tweakcn 简介: shadcn/ui组件的可视化无代码主题编辑器 URL: https://github.com/jnsahaj/tweakcn 作者: jnsahaj 排名 9:/mendableai/firecrawl 简介: 🔥 将整个网站转化为LLM就绪的降价或结构化数据。使用单个API抓取、抓取和提取。 URL: https://github.
2025-06-29 打工人日报
2025-06-29 打工人日报
GitHub 热门榜单 排名 1:/twentyhq/twenty 简介: 构建一个由社区提供支持的Salesforce的现代替代品。 URL: https://github.com/twentyhq/twenty 作者: twentyhq 排名 2:/black-forest-labs/flux 简介: FLUX.1模型的官方推理库 URL: https://github.com/black-forest-labs/flux 作者: black-forest-labs 排名 3:/GraphiteEditor/Graphite 简介: 2D矢量和光栅编辑器,将传统图层和工具与现代基于节点、非破坏性、程序化的工作流程融合在一起。 URL: https://github.com/GraphiteEditor/Graphite 作者: GraphiteEditor 排名 4:/adityachandelgit/BookLore 简介: BookLore是一款用于托管、管理和探索书籍的网络应用程序,支持PDF、电子书、阅读进度、元数据和统计数据。 URL: https://github.com/adityachandelgit/BookLore 作者: adityachandelgit 排名 5:/coleam00/ottomator-agents 简介: oTTomator Live Agent Studio平台上托管的所有开源AI代理! URL: https://github.com/coleam00/ottomator-agents 作者: coleam00 排名 6:/rommapp/romm 简介: 一个美丽、强大、自我主持的rom经理和玩家。 URL: https://github.com/rommapp/romm 作者: rommapp 排名 7:/Serial-Studio/Serial-Studio 简介: 可视化嵌入式设备数据。 URL: https://github.com/Serial-Studio/Serial-Studio 作者: Serial-Studio 排名 9:/microsoft/generative-ai-for-beginners 简介: 21课,开始用生成式人工智能构建🔗 https://microsoft.github.io/generative-ai-for-beginners/ URL: https://github.com/microsoft/generative-ai-for-beginners 作者: microsoft 排名 10:/fastapi/full-stack-fastapi-template 简介: 全栈现代web应用程序模板。使用FastAPI、React、SQLModel、PostgreSQL、Docker、GitHub Actions、自动HTTPS等。 URL: https://github.
2025-06-28 打工人日报
2025-06-28 打工人日报
GitHub 热门榜单 排名 1:/coleam00/ottomator-agents 简介: oTTomator Live Agent Studio平台上托管的所有开源AI代理! URL: https://github.com/coleam00/ottomator-agents 作者: coleam00 排名 2:/sindresorhus/awesome 简介: 😎 关于各种有趣话题的精彩列表 URL: https://github.com/sindresorhus/awesome 作者: sindresorhus 排名 3:/gitleaks/gitleaks 简介: 用Gitleaks寻找秘密🔑 URL: https://github.com/gitleaks/gitleaks 作者: gitleaks 排名 4:/twentyhq/twenty 简介: 构建一个由社区提供支持的Salesforce的现代替代品。 URL: https://github.com/twentyhq/twenty 作者: twentyhq 排名 5:/black-forest-labs/flux 简介: FLUX.1模型的官方推理库 URL: https://github.com/black-forest-labs/flux 作者: black-forest-labs 排名 6:/jujumilk3/leaked-system-prompts 简介: 收集泄漏的系统提示 URL: https://github.com/jujumilk3/leaked-system-prompts 作者: jujumilk3 排名 7:/gensyn-ai/rl-swarm 简介: 一个完全开源的框架,用于在互联网上创建强化学习训练集群。 URL: https://github.com/gensyn-ai/rl-swarm 作者: gensyn-ai 排名 8:/rxi/microui 简介: 一个小型的即时模式UI库 URL: https://github.com/rxi/microui 作者: rxi 排名 9:/automatisch/automatisch 简介: 开源Zapier替代品。无需花费时间和金钱即可构建工作流自动化。 URL: https://github.