- 博客(621)
- 收藏
- 关注
原创 bingo:项目核心功能/场景
bingo:项目核心功能/场景 bingo Delightful templates for web repositories. ???? 项目地址: https://gitcode.com/gh_mirrors/bingo24/bin...
2025-06-13 09:00:04
223
原创 blas:高性能线性代数计算库
blas:高性能线性代数计算库 blas Go implementation of BLAS (Basic Linear Algebra Subprograms) 项目地址: https://gitcode.com/gh_mirr...
2025-06-13 09:00:01
232
原创 PrivacyTools.io项目中的Matrix安全聊天服务指南
PrivacyTools.io项目中的Matrix安全聊天服务指南 privacytools.io ???????? You are being watched. Protect your privacy against global mass surveillance. ...
2025-06-12 09:11:40
275
原创 vscode-devtoys :开发者手中的多功能工具
vscode-devtoys :开发者手中的多功能工具 vscode-devtoys DevToys for VScode 项目地址: https://gitcode.com/gh_mirrors/vs/vscode-devtoy...
2025-06-12 09:00:01
383
原创 Angular 模块与服务深度解析:从核心概念到实战应用
Angular 模块与服务深度解析:从核心概念到实战应用 tasks 项目地址: https://gitcode.com/gh_mirrors/tas/tasks 前言在...
2025-06-11 09:18:28
357
原创 Keats/Tera 模板引擎入门与进阶指南
Keats/Tera 模板引擎入门与进阶指南 tera A template engine for Rust based on Jinja2/Django 项目地址: https://gitcode.com/gh_mirrors/...
2025-06-10 09:18:14
367
原创 Elasticsearch DSL Python 库中的 Update By Query 功能详解
Elasticsearch DSL Python 库中的 Update By Query 功能详解 elasticsearch-dsl-py High level Python client for Elasticsearch 项...
2025-06-10 09:17:43
296
原创 CircuitPython动态原生模块开发指南
CircuitPython动态原生模块开发指南 circuitpython 项目地址: https://gitcode.com/gh_mirrors/ci/circuitpython ...
2025-06-09 09:22:23
397
原创 Apache Ignite数据区域配置深度解析
Apache Ignite数据区域配置深度解析 ignite Apache Ignite 项目地址: https://gitcode.com/gh_mirrors/ignite15/ignite ...
2025-06-09 09:03:45
307
原创 使用Weex UI组件库与Weex Toolkit开发跨平台应用
使用Weex UI组件库与Weex Toolkit开发跨平台应用 incubator-weex-ui Apache Weex UI: 这是一个基于 Vue.js 的跨平台 UI 框架,用于构建高性能的移动应用。它适用于熟悉 Vue.js 的开发者,具有易于使用、组件丰富和性能优越的特点。 ...
2025-06-08 09:21:51
329
原创 OSSF Scorecard 项目安全检查详解
OSSF Scorecard 项目安全检查详解 scorecard OpenSSF Scorecard - Security health metrics for Open Source 项目地址: https://gitcode...
2025-06-08 09:18:53
236
原创 深入解析Psalm项目中的代码问题处理机制
深入解析Psalm项目中的代码问题处理机制 psalm A static analysis tool for finding errors in PHP applications 项目地址: https://gitcode.com...
2025-06-07 09:22:53
289
原创 Scala3中的代数数据类型(ADTs)深度解析
Scala3中的代数数据类型(ADTs)深度解析 scala3 The Scala 3 compiler, also known as Dotty. 项目地址: https://gitcode.com/gh_mirrors/sc/...
2025-06-07 09:03:58
371
原创 Express-Validator 中的 Sanitization Chain API 详解
Express-Validator 中的 Sanitization Chain API 详解 express-validator 项目地址: https://gitcode.com/gh_mirrors/exp/express-...
2025-06-07 09:03:52
247
原创 Apache Zeppelin Docker部署完全指南
Apache Zeppelin Docker部署完全指南 zeppelin apache/zeppelin: 这是一个开源的数据分析平台,用于协作式数据分析、可视化和笔记本共享。它允许开发者创建和共享笔记本,其中包含数据预处理、分析和可视化步骤。适合数据分析师和数据科学家。 ...
2025-06-06 09:20:23
183
原创 DeepPavlov项目安装指南:从基础到高级配置
DeepPavlov项目安装指南:从基础到高级配置 DeepPavlov An open source library for deep learning end-to-end dialog systems and chatbots. ...
2025-06-06 09:05:32
405
原创 Machine Learning Yearning 解析:优化验证测试的核心原理与应用
Machine Learning Yearning 解析:优化验证测试的核心原理与应用 machine-learning-yearning-cn 项目地址: https://gitcode.com/gh_mirrors/mac/...
2025-06-05 09:15:52
345
原创 Buildah项目安装指南:从入门到精通
Buildah项目安装指南:从入门到精通 buildah A tool that facilitates building OCI images. 项目地址: https://gitcode.com/gh_mirrors/bui/...
2025-06-05 09:09:55
397
原创 poselstm-pytorch:实时相机定位的深度学习解决方案
poselstm-pytorch:实时相机定位的深度学习解决方案 poselstm-pytorch PyTorch implementation of PoseLSTM and PoseNet 项目地址: https://gitc...
2025-06-05 09:00:03
280
原创 Altair数据可视化:图表自定义完全指南
Altair数据可视化:图表自定义完全指南 altair Declarative statistical visualization library for Python 项目地址: https://gitcode.com/gh_...
2025-06-04 09:10:20
364
原创 Manticore Search线程监控指南:SHOW THREADS命令详解
Manticore Search线程监控指南:SHOW THREADS命令详解 manticoresearch manticoresoftware/manticoresearch: 这是一个用于快速搜索和索引数据的搜索引擎。适合用于需要快速搜索和索引数据的场景。特点:易于使用,支持多种数据格式,具有高性能和可扩展性。 ...
2025-06-04 09:02:38
273
原创 深入理解Python中的@property装饰器 - 以CoreyMSchafer项目为例
深入理解Python中的@property装饰器 - 以CoreyMSchafer项目为例 code_snippets 项目地址: https://gitcode.com/gh_mirrors/co/code_snippets...
2025-06-04 09:02:09
359
原创 深入解析DoctorWkt/acwj项目:编译器开发中的细节优化与问题修复
深入解析DoctorWkt/acwj项目:编译器开发中的细节优化与问题修复 acwj A Compiler Writing Journey 项目地址: https://gitcode.com/gh_mirrors/ac/acwj...
2025-06-03 09:11:20
273
原创 TOAST UI Calendar v2 迁移指南:从概念到实践
TOAST UI Calendar v2 迁移指南:从概念到实践 tui.calendar ????????A JavaScript calendar that has everything you need. 项目地址: https://g...
2025-06-03 09:05:33
222
原创 Spree电商平台开发环境搭建与贡献指南
Spree电商平台开发环境搭建与贡献指南 spree An open source eCommerce platform giving you full control and customizability. Modular and API-first. Build any eCommerce solution tha...
2025-06-02 09:17:24
347
原创 ruby-packer:将Ruby应用打包为单一可执行文件
ruby-packer:将Ruby应用打包为单一可执行文件 ruby-packer Packing your Ruby application into a single executable. 项目地址: https://git...
2025-06-02 09:00:03
227
原创 Consul服务网格在Kubernetes中的自动注入机制详解
Consul服务网格在Kubernetes中的自动注入机制详解 consul Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dyn...
2025-06-01 09:02:37
224
原创 Umi-OCR 命令行使用完全指南
Umi-OCR 命令行使用完全指南 Umi-OCR Umi-OCR: 这是一个免费、开源、可批量处理的离线OCR软件,适用于Windows系统,支持截图OCR、批量OCR、二维码识别等功能。 项目地址: https://gitco...
2025-05-30 09:17:58
454
原创 React Hook Form 技术解析:高性能表单验证库指南
React Hook Form 技术解析:高性能表单验证库指南 react-hook-form react-hook-form/react-hook-form: 是一个基于 React.js 的前端表单库,用于处理表单数据和验证。该项目提供了一套简单易用的 API 和组件,可以方便地实现表单数据的收集和验证,同时支持多种...
2025-05-30 09:08:17
297
原创 TypeScript与React结合使用:各版本核心特性解析
TypeScript与React结合使用:各版本核心特性解析 react Cheatsheets for experienced React developers getting started with TypeScript 项...
2025-05-30 09:07:26
331
原创 LogixLibraries 项目启动与配置教程
LogixLibraries 项目启动与配置教程 LogixLibraries Collections of Studio 5000 AOIs, UDTs, general design patterns, and sample programs. ...
2025-05-29 09:01:08
220
原创 Fixidity 项目启动与配置教程
Fixidity 项目启动与配置教程 Fixidity Fixidity: A fixed point mathematics library for Solidity 项目地址: https://gitcode.com/gh_m...
2025-05-25 09:01:09
276
原创 Spark-FM-parallelSGD 开源项目最佳实践
Spark-FM-parallelSGD 开源项目最佳实践 spark-FM-parallelSGD Implementation of Factorization Machines on Spark using parallel stochastic gradient descent (python and scala...
2025-05-22 09:00:11
284
原创 Tapestry 项目启动与配置教程
Tapestry 项目启动与配置教程 tapestry Weave loom fibers into your Clojure 项目地址: https://gitcode.com/gh_mirrors/ta/tapestry ...
2025-05-22 09:00:09
396
原创 devops-streamdeck:实时监控CI/CD环境与通知
devops-streamdeck:实时监控CI/CD环境与通知 devops-streamdeck ???? Check the status of your CI/CD environments using your Stream Deck. ...
2025-05-16 09:00:04
212
原创 SwiftUINavigation:实现简洁导航的SwiftUI框架
SwiftUINavigation:实现简洁导航的SwiftUI框架 SwiftUINavigation Framework for Implementing Clean Navigation in SwiftUI 项目地址: h...
2025-05-14 09:00:05
343
原创 camel:软负载一体解决方案
camel:软负载一体解决方案 camel camel: soft load balance(slb) middle ware - control nginx servers by portal and api. 项目地址: ht...
2025-05-11 23:00:40
871
原创 Awesome-GPT-Store:专门的定制GPT聊天机器人集合
Awesome-GPT-Store:专门的定制GPT聊天机器人集合 Awesome-GPT-Store Custom GPT Store - A collection of major GPTS available in public ...
2025-05-02 11:10:30
915
原创 OCI Ansible Collection 项目启动与配置教程
OCI Ansible Collection 项目启动与配置教程 oci-ansible-collection Oracle Cloud Infrastructure Ansible Collection provides an easy way to provision and manage resources in ...
2025-04-27 10:30:04
378
原创 开源项目:Vim 终端帮助工具的最佳实践
开源项目:Vim 终端帮助工具的最佳实践 vim-terminal-help Small changes make vim/nvim's internal terminal great again !! 项目地址: https:/...
2025-04-27 09:31:02
316
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人