自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 SkyWater SKY130 PDK 库文件命名规范与分类详解

SkyWater SKY130 PDK 库文件命名规范与分类详解 skywater-pdk Open source process design kit for usage with SkyWater Technology Foundry's 130nm node. ...

2025-06-12 09:10:03 63

原创 数据可视化中的冗余编码技术:以clauswilke/dataviz项目为例

数据可视化中的冗余编码技术:以clauswilke/dataviz项目为例 dataviz A book covering the fundamentals of data visualization 项目地址: https://...

2025-06-11 09:19:06 154

原创 深入理解LeafMap项目的开发协作流程

深入理解LeafMap项目的开发协作流程 leafmap A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment ...

2025-06-11 09:16:15 289

原创 Mastering Go 项目解析:Go语言逐行读取文本文件的实现原理与实践

Mastering Go 项目解析:Go语言逐行读取文本文件的实现原理与实践 Mastering_Go_ZH_CN 《Mastering GO》中文译本,《玩转 GO》。 项目地址: https://gitcode.com/gh_...

2025-06-11 09:15:36 194

原创 VulkanTutorial教程:深入理解计算着色器(Compute Shader)

VulkanTutorial教程:深入理解计算着色器(Compute Shader) VulkanTutorial Tutorial for the Vulkan graphics and compute API 项目地址: ht...

2025-06-11 09:15:08 238

原创 使用bqplot实现交互式高斯密度函数可视化教程

使用bqplot实现交互式高斯密度函数可视化教程 bqplot 项目地址: https://gitcode.com/gh_mirrors/bqp/bqplot 前言在数据...

2025-06-11 09:01:33 280

原创 Revive项目构建指南:从源码到可执行文件

Revive项目构建指南:从源码到可执行文件 Revive Play Oculus-exclusive games on the HTC Vive or Valve Index, scroll down for downloads and installation instructions. ...

2025-06-11 09:00:59 271

原创 Open Policy Agent Gatekeeper 突变功能深度解析

Open Policy Agent Gatekeeper 突变功能深度解析 gatekeeper ???? Gatekeeper - Policy Controller for Kubernetes 项目地址: https://gitc...

2025-06-10 09:17:52 224

原创 PPHC项目解析:新一代分布式数据库的云上革命

PPHC项目解析:新一代分布式数据库的云上革命 PPHC ????《高并发的哲学原理》开源图书(CC BY-NC-ND)https://pphc.lvwenhan.com 项目地址: https://gitcode.com/gh_mir...

2025-06-10 09:17:25 217

原创 VueFire项目Options API实现实时数据绑定指南

VueFire项目Options API实现实时数据绑定指南 vuefire ???? Firebase bindings for Vue.js 项目地址: https://gitcode.com/gh_mirrors/vu/vuefi...

2025-06-10 09:16:55 370

原创 Docker Go应用容器化运行指南

Docker Go应用容器化运行指南 docs Source repo for Docker's Documentation 项目地址: https://gitcode.com/gh_mirrors/docs3/docs ...

2025-06-10 09:02:01 364

原创 PaddleClas移动端部署全攻略:基于Paddle-Lite的轻量化推理实践

PaddleClas移动端部署全攻略:基于Paddle-Lite的轻量化推理实践 PaddleClas A treasure chest for visual classification and recognition powered by PaddlePaddle ...

2025-06-07 09:24:09 394

原创 U8g2图形库全面解析:从特性到迁移指南

U8g2图形库全面解析:从特性到迁移指南 u8g2 U8glib library for monochrome displays, version 2 项目地址: https://gitcode.com/gh_mirrors/u...

2025-06-07 09:22:41 217

原创 markdown-blog:极简 PHP 静态博客,Markdown 文件即文章

markdown-blog:极简 PHP 静态博客,Markdown 文件即文章 markdown-blog Simple PHP blog that renders markdown posts. No installation or database needed. ...

2025-06-06 09:00:06 252

原创 Sourcery代码生成工具使用指南

Sourcery代码生成工具使用指南 Sourcery Meta-programming for Swift, stop writing boilerplate code. 项目地址: https://gitcode.com/gh...

2025-06-05 09:10:09 354

原创 YugabyteDB YSQL事务错误代码解析与处理指南

YugabyteDB YSQL事务错误代码解析与处理指南 yugabyte-db yugabyte/yugabyte-db: 是 YugaByte DB 的官方仓库,一个高性能、高可扩展、分布式的 SQL 数据库,支持 PostgreSQL 兼容性。适合对分布式数据库、SQL 数据库和云原生应用的开发者。 ...

2025-06-04 09:18:58 284

原创 Practical Python项目:匿名函数与Lambda表达式详解

Practical Python项目:匿名函数与Lambda表达式详解 practical-python Practical Python Programming (course by @dabeaz) 项目地址: https:/...

2025-06-04 09:05:13 294

原创 TheOdinProject 项目中的 RSpec 代码共享机制详解

TheOdinProject 项目中的 RSpec 代码共享机制详解 curriculum TheOdinProject/curriculum: The Odin Project 是一个免费的在线编程学习平台,这个仓库是其课程大纲和教材资源库,涵盖了Web开发相关的多种技术栈,如HTML、CSS、JavaScript以及...

2025-06-04 09:04:18 401

原创 SeleniumBase项目中的Behave BDD测试框架详解

SeleniumBase项目中的Behave BDD测试框架详解 SeleniumBase seleniumbase/SeleniumBase: 一个 Python 库,用于自动化 Web 应用程序测试。特点是提供了一个简单易用的 API,可以用于模拟用户操作,包括点击、输入和滚动等。 ...

2025-06-04 09:01:24 238

原创 Docker/Labs 项目教程:构建 Docker 镜像的完整指南

Docker/Labs 项目教程:构建 Docker 镜像的完整指南 labs This is a collection of tutorials for learning how to use Docker with various tools. Contributions welcome. ...

2025-06-03 09:10:23 232

原创 Deno Fresh框架:现代全栈Web开发新选择

Deno Fresh框架:现代全栈Web开发新选择 fresh The next-gen web framework. 项目地址: https://gitcode.com/gh_mirrors/fr/fresh ...

2025-06-03 09:03:53 284

原创 Apache Arrow项目构建指南:从源码编译到多语言支持

Apache Arrow项目构建指南:从源码编译到多语言支持 arrow Arrow是一个跨语言的内存格式,主要用于高效地传输和存储数据。它的特点是高效、灵活、易于使用等。适用于数据传输和存储场景。 项目地址: https://g...

2025-06-02 09:15:34 269

原创 深入理解baidu/amis中的React自定义组件开发

深入理解baidu/amis中的React自定义组件开发 amis 前端低代码框架,通过 JSON 配置就能生成各种页面。 项目地址: https://gitcode.com/gh_mirrors/am/amis ...

2025-06-02 09:02:20 241

原创 深入解析Luigi任务执行模型与调度机制

深入解析Luigi任务执行模型与调度机制 luigi Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, ...

2025-06-02 09:02:01 310

原创 Xeres:构建私密沟通的未来

Xeres:构建私密沟通的未来 Xeres A Peer-to-Peer (Friend-to-Friend), decentralized, encrypted and secure application designed for communication and sharing. ...

2025-06-02 09:00:05 310

原创 Pydantic 类型系统深度解析:从基础类型到自定义类型

Pydantic 类型系统深度解析:从基础类型到自定义类型 pydantic 项目地址: https://gitcode.com/gh_mirrors/pyd/pydantic ...

2025-06-01 09:07:04 305

原创 GoogleTest框架常见问题深度解析

GoogleTest框架常见问题深度解析 googletest GoogleTest - Google Testing and Mocking Framework 项目地址: https://gitcode.com/gh_mirr...

2025-05-30 09:18:03 300

原创 powerpoint:创建专业幻灯片演示的利器

powerpoint:创建专业幻灯片演示的利器 powerpoint A MCP Server for creating Powerpoint Presentations 项目地址: https://gitcode.com/gh_...

2025-05-30 09:00:07 223

原创 Julia语言与生成式AI的最佳实践

Julia语言与生成式AI的最佳实践 awesome-generative-ai-meets-julia-language Comprehensive guide to generative AI projects and resources in Julia. ...

2025-05-28 09:01:31 266

原创 image-optimizer:图像上传前优化,节省存储空间

image-optimizer:图像上传前优化,节省存储空间 image-optimizer ???? Optimize your Filament images before they reach your database. 项目地...

2025-05-28 00:49:07 768

原创 kaldi-native-fbank:在线提取FBank特征,助力实时语音识别

kaldi-native-fbank:在线提取FBank特征,助力实时语音识别 kaldi-native-fbank Kaldi-compatible online fbank extractor without external dependencies ...

2025-05-20 09:00:07 422

原创 MolScore 的安装和配置教程

MolScore 的安装和配置教程 MolScore An automated scoring function to facilitate and standardize the evaluation of goal-directed generative models for de novo molecular de...

2025-04-28 09:40:03 273

原创 unitree_sdk2_python 的安装和配置教程

unitree_sdk2_python 的安装和配置教程 unitree_sdk2_python Python interface for unitree sdk2 项目地址: https://gitcode.com/gh_mir...

2025-04-27 09:50:02 495

原创 Active Record Tracer 项目启动与配置教程

Active Record Tracer 项目启动与配置教程 active_record_tracer A tracer for Active Record queries 项目地址: https://gitcode.com/gh...

2025-04-25 10:37:38 649

原创 Sobre-Public:智能酒精管理助手

Sobre-Public:智能酒精管理助手 Sobre-Public Repo du projet X du compte de Armand Wegnez (fin JAN.) 项目地址: https://gitcode.com...

2025-04-24 15:10:29 360

原创 aero 的安装和配置教程

aero 的安装和配置教程 aero A small library for explicit, intentful configuration. 项目地址: https://gitcode.com/gh_mirrors/aer/...

2025-04-24 15:00:34 303

原创 《Ocean-Simulation-Unity》开源项目教程

《Ocean-Simulation-Unity》开源项目教程 Ocean-Simulation-Unity 项目地址: https://gitcode.com/gh_mirrors/oc/Ocean-Simulation-Uni...

2025-04-24 11:23:01 296

原创 开源项目启动与配置教程

开源项目启动与配置教程 programming-language-subreddits-and-their-choice-of-words How do the different communities talk? 项目地址: ...

2025-04-23 14:50:13 308

原创 《SGNN项目启动与配置教程》

《SGNN项目启动与配置教程》 sgnn [CVPR'20] SG-NN: Sparse Generative Neural Networks for Self-Supervised Scene Completion of RGB-D Scans ...

2025-04-23 12:40:00 321

原创 mininterface 的安装和配置教程

mininterface 的安装和配置教程 mininterface A minimal interface to Python application (GUI, TUI, CLI, web) 项目地址: https://git...

2025-04-23 11:30:37 715

空空如也

空空如也

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

TA关注的人

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