Pinned Repositories
ai-learning-roadmap
Ai Learning Roadmap based on lots of open course sources and book materials. 我总结的 AI 学习路径。
aparapi
The New Official Aparapi: a framework for executing native Java and Scala code on the GPU.
apical
网关系统
AstralPathCuda
A GPU DevelopTool For Java
BEPb
Config files for my GitHub profile.
camellia
Camellia provide easy-to-use server toolkits, such as: redis proxy、delay queue、id gen、hot key and more
captcha-plus
行为验证码(滑动拼图、点选文字),前后端(java)交互,包含vue/h5/Android/IOS/flutter/uni-app/react/php/go/微信小程序的源码和实现
CVprojects
computer vision projects | 计算机视觉等好玩的AI项目
dubbo
Apache Dubbo is a high-performance, java based, open source RPC framework.
flash-linux0.11-talk
你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码
chenyu2016's Repositories
chenyu2016/dubbo
Apache Dubbo is a high-performance, java based, open source RPC framework.
chenyu2016/flash-linux0.11-talk
你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码
chenyu2016/ai-learning-roadmap
Ai Learning Roadmap based on lots of open course sources and book materials. 我总结的 AI 学习路径。
chenyu2016/aparapi
The New Official Aparapi: a framework for executing native Java and Scala code on the GPU.
chenyu2016/apical
网关系统
chenyu2016/BEPb
Config files for my GitHub profile.
chenyu2016/camellia
Camellia provide easy-to-use server toolkits, such as: redis proxy、delay queue、id gen、hot key and more
chenyu2016/captcha-plus
行为验证码(滑动拼图、点选文字),前后端(java)交互,包含vue/h5/Android/IOS/flutter/uni-app/react/php/go/微信小程序的源码和实现
chenyu2016/CVprojects
computer vision projects | 计算机视觉等好玩的AI项目
chenyu2016/dubbo-samples
samples for Apache Dubbo
chenyu2016/geode
Apache Geode
chenyu2016/ioGame
无锁异步化、事件驱动架构设计的 java netty 网络编程框架; 轻量级,无需依赖任何第三方中间件或数据库就能支持集群、分布式; 适用于网络游戏服务器、物联网、内部系统及各种需要长连接的场景; 通过 ioGame 你可以很容易的搭建出一个集群无中心节点、集群自动化、分布式的网络服务器;FXGL、Unity、UE、Cocos Creator、Godot、Netty、Protobuf、webSocket、tcp、socket;java Netty 游戏服务器框架;
chenyu2016/java-Kcp
基于java的netty实现的可靠udp网络库(kcp算法),包含fec实现,可用于游戏,视频,加速等业务
chenyu2016/jcuda
JCuda - Java bindings for CUDA
chenyu2016/jcuda-main
Summarizes the main JCuda libraries
chenyu2016/jdk21-virtual-thread
尝鲜jdk21的虚拟线程virtual thread
chenyu2016/kcp-netty
Java implementation of KCP based on Netty
chenyu2016/Kurve2D
2D Force Directed Graph Data Visualizer with Java and Nvidia CUDA
chenyu2016/Mapper
Mybatis Common Mapper - Easy to use
chenyu2016/meshroom
3D Reconstruction Software
chenyu2016/mybatis-cache
一个基于mybatis插件的缓存,可以精确到具体的索引key
chenyu2016/netty
Netty project - an event-driven asynchronous network application framework
chenyu2016/netty-incubator-codec-quic
chenyu2016/NettyGameServer
使用netty4.X实现的手机游戏分布式服务器,支持tcp,udp,http,websocket链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用mybatis3支持db存储分库分表,支持异步mysql存储,db保存时同步更新reids缓存。 使用ExcelToCode工程,将excel数据生成java类和json数据字典,DictService直接读取json,减少数据字典部分代码。使用game-executor工程,增加游戏内的异步事件全局服务, 支持事件sharding,均衡的异步执行事件逻辑
chenyu2016/Play-with-Algorithm-Visualization
Codes of my MOOC Course <Play with Algorithm Visualization>. Updated contents and more demos or practices are also included. 我在慕课网上的课程《看得见的算法》Java示例代码。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
chenyu2016/spring-cloud-alibaba
Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
chenyu2016/SpringCloud-Learning
Spring Cloud基础教程,持续连载更新中
chenyu2016/TencentKona-8
Tencent Kona is a no-cost, production-ready distribution of the Open Java Development Kit (OpenJDK), Long-term support(LTS) with quarterly updates. Tencent Kona serves as the default JDK internally at Tencent Cloud for cloud computing and other Java applications.
chenyu2016/TornadoVM
TornadoVM: A practical and efficient heterogeneous programming framework for managed languages
chenyu2016/transmittable-thread-local
📌 The missing Java™ std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits ThreadLocal value between threads even using thread pooling components.