- 博客(626)
- 收藏
- 关注
原创 深入探索xeus-cling:C++的Jupyter内核解决方案
深入探索xeus-cling:C++的Jupyter内核解决方案 xeus-cling Jupyter kernel for the C++ programming language 项目地址: https://gitcode.c...
2025-06-12 09:09:51
105
原创 深入解析Cloud-init中的内核命令行配置机制
深入解析Cloud-init中的内核命令行配置机制 cloud-init Official upstream for the cloud-init: cloud instance initialization 项目地址: http...
2025-06-12 09:08:01
466
原创 Langroid项目中的ChatAgent与Task机制解析
Langroid项目中的ChatAgent与Task机制解析 langroid Harness LLMs with Multi-Agent Programming 项目地址: https://gitcode.com/gh_mirr...
2025-06-11 09:16:52
282
原创 Automatic Ripping Machine (ARM) 入门指南:从硬件选型到系统配置
Automatic Ripping Machine (ARM) 入门指南:从硬件选型到系统配置 automatic-ripping-machine Automatic Ripping Machine (ARM) Scripts 项...
2025-06-11 09:02:31
212
原创 Shaarli项目生态:插件、主题与第三方集成全解析
Shaarli项目生态:插件、主题与第三方集成全解析 Shaarli 项目地址: https://gitcode.com/gh_mirrors/sh/Shaarli 什么是...
2025-06-11 09:01:34
243
原创 IVRE项目快速安装与首次运行指南
IVRE项目快速安装与首次运行指南 ivre Network recon framework. Build your own, self-hosted and fully-controlled alternatives to Shodan / ZoomEye / Censys and GreyNoise, run you...
2025-06-10 09:20:58
311
原创 .NET 5中System.Text.Json反序列化字符类型的新要求解析
.NET 5中System.Text.Json反序列化字符类型的新要求解析 docs This repository contains .NET Documentation. 项目地址: https://gitcode.com/g...
2025-06-10 09:05:00
279
原创 Django REST framework SimpleJWT 中的令牌类型详解
Django REST framework SimpleJWT 中的令牌类型详解 djangorestframework-simplejwt 项目地址: https://gitcode.com/gh_mirrors/dja/dj...
2025-06-10 09:01:15
367
原创 Julian/jsonschema 项目:JSON Schema 验证完全指南
Julian/jsonschema 项目:JSON Schema 验证完全指南 jsonschema 项目地址: https://gitcode.com/gh_mirrors/jso/jsonschema ...
2025-06-08 09:21:43
274
原创 FastAI课程项目:基于BentoML与Kubernetes的宠物分类模型部署指南
FastAI课程项目:基于BentoML与Kubernetes的宠物分类模型部署指南 course-v3 The 3rd edition of course.fast.ai 项目地址: https://gitcode.com/gh...
2025-06-08 09:18:21
234
原创 PaddleClas 配置参数详解:从分类到识别模型的完整指南
PaddleClas 配置参数详解:从分类到识别模型的完整指南 PaddleClas A treasure chest for visual classification and recognition powered by PaddlePaddle ...
2025-06-08 09:00:42
372
原创 Scala3中的Match Types详解:类型级别的模式匹配
Scala3中的Match Types详解:类型级别的模式匹配 scala3 The Scala 3 compiler, also known as Dotty. 项目地址: https://gitcode.com/gh_mirr...
2025-06-07 09:04:49
272
原创 Mumble服务器Murmur线程锁机制深度解析
Mumble服务器Murmur线程锁机制深度解析 mumble Mumble is an open-source, low-latency, high quality voice chat software. 项目地址: http...
2025-06-06 09:05:10
229
原创 52周学52技术之Docker入门指南:Java开发者视角
52周学52技术之Docker入门指南:Java开发者视角 52-technologies-in-2016 Let's learn a new technology every week. A new technology blog every Sunday in 2016. ...
2025-06-06 09:02:46
346
原创 52周技术系列之Gatling:程序员必备的高性能负载测试工具
52周技术系列之Gatling:程序员必备的高性能负载测试工具 52-technologies-in-2016 Let's learn a new technology every week. A new technology blog every Sunday in 2016. ...
2025-06-06 09:02:25
327
原创 Nginx UI 项目配置模板使用指南
Nginx UI 项目配置模板使用指南 nginx-ui 项目地址: https://gitcode.com/gh_mirrors/ngi/nginx-ui 什么是 Ngi...
2025-06-05 09:01:15
279
原创 Uno项目中的Silverlight认证UI迁移指南
Uno项目中的Silverlight认证UI迁移指南 uno 项目地址: https://gitcode.com/gh_mirrors/uno/Uno 前言在将Silve...
2025-06-04 09:18:15
210
原创 Ory/Editor 核心组件详解:构建现代化富文本编辑器
Ory/Editor 核心组件详解:构建现代化富文本编辑器 react-page 项目地址: https://gitcode.com/gh_mirrors/ed/editor ...
2025-06-04 09:17:16
366
原创 Cython项目实战:使用C++类封装矩形对象及属性访问
Cython项目实战:使用C++类封装矩形对象及属性访问 cython cython/cython: Cython 是Python的一种超集,允许开发者编写具有C语言性能的Python代码。它提供了一种混合Python和C/C++的方式,使得编译后的扩展模块能以接近C语言的速度执行,并且仍保持Python语言的开发便捷性...
2025-06-04 09:05:04
234
原创 深入理解libvips:如何扩展图像处理操作
深入理解libvips:如何扩展图像处理操作 libvips A fast image processing library with low memory needs. 项目地址: https://gitcode.com/gh_...
2025-06-04 09:02:54
255
原创 GopherJS项目支持的Go标准库包详解
GopherJS项目支持的Go标准库包详解 gopherjs A compiler from Go to JavaScript for running Go code in a browser 项目地址: https://gitc...
2025-06-03 09:03:23
224
原创 AISystem中的Winograd算法:高效卷积计算优化技术
AISystem中的Winograd算法:高效卷积计算优化技术 AISystem AISystem 主要是指AI系统,包括AI芯片、AI编译器、AI推理和训练框架等AI全栈底层技术 项目地址: https://gitcode.co...
2025-06-03 09:02:40
266
原创 Marimo项目安装与配置完全指南
Marimo项目安装与配置完全指南 marimo A next-generation Python notebook: explore data, build tools, deploy apps! 项目地址: https://g...
2025-06-03 09:02:24
357
原创 IPFS/Kubo项目中的libp2p网络资源管理机制详解
IPFS/Kubo项目中的libp2p网络资源管理机制详解 kubo An IPFS implementation in Go 项目地址: https://gitcode.com/gh_mirrors/ku/kubo ...
2025-06-02 09:05:12
348
原创 MonkeyType 打字游戏自托管部署指南
MonkeyType 打字游戏自托管部署指南 monkeytype The most customizable typing website with a minimalistic design and a ton of features. Test yourself in various modes, track yo...
2025-06-02 09:03:23
285
原创 深入解析PEFT项目中的EVA:基于解释方差的LoRA适配器初始化方法
深入解析PEFT项目中的EVA:基于解释方差的LoRA适配器初始化方法 peft ???? PEFT: State-of-the-art Parameter-Efficient Fine-Tuning. 项目地址: https://gi...
2025-06-02 09:02:22
252
原创 MXNet深度学习框架中的逻辑回归详解
MXNet深度学习框架中的逻辑回归详解 mxnet 项目地址: https://gitcode.com/gh_mirrors/mx/mxnet 逻辑回归是深度学习中最基础且...
2025-06-01 09:15:12
315
原创 React Router 路由模块类型安全完全指南
React Router 路由模块类型安全完全指南 react-router remix-run/react-router: 是一个开源的 React 路由库,用于构建 React 应用的路由系统。它提供了一套简洁的 API 和多种路由模式,可以帮助开发者快速实现路由功能,提高应用的可维护性。特点包括易于使用、模块化设计...
2025-05-30 09:06:13
280
原创 freeCodeCamp TypeScript教程:深入理解泛型及其工作原理
freeCodeCamp TypeScript教程:深入理解泛型及其工作原理 freeCodeCamp freeCodeCamp.org的开源代码库和课程。免费学习编程。 项目地址: https://gitcode.com/gh_...
2025-05-30 09:05:28
390
原创 斗鱼TV弹幕收集网站项目最佳实践教程
斗鱼TV弹幕收集网站项目最佳实践教程 sb6657 项目地址: https://gitcode.com/gh_mirrors/sb/sb6657 1. 项目介绍本项目是一...
2025-05-29 09:01:05
371
原创 开源项目启动和配置教程
开源项目启动和配置教程 spacetimeengine A Python utility for analyzing a given solution to the Einstein's field equations. Built on Sympy. ...
2025-05-29 09:00:38
303
原创 pss 项目启动与配置教程
pss 项目启动与配置教程 pss pss is a power-tool for searching inside source code files. 项目地址: https://gitcode.com/gh_mirrors/...
2025-05-29 09:00:06
287
原创 VIA:单细胞轨迹推断的强大工具
VIA:单细胞轨迹推断的强大工具 VIA trajectory inference 项目地址: https://gitcode.com/gh_mirrors/via1/VIA ...
2025-05-28 09:00:39
310
原创 stock_trading:基于AI的智能股票交易系统
stock_trading:基于AI的智能股票交易系统 stock_trading ????一个结合了LSTM股票价格预测与强化学习交易策略的智能股票交易系统。通过深度学习对股市数据进行精准预测,并利用强化学习自动优化交易决策,实现了从数据获取、趋势预测到自动交易的全流程智能化。系统不仅提供了强大的数据处理和预测功能,还内置交...
2025-05-28 09:00:38
362
原创 ESLint Flat Config Utils 开源项目教程
ESLint Flat Config Utils 开源项目教程 eslint-flat-config-utils Utils for managing and manipulating ESLint flat config arrays ...
2025-05-24 09:03:51
384
原创 Logparser 开源项目教程
Logparser 开源项目教程 logparser Command line parser for common log format. 项目地址: https://gitcode.com/gh_mirrors/logp/log...
2025-05-24 09:02:25
284
原创 Nobita-Filter-Bot:强大的自动化过滤与功能集成机器人
Nobita-Filter-Bot:强大的自动化过滤与功能集成机器人 Nobita-Filter-Bot Auto Filter Bot repo with unique features like group managing, url streaming, etc. By @NobiDeveloper ...
2025-05-24 00:56:00
592
原创 GoMAvatar:打造高效动画化人类建模新篇章
GoMAvatar:打造高效动画化人类建模新篇章 GoMAvatar Offical codes for "GoMAvatar: Efficient Animatable Human Modeling from Monocular Video Using Gaussians-on-Mesh" ...
2025-05-21 09:00:05
225
原创 AzureAIServicesLandingZone:构建AI技术的专属环境
AzureAIServicesLandingZone:构建AI技术的专属环境 AzureAIServicesLandingZone Azure IA Services Landing Zone 项目地址: https://gitc...
2025-05-03 19:50:50
953
原创 推荐文章:探索知识图谱的奥秘——Knowledge Graph Language (KGL) 介绍
推荐文章:探索知识图谱的奥秘——Knowledge Graph Language (KGL) 介绍 knowledge-graph-language A query language for exploring knowledge graphs. ...
2025-05-03 19:40:20
720
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人