自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(683)
  • 收藏
  • 关注

原创 Roblox网络通信库rbx-net的Lua安装指南

Roblox网络通信库rbx-net的Lua安装指南 rbx-net Advanced multi-language networking framework for Roblox 项目地址: https://gitcode.co...

2025-06-16 09:07:25 356

原创 深入理解bqplot的对象模型:构建灵活的数据可视化

深入理解bqplot的对象模型:构建灵活的数据可视化 bqplot 项目地址: https://gitcode.com/gh_mirrors/bqp/bqplot 什么是b...

2025-06-11 09:01:34 393

原创 Agency Swarm项目生产环境部署指南

Agency Swarm项目生产环境部署指南 agency-swarm An opensource agent orchestration framework built on top of the latest OpenAI Assistants API. ...

2025-06-11 09:00:41 431

原创 OnionUI/Onion 4.2 安装指南:从固件检查到系统部署

OnionUI/Onion 4.2 安装指南:从固件检查到系统部署 Onion OS overhaul for Miyoo Mini and Mini+ 项目地址: https://gitcode.com/gh_mirrors/o...

2025-06-10 09:19:20 340

原创 Helicone项目中的Few-Shot Learning实现指南

Helicone项目中的Few-Shot Learning实现指南 helicone 项目地址: https://gitcode.com/gh_mirrors/he/helicone ...

2025-06-10 09:18:42 286

原创 Kubernetes 实战:使用 Deployment 运行无状态应用

Kubernetes 实战:使用 Deployment 运行无状态应用 website Kubernetes website and documentation repo: 项目地址: https://gitcode.com/g...

2025-06-10 09:05:35 312

原创 深度学习情感分析项目:从文本到情感分类的神经网络实现

深度学习情感分析项目:从文本到情感分类的神经网络实现 deep-learning Repo for the Deep Learning Nanodegree Foundations program. 项目地址: https://g...

2025-06-10 09:04:59 250

原创 Fast-Check 从 3.x 升级到 4.x 迁移指南

Fast-Check 从 3.x 升级到 4.x 迁移指南 fast-check Property based testing framework for JavaScript (like QuickCheck) written in TypeScript ...

2025-06-09 09:04:24 330

原创 Mistral.rs项目架构解析与开发指南

Mistral.rs项目架构解析与开发指南 mistral.rs 极快的大规模语言模型(LLM)推理 项目地址: https://gitcode.com/gh_mirrors/mi/mistral.rs ...

2025-06-07 09:23:06 362

原创 基于awslabs多智能体编排器的自然语言转结构化数据实践

基于awslabs多智能体编排器的自然语言转结构化数据实践 multi-agent-orchestrator Flexible and powerful framework for managing multiple AI agents and handling complex conversations ...

2025-06-07 09:05:39 286

原创 Angel机器学习框架中的损失函数详解

Angel机器学习框架中的损失函数详解 angel 项目地址: https://gitcode.com/gh_mirrors/ang/angel 一、损失函数概述在机器学...

2025-06-06 09:11:21 392

原创 PyTorch深度学习项目中的隐变量能量模型(EBM)训练解析

PyTorch深度学习项目中的隐变量能量模型(EBM)训练解析 NYU-DLSP20 NYU Deep Learning Spring 2020 项目地址: https://gitcode.com/gh_mirrors/pyt/p...

2025-06-06 09:07:05 369

原创 MMagic项目模型部署全流程指南

MMagic项目模型部署全流程指南 mmagic OpenMMLab Multimodal Advanced, Generative, and Intelligent Creation Toolbox. Unlock the magic ????: Generative-AI (AIGC), easy-to-use APIs,...

2025-06-06 09:03:19 244

原创 CCFDDL项目解析:RECOMB国际计算分子生物学研究会议投稿指南

CCFDDL项目解析:RECOMB国际计算分子生物学研究会议投稿指南 ccf-deadlines ⏰ Collaboratively track deadlines of conferences recommended by CCF (Website, Python Cli, Wechat Applet) / If yo...

2025-06-06 09:00:41 362

原创 YugabyteDB TLS加密与认证机制深度解析

YugabyteDB TLS加密与认证机制深度解析 yugabyte-db yugabyte/yugabyte-db: 是 YugaByte DB 的官方仓库,一个高性能、高可扩展、分布式的 SQL 数据库,支持 PostgreSQL 兼容性。适合对分布式数据库、SQL 数据库和云原生应用的开发者。 ...

2025-06-05 09:05:31 220

原创 深入解析Spring DataOps中的Parser组件

深入解析Spring DataOps中的Parser组件 spring-reading 涵盖了 Spring 框架的核心概念和关键功能,包括控制反转(IOC)容器的使用,面向切面编程(AOP)的原理与实践,事务管理的方式与实现,Spring MVC 的流程与控制器工作机制,以及 Spring 中数据访问、安全、Boot ...

2025-06-04 09:18:02 295

原创 在PostgreSQL中查找具有多条关联记录的记录(来自jbranchaud/til项目)

在PostgreSQL中查找具有多条关联记录的记录(来自jbranchaud/til项目) til :memo: Today I Learned 项目地址: https://gitcode.com/gh_mirrors/ti/ti...

2025-06-03 09:02:56 253

原创 Marimo项目中使用pytest进行单元测试指南

Marimo项目中使用pytest进行单元测试指南 marimo A next-generation Python notebook: explore data, build tools, deploy apps! 项目地址: h...

2025-06-03 09:02:44 319

原创 Arduino-ESP32 项目中的分区表详解与应用指南

Arduino-ESP32 项目中的分区表详解与应用指南 arduino-esp32 Arduino core for the ESP32 项目地址: https://gitcode.com/gh_mirrors/ar/ardui...

2025-06-02 09:17:14 414

原创 PDFMathTranslate 高级使用指南:专业文档翻译工具深度解析

PDFMathTranslate 高级使用指南:专业文档翻译工具深度解析 PDFMathTranslate PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama...

2025-06-01 09:06:41 227

原创 Nuxt.js中的Vue.js开发指南

Nuxt.js中的Vue.js开发指南 nuxt The Intuitive Vue Framework. 项目地址: https://gitcode.com/gh_mirrors/nu/nuxt ...

2025-05-30 09:05:10 335

原创 Django项目安全防护全指南:构建安全的Web应用

Django项目安全防护全指南:构建安全的Web应用 django django/django: 是一个用于 Python 的高级 Web 框架,可以用于快速开发安全和可维护的 Web 应用程序,提供了多种内置功能和扩展库,支持多种数据库和模板引擎。 ...

2025-05-30 09:03:39 268

原创 开源项目最佳实践教程:便携式Wi-Fi网络扫描器(wardriver3000)

开源项目最佳实践教程:便携式Wi-Fi网络扫描器(wardriver3000) wardriver3000 portable wardriver device 项目地址: https://gitcode.com/gh_mirror...

2025-05-29 09:00:53 362

原创 Check-Build 项目启动与配置教程

Check-Build 项目启动与配置教程 check-build :dart: Check-build - Verifies that your NodeJS project follows team conventions, is well written, up to date and secure. ...

2025-05-28 09:00:02 258

原创 Tsunami-UDP 项目启动与配置教程

Tsunami-UDP 项目启动与配置教程 tsunami-udp Fork of Tsunami UDP File Transfer Server and Client w/fix to compile on MacOS 项目地...

2025-05-27 09:00:45 410

原创 ViennaCL 开源项目最佳实践教程

ViennaCL 开源项目最佳实践教程 viennacl-dev Developer repository for ViennaCL. Visit http://viennacl.sourceforge.net/ for the latest releases. ...

2025-05-27 09:00:09 262

原创 Rome EVM 开源项目教程

Rome EVM 开源项目教程 rome-evm 项目地址: https://gitcode.com/gh_mirrors/ro/rome-evm 1. 项目介绍Rome...

2025-05-26 09:00:40 281

原创 Moondust Project 启动和配置教程

Moondust Project 启动和配置教程 Moondust-Project Moondust Project by Wohlstand 项目地址: https://gitcode.com/gh_mirrors/mo/Moo...

2025-05-26 09:00:09 295

原创 useR!机器学习教程:深入算法原理与实践

useR!机器学习教程:深入算法原理与实践 useR-machine-learning-tutorial useR! 2016 Tutorial: Machine Learning Algorithmic Deep Dive http://user2016.org/tutorials/10.html ...

2025-05-25 09:00:05 218

原创 Jest Runner 创建指南

Jest Runner 创建指南 create-jest-runner A highly opinionated way for creating Jest Runners 项目地址: https://gitcode.com/gh...

2025-05-24 09:02:37 346

原创 国家地区选择器Android开源项目启动与配置教程

国家地区选择器Android开源项目启动与配置教程 country-region-picker-android 一个简洁的android国家代码选择器,支持中英文、国旗、ISO 3166-1(A simple country code picker on android) ...

2025-05-23 09:00:45 406

原创 DamageLogger 项目启动与配置教程

DamageLogger 项目启动与配置教程 DamageLogger Check Original Repo https://github.com/hessiser/veritas 项目地址: https://gitcode.c...

2025-05-22 09:00:50 330

原创 dotfiles:个性化你的开发环境,提升工作效率

dotfiles:个性化你的开发环境,提升工作效率 dotfiles ???? dotfiles 项目地址: https://gitcode.com/gh_mirrors/dotfiles2974/dotfiles ...

2025-05-22 09:00:00 624

原创 mlc:快速检查文档中失效链接的强大工具

mlc:快速检查文档中失效链接的强大工具 mlc Check for broken links in markup files 项目地址: https://gitcode.com/gh_mirrors/mlc/mlc ...

2025-05-13 09:05:31 652

原创 jlibrosa:音频处理利器,Java世界的音频特征提取库

jlibrosa:音频处理利器,Java世界的音频特征提取库 jlibrosa Librosa equivalent Java library to process audio file adn extract features from it. ...

2025-05-09 21:10:25 747

原创 《Snake》开源项目教程

《Snake》开源项目教程 Snake Yet Another Mach-O Unused ObjC Selector/Class/Protocol Detector. 检测ObjC无用方法、无用类、无用协议。 项目地址: htt...

2025-04-28 11:10:30 901

原创 GarHAge:实现智能家居友好的车库门控制器

GarHAge:实现智能家居友好的车库门控制器 GarHAge a Home-Automation-friendly ESP8266-based MQTT Garage Door Controller 项目地址: https://...

2025-04-28 09:09:19 898

原创 开源项目最佳实践:Guards

开源项目最佳实践:Guards guards ???? Comprehensive collection of type guards for JavaScript and TypeScript; Inspired by Elixir ...

2025-04-27 12:21:11 513

原创 Lighthouse-Monitor 开源项目最佳实践教程

Lighthouse-Monitor 开源项目最佳实践教程 lighthouse-monitor Investigate performance over your whole company with lighthouse 项目...

2025-04-27 10:10:30 253

原创 WhisperLiveKit 的安装和配置教程

WhisperLiveKit 的安装和配置教程 WhisperLiveKit Real-time, Fully Local Speech-to-Text and Speaker Diarization. FastAPI Server & Web Interface ...

2025-04-25 12:20:09 768

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除