Pinned Repositories
aj8
A continuation of development on the Apollo game-server suite
akkaServer
a game server with akka
apollo
An open-source Java game server suite designed to be lightweight, fast and secure.
c3p0
a mature, highly concurrent JDBC Connection pooling library, with support for caching and reuse of PreparedStatements.
cocosocket
为手机网游客户端(cocos2d-x和unity 3D)准备的socket通信底层,分帧逻辑采用lengthfield,解决粘包问题。 cocos2x-x部分已实现thread,threadpool,同步互斥锁等内容。 项目还包括一个synflood的简单实现。
DesignPattern
设计模式实现(Java、C++、Golang)
fastser-dal-all
基于mybatis、spring jdbc、hibernate的通用数据该问层,支持基于datasource的读写分离和主备自动切换
hbase-doc
java-game-server
Jetserver is a high speed nio socket based multiplayer java game server written using Netty and Mike Rettig's Jetlang.It is specifically tuned for network based multiplayer games and supports TCP and UDP network protocols.
java-perv
Don't try this in production
knight-2019's Repositories
knight-2019/aj8
A continuation of development on the Apollo game-server suite
knight-2019/akkaServer
a game server with akka
knight-2019/apollo
An open-source Java game server suite designed to be lightweight, fast and secure.
knight-2019/c3p0
a mature, highly concurrent JDBC Connection pooling library, with support for caching and reuse of PreparedStatements.
knight-2019/cocosocket
为手机网游客户端(cocos2d-x和unity 3D)准备的socket通信底层,分帧逻辑采用lengthfield,解决粘包问题。 cocos2x-x部分已实现thread,threadpool,同步互斥锁等内容。 项目还包括一个synflood的简单实现。
knight-2019/DesignPattern
设计模式实现(Java、C++、Golang)
knight-2019/fastser-dal-all
基于mybatis、spring jdbc、hibernate的通用数据该问层,支持基于datasource的读写分离和主备自动切换
knight-2019/hbase-doc
knight-2019/java-game-server
Jetserver is a high speed nio socket based multiplayer java game server written using Netty and Mike Rettig's Jetlang.It is specifically tuned for network based multiplayer games and supports TCP and UDP network protocols.
knight-2019/java-perv
Don't try this in production
knight-2019/jedis
A blazingly small and sane redis java client
knight-2019/JgFramework
基于Netty的强大的游戏服务器框架
knight-2019/learning-spark
Example code from Learning Spark book
knight-2019/memory-measurer
Clone of Google's memory measurer, with slight additions.
knight-2019/sharding-jdbc
A JDBC driver for shard databases and tables
knight-2019/storm-redis
Storm Bolt State Management
knight-2019/webcam-capture
Project goal is to give users possibility to access build-in or connected via USB webcams or remote IP / network cameras directly from Java code. Using provided libraries user is able to read camera images and detect motion. Main project consist of several sub projects - the root one, which contains required classes, build-in webcam driver compatible with Windows, Linux and Mac OS, which can stream images as fast as your camera can serve them (up to 50 FPS). Main project can be used standalone, but user is able to replace build-in driver with different one - such as OpenIMAJ, GStreamer, V4L4j, JMF, LTI-CIVIL, FMJ, etc.