-
-
-
-
-
RxJava Public
Forked from ReactiveX/RxJavaRxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
Java Apache License 2.0 UpdatedApr 1, 2017 -
-
RocketMQ.In-Action Public
Forked from catslave/RocketMQ.In-Actionwhat is rocketmq?why use rocketmq?what is nameserver?what is broker?the introduction of rocketmq
UpdatedAug 30, 2016 -
-
springside4 Public
Forked from springside/springside4A Spring Framework based, pragmatic style JavaEE application reference architecture.
Java Apache License 2.0 UpdatedMar 19, 2016 -
guava Public
Forked from google/guavaGoogle Core Libraries for Java 6+
Java Apache License 2.0 UpdatedSep 15, 2015 -
-
angular-phonecat Public
Forked from angular/angular-phonecatTutorial on building an angular application.
JavaScript MIT License UpdatedAug 14, 2015 -
-
HTTP-Proxy-Servlet Public
Forked from mitre/HTTP-Proxy-ServletSmiley's HTTP Proxy implemented as a Java servlet
Java Apache License 2.0 UpdatedMay 15, 2015 -
-
-
cas Public
Forked from apereo/casApereo CAS - Single Sign On for the Web
Java Apache License 2.0 UpdatedDec 12, 2014 -
httpserver Public
Forked from jbossas/httpserverLightweight HTTP Server
Java GNU General Public License v2.0 UpdatedNov 19, 2014 -
java-design-patterns Public
Forked from iluwatar/java-design-patternsDesign pattern samples implemented in Java
Java MIT License UpdatedOct 27, 2014 -
stackedit Public
Forked from benweet/stackeditThe Markdown editor powered by PageDown
JavaScript Other UpdatedOct 26, 2014 -
easy-httpserver Public
Forked from NotBadPad/easy-httpserver一个java实现的简单的web服务器,主要目的是为了理解web服务器的工作原理。http请求的接收和返回使用JDK自带的HttpServer,请求处理和页面解析是自己实现的。目前已经能够支持web服务器一些基本的功能。
Java Apache License 2.0 UpdatedAug 10, 2014 -
-
-
nio-httpserver Public
Forked from shenfeng/nio-httpserverA simple aync java httpserver, written when learning NIO