- 博客(620)
- 收藏
- 关注
原创 Super-Gradients项目中YOLO-NAS模型的PTQ与QAT量化技术详解
Super-Gradients项目中YOLO-NAS模型的PTQ与QAT量化技术详解 super-gradients Deci-AI/super-gradients: 是一个用于深度学习模型优化的库。适合用于需要训练和优化深度学习模型的研究者和开发者。特点是可以提供高效的优化算法和工具,支持多种深度学习框架。 ...
2025-06-08 09:21:54
243
原创 LXC容器管理:深入理解lxc-stop命令
LXC容器管理:深入理解lxc-stop命令 lxc LXC - Linux Containers 项目地址: https://gitcode.com/gh_mirrors/lx/lxc ...
2025-06-08 09:19:23
174
原创 Cerberus项目邮件模板技术解析:流体式、响应式与混合式方案
Cerberus项目邮件模板技术解析:流体式、响应式与混合式方案 Cerberus A few simple, but solid patterns for responsive HTML email templates and newsletters. Even in Outlook and Gmail. ...
2025-06-08 09:13:39
165
原创 ClusterFuzz项目中的黑盒模糊测试技术指南
ClusterFuzz项目中的黑盒模糊测试技术指南 clusterfuzz Scalable fuzzing infrastructure. 项目地址: https://gitcode.com/gh_mirrors/clu/clu...
2025-06-08 09:05:18
205
原创 ROCm项目中的GPU隔离技术详解
ROCm项目中的GPU隔离技术详解 ROCm 项目地址: https://gitcode.com/gh_mirrors/roc/ROCm 引言在现代GPU计算环境中,多G...
2025-06-08 09:03:21
176
原创 NASM汇编函数与作用域实践解析 - mouredev编程挑战项目
NASM汇编函数与作用域实践解析 - mouredev编程挑战项目 roadmap-retos-programacion Ruta de estudio basada en ejercicios de código semanales en 2024 de la comunidad MoureDev para apren...
2025-06-07 09:00:35
282
原创 深入解析natemoo-re/clack中的高级Spinner取消功能
深入解析natemoo-re/clack中的高级Spinner取消功能 clack Effortlessly build beautiful command-line apps 项目地址: https://gitcode.com/...
2025-06-06 09:20:31
239
原创 Coroot项目配置全指南:从基础到高级设置
Coroot项目配置全指南:从基础到高级设置 coroot Open-source observability for microservices. Thanks to eBPF you can gain comprehensive insights into your system within minutes. ...
2025-06-06 09:20:25
399
原创 Sphinx文档工具中extlinks扩展的使用指南
Sphinx文档工具中extlinks扩展的使用指南 sphinx The Sphinx documentation generator 项目地址: https://gitcode.com/gh_mirrors/sp/sphinx...
2025-06-06 09:04:19
350
原创 LinkedIn SRE学院课程解读:UDP协议原理与SRE实践指南
LinkedIn SRE学院课程解读:UDP协议原理与SRE实践指南 school-of-sre linkedin/school-of-sre: 这是一个用于培训软件可靠性工程师(SRE)的在线课程。适合用于需要学习软件可靠性工程和运维技能的场景。特点:内容丰富,涵盖多种软件可靠性工程领域知识,具有实践案例和课程资料。...
2025-06-05 09:10:41
363
原创 Tkinter Designer 使用指南:从Figma设计到Python GUI开发
Tkinter Designer 使用指南:从Figma设计到Python GUI开发 Tkinter-Designer An easy and fast way to create a Python GUI ???? 项目地址: ht...
2025-06-04 09:10:23
345
原创 Android可穿戴设备开发指南:创建自定义布局的艺术
Android可穿戴设备开发指南:创建自定义布局的艺术 android-training-course-in-chinese Android官方培训课程中文版 项目地址: https://gitcode.com/gh_mirror...
2025-06-04 09:08:14
250
原创 TheOdinProject高级HTML与CSS课程:网站可访问性审计指南
TheOdinProject高级HTML与CSS课程:网站可访问性审计指南 curriculum TheOdinProject/curriculum: The Odin Project 是一个免费的在线编程学习平台,这个仓库是其课程大纲和教材资源库,涵盖了Web开发相关的多种技术栈,如HTML、CSS、JavaScrip...
2025-06-03 09:12:51
249
原创 深入解析PGlite数据库API使用指南
深入解析PGlite数据库API使用指南 pglite 项目地址: https://gitcode.com/gh_mirrors/pg/pglite 前言PGlite是一...
2025-06-03 09:09:59
393
原创 LibSQL数据库服务sqld使用指南:从入门到集群部署
LibSQL数据库服务sqld使用指南:从入门到集群部署 libsql tursodatabase/libsql: 是一个基于 C++ 的数据库访问库,它支持 SQLite、 MySQL、 PostgreSQL等多种数据库。适合用于 C++ 应用程序的数据库操作,特别是对于需要访问多种数据库的场景。特点是 C++ 数据库...
2025-06-02 09:17:06
228
原创 Apache Arrow项目PR生命周期全流程指南
Apache Arrow项目PR生命周期全流程指南 arrow Arrow是一个跨语言的内存格式,主要用于高效地传输和存储数据。它的特点是高效、灵活、易于使用等。适用于数据传输和存储场景。 项目地址: https://gitcod...
2025-06-02 09:15:35
355
原创 Dive-into-DL-PyTorch项目解析:命令式与符号式混合编程的深度理解
Dive-into-DL-PyTorch项目解析:命令式与符号式混合编程的深度理解 Dive-into-DL-PyTorch 本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。 ...
2025-06-02 09:04:23
301
原创 C语言编程速查手册:从入门到精通的必备指南
C语言编程速查手册:从入门到精通的必备指南 A-to-Z-Resources-for-Students ✅ Curated list of resources for college students 项目地址: https:...
2025-06-02 09:01:59
260
原创 MLX项目中的C++基础教程:数组操作与自动微分
MLX项目中的C++基础教程:数组操作与自动微分 mlx MLX:一个用于苹果硅芯片的数组框架。 项目地址: https://gitcode.com/gh_mirrors/ml/mlx ...
2025-06-01 09:15:19
344
原创 ebk-client:eBay Kleinanzeigen API的便捷接入工具
ebk-client:eBay Kleinanzeigen API的便捷接入工具 ebk-client eBay Kleinanzeigen/Classifieds API client 项目地址: https://gitcode...
2025-06-01 09:00:03
545
原创 mqt-qmap:量子电路编译的强大工具
mqt-qmap:量子电路编译的强大工具 mqt-qmap MQT QMAP - A tool for Quantum Circuit Mapping written in C++ 项目地址: https://gitcode.co...
2025-05-31 09:00:03
411
原创 jqlang/jq 1.4 使用手册详解:JSON处理利器
jqlang/jq 1.4 使用手册详解:JSON处理利器 jq Command-line JSON processor 项目地址: https://gitcode.com/gh_mirrors/jq/jq ...
2025-05-30 09:18:50
232
原创 wavelet-monodepth:基于小波分解的单张图像深度预测
wavelet-monodepth:基于小波分解的单张图像深度预测 wavelet-monodepth 项目地址: https://gitcode.com/gh_mirrors/wa/wavelet-monodepth ...
2025-05-29 09:00:00
281
原创 Sqawk 项目启动与配置教程
Sqawk 项目启动与配置教程 sqawk A fusion of SQL and awk: Applying SQL to text-based data files 项目地址: https://gitcode.com/gh_m...
2025-05-28 09:01:21
354
原创 paper-summarizer:一键高效学术论文摘要生成工具
paper-summarizer:一键高效学术论文摘要生成工具 paper-summarizer Read translation intelligent agent for Google Mail academic paper subscription ...
2025-05-27 09:00:21
249
原创 解释风格:开源项目最佳实践教程
解释风格:开源项目最佳实践教程 explaining-in-style 项目地址: https://gitcode.com/gh_mirrors/ex/explaining-in-style ...
2025-05-24 09:00:35
279
原创 homura:优雅的RSS阅读器,轻松订阅与管理信息流
homura:优雅的RSS阅读器,轻松订阅与管理信息流 homura Homura RSS Reader 项目地址: https://gitcode.com/gh_mirrors/homura/homura ...
2025-05-24 09:00:02
348
原创 Nextcloud 用户注册应用教程
Nextcloud 用户注册应用教程 registration User registration app for Nextcloud 项目地址: https://gitcode.com/gh_mirrors/reg/regist...
2025-05-22 09:00:40
364
原创 HackBar:为网站安全审计提供强大工具
HackBar:为网站安全审计提供强大工具 HackBar HackBar is a security audit tool that will enable you to pentest websites more easily. ... You can use it to check site security by...
2025-05-19 09:00:02
414
原创 awesome-frc:高效率FIRST机器人竞赛资源集锦
awesome-frc:高效率FIRST机器人竞赛资源集锦 awesome-frc A curated list of packages and resources regarding the FIRST Robotics Competition. ...
2025-05-07 09:08:53
835
原创 AutoHajimiMosaic:为你的图片添加独特的哈基米马赛克效果
AutoHajimiMosaic:为你的图片添加独特的哈基米马赛克效果 AutoHajimiMosaic 一款自动为你的色图进行哈基米马赛克处理的打码器????再也不用担心家里请不到高人了|自动哈基米打码器 项目地址: https://...
2025-05-06 17:40:25
923
原创 heroku-buildpack:为Swift应用提供强大的云部署支持
heroku-buildpack:为Swift应用提供强大的云部署支持 heroku-buildpack Heroku buildpack for Swift 项目地址: https://gitcode.com/gh_mirror...
2025-05-03 21:50:25
527
原创 Sparkling:轻量级编程语言的璀璨之作
Sparkling:轻量级编程语言的璀璨之作 Sparkling Lightweight extension language 项目地址: https://gitcode.com/gh_mirrors/spar/Sparkling...
2025-05-01 09:07:13
892
原创 gradle-best-practices:掌握Gradle最佳实践,优化构建效率
gradle-best-practices:掌握Gradle最佳实践,优化构建效率 gradle-best-practices 项目地址: https://gitcode.com/gh_mirrors/gr/gradle-bes...
2025-04-30 20:40:20
456
原创 BABaseProject 的安装和配置教程
BABaseProject 的安装和配置教程 BABaseProject 一个基于 MVVM 和 MVC 设计模式的基本项目框架,项目用到的各种类,各种封装,各种三方库的综合项目,欢迎大家使用! 项目地址: https://git...
2025-04-28 11:20:00
875
原创 awesome-evm-security 的安装和配置教程
awesome-evm-security 的安装和配置教程 awesome-evm-security ???? A high-level overview of the EVM security ecosystem 项目地址: http...
2025-04-28 10:11:19
425
原创 vue-flow-editor 的项目扩展与二次开发
vue-flow-editor 的项目扩展与二次开发 vue-flow-editor Vue + Svg 实现的flow可视化编辑器 项目地址: https://gitcode.com/gh_mirrors/vu/vue-flow...
2025-04-23 07:20:55
390
原创 开源项目 easyexcel-plus-spring-boot-starter 亮点详解
开源项目 easyexcel-plus-spring-boot-starter 亮点详解 easyexcel-plus-spring-boot-starter 项目地址: https://gitcode.com/gh_mirro...
2025-04-23 07:10:11
641
原创 《d0x3d!》开源项目使用说明
《d0x3d!》开源项目使用说明 d0x3d-the-game Source materials for [d0x3d!], a network security game. 项目地址: https://gitcode.com/g...
2025-04-20 11:20:02
337
原创 platform-gd32v:为PlatformIO打造的高效开发平台
platform-gd32v:为PlatformIO打造的高效开发平台 platform-gd32v GD32V: development platform for PlatformIO 项目地址: https://gitcode...
2025-04-19 16:40:50
809
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人