Pinned Repositories
AiLearning-Theory-Applying
快速上手Ai理论及应用实战:基础知识、ML、DL、NLP-BERT、竞赛。含大量注释及数据集,力求每一位能看懂并复现。
alibabacloud-compute-nest-saas-boost
apevolo-api
基于 .Net 8 、SqlSugar、Vue、RBAC、前后端分离的开箱即用的企业级中后台管理系统
Awesome-Embodied-Agent-with-LLMs
This is a curated list of "Embodied AI or robot with Large Language Models" research. Watch this repository for the latest updates!
Bacterial-Atlas-Identification-Model-Based-on-MBAA-CNN
For the spectral information of bacteria, the multi-branch attention mechanism of the tensorflow architecture and the convolutional neural network training model are used to distinguish bacterial types.
bizspring-vue3-opensource
BizSpring Java商城首选,可商用;Vue3,Element UI Plus,Uniapp,微服务,SpringCloud,跨境电商,跨境商城,电商国际化,外贸,独立站,多国语言,移动商城,小程序商城,H5商城,公众号商城,App,Redis,支持多语言,多规格SKU,分销,拼团,砍价,秒杀,优惠券,积分,会员等级,小程序前后端分离,方便二开,Markdown在线文档,代码生成,二开文档齐全,代码规范
CMU_Course_Notes
This is the combined collection of the course notes for the majority of computer science classes at Carnegie Mellon University
code-generator
基于 React + Spring Boot + Picocli + 对象存储的代码生成器共享平台,又分为 3 个循序渐进的子项目:基于命令行的本地代码生成器 + 代码生成器制作工具 + 在线代码生成器平台。实践 Java 命令行应用开发、FreeMarker 模板引擎、多种设计模式、对象存储、十几种优化方法、复杂业务的拆解和系统设计、分布式任务调度系统、Vert.x 响应式编程等
CodeFuse-ModelCache
A LLM semantic caching system aiming to enhance user experience by reducing response time via cached query-result pairs.
DevOps
DevOps. Make the project development and release simpler, easier and more efficient.
dsdsdsde's Repositories
dsdsdsde/AiLearning-Theory-Applying
快速上手Ai理论及应用实战:基础知识、ML、DL、NLP-BERT、竞赛。含大量注释及数据集,力求每一位能看懂并复现。
dsdsdsde/alibabacloud-compute-nest-saas-boost
dsdsdsde/apevolo-api
基于 .Net 8 、SqlSugar、Vue、RBAC、前后端分离的开箱即用的企业级中后台管理系统
dsdsdsde/Awesome-Embodied-Agent-with-LLMs
This is a curated list of "Embodied AI or robot with Large Language Models" research. Watch this repository for the latest updates!
dsdsdsde/Bacterial-Atlas-Identification-Model-Based-on-MBAA-CNN
For the spectral information of bacteria, the multi-branch attention mechanism of the tensorflow architecture and the convolutional neural network training model are used to distinguish bacterial types.
dsdsdsde/bizspring-vue3-opensource
BizSpring Java商城首选,可商用;Vue3,Element UI Plus,Uniapp,微服务,SpringCloud,跨境电商,跨境商城,电商国际化,外贸,独立站,多国语言,移动商城,小程序商城,H5商城,公众号商城,App,Redis,支持多语言,多规格SKU,分销,拼团,砍价,秒杀,优惠券,积分,会员等级,小程序前后端分离,方便二开,Markdown在线文档,代码生成,二开文档齐全,代码规范
dsdsdsde/CMU_Course_Notes
This is the combined collection of the course notes for the majority of computer science classes at Carnegie Mellon University
dsdsdsde/code-generator
基于 React + Spring Boot + Picocli + 对象存储的代码生成器共享平台,又分为 3 个循序渐进的子项目:基于命令行的本地代码生成器 + 代码生成器制作工具 + 在线代码生成器平台。实践 Java 命令行应用开发、FreeMarker 模板引擎、多种设计模式、对象存储、十几种优化方法、复杂业务的拆解和系统设计、分布式任务调度系统、Vert.x 响应式编程等
dsdsdsde/CodeFuse-ModelCache
A LLM semantic caching system aiming to enhance user experience by reducing response time via cached query-result pairs.
dsdsdsde/DevOps
DevOps. Make the project development and release simpler, easier and more efficient.
dsdsdsde/DKube
This is a K8s cluster management platform
dsdsdsde/EasyPost
dsdsdsde/FengYunWeather
风云天气是Android 平台开源天气 App,采用Kotlin、Room、OKHttp3、 协程等框架实现。
dsdsdsde/GesturePresenter
Control Google Slides With Just Hand Gestures!
dsdsdsde/JYso
It can be either a JNDIExploit or a ysoserial.
dsdsdsde/k8s_PaaS
如何基于K8s(Kubernetes)部署成PaaS/DevOps(一套完整的软件研发和部署平台)--教程/学习(实战代码/欢迎讨论/大量注释/操作配图),你将习得部署如:K8S(Kubernetes)、Dashboard、Harbor、Jenkins、本地Gitlab、Apollo框架、Promtheus、Grafana、Spinnaker等。
dsdsdsde/MEEE
Code to reproduce the experiments in Sample Efficient Reinforcement Learning via Model-Ensemble Exploration and Exploitation (MEEE).
dsdsdsde/mongo-lambda-query
mongo lambda query for spring boot plugin
dsdsdsde/One-Pot_Multi-Frame_Denoising
The corresponding paper has been accepted as a Spotlight at the 33rd British Machine Vision Conference (BMVC 2022), and an extended version of it is currently being submitted to the Special Issue of the International Journal of Computer Vision (IJCV) for BMVC 2022.
dsdsdsde/qi
Lightweight and fast programming language designed to be written in Chinese.
dsdsdsde/simple-framework
SimpleFramework 是一个简易版的 Spring 框架,专注于实现 Spring 的三大核心功能:IOC(控制反转)、AOP(面向切面编程)和 MVC(模型-视图-控制器)。该项目旨在通过重新构建这些关键功能,为开发者提供深入理解 Spring 框架架构和设计理念的机会,同时也是一种提升 Java 开发技术能力的实践。
dsdsdsde/spring-reading
涵盖了 Spring 框架的核心概念和关键功能,包括控制反转(IOC)容器的使用,面向切面编程(AOP)的原理与实践,事务管理的方式与实现,Spring MVC 的流程与控制器工作机制,以及 Spring 中数据访问、安全、Boot 自动配置等方面的深入研究。此外,它还包含了 Spring 事件机制的应用、高级主题如缓存抽象和响应式编程,以及对 Spring 源码的编程风格与设计模式的深入探讨。
dsdsdsde/static_tools
静态编译工具,mysql客户端,redis客户端,mysql client,redis client
dsdsdsde/TF-ICON
ICCV 2023. Official implementation of TF-ICON: Diffusion-Based Training-Free Cross-Domain Image Composition.
dsdsdsde/tiny-engine
TinyEngine is a low-code engine based on which you can build or develop low-code platforms in different domains/TinyEngine是一个低代码引擎,基于这个引擎可以构建或者开发出不同领域的低代码平台
dsdsdsde/vexip-ui
A Vue 3 UI library, highly customizability, full TypeScript, performance pretty good.
dsdsdsde/VIPORMiner
最稳定的BTC-全币种代理中转,地表最强矿池代理 矿池中转 矿池抽水开发者费用固定千分之2(1台也是0.02%,没有矿机数量门坎)几乎无损的转发,近乎变态的精准比例;轻松支持百万级并发!开发费单一抽取.精准比例,/BTC/ETH/ETC/LTC/RVN/ERGO/CFX/KAS/IRON/CKB/KDA/ZEC/NEXA ,性能极高,经过1000G压力测试,一键安装上手简单!!minerproxy minerproxy minerproxy minerproxy minerproxy minerproxy minerproxy minerproxy minerproxy minerproxy minerproxy minerproxy minerproxy minerproxy minerp
dsdsdsde/Wukong_KnowledgeBase
悟空知识库,提供全面的知识管理功能,您可以在知识库中编辑wiki信息,同时可以将知识库内容共享给同事,进行协同创作。
dsdsdsde/Wukong_ProjectManagement
悟空项目管理-基于Spring Cloud Alibaba微服务架构 +vue ElementUI的前后端分离项目管理系统
dsdsdsde/xuexiruanjian