- 博客(620)
- 收藏
- 关注
原创 《现代CPU性能优化指南》第二版内容前瞻
《现代CPU性能优化指南》第二版内容前瞻 perf-book The book "Performance Analysis and Tuning on Modern CPU" 项目地址: https://gitcode.com/g...
2025-06-12 09:10:43
126
原创 深入理解Hindley-Milner类型系统:从理论到实现
深入理解Hindley-Milner类型系统:从理论到实现 write-you-a-haskell Building a modern functional compiler from first principles. (http://dev.stephendiehl.com/fun/) ...
2025-06-11 09:16:00
317
原创 Pandera项目中的错误报告机制深度解析
Pandera项目中的错误报告机制深度解析 pandera A light-weight, flexible, and expressive statistical data testing library 项目地址: https...
2025-06-10 09:18:59
311
原创 Google/mtail 常见问题深度解析:从原理到实践
Google/mtail 常见问题深度解析:从原理到实践 mtail extract internal monitoring data from application logs for collection in a timeseries database ...
2025-06-10 09:16:53
220
原创 Perfetto项目中的Android日志数据源详解
Perfetto项目中的Android日志数据源详解 perfetto Performance instrumentation and tracing for Android, Linux and Chrome (read-only mirror of https://android.googlesource.com/p...
2025-06-10 09:04:42
280
原创 Pinyin-Pro 中文拼音转换工具详解
Pinyin-Pro 中文拼音转换工具详解 pinyin-pro 中文转拼音、拼音音调、拼音声母、拼音韵母、多音字拼音、姓氏拼音、拼音匹配 项目地址: https://gitcode.com/gh_mirrors/pi/pinyi...
2025-06-09 09:22:40
294
原创 PyTorch实现Softmax回归的简洁方法:基于dsgiitr/d2l-pytorch项目的实践指南
PyTorch实现Softmax回归的简洁方法:基于dsgiitr/d2l-pytorch项目的实践指南 d2l-pytorch dsgiitr/d2l-pytorch: d2l-pytorch 是Deep Learning (DL) from Scratch with PyTorch系列教程的配套代码库,通过从零开始构...
2025-06-09 09:21:44
213
原创 ZenML项目实战:如何高效管理与部署MLOps技术栈
ZenML项目实战:如何高效管理与部署MLOps技术栈 zenml 项目地址: https://gitcode.com/gh_mirrors/zen/zenml 什么是Ze...
2025-06-09 09:04:26
298
原创 深入解析CLRS项目中的随机算法问题
深入解析CLRS项目中的随机算法问题 CLRS ???? Solutions to Introduction to Algorithms Third Edition 项目地址: https://gitcode.com/gh_mirror...
2025-06-08 09:19:14
306
原创 Swashbuckle.AspNetCore 高级配置与自定义指南
Swashbuckle.AspNetCore 高级配置与自定义指南 Swashbuckle.AspNetCore Swashbuckle.AspNetCore:这是一个用于ASP.NETCore的Swagger文档生成器,适合为RESTful API生成API文档。特点包括自动生成API文档、支持多种输出格式(如Mar...
2025-06-08 09:02:21
349
原创 Linux 教程:Docker 容器技术快速入门指南
Linux 教程:Docker 容器技术快速入门指南 linux-tutorial :penguin: Linux教程,主要内容:Linux 命令、Linux 系统运维、软件运维、精选常用Shell脚本 项目地址: https:/...
2025-06-07 09:03:47
383
原创 Vendure电商平台Admin UI主题与品牌定制指南
Vendure电商平台Admin UI主题与品牌定制指南 vendure A headless GraphQL commerce platform for the modern web 项目地址: https://gitcode....
2025-06-07 09:03:17
204
原创 深入理解递归:从项目roadmap-retos-programacion中的Swift实现谈起
深入理解递归:从项目roadmap-retos-programacion中的Swift实现谈起 roadmap-retos-programacion Ruta de estudio basada en ejercicios de código semanales en 2024 de la comunidad Moure...
2025-06-07 09:01:19
287
原创 Sui项目开发指南:Move智能合约的构建与测试详解
Sui项目开发指南:Move智能合约的构建与测试详解 sui Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered...
2025-06-06 09:04:47
365
原创 Sphinx文档工具进阶:扩展与主题定制指南
Sphinx文档工具进阶:扩展与主题定制指南 sphinx The Sphinx documentation generator 项目地址: https://gitcode.com/gh_mirrors/sp/sphinx ...
2025-06-06 09:03:54
299
原创 JupyterHub安全配置基础教程
JupyterHub安全配置基础教程 jupyterhub Multi-user server for Jupyter notebooks 项目地址: https://gitcode.com/gh_mirrors/ju/jupyt...
2025-06-05 09:08:56
285
原创 YugabyteDB与C Entity Framework ORM集成指南
YugabyteDB与C# Entity Framework ORM集成指南 yugabyte-db yugabyte/yugabyte-db: 是 YugaByte DB 的官方仓库,一个高性能、高可扩展、分布式的 SQL 数据库,支持 PostgreSQL 兼容性。适合对分布式数据库、SQL 数据库和云原生应用的开发...
2025-06-05 09:04:26
243
原创 ayudapy:助力人道援助,编织爱心桥梁
ayudapy:助力人道援助,编织爱心桥梁 ayudapy Humanitarian platform to help people help people 项目地址: https://gitcode.com/gh_mirrors...
2025-06-05 09:00:04
306
原创 ChatGLM3大模型低成本部署方案详解
ChatGLM3大模型低成本部署方案详解 ChatGLM3 ChatGLM3 - 由清华大学和智谱AI联合发布的新一代对话预训练模型,具备强大的语言理解和生成能力。 项目地址: https://gitcode.com/gh_mir...
2025-06-03 09:01:13
263
原创 ES6 模块系统完全指南:从语法到实战应用
ES6 模块系统完全指南:从语法到实战应用 es6tutorial 《ECMAScript 6入门》是一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新增的语法特性。 项目地址: https://g...
2025-06-01 09:14:47
687
原创 Guzzle请求处理机制:深入理解Handlers与Middleware
Guzzle请求处理机制:深入理解Handlers与Middleware guzzle Guzzle, an extensible PHP HTTP client 项目地址: https://gitcode.com/gh_mirr...
2025-06-01 09:07:27
282
原创 Authelia项目中的第一因素认证配置详解
Authelia项目中的第一因素认证配置详解 authelia The Single Sign-On Multi-Factor portal for web apps 项目地址: https://gitcode.com/gh_mi...
2025-06-01 09:06:54
356
原创 基于本地混合搜索的RAG应用开发实战
基于本地混合搜索的RAG应用开发实战 awesome-llm-apps Collection of awesome LLM apps with RAG using OpenAI, Anthropic, Gemini and opensource models. ...
2025-05-30 09:18:09
212
原创 HanLP项目数据格式详解:输入输出规范指南
HanLP项目数据格式详解:输入输出规范指南 HanLP HanLP是针对中文优化的自然语言处理库,提供词法分析、句法分析、命名实体识别等多种NLP功能,适用于搭建文本挖掘、机器翻译等相关应用。 项目地址: https://git...
2025-05-30 09:13:27
296
原创 在React项目中使用tRPC构建类型安全API
在React项目中使用tRPC构建类型安全API trpc trpc/trpc 是一个用于 Rust 语言编写的 RPC 框架,支持服务端和客户端的多种通信协议和数据格式。适合在分布式系统中实现服务间的通信。特点是提供了高效的通信协议、简单易用的 API 和良好的可扩展性。 ...
2025-05-30 09:10:58
367
原创 DefinitelyTyped 项目维护指南:如何高效管理类型定义贡献
DefinitelyTyped 项目维护指南:如何高效管理类型定义贡献 DefinitelyTyped 项目地址: https://gitcode.com/gh_mirrors/def/DefinitelyTyped ...
2025-05-30 09:06:58
403
原创 HubSpot UI Extensions Examples 项目启动与配置教程
HubSpot UI Extensions Examples 项目启动与配置教程 ui-extensions-examples This repository contains code examples of UI extensions built with HubSpot CRM development tools ...
2025-05-23 09:01:23
321
原创 树莓派同时配置AP和Managed模式WiFi最佳实践
树莓派同时配置AP和Managed模式WiFi最佳实践 rpi-wifi Configures simultaneous AP and Managed Mode Wifi on Raspberry Pi 项目地址: https:/...
2025-05-23 09:00:05
323
原创 flowg:简化日志管理的利器
flowg:简化日志管理的利器 flowg Low Code log management solution 项目地址: https://gitcode.com/gh_mirrors/fl/flowg ...
2025-05-16 09:00:05
265
原创 gds_env:地理数据科学的容器化平台
gds_env:地理数据科学的容器化平台 gds_env A containerised platform for Geographic Data Science 项目地址: https://gitcode.com/gh_mirr...
2025-05-13 09:40:57
892
原创 cs-paper-checklist:提升计算机科学论文质量的实用指南
cs-paper-checklist:提升计算机科学论文质量的实用指南 cs-paper-checklist A final sanity checklist to help your CS paper get accepted, not desk rejected. ...
2025-05-06 12:20:25
564
原创 source-map-js:项目的核心功能
source-map-js:项目的核心功能 source-map-js Consume and generate source maps. 项目地址: https://gitcode.com/gh_mirrors/so/sourc...
2025-04-27 10:31:20
402
原创 logohunter 的安装和配置教程
logohunter 的安装和配置教程 logohunter Deep learning tool to find brand logos in everyday pictures 项目地址: https://gitcode.co...
2025-04-27 10:20:44
380
原创 seqr项目启动与配置教程
seqr项目启动与配置教程 seqr web-based analysis tool for rare disease genomics 项目地址: https://gitcode.com/gh_mirrors/se/seqr...
2025-04-24 10:32:09
316
原创 Rails Icons 项目启动与配置教程
Rails Icons 项目启动与配置教程 rails_icons Add any icon library to a Rails app. Support for Feather, Lucide, Heroicons, Tabler and others ...
2025-04-23 12:40:02
280
原创 vue-draggable-next 的项目扩展与二次开发
vue-draggable-next 的项目扩展与二次开发 vue-draggable-next Vue 3 drag-and-drop component 项目地址: https://gitcode.com/gh_mirrors...
2025-04-23 07:20:54
610
原创 开源项目 jellyfin-plugin-douban 亮点详解
开源项目 jellyfin-plugin-douban 亮点详解 jellyfin-plugin-douban Douban metadata provider for Jellyfin 项目地址: https://gitcode...
2025-04-23 07:10:10
929
原创 react-native-draggable:为 React Native 应用添加可拖动元素
react-native-draggable:为 React Native 应用添加可拖动元素 react-native-draggable Draggable Item 项目地址: https://gitcode.com/gh...
2025-04-22 19:20:51
798
原创 开源项目安装与配置指南:基于双向LSTM树的关系分类
开源项目安装与配置指南:基于双向LSTM树的关系分类 Relation-Classification-using-Bidirectional-LSTM-Tree TensorFlow Implementation of the paper "End-to-End Relation Extraction using LST...
2025-04-22 10:31:30
851
原创 开源项目libmedia的安装与配置指南
开源项目libmedia的安装与配置指南 libmedia 一个 TypeScript 实现的高性能媒体库,支持 WebCodecs 和 Wasm。 A high-performance media library implemented in TypeScript, support WebCodecs and Was...
2025-04-22 10:31:17
582
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人