Pinned Repositories
7days-golang
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
AI-For-Beginners
12 Weeks, 24 Lessons, AI for All!
AIChatWeb
在ChatGPT-Next-Web的基础上,增加注册,登录,用户管理
APIJSON
🚀 零代码、热更新、全自动 ORM 库,后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构。 🚀 A JSON Transmission Protocol and an ORM Library for automatically providing APIs and Docs.
asdf-erlang
Erlang plugin for asdf version manager
bisheng
Bisheng is an open LLM devops platform for next generation AI applications.
docker_practice
Learn and understand Docker technologies, with real DevOps practice!
halo
✍ An excellent open source blog publishing application. | 一个优秀的开源博客发布应用。
paicoding
⭐️一款好用又强大的开源社区,基于 Spring Boot、MyBatis-Plus、MySQL、Redis、ElasticSearch、MongoDB、Docker、RabbitMQ 等主流技术栈,附详细教程,包括Java、Spring、MySQL、Redis、微服务&分布式、消息队列等核心知识点。学编程,就上技术派😁。
spring-boot-projects
该仓库中主要是 Spring Boot 的入门学习教程以及一些常用的 Spring Boot 实战项目教程,包括 Spring Boot 使用的各种示例代码,同时也包括一些实战项目的项目源码和效果展示,实战项目包括基本的 web 开发以及目前大家普遍使用的线上博客项目/企业大型商城系统/前后端分离实践项目等,摆脱各种 hello world 入门案例的束缚,真正的掌握 Spring Boot 开发。
Quincynickyoung's Repositories
Quincynickyoung/lx-music-mobile
一个基于 React native 开发的音乐软件
Quincynickyoung/openai-proxy
基于 Go 实现的 OpenAI HTTP 代理(云函数、lambda 函数、自己部署均可)
Quincynickyoung/python-training
Python training for business analysts and traders
Quincynickyoung/AI-For-Beginners
12 Weeks, 24 Lessons, AI for All!
Quincynickyoung/wechat-bot
🤖一个基于OpenAi ChatGPT + WeChaty 实现的微信机器人 ,可以用来帮助你自动回复微信消息,或者管理微信群/好友,检测僵尸粉等...
Quincynickyoung/chatgpt-retrieval-plugin
Quincynickyoung/awesome-chatgpt-prompts
This repo includes ChatGPT prompt curation to use ChatGPT better.
Quincynickyoung/awesome-gpt4
A curated list of prompts, tools, and resources regarding the GPT-4 language model.
Quincynickyoung/awesome-chatgpt-prompts-zh
ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。
Quincynickyoung/awesome-spider
爬虫集合
Quincynickyoung/surrealdb
A scalable, distributed, collaborative, document-graph database, for the realtime web
Quincynickyoung/fiora
An interesting open source chat application. Developed with node.js, mongoDB, socket.io and react
Quincynickyoung/spring-analysis
Spring源码阅读
Quincynickyoung/spring-boot-realworld-example-app
Example Spring codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld API spec.
Quincynickyoung/workflow
C++ Parallel Computing and Asynchronous Networking Engine
Quincynickyoung/7days-golang
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
Quincynickyoung/APIJSON
🚀 零代码、热更新、全自动 ORM 库,后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构。 🚀 A JSON Transmission Protocol and an ORM Library for automatically providing APIs and Docs.
Quincynickyoung/easyexcel
快速、简单避免OOM的java处理Excel工具
Quincynickyoung/d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被全球175所大学采用教学。
Quincynickyoung/d2l-en
Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 175 universities.
Quincynickyoung/docker_practice
Learn and understand Docker technologies, with real DevOps practice!
Quincynickyoung/secguide
面向开发人员梳理的代码安全指南
Quincynickyoung/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
Quincynickyoung/coding-interview-university
A complete computer science study plan to become a software engineer.
Quincynickyoung/hutool
🍬A set of tools that keep Java sweet.
Quincynickyoung/leetcode-master
LeetCode 刷题攻略:200道题目详细刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
Quincynickyoung/halo
✍ An excellent open source blog publishing application. | 一个优秀的开源博客发布应用。
Quincynickyoung/googletest
Googletest - Google Testing and Mocking Framework
Quincynickyoung/server
即时通讯(IM)系统
Quincynickyoung/Dive-into-DL-PyTorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。