Pinned Repositories
Activiti
Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It's open-source and distributed under the Apache license. Activiti runs in any Java application, on a server, on a cluster or in the cloud. It integrates perfectly with Spring, it is extremely lightweight and based on simple concepts.
concurrency
for java concurent
Data-Structures-And-Algorithm
dubbo
:loudspeaker: Dubbo is a distributed, high performance RPC framework enpowering applications with service import/export capabilities.
EasyPR
An open source project for chinese plate recognition. It aims to be Easy, Flexible, and Accurate. Welcome to contribute your expertise !
leetcode
LeetCode Problems' Solutions (up-to-date)
LEOFTP
leotoneo.github.io
Libevent
Nick's public libevent repository. The official repository is at git://levent.git.sourceforge.net/gitroot/levent/libevent
LiteWeather
leotoneo's Repositories
leotoneo/LEOFTP
leotoneo/Activiti
Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It's open-source and distributed under the Apache license. Activiti runs in any Java application, on a server, on a cluster or in the cloud. It integrates perfectly with Spring, it is extremely lightweight and based on simple concepts.
leotoneo/concurrency
for java concurent
leotoneo/Data-Structures-And-Algorithm
leotoneo/dubbo
:loudspeaker: Dubbo is a distributed, high performance RPC framework enpowering applications with service import/export capabilities.
leotoneo/EasyPR
An open source project for chinese plate recognition. It aims to be Easy, Flexible, and Accurate. Welcome to contribute your expertise !
leotoneo/leetcode
LeetCode Problems' Solutions (up-to-date)
leotoneo/leotoneo.github.io
leotoneo/Libevent
Nick's public libevent repository. The official repository is at git://levent.git.sourceforge.net/gitroot/levent/libevent
leotoneo/LiteWeather
leotoneo/memcached
memcached development tree
leotoneo/netty
Netty project - an event-driven asynchronous network application framework
leotoneo/NettyRpc
An RPC framework based on Netty, ZooKeeper and Spring
leotoneo/nginx
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
leotoneo/nginx-1.0.14_comment
nginx源码中文注释版
leotoneo/ngx_http_hello_module
leotoneo/opa-ff
leotoneo/opa-fm
leotoneo/open_nsfw
code for running Model and code for Not Suitable for Work (NSFW) classification using deep neural network Caffe models
leotoneo/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps.
leotoneo/SortAlgorithm
leotoneo/spring-framework
The Spring Framework
leotoneo/spring-rest-oauth2-sample
REST service sample that protected by Spring OAuth 2
leotoneo/SpringBlog
A simple blogging system implemented with Spring Boot/MVC/JPA + Hibernate + MySQL + Redis + Bootstrap + Jade.
leotoneo/SpringInActionExamples
leotoneo/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
leotoneo/WebBench
Webbench是Radim Kolar在1997年写的一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。官网地址:http://home.tiscali.cz/~cz210552/webbench.html