diff --git a/index.html b/index.html
new file mode 100644
index 0000000..aa715f2
--- /dev/null
+++ b/index.html
@@ -0,0 +1,3738 @@
+
+
+
+
+
+awesome-java
+
+A curated list of awesome Java frameworks, libraries and software.
+
+
+-
+ReactiveX/RxJava - RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
+-
+square/retrofit - Type-safe HTTP client for Android and Java by Square, Inc.
+-
+square/okhttp - An HTTP+HTTP/2 client for Android and Java applications.
+-
+iluwatar/java-design-patterns - Design patterns implemented in Java
+-
+google/guava - Google Core Libraries for Java 6+
+-
+square/leakcanary - A memory leak detection library for Android and Java.
+-
+libgdx/libgdx - Desktop/Android/HTML5/iOS Java game development framework
+-
+alibaba/fastjson - 🚄 A fast JSON parser/generator for Java
+-
+realm/realm-java - Realm is a mobile database: a replacement for SQLite & ORMs
+-
+winterbe/java8-tutorial - Modern Java - A Guide to Java 8
+-
+square/dagger - A fast dependency injector for Android and Java.
+-
+junit-team/junit4 - A programmer-oriented testing framework for Java.
+-
+perwendel/spark - A Sinatra inspired framework for java
+-
+google/j2objc - A Java to iOS Objective-C translation tool and runtime.
+-
+xetorthio/jedis - A blazingly small and sane redis java client
+-
+deeplearning4j/deeplearning4j - Deep Learning for Java, Scala & Clojure on Hadoop & Spark With GPUs - From Skymind
+-
+google/guice - Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 6 and above, brought to you by Google.
+-
+facebook/rebound - A Java library that models spring dynamics and adds real world physics to your app.
+-
+kaushikgopal/RxJava-Android-Samples - Learning RxJava for Android by example
+-
+scribejava/scribejava - Simple OAuth library for Java
+-
+google/auto - A collection of source code generators for Java.
+-
+jhy/jsoup - jsoup: Java HTML Parser, with best of DOM, CSS, and jquery
+-
+mybatis/mybatis-3 - MyBatis SQL mapper framework for Java
+-
+skylot/jadx - Dex to Java decompiler
+-
+AsyncHttpClient/async-http-client - Asynchronous Http and WebSocket Client library for Java
+-
+mockito/mockito - Mocking framework for unit tests written in Java
+-
+rzwitserloot/lombok - Very spicy additions to the Java programming language.
+-
+code4craft/webmagic - A scalable web crawler framework for Java.
+-
+JakeWharton/DiskLruCache - Java implementation of a Disk-based LRU cache which specifically targets Android compatibility.
+-
+square/okio - A modern I/O API for Java
+-
+orfjackal/retrolambda - Backport of Java 8's lambda expressions to Java 7, 6 and 5
+-
+java-native-access/jna - Java Native Access
+-
+JodaOrg/joda-time - Joda-Time is the widely used replacement for the Java date and time classes prior to Java SE 8.
+-
+square/javapoet - A Java API for generating .java source files.
+-
+jasonross/Nuwa - Nuwa, pure java implementation, can hotfix your android application.
+-
+stanfordnlp/CoreNLP - Stanford CoreNLP: A Java suite of core NLP tools.
+-
+NLPchina/ansj_seg - ansj分词.ict的真正java实现.分词效果速度都超过开源版的ict. 中文分词,人名识别,词性标注,用户自定义词典
+-
+NanoHttpd/nanohttpd - Tiny, easily embeddable HTTP server in Java.
+-
+naver/pinpoint - Pinpoint is an open source APM (Application Performance Management) tool for large-scale distributed systems written in Java.
+-
+pxb1988/dex2jar - Tools to work with android .dex and java .class files
+-
+jankotek/mapdb - MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.
+-
+stleary/JSON-java - A reference implementation of a JSON package in Java.
+-
+joelittlejohn/jsonschema2pojo - Generates Java types from JSON Schema (or example JSON) and annotates those types for data-binding with Jackson 1.x or 2.x, Gson, etc
+-
+square/moshi - A modern JSON library for Android and Java.
+-
+Vedenin/useful-java-links - A list of useful Java frameworks, libraries, software and hello worlds examples
+-
+kevinsawicki/http-request - Java HTTP Request Library
+-
+grpc/grpc-java - The Java gRPC implementation. HTTP/2 based RPC
+-
+yusuke/twitter4j - Twitter4J is an open-sourced, mavenized and Google App Engine safe Java library for the Twitter API which is released under the Apache License 2.0.
+-
+lzyzsd/JsBridge - android java and javascript bridge, inspired by wechat webview jsbridge
+-
+yusugomori/DeepLearning - Deep Learning (Python, C, C++, Java, Scala, Go)
+-
+yangfuhai/ASimpleCache - a simple cache for android and java
+-
+square/wire - Clean, lightweight protocol buffers for Android and Java.
+-
+pedrovgs/Algorithms - Solutions for some common algorithm problems written in Java.
+-
+ben-manes/caffeine - A high performance caching library for Java 8
+-
+bytedeco/javacpp - The missing bridge between Java and native C++
+-
+chanjarster/weixin-java-tools - 微信公众号、企业号Java SDK
+-
+jersey/jersey - This is an active mirror of Jersey 3.x workspace from http://jersey.java.net. Any changes made here are automatically propagated to java.net and vice versa. Forks and pull requests are welcome!
+-
+goldmansachs/gs-collections - A supplement or replacement for the Java Collections Framework. We are pleased to announce that GS Collections has been migrated to the Eclipse Foundation, re-branded as Eclipse Collections.
+-
+mongodb/mongo-java-driver - The Java driver for MongoDB
+-
+aws/aws-sdk-java - The official AWS SDK for Java.
+-
+biezhi/blade - 🚀 A Simple, Elegant Java Web Framework! website →
+-
+square/tape - A lightning fast, transactional, file-based FIFO for Android and Java.
+-
+Activiti/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.
+-
+mrniko/redisson - Redisson - distributed Java objects and services (Set, Multimap, SortedSet, Map, List, Queue, BlockingQueue, Deque, BlockingDeque, Semaphore, Lock, AtomicLong, CountDownLatch, Publish / Subscribe, Bloom filter, Remote service, Spring cache, Executor service, Live Object service, Scheduler service) on top of Redis server.
+-
+b3log/solo - 🎸 A blogging system written in Java, feel free to create your or your team own blog. 一个用 Java 实现的博客系统,为你或你的团队创建个博客吧。
+-
+ninjaframework/ninja - Ninja is a full stack web framework for Java. Rock solid, fast and super productive.
+-
+rengwuxian/RxJavaSamples - RxJava 和 Retrofit 结合使用的几个最常见使用方式举例
+-
+oblac/jodd - Jodd! Set of open-source Java micro-frameworks and tools; floppy size: tools + ioc + mvc + db + aop + tx + json + html < 1.6 Mb
+-
+javaee-samples/javaee7-samples - Java EE 7 Samples
+-
+rest-assured/rest-assured - Java DSL for easy testing of REST services
+-
+socketio/socket.io-client-java - Full-featured Socket.IO Client Library for Java, which is compatible with Socket.IO v1.0 and later.
+-
+jfinal/jfinal - JAVA WEB + ORM Framework
+-
+chewiebug/GCViewer - Fork of tagtraum industries' GCViewer. Tagtraum stopped development in 2008, I aim to improve support for Sun's / Oracle's java 1.6+ garbage collector logs (including G1 collector)
+-
+notnoop/java-apns - Java Apple Push Notification Service Provider
+-
+mrniko/netty-socketio - Socket.IO server implemented on Java. Realtime java framework
+-
+google/error-prone - Catch common Java mistakes as compile-time errors
+-
+jOOQ/jOOQ - jOOQ is an innovative solution for a better integration of Java applications with popular databases like Oracle, Microsoft SQL Server, IBM DB2, or SAP Sybase. When using jOOQ, our customers benefit from a significant added value and ROI as their software developers can express database queries in a much simpler and faster way. From our experience, this leads to a 10% - 20% decrease of programming effort, which again leads to higher quality and to a lower error rate in program code, and thus in the entire application.
+-
+requery/requery - requery - modern SQL based query & persistence for Java / Kotlin / Android
+-
+spring-projects/spring-loaded - Java agent that enables class reloading in a running JVM
+-
+Konloch/bytecode-viewer - A Java 8 Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)
+-
+mmin18/FlexLayout - A powerful Android layout view that use java expression in layout params to describe relative positions.
+-
+checkstyle/checkstyle - Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.
+-
+yasserg/crawler4j - Open Source Web Crawler for Java
+-
+VerbalExpressions/JavaVerbalExpressions - Java regular expressions made easy.
+-
+OpenFeign/feign - Feign makes writing java http clients easier
+-
+bytedeco/javacv - Java interface to OpenCV and more
+-
+jMonkeyEngine/jmonkeyengine - A complete 3D game development suite written purely in Java.
+-
+javaslang/javaslang - A functional library for Java 8+ that provides persistent data types and functional control structures.
+-
+gitblit/gitblit - pure java git solution
+-
+majidgolshadi/Android-Download-Manager-Pro - Android/Java download manager library help you to download files in parallel mechanism in some chunks.
+-
+jayway/JsonPath - Java JsonPath implementation
+-
+Grover-c13/PokeGOAPI-Java - Pokemon Go API
+-
+raphw/byte-buddy - Runtime code generation for the Java virtual machine.
+-
+zeromq/jeromq - Pure Java ZeroMQ
+-
+peter-lawrey/Java-Chronicle - Java Indexed Record Chronicle
+-
+google/jimfs - An in-memory file system for Java 7+
+-
+Instagram/ig-json-parser - Fast JSON parser for java projects
+-
+igniterealtime/Smack - A highly modular and portable open source XMPP client library written in Java for JVMs and Android
+-
+pcpratts/rootbeer1 - Rootbeer GPU Compiler - Java GPU Programming
+-
+mongodb/morphia - MongoDB object-document mapper in Java based on https://github.com/mongodb/mongo-java-driver
+
+-
+sirthias/pegdown - A pure-Java Markdown processor based on a parboiled PEG parser supporting a number of extensions
+-
+querydsl/querydsl - Unified Queries for Java
+-
+tdebatty/java-string-similarity - Implementation of various string similarity and distance algorithms: Levenshtein, Jaro-winkler, n-Gram, Q-Gram, Jaccard index, Longest Common Subsequence edit distance, cosine similarity ...
+-
+spullara/mustache.java - Implementation of mustache.js for Java
+-
+ivan-vasilev/neuralnetworks - java deep learning algorithms and deep neural networks with gpu acceleration
+-
+sirthias/parboiled - Elegant parsing in Java and Scala - lightweight, easy-to-use, powerful.
+-
+albertlatacz/java-repl - Read Eval Print Loop for Java
+-
+jwtk/jjwt - Java JWT: JSON Web Token for Java and Android
+-
+hamcrest/JavaHamcrest - Java (and original) version of Hamcrest
+-
+CrawlScript/WebCollector - WebCollector is an open source web crawler framework based on Java.It provides some simple interfaces for crawling the Web,you can setup a multi-threaded web crawler in less than 5 minutes.
+-
+Mashape/unirest-java - Unirest in Java: Simplified, lightweight HTTP client library.
+-
+qiujuer/ImageBlurring - Android blurring image(bitmap) by java and jni.
+-
+EsotericSoftware/kryonet - TCP/UDP client/server library for Java, based on Kryo
+-
+Netflix/astyanax - Cassandra Java Client
+-
+phishman3579/java-algorithms-implementation - Algorithms and Data Structures implemented in Java
+-
+AdoptOpenJDK/jitwatch - Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.
+-
+Gottox/socket.io-java-client - Socket.IO Client Implementation in Java
+-
+greenrobot/essentials - General purpose utilities and hash functions for Android and Java (aka java-common)
+-
+cglib/cglib - cglib - Byte Code Generation Library is high level API to generate and transform Java byte code. It is used by AOP, testing, data access frameworks to generate dynamic proxy objects and intercept field access.
+-
+VictorAlbertos/RxCache - Reactive caching library for Android and Java
+-
+jayway/powermock - PowerMock is a Java framework that allows you to unit test code normally regarded as untestable.
+-
+spotify/apollo - Java libraries for writing composable microservices
+-
+qos-ch/logback - The reliable, generic, fast and flexible logging framework for Java.
+-
+crossbario/autobahn-android - WebSocket & WAMP in Java for Android
+-
+functionaljava/functionaljava - Functional programming in Java
+-
+shekhargulati/java8-the-missing-tutorial - Java 8 for all of us
+-
+rapidoid/rapidoid - Rapidoid - Extremely Fast, Simple and Powerful Java Web Framework and HTTP Server!
+-
+dieforfree/qart4j - QR code ASCII art for java
+-
+sarxos/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.
+-
+joscha/play-authenticate - An authentication plugin for Play Framework 2.x (Java)
+-
+google/truth - Assertion/Proposition framework for Java unit tests
+-
+jOOQ/jOOR - jOOR - Fluent Reflection in Java jOOR is a very simple fluent API that gives access to your Java Class structures in a more intuitive way. The JDK's reflection APIs are hard and verbose to use. Other languages have much simpler constructs to access type meta information at runtime. Let us make Java reflection better.
+-
+jamesdbloom/mockserver - MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS with clients written in Java, JavaScript and Ruby. MockServer also includes a proxy that introspects all proxied traffic including encrypted SSL traffic and supports Port Forwarding, Web Proxying (i.e. HTTP proxy), HTTPS Tunneling Proxying (using HTTP CONNECT) and SOCKS Proxying (i.e. dynamic port forwarding).
+-
+datumbox/datumbox-framework - Datumbox is an open-source Machine Learning framework written in Java which allows the rapid development of Machine Learning and Statistical applications.
+-
+vaadin/vaadin - Vaadin is a Java framework for building modern web applications that look great, perform well and make you and your users happy.
+-
+webbit/webbit - A Java event based WebSocket and HTTP server
+-
+good-life/PushTalk - 推聊是一个基于极光推送 (JPush) 的手机聊天系统。支持群聊与点对点聊天。当前包括 Android客户端、iOS客户端与 Java服务器端。3分钟就可以整套系统跑起来。
+-
+hierynomus/sshj - ssh, scp and sftp for java
+-
+jOOQ/jOOL - jOOλ - The Missing Parts in Java 8 jOOλ improves the JDK libraries in areas where the Expert Group's focus was elsewhere. It adds tuple support, function support, and a lot of additional functionality around sequential Streams. The JDK 8's main efforts (default methods, lambdas, and the Stream API) were focused around maintaining backwards compatibility and implementing a functional API for parallelism.
+-
+jboss-javassist/javassist - Java bytecode engineering toolkit
+-
+kilim/kilim - Lightweight threads for Java, with message passing, nio, http and scheduling support.
+-
+jknack/handlebars.java - Logic-less and semantic Mustache templates with Java
+-
+litesuits/android-lite-http - LiteHttp is a simple, intelligent and flexible HTTP framework for Android. With LiteHttp you can make HTTP request with only one line of code! It could convert a java model to the parameter and rander the response JSON as a java model intelligently.
+-
+cbeust/jcommander - Command line parsing framework for Java
+-
+flyingsaucerproject/flyingsaucer - XML/XHTML and CSS 2.1 renderer in pure Java
+-
+nginx-clojure/nginx-clojure - Nginx module for embedding Clojure or Java or Groovy programs, typically those Ring based handlers.
+-
+jdbi/jdbi - jDBI is designed to provide convenient tabular data access in Java(tm). It uses the Java collections framework for query results, provides a convenient means of externalizing sql statements, and provides named parameter support for any database being used.
+-
+jdeferred/jdeferred - Java Deferred/Promise library similar to JQuery.
+-
+datastax/java-driver - DataStax Java Driver for Apache Cassandra
+-
+menacher/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.
+-
+javaparser/javaparser - Java 1.8 Parser and Abstract Syntax Tree for Java –
+-
+GoogleCloudPlatform/DataflowJavaSDK - Google Cloud Dataflow provides a simple, powerful model for building both batch and streaming parallel data processing pipelines.
+-
+stagemonitor/stagemonitor - an open source solution to application performance monitoring for java server applications
+-
+sannies/mp4parser - A Java API to read, write and create MP4 files
+-
+rkalla/imgscalr - Simple Java image-scaling library implementing Chris Campbell's incremental scaling algorithm as well as Java2D's "best-practices" image-scaling techniques.
+-
+thymeleaf/thymeleaf - Thymeleaf is a java web template engine designed for XML/XHTML/HTML5.
+-
+dain/leveldb - Port of LevelDB to Java
+-
+DozerMapper/dozer - Dozer is a Java Bean to Java Bean mapper that recursively copies data from one object to another.
+-
+dcevm/dcevm - Dynamic Code Evolution VM for Java 7/8
+-
+pac4j/pac4j - Security engine for Java (authentication, authorization, multi frameworks)
+-
+Froussios/Intro-To-RxJava - An extensive tutorial on RxJava
+-
+linkedin/PalDB - An embeddable write-once key-value store written in Java
+-
+mpetazzoni/ttorrent - Turn's BitTorrent Java library (tracker and client)
+-
+shekhargulati/strman-java - A Java 8 string manipulation library. It is inspired by https://github.com/dleitee/strman.
+-
+spring-projects/spring-batch - Spring Batch is a framework for writing offline and batch applications using Spring and Java
+-
+twitter/hbc - A Java HTTP client for consuming Twitter's Streaming API
+-
+THEONE10211024/RxJavaSamples - 收集了RxJava常见的使用场景,例子简洁、经典、易懂...
+-
+ocpsoft/prettytime - Social Style Date and Time Formatting for Java
+-
+msgpack/msgpack-java - MessagePack serializer implementation for Java / msgpack.org[Java]
+-
+aol/micro-server - Microserver is a Java 8 native, zero configuration, standards based, battle hardened library to run Java Rest Microservices via a standard Java main class. Supporting pure Microservice or Micro-monolith styles.
+-
+timmolter/XChange - XChange is a Java library providing a streamlined API for interacting with 50+ Bitcoin and Altcoin exchanges providing a consistent interface for trading and accessing market data.
+-
+RuedigerMoeller/fast-serialization - FST: fast java serialization drop in-replacement http://ruedigermoeller.github.io/fast-serialization/
+
+-
+jiang111/RxJavaApp - 学习RxJava操作符的APP,新增线程调度说明
+-
+frohoff/ysoserial - A proof-of-concept tool for generating payloads that exploit unsafe Java object deserialization.
+-
+searchbox-io/Jest - Elasticsearch Java Rest Client.
+-
+amznlabs/ion-java - Java streaming parser/serializer for Ion.
+-
+alibaba/taokeeper - ZooKeeper-Monitor, a monitor for zookeeper in java. Download https://github.com/alibaba/taokeeper/downloads
+
+-
+stuxuhai/jpinyin - JPinyin是一个汉字转拼音的Java开源类库
+-
+WritingMinds/ffmpeg-android-java - Android java library for FFmpeg binary compiled using https://github.com/writingminds/ffmpeg-android
+
+-
+facebook/swift - An annotation-based Java library for creating Thrift serializable types and services.
+-
+daveclayton/json-schema-validator - A JSON Schema validation implementation in pure Java, which aims for correctness and performance, in that order
+-
+speedment/speedment - Wrap your database into Java 8
+-
+crashub/crash - The shell for the Java Platform
+-
+plutext/docx4j - JAXB-based Java library for Word docx, Powerpoint pptx, and Excel xlsx files
+-
+Pi4J/pi4j - Java I/O library for Raspberry Pi (GPIO, I2C, SPI, UART)
+-
+spring-projects/spring-data-mongodb - Provide support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
+-
+aNNiMON/Lightweight-Stream-API - Stream API from Java 8 rewritten on iterators for Java 7 and below
+-
+gwhalin/Memcached-Java-Client - Information about this project lives on the wiki
+-
+jacoco/jacoco - 🔬 JaCoCo - Java Code Coverage Library
+-
+qos-ch/slf4j - Simple Logging Facade for Java
+-
+linkedin/parseq - Asynchronous Java made easier
+-
+leventov/Koloboke - Java Collections till the last breadcrumb of memory and performance
+-
+caoxinyu/RedisClient - Java Redis Client GUI Tool
+-
+asLody/legend - A framework for hook java methods.
+-
+cmusphinx/sphinx4 - Pure Java speech recognition library
+-
+webx/citrus - Java-based Web Framework for Alibaba Group
+-
+write2munish/Akka-Essentials - Java/Scala Examples from the book - Akka Essentials
+-
+droolsjbpm/optaplanner - Java planning engine: OptaPlanner optimizes business resource scheduling and planning.
+-
+auth0/java-jwt - Java implementation of JSON Web Token (JWT)
+-
+real-logic/Agrona - High Performance data structures and utility methods for Java and C++
+-
+ysc/QuestionAnsweringSystem - QuestionAnsweringSystem是一个Java实现的人机问答系统,能够自动分析问题并给出候选答案。
+-
+Sable/soot - Soot - A Java optimization framework
+-
+kenglxn/QRGen - a simple QRCode generation api for java built on top ZXING
+-
+fesh0r/fernflower - Unofficial mirror of FernFlower Java decompiler (All pulls should be submitted upstream)
+-
+scouter-project/scouter - Scouter is an open source APM and an open source profiler for java application like web applications on a tomcat .
+-
+b3log/symphony - 🎶 A real-time community forum written in Java. Java 实时社区论坛。
+-
+square/haha - Java library to automate the analysis of Android heap dumps.
+-
+javamelody/javamelody - JavaMelody : monitoring of JavaEE applications
+-
+graphql-java/graphql-java - GraphQL Java implementation
+-
+docker-java/docker-java - Java Docker API Client
+-
+jclouds/legacy-jclouds - jclouds is an open source library that helps you get started in the cloud and reuse your java development skills. Our api allows you to freedom to use portable abstractions or cloud-specific features. We support many clouds including Amazon, VMWare, Azure, and Rackspace.
+-
+fusesource/mqtt-client - A Java MQTT Client
+-
+line/armeria - Asynchronous RPC/API client/server library built on top of Java 8, Netty 4.1, HTTP/2, and Thrift
+-
+google/google-http-java-client - Google HTTP Client Library for Java
+-
+promeG/TinyPinyin - 适用于Java和Android的快速、低内存占用的汉字转拼音库。
+-
+decebals/pippo - Micro Java Web Framework
+-
+tizionario/AndroidDrawableFactory - A Java Application to create appropriate Drawable resources for your Android application
+-
+mttkay/signpost - A light-weight client-side OAuth library for Java
+-
+JSQLParser/JSqlParser - JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern
+-
+AxonFramework/AxonFramework - High Performance and Scalability framework for Java
+-
+oldmanpushcart/greys-anatomy - Java诊断工具
+-
+spring-projects/spring-data-book - Spring Data - The Definitive Guide - Modern Data Access for Enterprise Java Developers
+-
+advantageous/qbit - The Java microservice lib. QBit is a reactive programming lib for building microservices - JSON, HTTP, WebSocket, and REST. QBit uses reactive programming to build elastic REST, and WebSockets based cloud friendly, web services. SOA evolved for mobile and cloud. ServiceDiscovery, Health, reactive StatService, events, Java idiomatic reactive programming for Microservices.
+-
+spring-projects/spring-roo - Spring Roo is a next-generation rapid application development tool for Java developers. It focuses on higher productivity, stock-standard Java APIs, high usability, avoiding engineering trade-offs and facilitating easy Roo removal.
+-
+methusalah/OpenRTS - Real-Time Strategy game 3D engine coded in java 7
+-
+HotswapProjects/HotswapAgent - Java unlimited redefinition of classes at runtime.
+-
+neuland/jade4j - a jade implementation written in Java
+-
+relayrides/pushy - A Java library for sending APNs (iOS/OS X/Safari) push notifications
+-
+sword-org/wechat4j - wechat4j is wechat(weixin) develop framework for java 微信开发框架JAVA版,最简单易用微信开发框架
+-
+jfaster/mango - Distributed ORM Framework for Java
+-
+restlet/restlet-framework-java - Leading RESTful web API framework for Java
+-
+ramswaroop/jbot - Make Slack, Facebook and Twitter Bots in Java in minutes.
+-
+jaredsburrows/android-gradle-java-app-template - Gradle + Android Studio + Robolectric + Espresso + Mockito + EasyMock/PowerMock + JaCoCo
+-
+4thline/cling - UPnP/DLNA library for Java and Android
+-
+google/google-api-java-client - Google APIs Client Library for Java
+-
+JeffLi1993/java-core-learning-example - 关于Java核心技术学习积累的例子,是初学者及核心技术巩固的最佳实践。
+-
+zeromq/jzmq - Java binding for ZeroMQ
+-
+la-team/light-admin - [PoC] Pluggable CRUD UI library for Java web applications
+-
+deathmarine/Luyten - An Open Source Java Decompiler Gui for Procyon
+-
+bootique/bootique - Bootique is a minimally opinionated platform for modern runnable Java apps.
+-
+jbake-org/jbake - Java based open source static site/blog generator for developers & designers.
+-
+marytts/marytts - MARY TTS -- an open-source, multilingual text-to-speech synthesis system written in pure java
+-
+guardianproject/android-ffmpeg-java - Android Java wrapper around ffmpeg command line binary
+-
+openzipkin/brave - Java distributed tracing implementation compatible with Zipkin back-end services.
+-
+JorenSix/TarsosDSP - A Real-Time Audio Processing Framework in Java
+-
+wwadge/bonecp - BoneCP is a Java JDBC connection pool implementation that is tuned for high performance by minimizing lock contention to give greater throughput for your applications. It beats older connection pools such as C3P0 and DBCP but SHOULD NOW BE CONSIDERED DEPRECATED in favour of HikariCP.
+-
+boonproject/boon - Simple opinionated Java for the novice to expert level Java Programmer. Low Ceremony. High Productivity.
+-
+killme2008/xmemcached - High performance, easy to use multithreaded memcached client in java.
+-
+infinitest/infinitest - A Continuous Test Runner for Java
+-
+h2database/h2database - H2 is an embeddable RDBMS written in Java.
+-
+dustin/java-memcached-client - A simple, asynchronous, single-threaded memcached client written in java.
+-
+airlift/airline - Java annotation-based framework for parsing Git like command line structures
+-
+coobird/thumbnailator - Thumbnailator - a thumbnail generation library for Java
+-
+wsieroci/audiorecognizer - Shazam in Java
+-
+eclipsesource/J2V8 - Java Bindings for V8
+-
+JustinSDK/JavaSE6Tutorial - Java SE 6 技術手冊
+-
+square/pollexor - Java client for the Thumbor image service which allows you to build URIs in an expressive fashion using a fluent API.
+-
+aimacode/aima-java - Java implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
+-
+googlemaps/google-maps-services-java - Java client library for Google Maps API Web Services
+-
+ysc/word - Java分布式中文分词组件 - word分词
+-
+prefuse/Prefuse - Prefuse is a set of software tools for creating rich interactive data visualizations in the Java programming language. Prefuse supports a rich set of features for data modeling, visualization, and interaction. It provides optimized data structures for tables, graphs, and trees, a host of layout and visual encoding techniques, and support for animation, dynamic queries, integrated search, and database connectivity.
+-
+LWJGL/lwjgl - [LEGACY] LWJGL 2.X - The Lightweight Java Game Library.
+-
+mgarin/weblaf - WebLaF - Java Look and Feel library for cross-platform Swing applications
+-
+spring-projects/spring-data-neo4j - Provides support to increase developer productivity in Java when using the neo4j graph database. Uses familiar Spring concepts such as a template classes for core API usage and provides an annotation based programming model using AspectJ
+-
+pires/android-obd-reader - Android OBD-II Reader application that uses pure OBD-II PID's Java API.
+-
+liyiorg/weixin-popular - 微信公众平台 Java SDK
+-
+allwefantasy/ServiceFramework - Java MVC framework, agile, fast, rich domain model, made especially for server side of mobile application (一个敏捷,快速,富领域模型的Java MVC 框架,专为 移动应用后端量身定做)
+-
+mpatric/mp3agic - A java library for reading mp3 files and reading / manipulating the ID3 tags (ID3v1 and ID3v2.2 through ID3v2.4).
+-
+bguerout/jongo - Query in Java as in Mongo shell
+-
+hekailiang/squirrel - squirrel-foundation is a State Machine library, which provided a lightweight, easy use, type safe and programmable state machine implementation for Java.
+-
+RoaringBitmap/RoaringBitmap - A better compressed bitset in Java
+-
+ftomassetti/effectivejava - Run queries on your Java code to check if it meets the criteria suggested by the book Effective Java. And some others.
+-
+EsotericSoftware/reflectasm - High performance Java reflection
+-
+caelum/vraptor - Simple Java Web MVC Framework
+-
+paoding-code/paoding-rose - paoding-rose 提供最好用的Java Web应用整体性框架。
+-
+matyb/java-koans - A framework and lessons to learn java syntax and idioms in a logical sequence.
+-
+protostuff/protostuff - Java serialization library, proto compiler, code generator
+-
+restfb/restfb - RestFB is a simple and flexible Facebook Graph API client written in Java.
+-
+google/re2j - linear time regular expression matching in Java
+-
+psiegman/epublib - a java library for reading and writing epub files
+-
+andsel/moquette - Java MQTT lightweight broker
+-
+my2iu/Jinq - LINQ-style queries for Java 8
+-
+davidmoten/rtree - Immutable in-memory R-tree and R*-tree implementations in Java with reactive api
+-
+decebals/pf4j - Plugin Framework for Java (PF4J)
+-
+btraceio/btrace - BTrace - a safe, dynamic tracing tool for the Java platform
+-
+libgdx/ashley - A Java entity system inspired by Ash & Artemis.
+-
+davidmoten/rxjava-jdbc - Efficient execution and functional composition of database calls using jdbc and rx-java Observables
+-
+mitreid-connect/OpenID-Connect-Java-Spring-Server - An OpenID Connect reference implementation in Java on the Spring platform.
+-
+spring-projects/spring-data-redis - Provides support to increase developer productivity in Java when using Redis, a key-value store. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
+-
+biezhi/wechat-robot - 😐 Wechat robot for Java
+-
+MachinePublishers/jBrowserDriver - A programmable, embedded web browser driver compatible with the Selenium WebDriver spec -- fast, headless, WebKit-based, 100% pure Java, and no browser dependencies
+-
+haraldk/TwelveMonkeys - TwelveMonkeys ImageIO: Additional plug-ins and extensions for Java's ImageIO
+-
+PebbleTemplates/pebble - Java Template Engine
+-
+awaitility/awaitility - Awaitility is a small Java DSL for synchronizing asynchronous operations
+-
+restx/restx - RESTX, the lightweight Java REST framework
+-
+codenameone/CodenameOne - Write once run anywhere native mobile apps using a subset of Java 8
+-
+codeborne/selenide - Concise UI Tests with Java!
+-
+shopizer-ecommerce/shopizer - Shopizer java e-commerce software
+-
+javalite/activejdbc - ActiveJDBC is a fast and lean Java ORM
+-
+google/FreeBuilder - Automatic generation of the Builder pattern for Java 1.6+
+-
+amaembo/streamex - Enhancing Java 8 Streams
+-
+eBay/parallec - Fast Parallel Async HTTP/SSH/TCP/UDP/Ping Client Java Library. Aggregate 10,000 APIs & send anywhere in 20 lines of code. Ping/HTTP Calls 8000 servers in 12 seconds. (Akka) www.parallec.io
+
+-
+SpoutDev/Spout - Open source, multithreaded, voxel game engine and platform, written in Java.
+-
+OfficeDev/ews-java-api - A java client library to access Exchange web services. The API works against Office 365 Exchange Online as well as on premises Exchange.
+-
+larsga/Duke - Duke is a fast and flexible deduplication engine written in Java
+-
+huaban/jieba-analysis - 结巴分词(java版)
+-
+winder/Universal-G-Code-Sender - A Java based GRBL compatible cross-platform G-Code sender.
+-
+ObjectLayout/ObjectLayout - Java classes designed with optimizable object layout in mind
+-
+ddf/Minim - A Java audio library, designed to be used with Processing.
+-
+bytedeco/javacpp-presets - The missing bridge between Java and native C++ libraries
+-
+banq/jdonframework - DDD CQRS EventSourcing framework for Java
+-
+caprica/vlcj - Java framework for the vlc media player
+-
+mabe02/lanterna - Java library for creating text-based GUIs
+-
+devnied/EMV-NFC-Paycard-Enrollment - A Java library used to read and extract data from NFC EMV credit cards (Android/PCSC).
+-
+AndroidDeveloperLB/AndroidJniBitmapOperations - Allows to perform various simple operations on bitmaps via JNI , while also providing some protection against OOM using the native Java environment on Android
+-
+lukeFalsina/Grab-n-Run - Grab’n Run, a simple and effective Java Library for Android projects to secure dynamic code loading.
+-
+centic9/jgit-cookbook - Provides examples and code snippets for the JGit Java Git implementation
+-
+JabRef/jabref - Graphical Java application for managing BibTeX and Biblatex (.bib) databases
+-
+xerial/snappy-java - Snappy compressor/decompressor for Java
+-
+gresrun/jesque - An implementation of Resque in Java.
+-
+mimno/Mallet - MALLET is a Java-based package for statistical natural language processing, document classification, clustering, topic modeling, information extraction, and other machine learning applications to text.
+-
+ralfstx/minimal-json - A fast and small JSON parser and writer for Java
+-
+konsoletyper/teavm - Compiler of Java bytecode to JavaScript
+-
+ethereum/ethereumj - Java implementation of the Ethereum yellowpaper
+-
+mitre/HTTP-Proxy-Servlet - Smiley's HTTP Proxy implemented as a Java servlet
+-
+samskivert/jmustache - A Java implementation of the Mustache templating language.
+-
+mikiobraun/jblas - Linear Algebra for Java
+-
+itext/itextpdf - Core Java Library + PDF/A, xtra and XML Worker
+-
+tozny/java-aes-crypto - A simple Android class for encrypting & decrypting strings, aiming to avoid the classic mistakes that most such classes suffer from.
+-
+kungfoo/geohash-java - Implementation of GeoHashes in java. We try to be/stay compliant to the spec, as far as possible.
+-
+guoguibing/librec - LibRec: A Java Library for Recommender Systems, see
+-
+FabianTerhorst/FastLayout - Generates a Java Object for your xml layout to reduce inflate time to zero
+-
+jbellis/jamm - Java Agent for Memory Measurements
+-
+bcgit/bc-java - Bouncy Castle Java Distribution (Mirror)
+-
+mahmoudparsian/data-algorithms-book - MapReduce, Spark, Java, and Scala for Data Algorithms Book
+-
+jbox2d/jbox2d - a 2d Java physics engine, native java port of the C++ physics engines Box2D and LiquidFun
+-
+twitter/cloudhopper-smpp - Efficient, scalable, and flexible Java implementation of the Short Messaging Peer to Peer Protocol (SMPP)
+-
+locationtech/spatial4j - A Geospatial Library for Java
+-
+lwhite1/tablesaw - Data science in Java - the easy way
+-
+JakeWharton/flip-tables - Because pretty-printing text tables in Java should be easy.
+-
+fusesource/jansi - Jansi is a small java library that allows you to use ANSI escape sequences to format your console output which works even on windows.
+-
+WhisperSystems/libsignal-protocol-java - Signal Protocol library for Java/Android
+-
+martylamb/nailgun - Nailgun is a client, protocol, and server for running Java programs from the command line without incurring the JVM startup overhead.
+-
+SQiShER/java-object-diff - Library to diff and merge Java objects with ease
+-
+carrotsearch/hppc - High Performance Primitive Collections for Java
+-
+TakahikoKawasaki/nv-websocket-client - High-quality WebSocket client implementation in Java.
+-
+RichardWarburton/java-8-lambdas-exercises - Exercises and Answers for Java 8 Lambdas book
+-
+tillnagel/unfolding - A library to create interactive maps and geovisualizations in Processing and Java
+-
+MyCollab/mycollab - An open source, free, high performance, stable and secure Java Application Business Platform of Project Management, CRM and Document
+-
+jnr/jnr-ffi - Java Abstracted Foreign Function Layer
+-
+bobbylight/RSyntaxTextArea - A syntax highlighting, code folding text editor for Java Swing applications.
+-
+anismiles/websocket-android-phonegap - This is a Java library that implements Websockt API (Draft-75/76) for Android platform. Library uses java.nio.* packages for efficient non-blocking evented behavior. It easily gets integrated with Phonegap framework.
+-
+linkedin/URL-Detector - A Java library to detect and normalize URLs in text
+-
+caelum/vraptor4 - A Java web MVC action-based framework
+-
+kohsuke/github-api - Java API for GitHub
+-
+anshooarora/extentreports-java - Open-source reports API for Java
+-
+foxinmy/weixin4j - (微信开发工具包)weixin sdk for java
+-
+peter-lawrey/Java-Thread-Affinity - Control thread affinity for Java
+-
+timmolter/XChart - XChart is a light weight Java library for plotting data.
+-
+jonfhancock/JsonToJava - I was fed up with writing Java classes to mirror json models. So I wrote this Java app to automate the process.
+-
+Hive2Hive/Hive2Hive - Java library for secure, distributed, P2P-based file synchronization and sharing.
+-
+graphhopper/jsprit - jsprit is a java based, open source toolkit for solving rich vehicle routing problems
+-
+briandilley/jsonrpc4j - JSON-RPC for Java
+-
+alibaba/transmittable-thread-local - 🐙 A simple 0-dependency java lib for transmitting ThreadLocal value between threads even using thread pool.
+-
+npgall/cqengine - Ultra-fast SQL-like queries on Java collections
+-
+tcurdt/jdeb - This library provides an Ant task and a Maven plugin to create Debian packages from Java builds in a truly cross platform manner.
+-
+giltene/jHiccup - jHiccup is a non-intrusive instrumentation tool that logs and records
+-
+googleglass/mirror-quickstart-java - Google Mirror API's Quickstart for Java
+-
+eventsourcing/es4j - Business event capture and querying framework for Java
+-
+caplogic/Mappedbus - A library for low latency IPC between multiple Java processes/JVMs. http://mappedbus.io
+
+-
+j256/ormlite-core - Core ORMLite functionality that provides Java ORM in conjunction with ormlite-jdbc or ormlite-android.
+-
+vbauer/jackdaw - Java Annotation Processor which allows to simplify development
+-
+zheludkovm/LinuxJavaFixes - LinuxJavaFixes
+-
+wro4j/wro4j - Free and Open Source Java project which brings together almost all the modern web tools: JsHint, CssLint, JsMin, Google Closure compressor, YUI Compressor, UglifyJs, Dojo Shrinksafe, Css Variables Support, JSON Compression, Less, Sass, CoffeeScript and much more. In the same time, the aim is to keep it as simple as possible and as extensible as possible in order to be easily adapted to application specific needs.
+-
+scream3r/java-simple-serial-connector - Official jSSC (Java Simple Serial Connector) repository
+-
+kwhat/jnativehook - Global keyboard and mouse listeners for Java.
+-
+joestelmach/natty - Java natural language date parser
+-
+jimwebber/neo4j-tutorial - A koan-style tutorial in Java for Neo4j
+-
+peter-lawrey/HugeCollections-OLD - Huge Collections for Java using efficient off heap storage
+-
+googlesamples/tango-examples-java - Example projects for Project Tango Java API
+-
+lessthanoptimal/BoofCV - Fast computer vision library written entirely in Java.
+-
+0opslab/utils - Java utils
+-
+marhan/effective-java-examples - Source code to the book "Effective Java Second Edition" created by Joshua Bloch
+-
+laforge49/JActor - Actors for Java
+-
+JackJiang2011/beautyeye - BeautyEye is a Java Swing cross-platform look and feel.
+-
+stoicflame/enunciate - Build-time enhancement tool for Java-based Web services projects
+-
+dain/snappy - Port of Snappy to Java
+-
+jOOQ/jOOX - jOOX - The Power of jQuery Applied to W3C DOM Like JDBC, DOM is a powerful, yet very verbose low-level API to manipulate XML. The HTML DOM an be manipulated with the popular jQuery product, in JavaScript. Why don't we have jQuery in Java? jOOX is jQuery's XML parts, applied to Java.
+-
+pubnub/java - PubNub Java-based APIs for core Java, Android
+-
+jooby-project/jooby - Scalable, fast and modular micro web framework for Java
+-
+jankotek/JDBM3 - Embedded Key Value Java Database
+-
+lkuza2/java-speech-api - The J.A.R.V.I.S. Speech API is designed to be simple and efficient, using the speech engines created by Google to provide functionality for parts of the API. Essentially, it is an API written in Java, including a recognizer, synthesizer, and a microphone capture utility. The project uses Google services for the synthesizer and recognizer. While this requires an Internet connection, it provides a complete, modern, and fully functional speech API in Java.
+-
+DiUS/java-faker - Brings the popular ruby faker gem to Java
+-
+alkacon/opencms-core - The Java open source content management system by Alkacon Software
+-
+android10/arrow - Arrow is Lightweight library toolbox for Java and Android Development.
+-
+mediarain/RoboCoP - Pure Java code generation tool for generating a fully functional ContentProvider for Android.
+-
+dotCMS/core - Source Code for dotCMS Java Enterprise Content Management System
+-
+cucumber/cuke4duke - Cucumber support for the JVM: Java, Scala, Groovy, Clojure, Ioke, Javascript, Spring, Guice, PicoContainer, WebDriver, Ant and Maven
+-
+RUB-NDS/TLS-Attacker - TLS-Attacker is a Java-based framework for analyzing TLS libraries. It is developed by the Ruhr University Bochum (http://nds.rub.de/) and the Hackmanit GmbH (http://hackmanit.de/).
+-
+MagnusS/Java-BloomFilter - A stand-alone Bloom filter implementation written in Java
+-
+beders/Resty - Tiny REST client for Java and JSON.
+-
+xetorthio/johm - JOhm is a Object-hash mapping library for Java for storing objects in Redis
+-
+jmrapp1/TerraLegion - A clone of the popular game, Terraria. Developed using Java and the LibGDX framework with an aim to run the game efficiently and smoothly on Android devices.
+-
+rubenlagus/TelegramBots - Java library to create bots using Telegram Bots API
+-
+shyiko/mysql-binlog-connector-java - MySQL Binary Log connector
+-
+apache/isis - Apache Isis™ software is a framework for rapidly developing domain-driven apps in Java. Write your business logic in entities, domain services or view models, and the framework dynamically generates a representation of that domain model as a webapp or as a RESTful API. For prototyping or production.
+-
+patric-r/jvmtop - Java monitoring for the command-line, profiler included
+-
+JodaOrg/joda-money - Java library to represent monetary amounts.
+-
+basho/riak-java-client - The Riak client for Java.
+-
+udacity/ud867 - Course code repository for Gradle for Android and Java
+-
+javafx-maven-plugin/javafx-maven-plugin - Maven plugin for JavaFX
+-
+stevensouza/automon - Automon combines the power of AOP (AspectJ) with monitoring or logging tools you already use to declaratively monitor your Java code, the JDK, and 3rd party libraries.
+-
+java-decompiler/jd-eclipse - A Java Decompiler Eclipse plugin
+-
+wg/scrypt - Java implementation of scrypt
+-
+vigna/fastutil - fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues.
+-
+hrldcpr/pcollections - A Persistent Java Collections Library
+-
+jcabi/jcabi-aspects - Collection of AOP/AspectJ Java Aspects
+-
+cincheo/jsweet - A Java to JavaScript transpiler.
+-
+Azure/azure-sdk-for-java - Azure Management Libraries for Java
+-
+Netflix/denominator - Portably control DNS clouds using java or bash
+-
+INRIA/spoon - Spoon is a library for analyzing, rewriting, transforming Java source code. It parses source files to build a well-designed AST with powerful analysis and transformation API. It fully supports Java 8. 🍻 ✨
+
+-
+alphazero/jredis - Java Client and Connectors for Redis
+-
+spullara/redis-protocol - Java client and server implementation of Redis
+-
+handsomezhou/PinyinSearchLibrary - Provide data analysis methods, data matching method and so on for T9 pinyin search and Qwerty pinyin search in Java. The project demonstrates contacts search on android.
+-
+uniVocity/univocity-parsers - uniVocity-parsers is a suite of extremely fast and reliable parsers for Java. It provides a consistent interface for handling different file formats, and a solid framework for the development of new parsers.
+-
+OpenHFT/Java-Thread-Affinity - Java Thread Affinity library
+-
+bartdag/py4j - Py4J enables Python programs to dynamically access arbitrary Java objects
+-
+lukehutch/fast-classpath-scanner - Uber-fast, ultra-lightweight Java classpath scanner.
+-
+jcip/jcip.github.com - Java Concurrency in Practice
+-
+EasyRules/easyrules - The simple, stupid Java rules engine
+-
+tg123/leetcode - leetcode Solutions.java 250 / 269 (Algorithms)
+-
+ZhaoKaiQiang/JianDanRxJava - 使用Rxjava重构煎蛋高仿
+-
+skadistats/clarity - Comically fast Java Dota 2 replay parser.
+-
+Atmosphere/nettosphere - A Java WebSocket/HTTP server based on the Atmosphere and Netty Framework
+-
+arun-gupta/microservices - Java EE and Microservices
+-
+rometools/rome - ROME is Java framework for RSS and Atom feeds
+-
+togglz/togglz - Feature Flags for the Java platform
+-
+kamranzafar/JCL - Jar Class Loader, a configurable and dynamic custom classloader designed to create, manage and manipulate isolated Java classloaders in IoC frameworks and web applications.
+-
+find-sec-bugs/find-sec-bugs - The FindBugs plugin for security audits of Java web applications and Android applications. (Also work with Scala projects)
+-
+cping/LGame - This is free 2d game development framework(Java Game Engine), support JavaSE/Android/IOS/WP7/HTML5/PSM/Linux/MAC/Windows and Default support Ripple protocol
+-
+weld/core - Weld, including integrations for Servlet containers and Java SE, examples and documentation
+-
+jamesagnew/hapi-fhir - HAPI FHIR - Java API for HL7 FHIR Clients and Servers
+-
+vkostyukov/la4j - Linear Algebra for Java
+-
+paypal/PayPal-Java-SDK - Java SDK for PayPal RESTful APIs
+-
+mkarneim/pojobuilder - A Java Code Generator for Pojo Builders
+-
+rabbitmq/rabbitmq-java-client - RabbitMQ Java client
+-
+OpenHFT/Java-Lang - Java Language support
+-
+nurkiewicz/async-retry - Asynchronous retrying for Java 7/8
+-
+ahmetalpbalkan/orman - lightweight and minimalist ORM for Java/Android. works with SQLite & MySQL. (not actively maintained)
+-
+pac4j/play-pac4j - Security library for Play framework 2 in Java and Scala
+-
+oxo42/stateless4j - Lightweight Java State Machine
+-
+twilio/twilio-java - A Java library for communicating with the Twilio REST API and generating TwiML.
+-
+shiffman/Most-Pixels-Ever-Processing - The Most Pixels Ever is an open-source Java and C++ framework for spanning Processing sketches and openFrameworks applications across multiple screens.
+-
+lemire/javaewah - A compressed alternative to the Java BitSet class
+-
+CognitiveJ/cognitivej - Cognitive Image Analysis for Java
+-
+lemire/JavaFastPFOR - A simple integer compression library in Java
+-
+google/google-oauth-java-client - Google OAuth Client Library for Java
+-
+RuedigerMoeller/kontraktor - distributed Actors for Java 8 http://ruedigermoeller.github.io/kontraktor/
+
+-
+NLPchina/Word2VEC_java - word2vec java版本的一个实现
+-
+zhiyuncloud/aixuexiao - 一个基于SAE Java平台的微信平台公众帐号应用例子(使用Spring/SpringMVC/MyBatis框架)详情访问:http://aixuexiao.sinaapp.com
+
+-
+stephanenicolas/toothpick - A scope tree based Dependency Injection (DI) library for Java
+-
+poetix/protonpack - Stream utilities for Java 8
+-
+helun/Ektorp - Java API for CouchDB
+-
+fommil/matrix-toolkits-java - 🚀 High Performance Linear Algebra OOP
+-
+tumblr/jumblr - Tumblr API v2 Java Client
+-
+ThreeTen/threetenbp - Backport of functionality based on JSR-310 to Java SE 6 and 7. This is NOT an implementation of JSR-310.
+-
+korhner/asciimg - An ascii image generator written in Java.
+-
+vimeo/stag-java - Speedy Type Adapter Generation
+-
+sachin-handiekar/jInstagram - A Java library for the Instagram API.
+-
+cloudfoundry/java-buildpack-auto-reconfiguration - Auto-reconfiguration functionality for the Java Buildpack
+-
+demitsuri/smali2java - smali 2 java conversion tool
+-
+careermonk/DataStructureAndAlgorithmsMadeEasyInJava - Data Structure And Algorithms Made Easy In Java
+-
+yegor256/takes - True Object-Oriented and Immutable Java Web Framework
+-
+structurizr/java - Structurizr for Java
+-
+pires/obd-java-api - OBD-II Java API
+-
+kaitoy/pcap4j - A Java library for capturing, crafting, and sending packets.
+-
+draptik/angulardemorestful - AngularJs intro: Focusing on the REST part with examples in java, nodejs and even dotnet ;-)
+-
+vdurmont/emoji-java - The missing emoji library for Java ❤️
+
+-
+openstreetmap/osmosis - Osmosis is a command line Java application for processing OSM data.
+-
+firebase/geofire-java - GeoFire for Java - Realtime location queries with Firebase
+-
+glung/redux-java - The java version of Redux : a predictable state container for apps.
+-
+atlassian/commonmark-java - Java implementation of CommonMark, a specification of the Markdown format
+-
+zkoss/zk - ZK is a highly productive Java framework for building amazing enterprise web and mobile applications
+-
+flaxsearch/luwak - A java library for stored queries
+-
+fangyidong/json-simple - A simple Java toolkit for JSON. You can use json-simple to encode or decode JSON text.
+-
+roundrop/facebook4j - A most easily usable Facebook API wrapper in Java.
+-
+niranjan94/show-java - An apk decompiler for android.
+-
+cowtowncoder/java-uuid-generator - Java Uuid Generator (JUG) is a library for generating all (3) types of UUIDs on Java. See (http://github.com/tlaukkan/mono-uuid-generator) for C#-based sister project!
+-
+zsoltherpai/feather - Lightweight dependency injection for Java and Android (JSR-330)
+-
+kstyrc/embedded-redis - Redis embedded server for Java integration testing
+-
+3pillarlabs/socialauth - Java Library for authentication, getting profile, contacts and updating status on Google, Yahoo, Facebook, Twitter, LinkedIn, and many more providers
+-
+youxin11544/MVP-RxJava-Hybride - This is an Android MVP model good architecture design,Which also inherited the Android architecture and HTML 5 interaction。(这是一个Android MVP模型良好的架构设计,同时也做了Android和HTML 5交互架构,用到了RxJava+Retrofit+MVP+泛型缩减mvp+模板模式+命令模式+观察者模式+管理者模式 +简单工厂模式)
+-
+trautonen/coveralls-maven-plugin - Maven plugin for submitting Java code coverage reports to Coveralls web service.
+-
+Codearte/jfairy - Java fake data generator
+-
+Mach5/supersonic - Open-source web-based media streamer and jukebox fork of Subsonic. Supports MP3, OGG, AAC and other streamable audio and video formats. Runs on Windows, GNU/Linux and Mac using Java.
+-
+looly/hutool - A java tools make it easy to code
+-
+broadinstitute/picard - A set of command line tools (in Java) for manipulating high-throughput sequencing (HTS) data and formats such as SAM/BAM/CRAM and VCF.
+-
+Beh01der/EasyFlow - EasyFlow - Simple and lightweight Finite State Machine for Java
+-
+stripe/stripe-java - Stripe Java bindings
+-
+simplenlg/simplenlg - Java API for Natural Language Generation. Originally developed at the University of Aberdeen's Department of Computing Science. This git repo is the official SimpleNLG version.
+-
+airlift/slice - Java library for efficiently working with heap and off-heap memory
+-
+jpush/jpush-api-java-client - JiGuang's officially supported Java client library for accessing JPush APIs. 极光官方支持的 Java 版本服务器端 SDK。
+-
+dblock/waffle - Enable drop-in Windows Single Sign On for popular Java web servers.
+-
+Nike-Inc/wingtips - WingTips is a distributed tracing solution for Java based on the Google Dapper paper.
+-
+donpark/identicon - Original Identicon java and canvas implementations
+-
+opensagres/xdocreport - XDocReport means XML Document reporting. It's Java API to merge XML document created with MS Office (docx) or OpenOffice (odt), LibreOffice (odt) with a Java model to generate report and convert it if you need to another format (PDF, XHTML...).
+-
+testcontainers/testcontainers-java - TestContainers is a Java 8 library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
+-
+axet/vget - YouTube/Vimeo Video Download Java Library
+-
+awslabs/aws-config-rules - [Node, Python, Java] Repository of sample Custom Rules for AWS Config.
+-
+asterisk-java/asterisk-java - The free Java library for Asterisk PBX integration.
+-
+getsentry/raven-java - A Sentry client for Java and other JVM languages.
+-
+bazaarvoice/jolt - JSON to JSON transformation library written in Java.
+-
+mulesoft/raml-for-jax-rs - This project is all about two way transformation of JAX-RS-annotated Java code to RAML API description and back.
+-
+hunterhacker/jdom - Java manipulation of XML made easy
+-
+Esri/geometry-api-java - The Esri Geometry API for Java enables developers to write custom applications for analysis of spatial data. This API is used in the Esri GIS Tools for Hadoop and other 3rd-party data processing solutions.
+-
+agoncal/agoncal-application-petstore-ee6 - A Java Petstore using the Java EE 6
+-
+grundid/nfctools - nfctools library for Java
+-
+BlitzKraig/AndroidResizer - Java Desktop app to resize XXXHDPI (or lower) images and sort them into folders automatically.
+-
+Backblaze/JavaReedSolomon - Backblaze Reed-Solomon Implementation in Java
+-
+apereo/java-cas-client - Apereo Java CAS Client
+-
+sanity/quickml - A fast and easy to use decision tree learner in java
+-
+influxdata/influxdb-java - Java client for InfluxDB
+-
+maxmind/GeoIP2-java - Java API for GeoIP2 webservice client and database reader
+-
+kaaes/spotify-web-api-android - A wrapper for Spotify Web API. It uses Retrofit to create Java interfaces from API endpoints
+-
+couchbase/couchbase-java-client - The official Java client for Couchbase Server
+-
+jitsi/libjitsi - Advanced Java media library for secure real-time audio/video communication.
+-
+EdwardRaff/JSAT - Java Statistical Analysis Tool, a Java library for Machine Learning
+-
+asciidoctor/asciidoctorj - ☕ Java bindings for Asciidoctor. Asciidoctor on the JVM!
+-
+jiecao-fm/hashids-java - Impelement Hashids latest v1.0.0
+-
+jeremyh/jBCrypt - A Java implementation of OpenBSD's Blowfish password hashing code
+-
+bwaldvogel/liblinear-java - Java version of LIBLINEAR
+-
+wg/lettuce - Scalable Java Redis client
+-
+arthurblake/log4jdbc - log4jdbc is a Java JDBC driver that can log SQL and/or JDBC calls (and optionally SQL timing information) for other JDBC drivers using the Simple Logging Facade For Java (SLF4J) logging system.
+-
+uklimaschewski/EvalEx - EvalEx is a handy expression evaluator for Java, that allows to evaluate simple mathematical and boolean expressions.
+-
+mono/sharpen - Sharpen is an Eclipse plugin created by db4o that allows you to convert your Java project into c#
+-
+ewolff/microservice - Sample of a Microservice setup for my book. Based on Spring Cloud / Netflix / Java / Docker / Docker Compose / Docker Machine / Vagrant
+-
+evernote/evernote-sdk-java - Evernote SDK for Java
+-
+EsotericSoftware/yamlbeans - Java object graphs, to and from YAML automatically
+-
+davidar/lljvm - Low Level Java Virtual Machine
+-
+Baqend/Orestes-Bloomfilter - Library of different Bloom filters in Java with optional Redis-backing, counting and many hashing options.
+-
+rythmengine/rythmengine - A "Razor" like, rich featured, high performance and easy to use Java template engine
+-
+cloudsec/ajvm - A hobby jvm, just want to know how a java virtual machine works.
+-
+yanzhenjie/AndServer - Android端搭建简单的Http服务器的框架,傻瓜式构建,和Java的Servlet一样。
+-
+movisens/SmartGattLib - SmartGattLib is a Java library that simplifies the work with Bluetooth SMART devices
+-
+rehacktive/waspdb - key/value data storage library for Android, pure java and encrypted
+-
+MoriTanosuke/glacieruploader - A simple java command line application for Amazon Glacier
+-
+elastic/elasticsearch-metrics-reporter-java - Metrics reporter, which reports to elasticsearch
+-
+cloudfoundry/cf-java-client - Java Client Library for Cloud Foundry
+-
+RamosLi/dbay-apns-for-java - High performance Java client for APNS(Apple Push Notification Service)
+-
+julianhyde/linq4j - A port of LINQ (Language-Integrated Query) to Java
+-
+jsonld-java/jsonld-java - JSON-LD implementation for Java
+-
+abel533/ECharts - 这是一个针对ECharts2.x版本的Java类库,实现了所有ECharts中的Json结构对应的Java对象,并且可以很方便的创建Option,Series等
+-
+pepibumur/emojize - Emojize is a Java library to convert keyboard emojis to chearsheet emojis
+-
+grossopa/weixin-mp-java - 基于Java,Spring,Maven实现的微信公众平台一整套代码,从前端Controller到后端的Dao的实现
+-
+robert-bor/aho-corasick - Java implementation of the Aho-Corasick algorithm for efficient string matching
+-
+daveclayton/json-patch - An RFC 6902 (JSON Patch) and reverse, plus RFC 7386 (JSON Merge Patch), implementation in Java using Jackson (2.2.x)
+-
+chenssy89/jutils - jutils,通用的Java工具类,主要包括基础工具类(时间、正则表达式、字符串、随机数等等),excel解析生成、word解析生成、文件操作、图片操作、敏感字、加解密等等。
+-
+javers/javers - JaVers - object auditing and diff framework for Java
+-
+JesseFarebro/android-mqtt - A simple MQTT Service that will keep running for the duration of your Android application using the Paho Java MQTT Client.
+-
+google/openrtb - OpenRTB model for Java and other languages via protobuf; Helper OpenRTB libraries for Java including JSON serialization
+-
+dcm4che/dcm4che - DICOM Implementation in JAVA
+-
+Microsoft/vsminecraft - Visual Studio extension for developing MinecraftForge mods using Java.
+-
+clun/ff4j - Feature Flipping for Java made easy
+-
+RichardWarburton/lambda-behave - A modern testing and behavioural specification framework for Java 8
+-
+perf4j/perf4j - Performance Monitoring and Statistics for Java Code
+-
+lookfirst/sardine - an easy to use webdav client for java
+-
+bodar/totallylazy - Another functional library for Java
+-
+agoncal/agoncal-book-javaee7 - Code of the future Java EE 7 Book
+-
+derive4j/derive4j - Java 8 annotation processor and framework for deriving algebraic data types constructors, pattern-matching, morphisms, (near future: optics and typeclasses)
+-
+yxjiang/algorithms - Include the common algorithm questions in leetcode, cc150 implemented in Java and Python, including test cases.
+-
+numenta/htm.java - Hierarchical Temporal Memory implementation in Java - an official Community-Driven Java port of the Numenta Platform for Intelligent Computing (NuPIC).
+-
+vRallev/OpenCV - The OpenCV Java project for Android.
+-
+qiniu/java-sdk - Qiniu Resource (Cloud) Storage SDK for Java
+-
+jezhumble/javasysmon - Manage OS processes and get cpu and memory stats cross-platform in Java.
+-
+jasonsantos/luajava - LuaJava is a scripting tool for Java. The goal of this tool is to allow scripts written in Lua to manipulate components developed in Java. LuaJava allows Java components to be accessed from Lua using the same syntax that is used for accessing Lua`s native objects, without any need for declarations or any kind of preprocessing. LuaJava also allows Java to implement an interface using Lua. This way any interface can be implemented in Lua and passed as parameter to any method, and when called, the equivalent function will be called in Lua, and it's result passed back to Java.
+-
+rcarz/jira-client - A simple JIRA REST client for Java
+-
+inspectIT/inspectIT - inspectIT is the leading Open Source APM (Application Performance Management) tool for analyzing your Java (EE) applications.
+-
+GraphChi/graphchi-java - GraphChi's Java version
+-
+chocoteam/choco-solver - An open-source Java library for Constraint Programming
+-
+AdamBien/afterburner.fx - The Opinionated Un-Framework For Java FX Applications
+-
+OpenHFT/Zero-Allocation-Hashing - Zero-allocation hashing for Java
+-
+soundcloud/java-api-wrapper - SoundCloud Java API wrapper (OAuth2 only), works on Android
+-
+opensciencemap/vtm - a vector-tile map library written in java - running on android, desktop and within the browser
+-
+sgothel/jogl - Java™ Binding for the OpenGL® API
+-
+changmingxie/tcc-transaction - tcc-transaction是TCC型事务java实现
+-
+aggregateknowledge/java-hll - Java library for the HyperLogLog algorithm
+-
+twitter/joauth - A Java library for authenticating HTTP Requests using OAuth
+-
+pholser/jopt-simple - Java library for parsing command line options
+-
+ModeShape/modeshape - ModeShape is a distributed, hierarchical, transactional, and consistent data store with support for queries, full-text search, events, versioning, references, and flexible and dynamic schemas. It is very fast, highly available, extremely scalable, and it is 100% open source and written in Java. Clients use the JSR-283 standard Java API for content repositories (aka, JCR) or ModeShape's REST API, and can query content through JDBC and SQL.
+-
+JOML-CI/JOML - A Java math library for OpenGL rendering calculations
+-
+javatuples/javatuples - Typesafe representation of tuples in Java.
+-
+fusesource/hawtdispatch - The libdispatch style API for Java and Scala
+-
+ysc/superword - Superword is a Java open source project dedicated in the study of English words analysis and auxiliary reading.
+-
+thatJavaNerd/JRAW - The Java Reddit API Wrapper
+-
+shipilev/java-object-layout - Low-level Java object layout dumpers
+-
+dropbox/dropbox-sdk-java - A Java library for the Dropbox Core API.
+-
+alibaba/java-dns-cache-manipulator - 🔍 A simple 0-dependency thread-safe lib for setting dns programmatically without touching host file, make unit/integration test portable.
+-
+yuki-lau/weibo-spider - 新浪微博爬虫,采用Java语言开发,基于HTTPClient 4.0,采用MySQL存储爬取数据,支持多进程并发执行。功能包括:爬取微博、评论、转发、关注列表(层次)。根据数据需求,持续更新...
+-
+yandex-qatools/htmlelements - Html Elements is a Java framework providing easy-to-use way of interaction with web-page elements in web-page tests.
+-
+JetBrains/xodus - JetBrains Xodus is a Java transactional schema-less embedded database used by JetBrains YouTrack and JetBrains Hub.
+-
+caoqianli/apk-parser - Apk parser lib with java
+-
+brettwooldridge/NuProcess - Low-overhead, non-blocking I/O, external Process implementation for Java
+-
+SwiftJava/SwiftJava - Swift to Java Bridge
+-
+super-csv/super-csv - A fast, programmer-friendly, free CSV library for Java
+-
+odnoklassniki/one-nio - Unconventional I/O library for Java
+-
+ning/compress - High-performance, streaming/chunking Java LZF codec, compatible with standard C LZF package
+-
+benas/random-beans - Because life is too short to generate random Java beans by hand..
+-
+x-stream/xstream - Serialize Java objects to XML and back again.
+-
+PhilipsHue/PhilipsHueSDK-Java-MultiPlatform-Android - The Software Development Kit for Philips Hue Java Mulfi-Platform and Android (beta)
+-
+OrbitzWorldwide/consul-client - Java Client for Consul HTTP API
+-
+Martin404/PayMap - Java后端实现三方支付集成支付宝(国内、国际、移动端、PC端)、微信、银联(acp、upop)、光大(网关、网页)、邮政支付
+-
+EsotericSoftware/tablelayout - Table-based layout for Java UI toolkits: libgdx, Swing, Android, TWL
+-
+daimajia/java-multithread-downloader - Java multithread download library
+-
+Codingpedia/demo-rest-jersey-spring - Project described on Codingpedia.org in the blog post: "Tutorial – REST API design and implementation in Java with Jersey and Spring"
+-
+zhanglei-workspace/shopping-management-system - 该项目为多个小项目的集合(持续更新中...)。内容类似淘宝、京东等网购管理系统以及图书管理、超市管理等系统。目的在于便于Java初级爱好者在学习完某一部分Java知识后有一个合适的项目锻炼、运用所学知识,完善知识体系。适用人群:Java基础到入门的爱好者。
+-
+hypercube1024/firefly - Firefly framework - A high performance full-stack java web framework
+-
+angelozerr/tern.java - Use tern.js in Java context
+-
+308tube/com.youtube.rest - Java restful service tutorial
+-
+pedrovgs/AndroidGameBoyEmulator - Android Game Boy Emulator written in Java
+-
+KKys/ZhiHuSpider - Java无框架实现爬取知乎用户信息、图片和知乎推荐内容并下载到本地或数据库中
+-
+indeedeng/proctor - Proctor is a Java-based A/B testing framework
+-
+ianopolous/JPC - JPC - The fast x86 PC emulator in 100% pure Java
+-
+forge/roaster - A Java Parser library that allows easy parsing and formatting of Java source files
+-
+EasyBatch/easybatch-framework - The simple, stupid batch processing framework for Java
+-
+amitshekhariitbhu/RxJava2-Android-Samples - RxJava 2 Android Examples - Migration From RxJava 1 to RxJava 2 - How to use RxJava 2 in Android
+-
+VictorAlbertos/ReactiveCache - A reactive cache for Android and Java which honors the Observable chain.
+-
+rawls238/Scientist4J - A port of Github's Refactoring tool Scientist in Java
+-
+FasterXML/java-classmate - Library for introspecting generic type information of types, member/static methods, fields. Especially useful for POJO/Bean introspection.
+-
+wso2/msf4j - WSO2 Microservices Framework for Java (MSF4J)
+-
+pure4j/pure4j - Compile-Time Purity and Immutability Semantics For The Java Language
+-
+jhunters/jprotobuf - A very useful utility library for java programmer using google protobuf
+-
+square/protoparser - Java parser for .proto schema declarations.
+-
+ScottOaks/JavaPerformanceTuning - Examples for O'Reilly & Associates Java Performance Tuning: The Definitive Guide
+-
+jesse01/WebViewJavascriptBridge - WebViewJavascriptBridge for Android
+-
+foursquare/fongo - faked out in-memory mongo for java
+-
+eclipse/paho.mqtt.java - paho.mqtt.java
+-
+woorea/openstack-java-sdk - OpenStack Java SDK
+-
+tbroyer/gradle-errorprone-plugin - Gradle plugin to use the error-prone compiler for Java
+-
+qalingo/qalingo-engine - Qalingo : B2C B2B Engine (opensource Java eCommerce mCommerce Marketplace, sync with ERP CMS CRM) (based on Spring, Hibernate, Velocity, Drools, SOLR)
+-
+davidmoten/geo - Geohash utitlies in java
+-
+reficio/soap-ws - Java library, based on Spring-WS, that enables handling SOAP on a purely XML level
+-
+Comcast/jrugged - A Java libary of robustness design patterns
+-
+watson-developer-cloud/java-sdk -
Java SDK to use the IBM Watson services. It supports Android.
+-
+MachinePublishers/ScreenSlicer - Automatic, zero-config web scraping -- written in Java, has no dependency on Java EE or app servers, and the web scraper has a restful/JSON API.
+-
+wmixvideo/nfe - Nota Fiscal Eletrônica em Java
+-
+ImangazalievM/Scripto - Java and JavaScript interaction library
+-
+timboudreau/netty-http-client - An asynchronous http client in Java, with a clean, callback-based API, using Netty 4.x
+-
+shuyo/language-detection - This is a language detection library implemented in plain Java. (aliases: language identification, language guessing)
+-
+ramswaroop/Algorithms-and-Data-Structures-in-Java - Algorithms and Data Structures in Java
+-
+nifty-gui/nifty-gui - Your Open Source Java OpenGL GUI. Interactive user interfaces for games or similar applications. LWJGL, JOGL, JME or Java2d rendering.
+-
+mongojack/mongojack - Mongojack maps Java objects to MongoDB documents. Based on the Jackson JSON mapper, Mongojack allows you to easily handle your mongo objects as POJOs (insert, search by id or by any other field, update).
+-
+google/allocation-instrumenter - A Java agent that rewrites bytecode to instrument allocation sites
+-
+CloudRail/cloudrail-si-java-sdk - Unified API Library for: Cloud Storage, Social Profiles, Payment, Email, SMS & POIs. Included services are Dropbox, Google Drive, OneDrive, Box, Facebook, GitHub, Google+, LinkedIn, Slack, Twitter, Windows Live, Yahoo, PayPal, Stripe, Mailjet, Sendgrid, Twilio, Nexmo, Google Places, Foursquare, Yelp.
+-
+zafarkhaja/jsemver - Java implementation of the SemVer Specification
+-
+RichardWarburton/slab - Offheap Java POJOs with guaranteed memory alignment
+-
+whitesock/open-replicator - Open Replicator is a high performance MySQL binlog parser written in Java. It unfolds the possibilities that you can parse, filter and broadcast the binlog events in a real time manner.
+-
+ReactiveX/RxJavaReactiveStreams - Adapter between RxJava and ReactiveStreams
+-
+ical4j/ical4j - A Java library for parsing and building iCalendar data models
+-
+UglyTroLL/Douban-Java-SDK-OAuth2 - Douban Java SDK OAuth2
+-
+nviennot/jd-core-java - Java Library for JD-Core, a java decompiler
+-
+jReddit/jReddit - 🌀 Java wrapper for Reddit API
+-
+aled/jsi - Java Spatial Index
+-
+code-disaster/steamworks4j - A thin Java wrapper to access the Steamworks API
+-
+Thomas-S-B/visualee - A maven plugin to visualize java ee projects
+-
+rchodava/datamill - A Java framework for web applications using a functional reactive style built on RxJava
+-
+GoogleCloudPlatform/google-cloud-java - Google Cloud Client Library for Java
+-
+dwrensha/capnproto-java - Cap'n Proto in pure Java
+-
+Beerkay/JavaMultiThreading - Codes with minor comments of Java Multithreading course
+-
+axet/lookup - Java OCR / Image Lookup Library
+-
+tim-group/java-statsd-client - a java statsd client library
+-
+rschreijer/lutung - Lutung - A Java Mandrill API Connector
+-
+HubSpot/jinjava - Jinja template engine for Java
+-
+easymock/objenesis - Okay, it's pretty easy to instantiate objects in Java through standard reflection. However there are many cases where you need to go beyond what reflection provides. For example, if there's no public constructor, you want to bypass the constructor code, or set final fields. There are numerous clever (but fiddly) approaches to getting around this and this library provides a simple way to get at them. You will find the official site here.
+-
+taskadapter/redmine-java-api - Redmine Java API
+-
+drrb/java-rust-example - Embedding Rust in Java
+-
+WorksApplications/icefig - Java elegant supplement
+-
+nyholku/purejavacomm - Pure Java implementation of JavaComm SerialPort
+-
+Cue/greplin-bloom-filter - Java implementation of a probabilistic set data structure
+-
+biojava/biojava - 📖🔬☕ BioJava is an open-source project dedicated to providing a Java framework for processing biological data.
+-
+spring-projects/spring-security-javaconfig - Spring Security Java Configuration Support (to be merged with spring-security-config)
+-
+optimaize/language-detector - Language Detection Library for Java
+-
+jmacglashan/burlap - Repository for the ongoing development of the Brown-UMBC Reinforcement Learning And Planning (BURLAP) java library
+-
+hprose/hprose-java - Hprose for Java
+-
+farin/JCloisterZone - Java implementation of Carcassonne board game
+-
+typetools/checker-framework - Pluggable type-checking for Java
+-
+taksan/skype-java-api - Skype API for Java, based on Skype4Java library
+-
+afollestad/bridge - A simple but powerful HTTP networking library for Android. It features a Fluent chainable API, powered by Java/Android's URLConnection classes for maximum compatibility and speed.
+-
+st-js/st-js - Main repository of Strongly-Typed Javascript - Java to Javascript transpiler
+-
+stefanbirkner/system-rules - A collection of JUnit rules for testing code which uses java.lang.System.
+-
+juniversal/juniversal - Write cross platform mobile apps, in Java
+-
+jreijn/spring-comparing-template-engines - Demo project to show different Java templating engines in combination with Spring MVC
+-
+cmzy/ZHookLib - A java method hook library for android dalvik
+-
+amzn/alexa-skills-kit-java - SDK and example code for building voice-enabled skills for the Amazon Echo.
+-
+jqno/equalsverifier - EqualsVerifier can be used in Java unit tests to verify whether the contract for the equals and hashCode methods is met.
+-
+zsxwing/leetcode-java - My Java solutions for LeetCode Online Judge.
+-
+uber-common/rave - A data model validation framework that uses java annotation processing.
+-
+t0xa/gelfj - Graylog Extended Log Format (GELF) implementation in Java and log4j appender without any dependencies.
+-
+neoremind/fluent-validator - A Java validation framework leveraging fluent interface style and JSR 303 specification
+-
+ge0rg/MemorizingTrustManager - A "plugin" for Android Java to allow asking the user about SSL certificates
+-
+tabulapdf/tabula-java - Extract tables from PDF files
+-
+sebastianbenz/Jnario - Executable specifications for Java
+-
+mikereedell/sunrisesunsetlib-java - Library for computing the sunrise/sunset from GPS coordinates and a date, in Java.
+-
+mdeverdelhan/ta4j - A Java library for technical analysis
+-
+yahoo/elide - Elide is a Java library that lets you stand up a JSON API web service with minimal effort
+-
+damnhandy/Handy-URI-Templates - A Java URI Template processor implementing RFC6570
+-
+spring-projects/spring-data-cassandra - Provides support to increase developer productivity in Java when using Cassandra. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
+-
+google/thread-weaver - A Java framework for testing multithreaded code.
+-
+evant/android-retrolambda-lombok - A modified version of lombok ast that allows lint to run on java 8 sources without error.
+-
+essiembre/eclipse-rbe - Eclipse plugin for editing Java resource bundles. Lets you manage all localized .properties files in one screen. Some features: sorted keys, warning icons on missing keys/values, conversion to/from Unicode, hierarchical view of keys, and more.
+-
+ContainX/openstack4j - A Fluent OpenStack SDK / Client Library for Java
+-
+achimala/leaguelib - Java library for the League of Legends RTMPS API (built on top of LoLRTMPSClient by Gabriel Van Eyck)
+-
+qmx/jitescript - Jitescript - Java API for Bytecode
+-
+thebuzzmedia/imgscalr - Simple Java image-scaling library implementing Chris Campbell's incremental scaling algorithm as well as Java2D's "best-practices" image-scaling techniques.
+-
+nhl/bootique - Bootique is a minimally opinionated platform for modern runnable Java apps.
+-
+NovaMods/nova-renderer - A mod to replace Minecraft's Java OpenGL2.1 renderer with a C++ OpenGL 4.5 renderer
+-
+johnlcox/motif - Scala-like pattern matching for Java 8
+-
+SidneyXu/AndroidDemoIn4Languages - Comparison among Java, Groovy, Scala, Kotlin in Android Development.
+-
+luckytoilet/MSolver - A small, self-contained minesweeper solver written in Java
+-
+jeluard/semantic-versioning - Java library relying on semver.org principles to check binary code compatibility
+-
+windy1/google-places-api-java - Comprehensive and FULL Java client for the Google Places API
+-
+s7/scale7-pelops - A Java library for accessing the Cassandra database
+-
+andrewgaul/modernizer-maven-plugin - Detect uses of legacy Java APIs
+-
+thiagolocatelli/parse4j - Java Library to deal with Parse (parse.com) REST API
+-
+nativelibs4java/BridJ - BridJ: blazing fast Java / C / C++ interop
+-
+quarnster/SublimeJava - Java completions for Sublime Text 2
+-
+ning/async-http-client - Asynchronous Http Client for Java
+-
+harvardinformatics/JAuth - Java GUI client to generate Google authentication codes
+-
+OleksandrKucherenko/meter - Meter - is a simple micro-benchmarking tool for Android (and Java) projects. This is not a profiler, this is very small utility class that designed for making benchmarking easy. Nothing more.
+-
+lessthanoptimal/ejml - A fast and easy to use dense matrix linear algebra library written in Java.
+-
+teamed/qulice - Quality Police for Java projects
+-
+saltares/freegemas-gdx - Freegemas libGDX is an Android and Java desktop port of Freegemas, which in turn is an open source version of the well known Bejeweled.
+-
+palantir/Sysmon - A lightweight platform monitoring tool for Java VMs
+-
+doanduyhai/Achilles - An advanced Java Object Mapper/Query DSL generator for Cassandra
+-
+Atmosphere/wasync - WebSockets with fallback transports client library for Node.js, Android and Java
+-
+Unidata/thredds - Thredds and netCDF-Java (CDM)
+-
+sendgrid/sendgrid-java - SendGrid Java helper library
+-
+mfornos/humanize - Java facility for adding a “human touch” to data.
+-
+mark-watson/Java-AI-Book-Code - Code examples for my Java artificial intelligence book
+-
+citiususc/hipster - Hipster4j is a lightweight and powerful heuristic search library for Java and Android. It contains common, fully customizable algorithms such as Dijkstra, A* (A-Star), DFS, BFS, Bellman-Ford and more.
+-
+amplab/succinct - Java/Scala Implementation of Succinct.
+-
+zznate/cassandra-tutorial - Basic tutorial for working with Apache Cassandra in Java via the Hector client
+-
+kpelykh/docker-java - Java Docker API Client
+-
+kelemen/netbeans-gradle-project - This project is a NetBeans plugin able to open Gradle based Java projects. The implementation is based on Geertjan Wielenga's plugin.
+-
+katharsis-project/katharsis-core - Core of Java JSON:API library
+-
+rjyo/twitter-2-weibo - An app runs in a stand java J2EE server that syncs tweets from Twitter to Weibo
+-
+GoogleCloudPlatform/gcloud-java - Google Cloud Client Library for Java
+-
+branaway/Japid - A Java-based statically-typed fast template engine that can be used in any Java code. It has special adapter for use with the Play! Framework.
+-
+owlike/genson - Genson a fast & modular Java <> Json library
+-
+maxmind/geoip-api-java - GeoIP Legacy Java API
+-
+laomafeima/WebJava - 一个高性能,轻量级的非阻塞式服务器
+-
+fasterthanlime/jooc-legacy - 🐊 The historical, initial implementation of an ooc compiler in Java
+-
+eBay/cors-filter - CORS (Cross Origin Resource Sharing) is a mechanism supported by W3C to enable cross origin requests in web-browsers. CORS requires support from both browser and server to work. This is a Java servlet filter implementation of server-side CORS for web containers such as Apache Tomcat.
+-
+algaworks/ebook-javaee - Projeto do e-book de Java EE 7 da AlgaWorks.
+-
+vvakame/JsonPullParser - compiler time JSON-POJO Mapper for Java
+-
+unbescape/unbescape - Advanced yet easy to use escaping library for Java
+-
+nurkiewicz/typeof - instanceof operator and Visitor pattern replacement in Java 8
+-
+callmeal/Flickr4Java - Java API For Flickr. Fork of FlickrJ
+-
+wuman/JReadability - Java port of Arc90's Readability.js - parses HTML as input and returns clean, easy-to-read text
+-
+socketio/engine.io-client-java - Engine.IO Client Library for Java
+-
+GeoWebCache/geowebcache - GeoWebCache is a tile caching server implemented in Java that provides various tile caching services like WMS-C, TMS, WMTS, Google Maps, MS Bing and more
+-
+escline/InstallCert - Java program to retrieve server certificate that can be added to local keystore
+-
+continuuity/weave - Weave : Running YARN apps is as easy as running Java threads.
+-
+yuzhangcmu/LeetCode - LeetCode solutions written in Java
+-
+virgo47/javasimon - Java Simon is a simple monitoring API that allows you to follow and better understand your application.
+-
+martinpaljak/GlobalPlatformPro - Manage applets and keys on JavaCard-s like a pro (via command line or from your Java project)
+-
+Dreampie/icedog - java+angular+requirejs
+-
+clarkware/jdepend - A Java package dependency analyzer that generates design quality metrics.
+-
+BoltsFramework/Bolts-Java - [Archive] Bolts is a collection of low-level libraries designed to make developing mobile apps easier.
+-
+bmwcarit/barefoot - Java library for integrating the map into software and services with state-of-the-art map matching that can be used stand-alone and in the cloud.
+-
+TheHolyWaffle/TeamSpeak-3-Java-API - A Java 7 implementation of TeamSpeak's 3 server query API.
+-
+seatgeek/sixpack-java - A Java client for the Sixpack A/B testing framework https://github.com/seatgeek/sixpack
+
+-
+pusher/pusher-websocket-java - Pusher client library for Java targeting general Java and Android | owner=@jpatel531
+
+-
+playn/playn - A Java game development framework that deploys to JVM, HTML5, Android and iOS.
+-
+OWASP/java-html-sanitizer - A fast and easy to configure HTML Sanitizer written in Java which lets you include HTML authored by third-parties in your web application while protecting against XSS.
+-
+jitlogic/zorka - Sophisticated monitoring agent for Java
+-
+javaee-samples/javaee7-hol - Java EE 7 Hands-on Lab
+-
+giltene/PauselessHashMap - A java.util.HashMap compatible map that won't stall puts or gets when resizing
+-
+Ellzord/JALSE - Java Artificial Life Simulation Engine
+-
+bigmlcom/histogram - Streaming Histograms for Clojure/Java
+-
+ActiveJpa/activejpa - A simple active record pattern library in java that makes programming DAL easier
+-
+timols/java-gitlab-api - A wrapper for the Gitlab API written in Java
+-
+StripesFramework/stripes - Stripes is a Java framework with the goal of making Servlet/JSP based web development in Java as easy, intuitive and straight-forward as it should be. It's stripey and it doesn't suck.
+-
+samczsun/Skype4J - Skype API written in Java. Does not support P2P chats
+-
+jenkinsci/java-client-api - A Jenkins API client for Java
+-
+djpowell/liverepl - Connect a Clojure REPL to running Java or Clojure processes without any special setup
+-
+SquidPony/SquidLib - Useful tools for roguelike, role-playing, strategy, and other grid-based games in Java. Feedback is welcome!
+-
+simbiose/Encryption - Encryption is a simple way to encrypt and decrypt strings on Android and Java project.
+-
+ptnplanet/Java-Naive-Bayes-Classifier - A java classifier based on the naive Bayes approach.
+-
+paultuckey/urlrewritefilter - A Java Web Filter with functionality like Apache's mod_rewrite
+-
+litesuits/android-lite-go - LiteGo is a Java-based asynchronous concurrency library. It has a smart executor, which can be freely set the maximum number of concurrent at same time , and the number of threads in waiting queue. It can also set waiting policies and overload strategies.
+-
+chatty/chatty - Twitch Chat Client written in Java
+-
+ben-manes/concurrentlinkedhashmap - A ConcurrentLinkedHashMap for Java
+-
+willuhn/hbci4java - Fork of HBCI4Java (from http://hbci4java.kapott.org), that contains support for chipTAN, smsTAN, HHD, SEPA and other fixes/enhancements
+-
+stanfy/gson-xml - Java library for XML deserialization
+-
+ralfebert/jgravatar - jgravatar is a Java library for accessing gravatar.com avatar images
+-
+Progether/JAdventure - Java text adventure game.
+-
+mheath/adbcj - Asynchronous Database Connectivity in Java
+-
+justinsb/jetcd - Java binding for etcd
+-
+julman99/gson-fire - A java library that adds some very useful features to Gson, like Date serializing to unix timestamp or RFC3339, method (getters) serialization, pre/post processors and many others. Check out the documentation to learn how to use it!
+-
+JnRouvignac/AutoRefactor - Eclipse plugin to automatically refactor Java code bases
+-
+feuyeux/jax-rs2-guide - 《Java Restful Web Service实战》源代码
+-
+fasseg/exp4j - A tiny math expression evaluator for the Java programming language
+-
+EtiennePerot/fuse-jna - No-nonsense, actually-working Java bindings to FUSE using JNA.
+-
+edmund-wagner/junrar - plain java unrar util (former sf project)
+-
+uniVocity/csv-parsers-comparison - Comparisons among all Java-based CSV parsers in existence
+-
+tulskiy/jkeymaster - A library for registering global hotkeys in java with JNA. The goal is to support X11-based platforms, Windows and MacOSX
+-
+snazy/ohc - Java large off heap cache
+-
+slagyr/limelight - GUI library for Ruby/Clojure/Java
+-
+pengrad/java-telegram-bot-api - Simple Java API for Telegram Bots
+-
+alaisi/postgres-async-driver - Asynchronous PostgreSQL Java driver
+-
+sk89q/WarmRoast - Java application CPU sampler with a web-based UI
+-
+mcfunley/juds - A Unix domain socket library for Java
+-
+jmkgreen/morphia - MongoDB object-document mapper in Java. Uses mongo-java-driver. [UNMAINTAINED]
+-
+caveofprogramming/java-beginners - Source code for Java for Complete Beginners
+-
+mikera/vectorz - Fast and flexible numerical library for Java featuring N-dimensional arrays
+-
+KnisterPeter/jreact - react.js on server-side java (with rhino or nashorn)
+-
+jurmous/etcd4j - Java / Netty client for etcd, the highly-available key value store for shared configuration and service discovery.
+-
+JetBrains/jediterm - Pure Java Terminal Emulator. Works with SSH and PTY.
+-
+FacePlusPlus/facepp-java-sdk - Face++ SDK for Java, can be used in Android project.
+-
+SonarSource/sonar-java - ☕ SonarQube Java language plugin
+-
+openmicroscopy/bioformats - Bio-Formats is a Java library for reading and writing data in life sciences image file formats. It is developed by the Open Microscopy Environment (particularly UW-Madison LOCI and Glencoe Software). Bio-Formats is released under the GNU General Public License (GPL); commercial licenses are available from Glencoe Software.
+-
+kyleduo/iCometClient4j - Client of iComet server for Java/Android. iComet server: https://github.com/ideawu/icomet
+
+-
+jpcap/jpcap - network packet capture library for applications written in java
+-
+jnr/jnr-posix - Java Posix layer
+-
+javalite/activeweb - ActiveWeb is a full stack Java Web Framework for rapid development
+-
+CardinalNow/AndroidAutowire - A Java Annotation approach to Android Views, Activities, and Fragments
+-
+ysc/HtmlExtractor - HtmlExtractor是一个Java实现的基于模板的网页结构化信息精准抽取组件。
+-
+xcv58/LeetCode - The solutions of LeetCode, include Java, C, C++, Python version.
+-
+wblut/HE_Mesh2014 - HE_Mesh, a Java library for creating and manipulating polygonal meshes. Aimed primarily at Processing.
+-
+renaudcerrato/static-maps-api - Fluent and clean Google Static Maps API Java interface.
+-
+palantir/Cinch - A Java library that manages component action/event bindings for MVC patterns
+-
+matuobasyouca/spider - a simple distributed spider in Java. Java编写的一个简单分布式爬虫
+-
+dom4j/dom4j - flexible XML framework for Java
+-
+childe/hangout - 用java实现一下Logstash的几个常用input/filter/output, 希望能有效率上面的大提升
+-
+voodoodyne/subethasmtp - SubEtha SMTP is a Java library for receiving SMTP mail
+-
+Cetsoft/imcache - Imcache is a Java Caching Library.
+-
+stephanenicolas/reflection-no-reflection - A proof on concept to create an API that is 100% compatible reflection API, but without any reflection. Performance stuff for Android and Java.
+-
+mrwilson/java-dirty - File-backed append-only object store.
+-
+Free-Software-for-Android/RootCommands - RootCommands - Library to access root commands with Java API
+-
+ESAPI/esapi-java-legacy - ESAPI (The OWASP Enterprise Security API) is a free, open source, web application security control library that makes it easier for programmers to write lower-risk applications.
+-
+blackberry/Samples-for-Java - Samples for BBOS Java Apps
+-
+anthonyu/KeptCollections - Distributed Java Collections for ZooKeeper
+-
+TFaga/KumuluzEE - Lightweight framework for creating small standalone Java EE applications in a micro service way.
+-
+rubenlagus/TelegramBotsExample - A simple to use library to create Telegram Bots in Java
+-
+ppeccin/javatari - A multiplayer Atari 2600 emulator written in pure Java using no libs
+-
+oldratlee/fucking-java-concurrency - 🎏 simple show cases of java concurrency problem
+-
+mikaelhg/urlbuilder - Java Builders: URL builder
+-
+lastfm/musicbrainz-data - MusicBrainz Java data bindings using Hibernate
+-
+gwt-test-utils/gwt-test-utils - gwt-test-utils is a Java framework that allows to test GWT client side code in a efficient, easy way
+-
+Fermat-ORG/fermat - Main code repository. P2P Network, Java Framework, Android Framework, Linux Framework, and all platforms are here.
+-
+dwdyer/uncommons-maths - Random number generators, probability distributions, combinatorics and statistics for Java.
+-
+crimsonwoods/javassist-android - Javassit for Android
+-
+b3log/latke - ♨️ Spring like, JSON based Java Framework . 一个类似 Spring 但以 JSON 为主的 Java 框架。
+-
+zhoumengkang/netty-restful-server - A light restful server built on netty. If you are preparing for leaning java or netty, it's a nice gift for you.
+-
+shrinkwrap/shrinkwrap - Java API for Archive Manipulation
+-
+rjohnsondev/java-libpst - A library to read PST files with java, without need for external libraries.
+-
+pusuo/patchca - Simple yet powerful CAPTCHA library written in Java
+-
+FutureProcessing/spring-boot-security-example - This project demonstrates usage of Spring-Boot with Spring-Security using Java configuration with Integration Tests
+-
+elvishew/xLog - Convenient, flexible and tiny Log library for Android and java, can concurrently print the log to multiple target like logcat, System.out and file, or even remote server(or anywhere) if you like.
+-
+caelum/restfulie-java - restfulie implementation in java, with support to vraptor
+-
+tipsy/j2html - Java to HTML generator. Enjoy typesafe HTML generation.
+-
+s-u/rJava - R to Java interface
+-
+schildbach/public-transport-enabler - Unleash public transport data in your Java project.
+-
+rithms/riot-api-java - Riot Games API Java Library
+-
+OpenHFT/SmoothieMap - A gulp of low latency Java
+-
+lindenb/jvarkit - Java utilities for Bioinformatics
+-
+danieldk/dictomaton - Finite state dictionaries in Java
+-
+coverity/coverity-security-library - Coverity Security Library (CSL) is a lightweight set of escaping routines for fixing cross-site scripting (XSS), SQL injection, and other security defects in Java web applications.
+-
+brunoborges/fx2048 - The game 2048, built using JavaFX and Java 8
+-
+torakiki/sejda - An extendible and configurable PDF manipulation layer library written in java.
+-
+thillerson/oreilly_android - This is the source code referenced in the O'Reilly Online Course: Developing Android Applications with Java. More information can be found here: http://training.oreilly.com/androidapps-java/
+
+-
+RNCryptor/JNCryptor - Java implementation of RNCryptor
+-
+nurkiewicz/LazySeq - Lazy sequences implementation for Java 8
+-
+MutabilityDetector/MutabilityDetector - Lightweight analysis tool for detecting mutability in Java classes
+-
+membrane/service-proxy - API gateway for REST and SOAP written in Java.
+-
+life0fun/wifi-direct-chat - A peer to peer chat app through wifi direct using java nio channels
+-
+kabutz/javaspecialists - The Java Specialists' Newsletter Sources
+-
+jkiddo/gmusic.api - An unofficial Java api for Google Music
+-
+caoqianli/requests - Easy to use and flexible http lib for java
+-
+smola/galimatias - galimatias is a URL parsing and normalization library written in Java.
+-
+pushkar/ABAGAIL - The library contains a number of interconnected Java packages that implement machine learning and artificial intelligence algorithms. These are artificial intelligence algorithms implemented for the kind of people that like to implement algorithms themselves.
+-
+poidasmith/winrun4j - WinRun4J Java Application Launcher
+-
+killme2008/gecko - A RPC framework in taobao based on java NIO.
+-
+jpmml/jpmml-evaluator - Java Evaluator API for PMML
+-
+Ecwid/consul-api - Java client for Consul HTTP API
+-
+arnaudroger/SimpleFlatMapper - Fast and Easy mapping from database and csv to POJO. A java micro ORM, lightweight alternative to iBatis and Hibernate. Fast Csv Parser and Csv Mapper
+-
+zserge/log - Ultimately minimal (yet very convenient) logger for Android and Java
+-
+maxliaops/Java_Web_Examples - 《实战突击:Java Web项目整合开发》源码
+-
+katjas/PDFrenderer - Java library for rendering PDF documents to the screen using Java2D
+-
+fluent/fluent-logger-java - A structured logger for Fluentd (Java)
+-
+Fanping/iveely.search - Pure java realize search engine, try to directly hit the user's search for answers.
+-
+eclipse/leshan - Leshan is an OMA Lightweight M2M (LWM2M) implementation in Java.
+-
+Baidu-ecom/Jprotobuf-rpc-socket - Protobuf RPC是一种基于TCP协议的二进制RPC通信协议的Java实现
+-
+yareally/Java7-on-Android - Java 7 features backported to Android 2.2+
+-
+xiaoningning/algorithm - Algorithm, data structure and java coding.
+-
+WhisperSystems/libsignal-service-java - A Java/Android library for communicating with the Signal messaging service.
+-
+WantedTechnologies/xpresso - The pythonic way to code in Java.
+-
+samtingleff/jchronic - Natural language date parsing in Java, ported directly from Ruby's chronic
+-
+sstrickx/yahoofinance-api - Java Client API for Yahoo Finance
+-
+opoo/opoopress - OpooPress framework is a java based blog aware static site generator.
+-
+OpenHFT/Chronicle-Logger - A sub microsecond java logger, supporting standard logging APIs such as Slf & Log4J
+-
+onelogin/java-saml - Java SAML toolkit
+-
+jcabi/jcabi-ssh - Java SSH client
+-
+gearman/java-service - Gearman Java Service
+-
+alibaba/jstorm - Java Storm
+-
+jayway/rest-assured - Java DSL for easy testing of REST services
+-
+Netflix/feign - Feign makes writing java http clients easier
+-
+fge/json-schema-validator - A JSON Schema validation implementation in pure Java, which aims for correctness and performance, in that order
+-
+andimarek/graphql-java - GraphQL Java implementation
+-
+karussell/snacktory - Readability clone in Java
+-
+jayway/awaitility - Awaitility is a small Java DSL for synchronizing asynchronous operations
+-
+begeekmyfriend/yasea - RTMP streaming client in pure Java for Android for those who hate JNI.
+-
+fge/json-patch - An RFC 6902 (JSON Patch) and reverse, plus RFC 7386 (JSON Merge Patch), implementation in Java using Jackson (2.2.x)
+-
+Jasig/java-cas-client - Apereo Java CAS Client
+-
+gondor/openstack4j - A Fluent OpenStack Client Library for Java
+-
+RisingOak/jenkins-client - A Jenkins API client for Java
+-
+dvx/jssembly - Jssembly is a library that allows you to execute native assembly from Java.
+-
+mapfish/mapfish-print - A component of MapFish for printing templated cartographic maps. This module is the Java serverside module. For support post to the mailing list: https://groups.google.com/forum/#!forum/mapfish-print-users
+
+-
+cognitect-labs/transducers-java - A Java implementation of Transducers
+-
+mandubian/siena - Siena is a persitence API for Java inspired on the Google App Engine Python Datastore API
+-
+janpetryk/reddit-bot - Java Reddit bot project.
+-
+elastic/elasticsearch-lang-javascript - JavaScript language Plugin for elasticsearch
+-
+Renanse/Ardor3D - Ardor3D is a free Java based, professionally oriented, open source 3D graphics engine.
+-
+ymnk/jzlib - re-implementation of zlib in pure Java
+-
+thekrakken/java-grok - Simple API that allows you to easily parse logs and other files
+-
+angryziber/simple-java - Code for the talk at GOTOCon Prague & Amsterdam about writing simple web apps - Plain Simple Java, and another one at Topconf - 3 tales of testing DB-enabled apps
+-
+Karumi/KataContactsJava - KataContacts written in Java. The main goal is to practice Clean Architecture Development.
+-
+AurelienRibon/sliding-layout - A powerful Java Swing panel/layout with cool transitions involving sliding subpanels
+-
+stanfordnlp/phrasal - A large-scale statistical machine translation system written in Java.
+-
+preon/preon - Bit syntax for Java
+-
+imglib/imglib2 - A generic next-generation Java library for image processing
+-
+thrau/jarchivelib - A simple archiving and compression library for Java
+-
+jvansteirteghem/apjp - APJP is a proxy written in JAVA, PHP, PYTHON and RUBY.
+-
+adyliu/zkclient - zkclient - A simple and effective Java client for zookeeper (both support zookeeper 3.3.x/3.4.x)
+-
+abstractj/kalium - Java binding to the Networking and Cryptography (NaCl) library with the awesomeness of libsodium
+-
+Fitbit/fitbit4j - Fitbit Java Client API and Examples (DEPRECATED)
+-
+uudashr/jsmpp - Java SMPP (Short Message Peer-to-peer Protocol) API
+-
+miguno/avro-hadoop-starter - Example MapReduce jobs in Java, Hive, Pig, and Hadoop Streaming that work on Avro data.
+-
+bencall/RPlay - Java port of shairport
+-
+stormpath/stormpath-sdk-java - Official Java SDK for the Stormpath User Management REST API
+-
+romix/java-concurrent-hash-trie-map - Java port of a concurrent trie hash map implementation from the Scala collections library
+-
+ralscha/extdirectspring - Implementation of the Ext Direct protocol with Java and Spring
+-
+laiweiwei/eweb4j-framework - easy web framework for java
+-
+callumj/opengraph-java - A Java object representation of the Open Graph protocol for a web page
+-
+adamhub/screenbird - a full cross platform video screen capture tool and host. Java based screen recorder, and Django based web backend. Also included is a distributed video processing engine that uses ffmpeg across any amount of AWS instances.
+-
+OpenHFT/Java-Runtime-Compiler - Java Runtime Compiler
+-
+usb4java/usb4java - USB library for Java based on libusb and implementing javax.usb (JSR-80).
+-
+taylorleese/google-app-engine-jappstart - Java framework for Google App Engine
+-
+nvkelso/color-oracle-java - color-oracle-java
+-
+googleads/googleads-java-lib - Google Ads APIs Client Library for Java (AdWords, DFA, and DFP)
+-
+craigwblake/redline - Pure Java Rpm Library
+-
+junit-team/junit - A programmer-oriented testing framework for Java.
+-
+rovo89/XposedBridge - The Java part of the Xposed framework.
+-
+googlesamples/cardboard-java - Google Cardboard
+-
+greenrobot/greenrobot-common - General purpose utilities and hash functions for Android and Java (aka java-common)
+-
+OpenHFT/Koloboke - Java Collections till the last breadcrumb of memory and performance
+-
+jaredsburrows/android-gradle-java-template - Gradle + Android Studio + Robolectric + Espresso + Mockito + EasyMock/PowerMock + JaCoCo
+-
+cfregly/fluxcapacitor - Flux Capacitor is a Java-based, cloud-native, reference architecture demonstrating many of the Netflix Open Source projects. *** Note: If you're looking for the Spark-based, Big Data Pipeline project, it's here: https://github.com/fluxcapacitor ***
+-
+aol/simple-react - Powerful Future Streams & Async Data Structures for Java 8
+-
+OpenHFT/HugeCollections - Huge Collections for Java using efficient off heap storage
+-
+jhipster/generator-jhipster - Hipster stack for Java developers. Yeoman + Maven + Spring + AngularJS in one handy generator.
+-
+douglascrockford/JSON-java - A reference implementation of a JSON package in Java.
+-
+MovingBlocks/Terasology - Terasology is an open source project started by Benjamin "begla" Glatzel to research procedural terrain generation and efficient rendering techniques in Java using the LWJGL. The engine uses a block-based voxel-like approach as seen in Minecraft. After proving itself as a solid tech demo begla was joined at first by Anton "small-jeeper" Kireev and Rasmus "Cervator" Praestholm and a full-fledged game concept was born. Our goal is a game that pays ample tribute to Minecraft in initial look and origin, but stakes out its own niche by adopting the NPC-helper and caretaker feel from such games as Dwarf Fortress and Dungeon Keeper, while striving for added depth and sophistication in the foundation systems akin to DF.
+-
+lemire/RoaringBitmap - A better compressed bitset in Java
+-
+kazuhikoarase/qrcode-generator - QR Code Generator implementation in ActionScript3, Java, JavaScript and more.
+-
+mbosecke/pebble - Java Templating Engine
+-
+alibaba/multi-thread-context - 🐙 multi-thread context(MTC), a simple java lib for transmitting context between threads even using thread pool.
+-
+ceylon/ceylon-compiler - Ceylon compiler (ceylonc: Java backend), Ceylon documentation generator (ceylond) and Ceylon ant tasks.
+-
+greenlaw110/Rythm - A "Razor" like, rich featured, high performance and easy to use Java template engine
+-
+damianszczepanik/cucumber-reporting-jenkins - Java jenkins plugin for cucumber-jvm reporting
+-
+jbachorik/btrace - BTrace - a safe, dynamic tracing tool for the Java platform
+-
+appium/java-client - Java language binding for writing Appium Tests, conforms to Mobile JSON Wire Protocol
+-
+jsprit/jsprit - jsprit is a java based, open source toolkit for solving rich vehicle routing problems
+-
+pcollections/pcollections - A Persistent Java Collections Library
+-
+JesseFarebro/Android-Mqtt - A simple MQTT Service that will keep running for the duration of your Android application using the Paho Java MQTT Client.
+-
+wapatesh/icefig - Java elegant supplement
+-
+evil0ps/utils - Java utils
+-
+void256/nifty-gui - Your Open Source Java OpenGL GUI. Interactive user interfaces for games or similar applications. LWJGL, JOGL, JME or Java2d rendering.
+-
+chocoteam/choco3 - An open-source Java library for Constraint Programming
+-
+h3xstream/find-sec-bugs - The FindBugs plugin for security audits of Java web applications and Android applications. (Also work with Scala and Groovy projects)
+-
+jtwig/jtwig - Java modern template engine
+-
+benas/easy-rules - The stupid Java rules engine
+-
+aima-java/aima-java - Java implementation of algorithms from Norvig And Russell's "Artificial Intelligence - A Modern Approach"
+-
+influxdb/influxdb-java - Java client for InfluxDB
+-
+ingokegel/jclasslib - jclasslib bytecode viewer is a tool that visualizes all aspects of compiled Java class files and the contained bytecode.
+-
+cybergarage/cybergarage-upnp - CyberLink for Java is a development package for UPnP™ developers. CyberLink controls these protocols automatically, and supports to create your devices and control points quickly.
+-
+tarzanek/luke - SEE: https://issues.apache.org/jira/browse/LUCENE-2562 + https://github.com/DmitryKey/luke/ , I will slowly drop this repo, I'd love to see luke moved to lucene as module, until then - binary builds are on https://java.net/projects/opengrok/downloads
+
+-
+DongWenDao/apk-parser - Apk parser lib with pure java
+-
+vanZeben/2D-Game-Engine - A 2D Game engine built with only native Java libraries. Part of a tutorial series @ http://vanZeben.ca/java/2d_game_dev
+
+-
+FreakDev/PhoneGap-Android-HTML5-WebSocket - a little java implementation of missing WebSocket form Android webview
+-
+akkumar/jreversepro - JReversePro Java Decompiler
+-
+mbreese/couchdb4j - CouchDB library for Java using JSON
+-
+happygiraffe/jslint4java - A Java wrapper around Doug Crockford's marvellous jslint tool.
+-
+florinpatrascu/micro - a modular micro MVC framework for Java web applications
+-
+rufiao/persist - Persist is a Java ORM/DAO library designed for high performance, ease of use and integration.
+-
+light/JOps - Operator Overloading for Java
+-
+evllabs/JGAAP - The Java Graphical Authorship Attribution Program
+-
+analytically/camelcode - Java+Play Framework tech demo that imports the CodePoint Open UK postcode dataset and offers a Geocoding REST API and a postcode map.
+-
+raymyers/JHaml - Haml (XHTML Abstraction Markup Language) implementation in Java.
+-
+mp911de/lettuce - Advanced and thread-safe Java Redis client
+-
+darrinholst/sass-java - A Sass compiling filter for Java web apps
+-
+flipkart-incubator/Lois - Golang like channels for java
+-
+hyperic/jcollectd - Java integration for collectd
+-
+serkan-ozal/jillegal - Java Off Heap Object Pool and On the Fly Instrumentation Tool
+-
+nzakas/props2js - Tool to convert Java properties files into JavaScript
+-
+mkovatsc/Californium-inf.ethz.ch - Californium (Cf) CoAP framework (Java implementation)
+-
+contra/JMD - Java bytecode analysis/deobfuscation tool
+-
+StreakYC/mache - Java App Engine -> BigQuery log export framework
+-
+Gornova/MarteEngine - MarteEngine is a Java Engine for videogames
+-
+jalkanen/speed4j - Speed4J is a simple performance analysis library for Java.
+-
+brianm/gressil - Safe daemonization from within Java
+-
+OpenTSDB/async - Building blocks for asynchronous Java processing inspired by Twisted's API.
+-
+newrelic-platform/newrelic_mysql_java_plugin - MySQL Metrics Plugin
+-
+mozilla-metrics/akela - A bunch of utility classes for Java, Hadoop, HBase, Pig, etc.
+-
+Ecwid/ecwid-mailchimp - MailChimp API Wrapper for Java
+-
+subchen/jetbrick-template-1x - Java template engine, quickly and easily.
+-
+erikrozendaal/cqrs-lottery - Java example Domain-Driven-Design Command-Query Responsibility Separation
+-
+sk89q/Intake - IoC-oriented Java command parsing library
+-
+pushtorefresh/javac-warning-annotation - Lightweight javac @Warning annotation
+-
+jacoco/eclemma - 🌒 EclEmma - Java Code Coverage Plug-in for Eclipse
+-
+niwinz/jnanomsg - Clojure and Java bindings for nanomsg (build on top of JNA).
+-
+matlux/jvm-breakglass - This project generates a jar file that you can dump into a Java or Clojure project to startup a repl or an nrepl server to listen on a port. Once the repl is started, you can access it with an nRepl client.
+-
+aerospike/aerospike-client-java - Aerospike Java Client Library
+-
+PredictionIO/PredictionIO-Java-SDK - PredictionIO Java SDK
+-
+JakeWharton/RxJava2-Java6 - An automated backport of RxJava 2 to support Java 6.
+-
+AdamBien/javaee7-essentials-archetype - A quickstart maven archetype for creating greenfield JavaEE 7 projects
+-
+olap4j/olap4j - Open Java API for OLAP
+-
+amelentev/java-oo - Java Operator Overloading
+-
+EsotericSoftware/minlog - Minimal overhead Java logging
+-
+xgouchet/Ted - Ted is a text editor for Android, written in java
+-
+tyrus-project/tyrus - Tyrus - Reference implementation of Java API for WebSocket - JSR 356
+-
+timroes/aXMLRPC - A lightweight Java XML-RPC client for the use with Android. Since there is absolutely no dependency to any android specific library (and I assure, that it never will have any), it also works fine in normal Java applications. Read the README.md file for more information.
+-
+panterch/ch.panter.projectzero - Java Kickstart Project
+-
+moleksyuk/Java-Design-Patterns - Examples of Java Design Patterns based on book - "Patterns in Java" Makr Grand.
+-
+docusign/DocuSign-SOAP-SDK - Wraps the DocuSign eSignature SOAP API in 5 different languages: Java, C#, PHP, Ruby, Salesforce (Apex)
+-
+delight-im/Emoji - Emoji (Unicode) and emoticon support for Java and Android
+-
+bengarney/PBLabsProfiler - A simple sampling Java/SWT profiler for Flash applications. Under the GPL license.
+-
+barchart/barchart-udt - Java wrapper for native C++ UDT protocol.
+-
+apn-proxy/apn-proxy - Java HTTP Proxy based on Netty 4
+-
+Gocnak/Botnak - A Java-based IRC chat client with focus on Twitch.tv streams.
+-
+splunk/splunk-sdk-java - Splunk Software Development Kit for Java
+-
+radsz/jacop - Java Constraint Programming solver
+-
+openshift/openshift-java-client - Java Client for the OpenShift REST API
+-
+dell-oss/Mensa - Mensa is a generic, flexible, enhanced, and efficient Java implementation of a pattern matching state machine as described by the 1975 paper by Alfred V. Aho and Margaret J. Corasick: Efficient string matching: An aid to bibliographic search.
+-
+benas/jPopulator - Populate your java beans with random data
+-
+FellowTraveler/otapij - A Java GUI for Open Transactions
+-
+vladimirvivien/clamshell-cli - A framework to build command-line console applications in Java
+-
+marcojakob/javafx-ui-sandbox - Sandbox UI Controls from the official OpenJFX repository
+-
+jeevatkm/digitalocean-api-java - DigitalOcean API Client in Java
+-
+drallgood/jpasskit - jPasskit is an Java™ implementation of the Apple™ PassKit Web Service.
+-
+OmarElGabry/DesignPatterns - Examples of Design Patterns in Java
+-
+killme2008/hs4j - HandlerSocket client for java
+-
+gaia-ucm/jbt - Java Behaviour Trees is a Java framework for easily building and running generic behaviour trees. Here, "behaviour tree" refers to the technique used to control the behaviour of characters in video games.
+-
+froks/JAirPort - JAirPort - A Java-Airplay Server
+-
+dennisjzh/GwtMobile-PhoneGap - gwtmobile-phonegap is a GWT wrapper of the PhoneGap Javascript library. PhoneGap is a cross-platform development framework that provides core mobile device features to web-based mobile apps. GWT by Google is a new way of developing web applications -- write apps in Java then compile into javascript. gwtmobile-phonegap enables a GWT mobile application to use PhoneGap functions.
+-
+arimus/jmimemagic - jMimeMagic is a Java library for determining the MIME type of files or streams.
+-
+abudaan/MIDIBridge - An implementation in Java and Javascript of the W3C proposal for MIDI support in browsers by Jussi Kalliokoski
+-
+MateVM/MateVM - A Java JIT compiler written in Haskell
+-
+thomasjungblut/thomasjungblut-common - this is going to be my code-sink. mainly for java files
+-
+nabeelmukhtar/github-java-sdk - This project aims to provide a Java wrapper for Github API.
+-
+mark-watson/java_practical_semantic_web - Code examples for my book "Practical Semantic Web Programming (Java, Scala, Clojure, and JRuby Edition)
+-
+jruby/joni - Java port of Oniguruma regexp library
+-
+jmarranz/relproxy - Simple Java and Groovy hot class reloader and Java based shell and scripting
+-
+jhades/jhades - JHades - Java classpath troubleshooting tool
+-
+jOOQ/jOOQ-s-Java-8-Goodies - At Data Geekery, we love Java and we're excited about all the goodies that Java 8 will bring to our ecosystem. We've blogged about Java 8 extensively, and with this project, we'd like to share a couple of awesome examples with you, the Java community. For more goodies, visit our blog: http://blog.jooq.org/tag/java-8/
+
+-
+hraberg/enumerable - Ruby/Smalltalk style internal iterators for Java 5 using bytecode transformation to capture expressions as closures.
+-
+gaohannk/leetcode - the solution of leetcode using java
+-
+dima767/inspektr - Lightweight non-Intruisive Auditing and Logging capabilities for Java
+-
+cowtowncoder/java-merge-sort - Basic stand-alone disk-based N-way merge sort component for Java
+-
+biasedbit/efflux - A Java RTP stack with RTCP support and a clean API.
+-
+JorenSix/TarsosLSH - A Java library implementing Locality-sensitive Hashing (LSH), a practical nearest neighbour search algorithm for multidimensional vectors that operates in sublinear time.
+-
+Devexperts/aprof - Java memory allocation profiler
+-
+AdoptOpenJDK/mjprof - A monadic java profiler
+-
+willuhn/hibiscus - A Java based, plattform independent (running on Linux, Windows, OS X, OpenBSD, OpenSolaris) homebanking application, that uses the german FinTS/HBCI standard. All data (accounts, transactions, addresses, ..) are stored encrypted into an embedded database (H2) by default or on a Mysql server (if configured). Hibiscus runs as a plugin within the Jameica framework as either a typical desktop application or headless in server mode.
+-
+usc/wechat-mp-sdk - wechat management platform java sdk
+-
+l3nz/ObjectiveSync - A thin Java object persistence layer for JDBC
+-
+graphaware/neo4j-timetree - Java and REST APIs for working with time-representing tree in Neo4j
+-
+dweiss/java-sizeof - Memory consumption estimator for Java
+-
+Mojang/AccountsClient - Java client for accessing Mojang's account/profile API
+-
+linux-china/weixin-robot-java - 微信公共平台机器人Java SDK
+-
+elastic/elasticsearch - Open Source, Distributed, RESTful Search Engine
+-
+nostra13/Android-Universal-Image-Loader - Powerful and flexible library for loading, caching and displaying images on Android.
+-
+nathanmarz/storm - Distributed and fault-tolerant realtime computation: stream processing, continuous computation, distributed RPC, and more
+-
+jfeinstein10/SlidingMenu - An Android library that allows you to easily create applications with slide-in menus. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks!
+-
+google/iosched - The Google I/O 2014 Android App
+-
+JakeWharton/ActionBarSherlock - [DEPRECATED] Action bar implementation which uses the native action bar on Android 4.0+ and a custom implementation on pre-4.0 through a single API and theme.
+-
+loopj/android-async-http - An Asynchronous HTTP Library for Android
+-
+square/picasso - A powerful image downloading and caching library for Android
+-
+spring-projects/spring-framework - The Spring Framework
+-
+JakeWharton/ViewPagerIndicator - Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock.
+-
+excilys/androidannotations - Fast Android Development. Easy maintainance.
+-
+zxing/zxing - Official ZXing ("Zebra Crossing") project home
+-
+greenrobot/EventBus - Android optimized event bus that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality.
+-
+facebook/fresco - An Android library for managing images and the memory they use.
+-
+futurice/android-best-practices - Do's and Don'ts for Android development, by Futurice developers
+-
+chrisbanes/Android-PullToRefresh - DEPRECATED
+-
+netty/netty - Netty project - an event-driven asynchronous network application framework
+-
+JakeWharton/butterknife - View "injection" library for Android.
+-
+PhilJay/MPAndroidChart - A powerful Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, dragging and animations.
+-
+navasmdc/MaterialDesignLibrary - This is a library with components of Android L to you use in android 2.2
+-
+clojure/clojure - The Clojure programming language
+-
+Bearded-Hen/Android-Bootstrap - Bootstrap style buttons with Font Awesome
+-
+WhisperSystems/TextSecure - A private messenger for Android.
+-
+google/physical-web - The Physical Web: walk up and use anything
+-
+EnterpriseQualityCoding/FizzBuzzEnterpriseEdition - FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.
+-
+bumptech/glide - An image loading and caching library for Android focused on smooth scrolling
+-
+nhaarman/ListViewAnimations - An Android library which allows developers to easily add animations to ListView items
+-
+chrisbanes/PhotoView - Implementation of ImageView for Android that supports zooming, by various touch gestures.
+-
+ksoichiro/Android-ObservableScrollView - Android library to observe scroll events on scrollable views.
+-
+eclipse/vert.x - Vert.x is a tool-kit for building reactive applications on the JVM
+-
+astuetz/PagerSlidingTabStrip - An interactive indicator to navigate between the different pages of a ViewPager
+-
+Netflix/Hystrix - Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
+-
+facebook/presto - Distributed SQL query engine for running interactive analytic queries against big data sources.
+-
+AndroidBootstrap/android-bootstrap - A template/bootstrap/boilerplate application that includes tons of great open source tools and frameworks.
+-
+aporter/coursera-android - Source Code for Android Course Example Applications
+-
+gabrielemariotti/cardslib - Android Library to build a UI Card
+-
+googlesamples/android-UniversalMusicPlayer - This sample shows how to implement an audio media app that works across multiple form factors and provide a consistent user experience on Android phones, tablets, Auto, Wear and Cast devices
+-
+etsy/AndroidStaggeredGrid - An Android staggered grid view which supports multiple columns with rows of varying sizes.
+-
+koush/ion - Android Asynchronous Networking and Image Loading
+-
+afollestad/material-dialogs - A beautiful, easy-to-use, and customizable dialogs API, enabling you to use Material designed dialogs down to API 8.
+-
+dropwizard/dropwizard - A damn simple library for building production-ready RESTful web services.
+-
+daimajia/AndroidSwipeLayout - The Most Powerful Swipe Layout!
+-
+umano/AndroidSlidingUpPanel - This library provides a simple way to add a draggable sliding up panel (popularized by Google Music and Google Maps) to your Android application. Brought to you by Umano.
+-
+facebook/facebook-android-sdk - Used to integrate Android apps with Facebook Platform.
+-
+sparklemotion/nokogiri - Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser with XPath and CSS selector support.
+-
+daimajia/AndroidViewAnimations - Cute view animation collection.
+-
+dropwizard/metrics - 📈 Capturing JVM- and application-level metrics. So you know what's going on.
+-
+LMAX-Exchange/disruptor - High Performance Inter-Thread Messaging Library
+-
+roboguice/roboguice - Google Guice on Android, version 3.0
+-
+chrisbanes/cheesesquare - Demos the new Android Design library.
+-
+facebook/stetho - Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more.
+-
+chrisbanes/ActionBar-PullToRefresh - DEPRECATED
+-
+emilsjolander/StickyListHeaders - An android library for section headers that stick to the top
+-
+square/otto - An enhanced Guava-based event bus with emphasis on Android support.
+-
+OpenRefine/OpenRefine - OpenRefine is a free, open source power tool for working with messy data and improving it
+-
+Netflix/SimianArmy - Tools for keeping your cloud operating in top form. Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures.
+-
+thinkaurelius/titan - Distributed Graph Database
+-
+google/bazel - Correct, reproducible, and fast builds for everyone.
+-
+florent37/MaterialViewPager - A Material Design ViewPager easy to use library
+-
+greenrobot/greenDAO - greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases.
+-
+pardom/ActiveAndroid - Active record style SQLite persistence for Android
+-
+amlcurran/ShowcaseView - Highlight the best bits of your app to users quickly, simply, and cool...ly
+-
+lucasr/twoway-view - RecyclerView made simple
+-
+fernandezpablo85/scribe-java - Simple OAuth library for Java
+-
+wyouflf/xUtils - android orm, bitmap, http, view inject...
+-
+swagger-api/swagger-core - Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API
+-
+JakeWharton/NineOldAndroids - [DEPRECATED] Android library for using the Honeycomb animation API on all versions of the platform back to 1.0!
+-
+springside/springside4 - A Spring Framework based, pragmatic style JavaEE application reference architecture.
+-
+spring-projects/spring-boot - Spring Boot
+-
+koush/AndroidAsync - Asynchronous socket, http (client+server), websocket, and socket.io library for android. Based on nio, not threads.
+-
+keyboardsurfer/Crouton - Context sensitive notifications for Android
+-
+PaoloRotolo/AppIntro - Make a cool intro for your Android app.
+-
+nicolasgramlich/AndEngine - Free Android 2D OpenGL Game Engine
+-
+liaohuqiu/android-Ultra-Pull-To-Refresh - Ultra Pull to Refresh for Android. Support all the views.
+-
+makovkastar/FloatingActionButton - Android floating action button
+-
+openzipkin/zipkin - Zipkin is a distributed tracing system
+-
+gradle/gradle - A powerful build system for the JVM
+-
+cyrilmottier/GreenDroid - GreenDroid is a development library for the Android platform. It makes UI developments easier and consistent through your applications.
+-
+stephanenicolas/robospice - Repo of the Open Source Android library : RoboSpice. RoboSpice is a modular android library that makes writing asynchronous long running tasks easy. It is specialized in network requests, supports caching and offers REST requests out-of-the box using extension modules.
+-
+castorflex/SmoothProgressBar - A small Android library allowing you to have a smooth and customizable horizontal indeterminate ProgressBar
+-
+ReactiveX/RxAndroid - RxJava bindings for Android
+-
+futuresimple/android-floating-action-button - Floating Action Button for Android based on Material Design specification
+-
+ManuelPeinado/FadingActionBar - Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app
+-
+SimonVT/android-menudrawer - DEPRECATED A slide-out menu implementation, which allows users to navigate between views in your app.
+-
+dmytrodanylyk/circular-progress-button - Android Circular Progress Button
+-
+chrisjenx/Calligraphy - Custom fonts in Android the easy way...
+-
+bauerca/drag-sort-listview - Android ListView with drag and drop reordering.
+-
+johannilsson/android-pulltorefresh - This project aims to provide a reusable pull to refresh widget for Android.
+-
+mcxiaoke/android-volley - Android Volley Library Mirror
+-
+Atmosphere/atmosphere - Realtime Client Server Framework for the JVM, supporting WebSockets with Cross-Browser Fallbacks
+-
+Prototik/HoloEverywhere - NO LONGER MAINTAINED. DEVELOP FOR 4.X+ DUDE.
+-
+mikepenz/MaterialDrawer - A simple take on creating an easy to use and fast material navigation drawer implementation
+-
+Trinea/android-common - Android common lib, include ImageCache, HttpCache, DropDownListView, DownloadManager, Utils and so on
+-
+apache/storm - Mirror of Apache Storm
+-
+apache/cassandra - Mirror of Apache Cassandra
+-
+traex/RippleEffect - Implementation of Ripple effect from Material Design for Android API 9+
+-
+googlesamples/android-topeka - A fun to play quiz that showcases material design on Android
+-
+JetBrains/intellij-community - IntelliJ IDEA Community Edition
+-
+ACRA/acra - Application Crash Reports for Android
+-
+square/android-times-square - Standalone Android widget for picking a single date from a calendar view.
+-
+alibaba/dubbo - Dubbo is a distributed service framework empowers applications with service import/export capability with high performance RPC.
+-
+JakeWharton/u2020 - A sample Android app which showcases advanced usage of Dagger among other open source libraries.
+-
+yangfuhai/afinal - Afinal是一个android的ioc,orm框架,内置了四大模块功能:FinalAcitivity,FinalBitmap,FinalDb,FinalHttp。通过finalActivity,我们可以通过注解的方式进行绑定ui和事件。通过finalBitmap,我们可以方便的加载bitmap图片,而无需考虑oom等问题。通过finalDB模块,我们一行代码就可以对android的sqlite数据库进行增删改查。通过FinalHttp模块,我们可以以ajax形式请求http数据。详情请通过以下网址查看。
+-
+hdodenhof/CircleImageView - A circular ImageView for Android
+-
+Yalantis/Side-Menu.Android - Side menu with some categories to choose.
+-
+Comcast/FreeFlow - A layout engine for Android that decouples layouts from the View containers that manage scrolling and view recycling. FreeFlow makes it really easy to create custom layouts and beautiful transition animations as data and layouts change
+-
+alibaba/druid - 为监控而生的数据库连接池!
+-
+k9mail/k-9 - K-9 Mail – Advanced Email for Android
+-
+theDazzler/droidicon - Over 1600 customizable icons for Android including 750+ Google Material Design icons, 25 ready-made social badges, and more!
+-
+rey5137/material - A library to bring fully animated Material Design components to pre-Lolipop Android.
+-
+processing/processing - Source code for the Processing Development Environment (PDE)
+-
+orientechnologies/orientdb - OrientDB is the first Multi-Model DBMS with Document & Graph engine. OrientDB can run distributed (Multi-Master), supports SQL, ACID Transactions, Full-Text indexing, Reactive Queries and has a small memory footprint. OrientDB is licensed with Apache 2 license and the development is driven by Orient Technologies and a wide Open Source community.
+-
+JakeWharton/hugo - Annotation-triggered method call logging for your debug builds.
+-
+vinc3m1/RoundedImageView - A fast ImageView that supports rounded corners, ovals, and circles.
+-
+rengwuxian/MaterialEditText - EditText in Material Design
+-
+openaphid/android-flip - A component for flip animation on Android, which is similar to the effect in Flipboard iPhone/Android
+-
+druid-io/druid - Column oriented distributed data store ideal for powering interactive applications
+-
+go-lang-plugin-org/go-lang-idea-plugin - Google Go language IDE built using the IntelliJ Platform
+-
+airbnb/aerosolve - A machine learning package built for humans.
+-
+qii/weiciyuan - Sina Weibo Android Client
+-
+jgilfelt/android-viewbadger - A simple way to "badge" any given Android view at runtime without having to cater for it in layout
+-
+yui/yuicompressor - YUI Compressor
+-
+neo4j/neo4j - Graphs for Everyone
+-
+BoltsFramework/Bolts-Android - Bolts is a collection of low-level libraries designed to make developing mobile apps easier.
+-
+romannurik/muzei - Muzei Live Wallpaper for Android
+-
+JetBrains/kotlin - The Kotlin Programming Language
+-
+daimajia/AndroidImageSlider - An amazing and convenient Android image slider.
+-
+twall/jna - Java Native Access
+-
+daimajia/NumberProgressBar - A beautiful, slim Android ProgressBar.
+-
+pedrovgs/EffectiveAndroidUI - Sample project created to show some of the best Android practices to work in the Android UI Layer. The UI layer of this project has been implemented using MVP or MVVM (without binding engine) to show how this patterns works. This project is used during the talk "EffectiveAndroidUI".
+-
+androidquery/androidquery - AndroidQuery
+-
+singwhatiwanna/dynamic-load-apk - DL : dynamic load framework in android
+-
+path/android-priority-jobqueue - A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.
+-
+jgilfelt/SystemBarTint - Apply background tinting to the Android system UI when using KitKat translucent modes
+-
+h2oai/h2o-2 - h2o = fast statistical, machine learning & math runtime for bigdata
+-
+frogermcs/InstaMaterial - Implementation of Instagram with Material Design (originally based on Emmanuel Pacamalan's concept)
+-
+yixia/VitamioBundle - Vitamio for Android
+-
+jeresig/processing-js - A port of the Processing visualization language to JavaScript.
+-
+avast/android-styled-dialogs - Backport of Material dialogs with easy-to-use API based on DialogFragment
+-
+gocd/gocd - Main repository for Go Continuous Delivery
+-
+brettwooldridge/HikariCP - 光 HikariCP・A solid high-performance JDBC connection pool at last.
+-
+yinwang0/pysonar2 - a type inferencer and indexer for Python
+-
+wasabeef/recyclerview-animators - An Android Animation library which easily add itemanimator to RecyclerView items.
+-
+dmytrodanylyk/android-process-button - Android Buttons With Built-in Progress Meters.
+-
+koral--/android-gif-drawable - Views and Drawable for displaying animated GIFs on Android
+-
+pakerfeldt/android-viewflow - A horizontal view scroller library for Android
+-
+google/ExoPlayer - An extensible media player for Android
+-
+SpecialCyCi/AndroidResideMenu - The idea of ResideMenu is from Dribbble 1 and 2. It has come true and run in iOS devices. iOS ResideMenu This project is the RefsideMenu Android version. The visual effect is partly referred to iOS version of ResideMenu. And thanks to the authors for the above idea and contribution.
+-
+reactor/reactor - Reactor is a foundational library for building reactive fast-data applications on the JVM.
+-
+Wizcorp/phonegap-facebook-plugin - The official plugin for Facebook in Apache Cordova/PhoneGap
+-
+ikew0ng/SwipeBackLayout - An Android library that help you to build app with swipe back gesture.
+-
+jfeinstein10/JazzyViewPager - An easy to use ViewPager that adds an awesome set of custom swiping animations. Just change your ViewPagers to JazzyViewPagers, two more steps, and you're good to go!
+-
+Yalantis/Context-Menu.Android - You can easily add awesome animated context menu to your app.
+-
+Bukkit/Bukkit - The Minecraft Mod API
+-
+lgvalle/Material-Animations - Android Transition animations explanation with examples.
+-
+derekbrameyer/android-betterpickers - Android library for better Picker DialogFragments
+-
+orhanobut/logger - Simple, pretty and powerful logger for android
+-
+Yalantis/Phoenix - Phoenix Pull-to-Refresh
+-
+markushi/android-ui - Android UI library.
+-
+facebook/buck - A build system that encourages the creation of small, reusable modules.
+-
+tjerkw/Android-SlideExpandableListView - A better ExpandableListView, with animated expandable views for each list item
+-
+balysv/material-menu - Animations for Android L drawer, back, dismiss and check icons
+-
+openhab/openhab - Source code of the open Home Automation Bus (openHAB)
+-
+haifengl/smile - Statistical Machine Intelligence & Learning Engine
+-
+google/closure-compiler - A JavaScript checker and optimizer.
+-
+pedrovgs/DraggablePanel - Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube graphic component.
+-
+Bilibili/DanmakuFlameMaster - 大弹幕时代来临了,这里是Android上最好的开源弹幕引擎·烈焰弹幕使 ~ 被弹幕吞噬吧!
+-
+android10/Android-CleanArchitecture - This is a sample app that is part of a blog post I have written about how to architect an android application using Uncle Bob's clean architecture approach.
+-
+jdamcd/android-crop - Android library project for cropping images
+-
+diogobernardino/WilliamChart - Android library to create charts.
+-
+race604/FlyRefresh - The implementation of https://dribbble.com/shots/2067564-Replace
+
+-
+SeleniumHQ/selenium - A browser automation framework and ecosystem.
+-
+tobie/ua-parser - A multi-language port of Browserscope's user agent parser.
+-
+voldemort/voldemort - An open source clone of Amazon's Dynamo.
+-
+cymcsg/UltimateRecyclerView - A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
+-
+Todd-Davies/ProgressWheel - A progress wheel for android, intended for use instead of the standard progress bar.
+-
+SecUpwN/Android-IMSI-Catcher-Detector - AIMSICD • Fight IMSI-Catcher, StingRay and silent SMS!
+-
+amplab/tachyon - A Reliable Memory Centric Distributed Storage System
+-
+pedant/sweet-alert-dialog - SweetAlert for Android, a beautiful and clever alert dialog
+-
+daimajia/AndroidViewHover - An elegant way to show your menu or messages.
+-
+CyberAgent/android-gpuimage - Android filters based on OpenGL (idea from GPUImage for iOS)
+-
+fqrouter/fqrouter - anti-GFW router
+-
+square/sqlbrite - A lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations.
+-
+kikoso/android-stackblur - Android StackBlur is a library that can perform a blurry effect on a Bitmap based on a gradient or radius, and return the result. The library is based on the code of Mario Klingemann.
+-
+typesafehub/config - Configuration library for JVM languages
+-
+beworker/pinned-section-listview - Easy to use ListView with pinned sections for Android.
+-
+ogaclejapan/SmartTabLayout - A custom ViewPager title strip which gives continuous feedback to the user when scrolling
+-
+grails/grails-core - The Grails Web Application Framework
+-
+alibaba/dexposed - dexposed enable 'god' mode for single android application.
+-
+JohnPersano/SuperToasts - A library that extends the Android toast framework.
+-
+robovm/robovm - Java bytecode ahead-of-time compiler and runtime library based on Android targeting iOS, Mac OS X and Linux
+-
+wildfly/wildfly - WildFly Application Server
+-
+nispok/snackbar - [DEPRECATED] Android Library that implements Snackbars from Google's Material Design documentation.
+-
+gaylemcd/ctci - Cracking the Coding Interview
+-
+lecho/hellocharts-android - Charts/graphs library for Android compatible with API 8+, several chart types with support for scaling, scrolling and animations
+-
+videlalvaro/gifsockets - Real Time communication library using Animated Gifs as a transport™
+-
+OpenTSDB/opentsdb - A scalable, distributed Time Series Database.
+-
+Netflix/ice - AWS Usage Tool
+-
+flavienlaurent/NotBoringActionBar - News Stand app makes the ActionBar not boring!
+-
+spring-projects/spring-mvc-showcase - Demonstrates the features of the Spring MVC web framework
+-
+saulmm/Android-Material-Examples - Little bites of Material Design
+-
+PomepuyN/BlurEffectForAndroidDesign - Sample to show how to implement blur graphical tricks
+-
+maurycyw/StaggeredGridView - A modified version of Android's experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore.
+-
+bluelinelabs/LoganSquare - Screaming fast JSON parsing and serialization library for Android.
+-
+johannilsson/android-actionbar - Android Action Bar Implementation
+-
+tinkerpop/gremlin - A Graph Traversal Language
+-
+bigbluebutton/bigbluebutton - BigBlueButton is an open source web conferencing system for on-line learning.
+-
+groovy/groovy-core - Groovy programming language
+-
+edmodo/cropper - Android widget for cropping and rotating an image.
+-
+facebook/conceal - Conceal provides easy Android APIs for performing fast encryption and authentication of data.
+-
+Graylog2/graylog2-server - Free and open source log management
+-
+chrisbanes/philm - Movie collection and information app for Android.
+-
+neokree/MaterialNavigationDrawer - Navigation Drawer Activity with material design style and simplified methods
+-
+hibernate/hibernate-orm - Hibernate's core Object/Relational Mapping functionality
+-
+JoanZapata/android-iconify - Android integration of multiple icon providers such as FontAwesome, Entypo, Typicons,...
+-
+googlesamples/android-testing - A collection of samples demonstrating different frameworks and techniques for automated testing
+-
+orhanobut/dialogplus - Advanced dialog solution for android
+-
+JetBrains/ideavim - Vim emulation plug-in for IDEs based on the IntelliJ platform.
+-
+johncarl81/parceler - 📦 Android Parcelables made easy through code generation.
+-
+psaravan/JamsMusicPlayer - A free, powerful and elegant music player for Android.
+-
+stormzhang/9GAG - Android unofficial REST Client of 9GAG.
+-
+code-mc/material-icon-lib - Library containing over 1000 material vector icons that can be easily used as Drawable or as a standalone View.
+-
+mttkay/ignition - Kick-starts Android application development.
+-
+cymcsg/UltimateAndroid - UltimateAndroid is a rapid development framework for developing your apps
+-
+sd6352051/NiftyDialogEffects - Nifty Modal Dialog Effects
+-
+Athou/commafeed - Google Reader inspired self-hosted RSS reader.
+-
+commonsguy/cw-advandroid - Source Code to The Busy Coder's Guide To Advanced Android Development
+
+-
+JulienGenoud/android-percent-support-lib-sample - Just a sample of the android percent support lib
+-
+xamarin/XobotOS - XobotOS - Android ported to C#
+-
+jgilfelt/android-sqlite-asset-helper - An Android helper class to manage database creation and version management using an application's raw asset files
+-
+flavienlaurent/datetimepicker - DateTimePicker is a library which contains the beautiful DatePicker that can be seen in the new Google Agenda app.
+-
+Yalantis/GuillotineMenu-Android - Neat library, that provides a simple way to implement guillotine-styled animation
+-
+detro/ghostdriver - Ghost Driver is an implementation of the Remote WebDriver Wire protocol, using PhantomJS as back-end
+-
+real-logic/Aeron - Efficient reliable unicast and multicast message transport
+-
+http-kit/http-kit - http-kit is a minimalist, event-driven, high-performance Clojure HTTP server/client library with WebSocket and asynchronous support
+-
+hazelcast/hazelcast - Open Source In-Memory Data Grid
+-
+airbnb/airpal - Web UI for PrestoDB.
+-
+JakeWharton/Telecine - Record full-resolution video on your Android devices.
+-
+siacs/Conversations - Conversations is an open source XMPP/Jabber client for Android 4.0+ smart phones.
+-
+Flipboard/bottomsheet - Android component which presents a dismissible view from the bottom of the screen
+-
+Netflix/curator - ZooKeeper client wrapper and rich ZooKeeper framework
+-
+romainguy/google-io-2014 - Demo for the Material Witness talk I gave at Google I/O.
+-
+addthis/stream-lib - Stream summarizer and cardinality estimator.
+-
+mikepenz/LollipopShowcase - A simple app to showcase Androids Material Design and some of the cool new cool stuff in Android Lollipop. RecyclerView, CardView, ActionBarDrawerToggle, DrawerLayout, Animations, Android Compat Design, Toolbar
+-
+eluleci/FlatUI - CengaLabs - Android FlatUI Kit
+-
+cloudera/oryx - Simple real-time large-scale machine learning infrastructure.
+-
+romainguy/ViewServer - Local server for Android's HierarchyViewer
+-
+puniverse/quasar - Fibers, Channels and Actors for the JVM
+-
+novoda/android-demos - Examples of Android applications
+-
+alamkanak/Android-Week-View - Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.
+-
+JakeWharton/timber - A logger with a small, extensible API which provides utility on top of Android's normal Log class.
+-
+rockerhieu/emojicon - A library to show emoji in TextView, EditText (like WhatsApp) for Android
+-
+Netflix/eureka - AWS Service registry for resilient mid-tier load balancing and failover.
+-
+square/mortar - A simple library that makes it easy to pair thin views with dedicated controllers, isolated from most of the vagaries of the Activity life cycle.
+-
+thest1/LazyList - Lazy load of images in Android
+-
+Malinskiy/SuperRecyclerView - Pumped up RecyclerView
+-
+pushtorefresh/storio - Beautiful API for SQLiteDatabase and ContentResolver
+-
+avast/android-butterknife-zelezny - Android Studio plug-in for generating ButterKnife injections from selected layout XML.
+-
+worker8/TourGuide - TourGuide is an Android library that aims to provide an easy way to add pointers with animations over a desired Android View
+-
+wasabeef/richeditor-android - RichEditor for Android is a beautiful Rich Text WYSIWYG Editor for Android.
+-
+orhanobut/hawk - Secure Simple Key-Value Storage for Android
+-
+JakeWharton/scalpel - A surgical debugging tool to uncover the layers under your app.
+-
+apache/lucene-solr - Mirror of Apache Lucene & Solr
+-
+yahoo/mysql_perf_analyzer - MySQL Performance Analyzer
+-
+apache/cordova-android - Mirror of Apache Cordova Android
+-
+MikeOrtiz/TouchImageView - Adds touch functionality to Android ImageView.
+-
+grantland/android-autofittextview - A TextView that automatically resizes text to fit perfectly within its bounds.
+-
+tinkerpop/blueprints - A Property Graph Model Interface
+-
+satyan/sugar - Insanely easy way to work with Android Database.
+-
+baoyongzhang/SwipeMenuListView - A swipe menu for ListView.
+-
+siyamed/android-satellite-menu - Android Satellite Menu
+-
+rstudio/rstudio - RStudio is an integrated development environment (IDE) for R
+-
+square/keywhiz - A system for distributing and managing secrets
+-
+cucumber/cucumber-jvm - Cucumber for the JVM
+-
+square/flow - A small library that helps with describing an app as a collection of moderately independent screens.
+-
+saulmm/Material-Movies - An application about movies with material design
+-
+Flowdalic/asmack - A build environment for the XMPP client library Smack on Android
+-
+lawloretienne/QuickReturn - Showcases QuickReturn UI Pattern as either a header, footer, or both header and footer
+-
+apache/zookeeper - Mirror of Apache Hadoop ZooKeeper
+-
+kymjs/KJFrameForAndroid - It's an Android ORM and IOC framework and includes UILibrary, PluginLibrary, HttpLibrary, BitmapLibrary, DBLibrary. KJFrameForAndroid is designed to wrap complexity of the Android native SDK and keep things simple.
+-
+ManuelPeinado/GlassActionBar - Android - a library that adds a glass-like effect to the action bar.
+-
+qiujuer/Genius-Android - Android Material Design Theme UI and Tool Library.
+-
+jjoe64/GraphView - Android Graph Library for creating zoomable and scrollable line and bar graphs.
+-
+tehmou/rx-android-architecture - An example project of an Android architecture built on RxJava
+-
+purplecabbage/phonegap-plugins - Plugins for use with PhoneGap.
+-
+klinker24/Talon-for-Twitter - 100% open source version of my popular Talon for Twitter app on Android.
+-
+commonsguy/cw-android - Source Code to The Busy Coder's Guide To Android Development
+
+-
+wasabeef/Blurry - Blurry is an easy blur library for Android
+-
+oguzbilgener/CircularFloatingActionMenu - an animated circular menu for Android
+-
+Codecademy/EventHub - An open source event analytics platform
+-
+harism/android_page_curl - An example application for creating page curl/flip effect on Android using OpenGL ES.
+-
+TonicArtos/StickyGridHeaders - This project has been superseded by SuperSLiM, a layout manager for RecyclerView. I strongly recommend using SuperSLiM and not StickyGridHeaders.
+-
+ikimuhendis/LDrawer - Android drawer icon with material design animation
+-
+RomainPiel/Shimmer-android - An Android TextView with a shimmering effect
+-
+white-cat/ThinkAndroid - ThinkAndroid是一个免费的开源的、简易的、遵循Apache2开源协议发布的Android开发框架,其开发宗旨是简单、快速的进行 Android应用程序的开发,包含Android mvc、简易sqlite orm、ioc模块、封装Android httpclitent的http模块, 具有快速构建文件缓存功能,无需考虑缓存文件的格式,都可以非常轻松的实现缓存,它还基于文件缓存模块实现了图片缓存功能, 在android中加载的图片的时候,对oom的问题,和对加载图片错位的问题都轻易解决。他还包括了一个手机开发中经常应用的实用工具类, 如日志管理,配置文件管理,android下载器模块,网络切换检测等等工具。
+-
+twitter/ambrose - A platform for visualization and real-time monitoring of data workflows
+-
+antoniolg/MaterialEverywhere - Showcase of the new AppCompat 21, which includes new Material Theme, working in pre-21 devices.
+-
+owncloud/android - The ownCloud Android App
+-
+M66B/XPrivacy - XPrivacy - The ultimate, yet easy to use, privacy manager
+-
+MinecraftForge/MinecraftForge - Modifications to the Minecraft base files to assist in compatibility between mods.
+-
+googlemaps/android-maps-utils - Handy extensions to the Google Maps Android API.
+-
+RobotiumTech/robotium - Like Selenium, but for Android
+-
+Raizlabs/DBFlow - A blazing fast, powerful, and very simple ORM android database library that writes database code for you.
+-
+loopj/android-smart-image-view - Android ImageView replacement which allows image loading from URLs or contact address book, with caching
+-
+daimajia/AnimationEasingFunctions - Android Animation Easing Functions. Let's make animation more real!
+-
+romainguy/road-trip - A sample Android application that demonstrates how to implement various visual effects.
+-
+gephi/gephi - trunk
+-
+eishay/jvm-serializers - Benchmark comparing serialization libraries on the JVM
+-
+spotify/helios - Docker container orchestration platform
+-
+romannurik/Android-SwipeToDismiss - Android swipe-to-dismiss mini-library and sample code
+-
+square/assertj-android - A set of AssertJ helpers geared toward testing Android.
+-
+pnikosis/materialish-progress - A material style progress wheel compatible with 2.3
+-
+daCapricorn/ArcMenu - An android custom view which looks like the menu in Path 2.0 (for iOS).
+-
+twitter/commons - Twitter common libraries for python and the JVM
+-
+ether/pad - Etherpad Open-Source Repository
+-
+markushi/android-circlebutton - Circle button widget for Android
+-
+johnkil/Android-AppMsg - In-layout notifications. Based on Toast notifications and article by Cyril Mottier (http://android.cyrilmottier.com/?p=773).
+-
+jphp-compiler/jphp - An alternative to Zend PHP, like JRuby and Jython only for PHP
+-
+MrEngineer13/SnackBar - toast-like alert pattern for Android inspired by the Google Material Design Spec
+-
+chenupt/SpringIndicator - A spring indicator like Morning Routine guide.
+-
+ragunathjawahar/android-saripaar - UI form validation library for Android
+-
+eoecn/android-app - eoe的Android客户端源码
+-
+watabou/pixel-dungeon - Traditional roguelike game with pixel-art graphics and simple interface
+-
+crate/crate - CRATE: Your Elastic Data Store
+-
+todoroo/astrid - Astrid: Android's #1 Task Management Application
+-
+torodb/torodb - ToroDB database
+-
+pwnall/chromeview - Android WebView implementation that uses the latest Chromium code
+-
+dlew/joda-time-android - Joda-Time library with Android specialization
+-
+spring-projects/spring-security-oauth - Support for adding OAuth1(a) and OAuth2 features (consumer and provider) for Spring web applications.
+-
+mongodb/mongo-hadoop - MongoDB Connector for Hadoop
+-
+jackpal/Android-Terminal-Emulator - A VT-100 terminal emulator for the Android OS
+-
+matrixxun/ProductTour - ProductTour is android sample project implementing a parallax effect welcome page using PageTransformer, similar to the one found in Google's app like Sheet, Drive, Docs...
+-
+facebook/shimmer-android - An easy, flexible way to add a shimmering effect to any view in an Android app.
+-
+JoanZapata/android-pdfview - A fast PDF reader component for Android development
+-
+amulyakhare/TextDrawable - This light-weight library provides images with letter/text like the Gmail app. It extends the Drawable class thus can be used with existing/custom/network ImageView classes. Also included is a fluent interface for creating drawables and a customizable ColorGenerator.
+-
+BonzaiThePenguin/WikiSort - Fast and stable sort algorithm that uses O(1) memory. Public domain.
+-
+linkedin/pinot - A realtime distributed OLAP datastore
+-
+sephiroth74/ImageViewZoom - Android ImageView widget with zoom and pan capabilities
+-
+calabash/calabash-android - Automated Functional testing for Android based on cucumber
+-
+Yalantis/Euclid - User Profile Interface Animation. Made in http://yalantis.com/.
+-
+lucasr/smoothie - Easy async loading for Android's ListView/GridView
+-
+dexafree/MaterialList - An Android library aimed to get the beautiful CardViews that Google shows at its official design specifications
+-
+yahoo/squidb - SquiDB is a SQLite database layer for Android
+-
+ginatrapani/todo.txt-android - Official Todo.txt Android app for managing your todo.txt file stored in Dropbox.
+-
+facebook/device-year-class - A library that analyzes an Android device's specifications and calculates which year the device would be considered "high end”.
+-
+mttkay/droid-fu - A utility library for your daily Android needs
+-
+jprante/elasticsearch-jdbc - JDBC importer for Elasticsearch
+-
+dm77/barcodescanner - Barcode Scanner Libraries for Android
+-
+alexvasilkov/FoldableLayout - Android widgets to implement folding animation
+-
+antoniolg/androidmvp - MVP Android Example
+-
+mixi-inc/AndroidTraining - Training course repository for android app development
+-
+killbill/killbill - Open-Source Billing & Payment Platform
+-
+lzyzsd/CircleProgress - CircleProgress, DonutProgress, ArcProgress
+-
+kmshack/Android-ParallaxHeaderViewPager - NewsStand Application for Android's view of play, such as a pager function that implements the code.
+-
+novoda/image-loader - Library for async image loading and caching on Android
+-
+mihaip/dex-method-counts - Command-line tool to count per-package methods in Android .dex files
+-
+dreamhead/moco - Easy Setup Stub Server
+-
+apache/hadoop - Mirror of Apache Hadoop
+-
+pingpongboss/StandOut - StandOut lets you easily create floating windows in your Android app.
+-
+Tibolte/ElasticDownload - We are not Gif makers, We are developers
+-
+flavienlaurent/discrollview - Scroll + discover = DiscrollView
+-
+neokree/MaterialTabs - Custom Tabs with Material Design effects
+-
+iPaulPro/aFileChooser - Android library that provides a file explorer to let users select files on external storage.
+-
+linkedin/rest.li - Rest.li is a REST+JSON framework for building robust, scalable service architectures using dynamic discovery and simple asynchronous APIs.
+-
+flyway/flyway - Flyway • Database Migrations Made Easy.
+-
+commonsguy/cwac-camera - CWAC-Camera: Taking Pictures. Made Sensible.
+-
+brianfrankcooper/YCSB - Yahoo! Cloud Serving Benchmark
+-
+balysv/material-ripple - Android L Ripple effect wrapper for Views
+-
+LyndonChin/AndroidRubberIndicator - A rubber indicator
+-
+ata4/disunity - An experimental toolset for Unity asset and asset bundle files.
+-
+geometer/FBReaderJ - Official FBReaderJ project repository
+-
+hmkcode/Android - Android related examples
+-
+gabrielemariotti/RecyclerViewItemAnimators - An Android library which provides simple Item animations to RecyclerView items
+-
+airbnb/AirMapView - A view abstraction to provide a map user interface with various underlying map providers
+-
+wordpress-mobile/WordPress-Android - WordPress for Android
+-
+twitter/elephant-bird - Twitter's collection of LZO and Protocol Buffer-related Hadoop, Pig, Hive, and HBase code.
+-
+jgilfelt/android-mapviewballoons - [DEPRECATED] Simple information balloon annotation for Android MapView
+-
+drakeet/MaterialDialog - (Deprecated)An Android dialog library, has strong extensibility, customizability, and for conveniently building Material Design Dialog in Android version 2.2 ~ L.
+-
+simpligility/android-maven-plugin - Maven Plugin for Android Application development and more
+-
+code-mc/loadtoast - Pretty material design toasts with feedback animations
+-
+antlr/antlr4 - ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
+-
+vekexasia/android-edittext-validator - Android form edit text is an extension of EditText that brings data validation facilities to the edittext.
+-
+jberkel/sms-backup-plus - Backup Android SMS, MMS and call log to Gmail / Gcal / IMAP
+-
+jasonpolites/gesture-imageview - Implements pinch-zoom, rotate, pan as an ImageView for Android 2.1+
+-
+koush/UrlImageViewHelper - Android library that sets an ImageView's contents from a url. Manages image downloading, caching, and makes your coffee too.
+-
+blackfizz/EazeGraph - An Android chart and graph library
+-
+RoboBinding/RoboBinding - A data-binding Presentation Model(MVVM) framework for the Android platform.
+-
+baoyongzhang/android-PullRefreshLayout - This component like SwipeRefreshLayout, it is more beautiful than SwipeRefreshLayout.
+-
+commonsguy/cwac-endless - CommonsWare Android Components: EndlessAdapter
+-
+UweTrottmann/SeriesGuide - Manage (re)watching your favorite TV shows on your Android devices.
+-
+AntennaPod/AntennaPod - A podcast manager for Android
+-
+ZieIony/Carbon - Material Design implementation for Android 2.2+
+-
+RomainPiel/Titanic - Android experiment showing a sinking TextView
+-
+mcharmas/android-parcelable-intellij-plugin - IntelliJ Plugin for Android Parcelable boilerplate code generation.
+-
+h6ah4i/android-advancedrecyclerview - RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
+-
+antonkrasov/AndroidSocialNetworks - Library for easy work with Facebook, Twitter, LinkedIn and Google on Android
+-
+romannurik/Android-WizardPager - Android pager-style wizard flow sample code
+-
+guardianproject/ChatSecureAndroid - PLEASE REPORT ALL ISSUES ON OUR PROJECT HERE:
+-
+Pkmmte/CircularImageView - Custom view for circular images in Android while maintaining the best draw performance
+-
+syncany/syncany - Syncany is a cloud storage and filesharing application with a focus on security and abstraction of storage.
+-
+kikoso/Swipeable-Cards - A native library providing a Tinder-like cards effect. A card can be constructed using an image and displayed with animation effects, dismiss-to-like and dismiss-to-unlike, and use different sorting mechanisms.
+-
+mcharmas/Android-ReactiveLocation - Small library that wraps Google Play Service API in brilliant RxJava Observables reducing boilerplate to minimum.
+-
+mikepenz/AboutLibraries - AboutLibraries is a library to offer some information of libraries.
+-
+TonicArtos/SuperSLiM - A layout manager for the RecyclerView with interchangeable linear, grid, and staggered displays of views, all with configurable section headers including the sticky variety as specified in the material design docs.
+-
+wrapp/floatlabelededittext - Floating hint from edit text - inspired by Matt D. Smith's design: http://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction?list=users
+
+-
+romannurik/Android-MonthCalendarWidget - A simple example of a responsive Month Calendar app widget for Android
+-
+Quinny898/PersistentSearch - A clone of the Google Now/Maps/Play persistent search bar
+-
+tvbarthel/BlurDialogFragment - Library project to display DialogFragment with a blur effect.
+-
+cloudera/flume - WE HAVE MOVED to Apache Incubator. https://cwiki.apache.org/FLUME/ . Flume is a distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log data. It has a simple and flexible architecture based on streaming data flows. It is robust and fault tolerant with tunable reliability mechanisms and many failover and recovery mechanisms. The system is centrally managed and allows for intelligent dynamic management. It uses a simple extensible data model that allows for online analytic applications.
+-
+frankiesardo/auto-parcel - Android Parcelable models made easy
+-
+SpongePowered/Sponge - A Forge mod that implements SpongeAPI
+-
+LarsWerkman/HoloColorPicker - An Android Holo themed colorpicker designed by Marie Schweiz
+-
+facebook/network-connection-class - Listen to current network traffic in the app and categorize the quality of the network.
+-
+nathanmarz/storm-starter - Learn to use Storm!
+-
+tjake/Solandra - Solandra = Solr + Cassandra
+-
+reactive-streams/reactive-streams-jvm - Reactive Streams Specification for the JVM
+-
+Ereza/CustomActivityOnCrash - Android library that allows launching a custom activity when your app crashes, instead of showing the hated "Unfortunately, X has stopped" dialog.
+-
+BuildCraft/BuildCraft - BuildCraft
+-
+skavanagh/KeyBox - KeyBox is a web-based SSH console that centrally manages administrative access to systems. Web-based administration is combined with management and distribution of user's public SSH keys.
+-
+richardwilly98/elasticsearch-river-mongodb - MongoDB River Plugin for ElasticSearch
+-
+Jasig/cas - Apereo CAS - Single Sign On for the Web
+-
+wangdan/AisenWeiBo - 新浪微博第三方Android客户端
+-
+katzer/cordova-plugin-local-notifications - Cordova Local-Notification Plugin
+-
+roomorama/Caldroid - A better calendar for Android
+-
+inmite/android-selector-chapek - Android Studio plugin which automatically generates drawable selectors from appropriately named resources.
+-
+chenupt/DragTopLayout - Drag down to show a view on the top.
+-
+facebookarchive/hadoop-20 - Facebook's Realtime Distributed FS based on Apache Hadoop 0.20-append
+-
+linkedin/indextank-engine - Indexing engine for IndexTank
+-
+MiCode/Notes - 小米便签社区开源版(Community edition of XM notepad/MIUI notes)
+-
+siyamed/android-shape-imageview - Custom shaped android imageview components
+-
+asyl/ArcAnimator - ArcAnimator helps to create arc transition animation: 2.3.+
+-
+SpongePowered/SpongeAPI - A Minecraft plugin API
+-
+LitePalFramework/LitePal - An Android library that allows developers to use SQLite database extremely easy.
+-
+Yalantis/Taurus - A little more fun for the pull-to-refresh interaction. Made in http://yalantis.com/?utm_source=github
+
+-
+quartzjer/TeleHash - Old v1 repo, please see http://github.org/telehash now.
+-
+bmelnychuk/AndroidTreeView - AndroidTreeView. TreeView implementation for android
+-
+kanytu/android-parallax-recyclerview - An adapter which could be used to achieve a parallax effect on RecyclerView.
+-
+prolificinteractive/material-calendarview - A Material design back port of Android's CalendarView
+-
+Manabu-GT/ExpandableTextView - Android's TextView that can expand/collapse like the Google Play's app description
+-
+JoanZapata/base-adapter-helper - Abstraction for the usual BaseAdapter "ViewHolder" pattern
+-
+swissonid/android-design-support-lib-sample - Just Sample how to use the android design support lib
+-
+ozodrukh/CircularReveal - Lollipop ViewAnimationUtils.createCircularReveal for everyone 2.3+
+-
+undertow-io/undertow - High performance non-blocking webserver
+-
+felipecsl/AsymmetricGridView - Android ListView that mimics a GridView with asymmetric items. Supports items with row span and column span
+-
+chrisbanes/Android-BitmapCache - Android-BitmapCache is a specialised cache, for use with Android Bitmap objects.
+-
+jpardogo/ListBuddies - Android library to achieve in an easy way, the behaviour of the home page in the Expedia app, with a pair of auto-scroll circular parallax ListViews.
+-
+GDG-Korea/PinterestLikeAdapterView - An Android multi column list view like Pinterest.
+-
+motianhuo/wechat - A High Copy WeChat ,SNS APP (高仿微信)
+-
+daimajia/AnimeTaste - Taste global original animation
+-
+AltBeacon/android-beacon-library - Allows Android apps to interact with BLE beacons
+-
+liquibase/liquibase - Main Liquibase Source
+-
+electronicarts/orbit - Orbit - Build distributed and scalable online services
+-
+dinocore1/DevsmartLib-Android - A Horizontal ListView for Android
+-
+andkulikov/Transitions-Everywhere - Backport of Transitions API for animations from Android KitKat and Lollipop. Compatible with Android 2.2+
+-
+Skykai521/StickerCamera - This is an Android application with camera,picture cropping,collage sticking and tagging.贴纸标签相机,功能:拍照,相片裁剪,给图片贴贴纸,打标签。
+-
+klinker24/Android-TextView-LinkBuilder - Insanely easy way to define clickable links within a TextView.
+-
+Avocarrot/json2view - Update native Android UI on the fly
+-
+zzz40500/GsonFormat - 根据Gson库使用的要求,将JSONObject格式的String 解析成实体
+-
+flavioarfaria/KenBurnsView - Android ImageViews animated by Ken Burns Effect
+-
+alibaba/RocketMQ - 🚀 Alibaba's MQ, also aliyun ONS.
+-
+MostafaGazar/CustomShapeImageView - Custom shape ImageView using PorterDuffXfermode with paint shapes and SVGs
+-
+MizzleDK/Mizuu - Popular media indexer app for Android.
+-
+sromku/android-simple-facebook - Simple Facebook SDK for Android
+-
+chrisbanes/photup - photup
+-
+nutzam/nutz - Nutz核心代码
+-
+linkedin/databus - Source-agnostic distributed change data capture system
+-
+eowise/recyclerview-stickyheaders - DEPRECATED. Android library that integrate sticky section headers in your RecyclerView
+-
+Diolor/Swipecards - A Tinder-like Android library to create the swipe cards effect. You can swipe left or right to like or dislike the content.
+-
+ApmeM/android-flowlayout - Linear layout, that wrap its content to the next line if there is no space in the current line.
+-
+MiCode/FileExplorer - MIUI文件管理器社区开源版(Community edition of MIUI File Explorer)
+-
+jmxtrans/jmxtrans - jmxtrans
+-
+wildabeast/BarcodeScanner - Official repository now at phonegap/phonegap-plugin-barcodescanner.
+-
+opentripplanner/OpenTripPlanner - An open source multi-modal trip planner
+-
+xcltapestry/XCL-Charts - Android图表库(XCL-Charts is a free charting library for Android platform.),基于Android Canvas来绘制各种图表,使用简便,定制灵活。目前支持3D/非3D/背向式/横向/竖向柱形图(Bar Chart)、3D/非3D饼图(Pie Chart)、堆叠图(Stacked Bar Chart)、面积图(Area Chart)、 折线图(Line Chart)、曲线图(Spline Chart)、环形图(Dount Chart)、南丁格尔玫瑰图(Rose Chart)、仪表盘(Dial Chart)、刻度盘(Gauge Chart)、雷达图(Radar Chart)、漏斗图(Funnel Chart)、圆形图(Circle Chart)、弧线比较图、散点图(Scatter Chart)、气泡图(Bubble Chart)、范围条形图(RangeBar Chart)等图表。其它特性还包括支持图表缩放、手势移动、点击响应、动画效果、多轴显示、图表参考线、混合图表及同数据源不同图表类型切换等。
+-
+udacity/Sunshine-Version-2 - The official repository for Developing Android Apps
+-
+sk89q/WorldEdit - An in-game voxel map editor for Minecraft
+-
+soarcn/BottomSheet - One way to present a set of actions to a user is with bottom sheets, a sheet of paper that slides up from the bottom edge of the screen. Bottom sheets offer flexibility in the display of clear and simple actions that do not need explanation.
+-
+spockframework/spock - The Enterprise-ready testing and specification framework.
+-
+jpardogo/GoogleProgressBar - Android library to display progress like google does in some of his services.
+-
+FasterXML/jackson-core - Core part of Jackson that defines Streaming API as well as basic shared abstractions
+-
+expectedbehavior/gauges-android - Gaug.es Android App
+-
+emilsjolander/sprinkles - Sprinkles is a boiler-plate-reduction-library for dealing with databases in android applications
+-
+fyhertz/libstreaming - A solution for streaming H.264, H.263, AMR, AAC using RTP on Android
+-
+alibaba/cobar - 基于MySQL的分布式数据库服务中间件
+-
+Clans/FloatingActionButton - Android Floating Action Button based on Material Design specification
+-
+Trinea/android-auto-scroll-view-pager - Android auto scroll viewpager or viewpager in viewpager
+-
+hoang8f/android-flat-button - FButton - a flat button library for Android
+-
+alibaba/canal - 阿里巴巴mysql数据库binlog的增量订阅&消费组件
+-
+MichaelEvans/ColorArt - iTunes 11-style color matching code for Android
+-
+ManuelPeinado/MultiChoiceAdapter - Android - A ListView adapter with support for multiple choice modal selection
+-
+alibaba/otter - 阿里巴巴分布式数据库同步系统(解决中美异地机房)
+-
+zcweng/ToggleButton - ToggleButton Widget For Android Dev
+-
+ToxicBakery/ViewPagerTransforms - Library containing common animations needed for transforming ViewPager scrolling for Android v13+.
+-
+ratpack/ratpack - A toolkit for JVM web applications
+-
+jitsi/jitsi - Jitsi is an audio/video and chat communicator that supports protocols such as SIP, XMPP/Jabber, AIM/ICQ, IRC, Yahoo! and many other useful features.
+-
+SonarSource/sonarqube - Put your technical debt under control
+-
+passsy/android-HoloCircularProgressBar - Holo Circular ProgressBar
+-
+HdrHistogram/HdrHistogram - A High Dynamic Range (HDR) Histogram
+-
+Frank-Zhu/PullZoomView - An Android custom ListView and ScrollView with pull to zoom-in.
+-
+sephiroth74/HorizontalVariableListView - Horizontal list view for Android which allows variable items widths
+-
+linger1216/labelview - Sometimes, we need to show a label above an ImageView or any other views. Well, LabelView will be able to help you. It's easy to implement as well!
+-
+Netflix/servo - Netflix Application Monitoring Library
+-
+pigshell/pigshell - The missing shell for the web
+-
+bluejamesbond/TextJustify-Android - Android Text Full Jusiftication / Wrapping / Justify / Hyphenate - V2.0
+-
+mmin18/AndroidDynamicLoader - A plugin system that runs like a browser, but instead of load web pages, it load plugins which runs natively on Android system.
+-
+LarsWerkman/QuickReturnListView - A implementation of Roman Nurik's and Nick Butcher's Quick Return UI patern for a listview.
+-
+rudsonlive/NavigationDrawer-MaterialDesign - Library Navigation drawer material design
+-
+glomadrian/material-animated-switch - A material Switch with icon animations and color transitions
+-
+nkzawa/socket.io-client.java - Full-featured Socket.IO Client Library for Java, which is compatible with Socket.IO v1.0 and later.
+-
+vrapper/vrapper - Vim-like editing in Eclipse
+-
+davemorrissey/subsampling-scale-image-view - Highly configurable, easily extendable view with pan and zoom gestures for displaying huge images without loss of detail. Perfect for photo galleries, maps, building plans etc.
+-
+RadiusNetworks/android-ibeacon-service - An Android library providing APIs to interact with iBeacons
+-
+timehop/sticky-headers-recyclerview - Sticky Headers decorator for Android's RecyclerView
+-
+google/grafika - Grafika test app
+-
+mattdesl/lwjgl-basics - 🔧 LibGDX/LWJGL tutorials and examples
+-
+JakeWharton/RxBinding - RxJava binding APIs for Android's UI widgets.
+-
+chrislacy/TweetLanes - Tweet Lanes for Android
+-
+gabrielemariotti/androiddev - Quick tips/tutorials for Android developers
+-
+Rajawali/Rajawali - Android OpenGL ES 2.0/3.0 Engine
+-
+dommerq/SuperListview - Deprecated. Way more than just a listview
+-
+chiuki/advanced-textview - Advanced Android TextView
+-
+alibaba/mdrill - for千亿数据即席分析
+-
+FasterXML/jackson-databind - General data-binding package for Jackson (2.x): works on streaming API (core) implementation(s)
+-
+hector-client/hector - a high level client for cassandra
+-
+johnkil/Android-ProgressFragment - Implementation of the fragment with the ability to display indeterminate progress indicator when you are waiting for the initial data.
+-
+BlueMor/Android-PullLayout - 仿UC天气下拉和微信下拉眼睛
+-
+rmtheis/android-ocr - Experimental app for optical character recognition on Android.
+-
+ChrisRenke/DrawerArrowDrawable - Visual back-port of the rotating drawer-to-arrow drawable from Android L
+-
+ManuelPeinado/RefreshActionItem - Android - An action bar item which acts both as a refresh button and as a progress indicator
+-
+apache/hive - Mirror of Apache Hive
+-
+bingoogolapple/BGARefreshLayout-Android - 多种下拉刷新效果、上拉加载更多、可配置自定义头部广告位
+-
+airbnb/DeepLinkDispatch - A simple, annotation-based library for making deep link handling better on Android
+-
+yanchenko/droidparts - DI, ORM, JSON, ...
+-
+rnewson/couchdb-lucene - Enables full-text searching of CouchDB documents using Lucene
+-
+mrwonderman/android-square-progressbar - An android library to display a progressbar that goes around an image.
+-
+Netflix/archaius - Library for configuration management API
+-
+wnafee/vector-compat - A support library for VectorDrawable and AnimatedVectorDrawable classes introduced in Lollipop
+-
+konifar/android-material-design-icon-generator-plugin - This plugin help you to set material design icon to your project.
+-
+matburt/mobileorg-android - An implementation of MobileOrg for the Android platform
+-
+eirslett/frontend-maven-plugin - "Maven-node-grunt-gulp-npm-node-plugin to end all maven-node-grunt-gulp-npm-plugins." A Maven plugin that downloads/installs Node and NPM locally, runs NPM install, Grunt, Gulp and/or Karma.
+-
+anton46/Android-StepsView - Android-StepsView
+-
+tuesda/CircleRefreshLayout - a custom pull-to-refresh layout which contains a interesting animation
+-
+akexorcist/Android-RoundCornerProgressBar - Round Corner Progress Bar Library for Android
+-
+unclebob/fitnesse - FitNesse -- The Acceptance Test Wiki
+-
+jeeeyul/eclipse-themes - Full Featured Eclipse Theme Customizer!
+-
+Netflix/exhibitor - ZooKeeper co-process for instance monitoring, backup/recovery, cleanup and visualization.
+-
+MostafaGazar/soas - Native Android "sample of all samples" for beginners and experienced, 14+, with focus on lollipop and Material
+-
+geftimov/android-player - Android animation when entering new screen.
+-
+ppamorim/Dragger - Animate your activity!
+-
+gabrielemariotti/changeloglib - Android Library to display your changelog
+-
+real-logic/simple-binary-encoding - Simple Binary Encoding (SBE)
+-
+survivingwithandroid/Surviving-with-android - Source code related to the posts in the blog
+-
+skyfishjy/android-ripple-background - A beautiful ripple animation for your app
+-
+thiagolocatelli/android-uitableview - Library and example project on how to use the UITableView component
+-
+JakeWharton/ThreeTenABP - An adaptation of the JSR-310 backport for Android.
+-
+foxykeep/DataDroid - An Android Library for data management
+-
+iPaulPro/Android-ItemTouchHelper-Demo - Basic example of using ItemTouchHelper to add drag & drop and swipe-to-dismiss to RecyclerView.
+-
+etsy/oculus - The metric correlation component of Etsy's Kale system
+-
+emmaguy/clean-status-bar - Tidy up your Android status bar before taking screenshots for the Play Store
+-
+douglascraigschmidt/POSA-14 - This repository contains assignments and examples for the 2014 offering of the POSA MOOC (see www.coursera.org/course/posa for more information)
+-
+eclipse-color-theme/eclipse-color-theme - Color themes for Eclipse
+-
+nhaarman/supertooltips - SuperToolTips
+-
+woozzu/IndexableListView - iPhone like fast scroll ListView on Android
+-
+killme2008/Metamorphosis - A high available,high performance distributed messaging system.
+-
+sikuli/sikuli - Sikuli's official repository on github. Ask questions or report bugs at http://launchpad.net/sikuli.
+-
+OpenGrok/OpenGrok - Main {OpenGrok git repository
+-
+JakeWharton/Android-DirectionalViewPager - [DEPRECATED] Implementation of the compatibility library ViewPager class that supports paging both vertically and horizontally.
+-
+VoltDB/voltdb - VoltDB
+-
+cgeo/cgeo - c:geo - The powerful Android geocaching app.
+-
+kyleduo/SwitchButton - A cute widget of Switch Button for you to create beautiful and friendly UI.
+-
+traex/ExpandableLayout - Implementation of ExpandableListview with custom header and custom content.
+-
+adnan-SM/TimelyTextView - Animated TextView like Timely app
+-
+kanytu/android-material-drawer-template - An Android template with navigation drawer for material design
+-
+zzz40500/android-shapeLoadingView - 高仿新版58 加载动画
+-
+ervandew/eclim - Expose eclipse features inside of vim.
+-
+oschina/android-app - 本项目已经迁移到 git.oschina.net ,此处不再更新!
+-
+dodola/android_waterfall - Android版的瀑布流布局
+-
+apache/camel - Mirror of Apache Camel
+-
+smanikandan14/Volley-demo - An demonstration of Volley - HTTP library announced by google in I/O 2013. Illustrates, JSONRequest,StringRequest, Image caching.
+-
+nirhart/ParallaxScroll - Parallax ScrollView and ListView for Android
+-
+frakbot/JumpingBeans - A Span-based library to make your text jump like Mexican beans. Oh, and the "..."s in Hangouts.
+-
+google/google-authenticator - Open source version of Google Authenticator (except the Android app)
+-
+nvanbenschoten/motion - An Android library allowing images to exhibit a parallax effect that reacts to the device's tilt
+-
+telly/MrVector - [Deprecated] AKA VectorDrawableCompat: A 7+ backport of VectorDrawable
+-
+davidschreiber/FancyCoverFlow - A cool Open Source CoverFlow view for Android with several fancy effects.
+-
+puniverse/capsule - Dead-Simple Packaging and Deployment for JVM Apps
+-
+glyptodon/guacamole-client - The HTML5/JavaScript Guacamole client, its containing web application, and related components.
+-
+sqlcipher/android-database-sqlcipher - Android SQLite API based on SQLCipher
+-
+j256/ormlite-android - ORMLite Android functionality used in conjunction with ormlite-core
+-
+apache/incubator-zeppelin - Mirror of Apache Zeppelin (Incubating)
+-
+hoang8f/android-segmented-control - ios7 UISegmentedControl for android
+-
+erikwt/PullToRefresh-ListView - A generic, customizable, open source Android ListView implementation that has 'Pull to Refresh' functionality.
+-
+vikramkakkar/SublimePicker - A material-styled android view that provisions picking of a date, time & recurrence option, all from a single user-interface.
+-
+saik0/UnifiedPreference - A convinience library for working with all versions of the Android Preference package from API v4 and up
+-
+linkedin/camus - LinkedIn's Kafka to HDFS pipeline.
+-
+tokudu/AndroidPushNotificationsDemo - A example of an android app that receives push notifications using MQTT.
+-
+jlmd/AnimatedCircleLoadingView - An animated circle loading view
+-
+lorensiuswlt/NewQuickAction - Android QuickAction
+-
+johnkil/Android-RobotoTextView - Implementation of a TextView and all its direct/indirect subclasses with native support for the Roboto fonts, includes the brand new Roboto Slab fonts.
+-
+gorbin/ASNE - ASNE library for simple integration of social networks: Twitter, Facebook, Google Plus, LinkedIn, Instagram, Vkontakte, Odnoklassniki
+-
+txusballesteros/bubbles-for-android - Bubbles for Android is an Android library to provide chat heads capabilities on your apps. With a fast way to integrate with your development.
+-
+BlueMor/DragLayout - An Android Project.强迫症头像制作器,使用support.v4包下的ViewDragHelper实现QQ5.0侧滑
+-
+shell-software/fab - Floating Action Button Library for Android
+-
+evant/JobSchedulerCompat - [Deprecated] A backport of Android Lollipop's JobScheduler to api 10+
+-
+siriscac/RippleView - View that imitates Ripple Effect on click which was introduced in Android L (for Android 2.3+)
+-
+58code/Argo - 58.com轻量级web框架
+-
+linkedin/datafu - Hadoop library for large-scale data processing, now an Apache Incubator project
+-
+nasa/mct - Mission Control Technologies is a real-time monitoring and visualization platform. See an overview and demo at http://ti.arc.nasa.gov/OpenMCT/. Download MCT plugins at https://github.com/nasa/MCT-Plugins.
+-
+osmandapp/Osmand - osmand
+-
+mikepenz/Android-ActionItemBadge - This library offers a simple method to add a small badge icon to your ActionBar-MenuItem
+-
+apache/tomcat - Mirror of Apache Tomcat
+-
+Trinea/android-demo - Android common lib demo, include ImageCache, HttpCache, DropDownListView, DownloadManager, install apk silent and so on, you can find description
+-
+dmytrodanylyk/shadow-layout - Android Shadow Layout
+-
+AndroidAlliance/EdgeEffectOverride - Override the Holo EdgeEffect colors
+-
+paddybyers/anode - Android framework for node.js applications
+-
+liaohuqiu/android-GridViewWithHeaderAndFooter - A GridView which can addHeaderView and addFooterView
+-
+jenzz/Android-UndoBar - An implementation of Android's Undo Bar as seen in Google's Gmail app.
+-
+sockeqwe/mosby - A Model-View-Presenter library for modern Android apps
+-
+jeromevdl/android-holo-colors-idea-plugin - IntelliJ / Android Studio plugin for Android Holo Colors
+-
+LyndonChin/MasteringAndroidDataBinding - A comprehensive tutorial for Android Data Binding
+-
+sd6352051/NiftyNotification - effects for android notifications
+-
+toddway/MaterialTransitions - Sample material transition animations for Android
+-
+square/phrase - Phrase is an Android string resource templating library
+-
+spring-projects/spring-petclinic - A sample Spring-based application
+-
+splitwise/TokenAutoComplete - Gmail style MultiAutoCompleteTextView for Android
+-
+redwarp/9-Patch-Resizer - A resizer tool to automaticaly resize png files and 9 patches in several densities
+-
+r0adkll/Slidr - Easily add slide to dismiss functionality to an Activity
+-
+ongakuer/CircleIndicator - A lightweight viewpager indicator like in nexus 5 launcher
+-
+jpardogo/FlabbyListView - Android library to display a ListView whose cells are not rigid but flabby and react to ListView scroll.
+-
+apache/flink - Mirror of Apache Flink
+-
+robotmedia/AndroidBillingLibrary - Android Market In-app Billing Library
+-
+e-biz/androidkickstartr - AndroidKickstartR helps you to quickly create a well configured Android application using the most popular libraries. It creates and configures your project for you. Just focus on code!
+-
+traex/CalendarListview - Implementation of a calendar in a ListView. One month by row
+-
+f2prateek/progressbutton - A custom progress indicator with a tiny footprint.
+-
+HazyResearch/deepdive - DeepDive
+-
+jonfinerty/Once - A small Android library to manage one-off operations.
+-
+eclipse/jetty.project - Jetty - Servlet Engine and Http Server project repository (jetty.project)
+-
+thyrlian/AwesomeValidation - Android validation library which helps developer boil down the tedious work to three easy steps.
+-
+fearofcode/bateman - Simple stock trading system that optimizes its parameters with particle swarm optimization
+-
+spring-projects/spring-android-samples - Spring for Android Sample Applications
+-
+scobal/seyren - An alerting dashboard for Graphite
+-
+pedrovgs/Renderers - Renderers is an Android library created to avoid all the boilerplate needed to use a RecyclerView/ListView with adapters.
+-
+lovetuzitong/MultiImageSelector - Image selector for Android device. Support single choice and multi-choice.
+-
+Sefford/CircularProgressDrawable - A drawable with capabilities to indicate progress.
+-
+JetBrains/MPS - JetBrains Meta programming System
+-
+tomakehurst/wiremock - A tool for mocking HTTP services
+-
+linroid/FilterMenu - An implemention of Filter Menu concept for android
+-
+BroadleafCommerce/BroadleafCommerce - Broadleaf Commerce - Enterprise eCommerce framework based on Spring
+-
+lsjwzh/RecyclerViewPager - A ViewPager implemention base on RecyclerView's code. Support fling operation like gallary.
+-
+graphhopper/graphhopper - Fast routing library and server using OpenStreetMap. #route #planner
+-
+ZhouWeikuan/cocos2d - cocos2d for android, based on cocos2d-android-0.82, and now ported from cocos2d-iphone 0.99.4. The googlecode address is here: http://code.google.com/p/cocos2d-android-1/ . There are several demos to watch.
+-
+Maxwin-z/XListView-Android - ListView supports pull refresh and pull up to load more feature.
+-
+variety/variety - A schema analyzer for MongoDB
+-
+playgameservices/android-basic-samples - Google Play game services - Android samples
+-
+joyoyao/superCleanMaster - 一键清理 开源版,包括内存加速,缓存清理,自启管理,软件管理等。
+-
+ikew0ng/Dribbo - Dribbble客户端
+-
+DWorkS/VolleyPlus - Volley library : make everything faster . Its an improvements for Volley by Google for Android https://android.googlesource.com/platform/frameworks/volley
+
+-
+etao-open-source/cube-sdk - A light package for Android development, it handles loading image and network request.
+-
+carlonzo/StikkyHeader - This is a very simple library for Android that allows you to stick an header to a scrollable view and easily apply animation to it
+-
+medyo/fancybuttons - An Android library to easily create fancy buttons without the need of drawable files.
+-
+infinum/android_dbinspector - Android library for viewing and sharing in app databases.
+-
+codebutler/farebot - Read data from public transit cards using your NFC Android phone!
+-
+spring-projects/spring-integration-samples - You are looking for examples, code snippets, sample applications for Spring Integration? This is the place.
+-
+spring-projects/spring-android - Support for using Spring when developing native Android applications.
+-
+emilsjolander/StickyScrollViewItems - A small android library for tagging views inside a ScrollView as "sticky" making them stick to the top of the scroll container until a new sticky view comes and takes it's place
+-
+dynjs/dynjs - ECMAScript runtime for the JVM
+-
+2dxgujun/AndroidTagGroup - 🍀A beautiful android tag group widget.
+-
+MartinRGB/GiftCard-Android - Simply Implement Dribbble's popular shot
+-
+Rogero0o/MatchView - Include MatchTextView and MatchButton..Come..you will like it
+-
+mitallast/diablo-js - Isometric minimal-code style game at html5 canvas and javascript
+-
+geftimov/android-pathview - Android view with both path from constructed path or from svg.
+-
+afollestad/material-cab - A simple library for Android, which replaces the stock contextual action bar to allow more customization.
+-
+moagrius/TileView - The TileView widget is a subclass of ViewGroup that provides a mechanism to asynchronously display tile-based images for the Android mobile-application development framework, with additional functionality for 2D dragging, flinging, pinch or double-tap to zoom, adding overlaying Views (markers), built-in Hot Spot support, dynamic path drawing, multiple levels of detail, and support for any relative positioning or coordinate system.
+-
+baasbox/baasbox - The BaasBox server
+-
+apache/incubator-groovy - Mirror of Apache Groovy (Incubating)
+-
+houkx/android-pluginmgr - apk plug apkplug apk load
+-
+kairosdb/kairosdb - Fast scalable time series database
+-
+bpellin/keepassdroid - KeePass implementation for android
+-
+Pixplicity/MultiViewPager - The MultiViewPager is an extension of the support-v4 library's ViewPager that allows the pages to be wider or narrower than the ViewPager itself. It takes care of aligning the pages next to each other, and always keeping the selected page centered.
+-
+square/seismic - Android device shake detection.
+-
+apache/mahout - Mirror of Apache Mahout
+-
+sinaweibosdk/weibo_android_sdk - 新浪微博 Android SDK
+-
+lsjwzh/MaterialLoadingProgressBar - MaterialLoadingProgressBar provide a styled ProgressBar which looks like SwipeRefreshLayout's loading indicator(support-v4 v21+)
+-
+dmitry-zaitsev/AndroidSideMenu - Side menu for android applications
+-
+mik3y/usb-serial-for-android - Android USB host serial driver library for CDC, FTDI, Arduino and other devices.
+-
+jacobmoncur/QuiltViewLibrary - Android Quilt View Library
+-
+igniterealtime/Openfire - A XMPP server licensed under the Open Source Apache License.
+-
+tekinarslan/AndroidMaterialDesignToolbar - Android Sample Project with Material Design and Toolbar.
+-
+pents90/svg-android - Support for scalable vector graphics in Android
+-
+KylinOLAP/Kylin - This code base is retained for historical interest only, please visit Apache Incubator Repo for latest one
+-
+darvds/RibbonMenu - Navigation menu for Android (based off Google+ app)
+-
+beworker/tinybus - Simple, lightweight and fast event bus tailored for Android
+-
+nathanmarz/storm-contrib - A collection of spouts, bolts, serializers, DSLs, and other goodies to use with Storm
+-
+emilsjolander/android-FlipView - A small, easy to use android library for implementing flipping between views as seen in the popular Flipboard application
+-
+bboyfeiyu/AndroidEventBus - A lightweight eventbus library for android, simplifies communication between Activities, Fragments, Threads, Services, etc.
+-
+lucasr/android-layout-samples - Explorations around Android custom layouts
+-
+lewisjdeane/L-Dialogs - A small library replicating the new dialogs in android L.
+-
+askerov/DynamicGrid - Drag and drop GridView for Android
+-
+zzz40500/AndroidSweetSheet - 一个富有动感的Sheet(选择器)
+-
+wangjiegulu/RapidFloatingActionButton - Quick solutions for Floating Action Button,RapidFloatingActionButton(RFAB)
+-
+FaizMalkani/Fabulous - [DEPRECATED]
+-
+premnirmal/Magnet - A library that makes it very simple to create a window icon, similar to Facebooks chat icon.
+-
+BoD/android-switch-backport - A backport of the SwitchPreference component that was introduced on Android 4 (ICS / level 14). This port works on Android 2.1+ (Eclair MR1 / level 7).
+-
+agirbal/umongo - Desktop app to browse and administer your MongoDB cluster
+-
+WhisperSystems/BitHub - BTC + BitHub = An experiment in funding privacy OSS.
+-
+vinaysshenoy/mugen - Microlibrary for implementing infinite scroll on Android
+-
+impetus-opensource/Kundera - A JPA 2.1 compliant Polyglot Object-Datastore Mapping Library for NoSQL Datastores.Please subscribe to:
+-
+apache/solr - Mirror of Apache Solr
+-
+survivingwithandroid/WeatherLib - Android Weather Library: android weather lib to develop weather based app fast and easily
+-
+rno/Android-ScrollBarPanel - Android-ScrollBarPanel allows to attach a View to a scroll indicator like it's done in Path 2.0
+-
+iammert/MusicPlayerView - Android custom view and progress for music player
+-
+MatthewYork/Colours - A beautiful set of predefined colors and a set of color methods to make your Android development life easier.
+-
+ogaclejapan/ArcLayout - A very simple arc layout library for Android
+-
+SeldonIO/seldon-server - Serves predictions via a REST API
+-
+PaperAirplane-Dev-Team/BlackLight - A light Sina Weibo client for Android
+-
+JakeWharton/SwipeToDismissNOA - Backport of Roman Nurik's "Swipe-to-dismiss" sample code using NineOldAndroids to work on all API levels.
+-
+AlbertGrobas/MovingImageView - Custom ImageView for moving image around the screen (Android)
+-
+mattprecious/telescope - A simple tool to allow easy bug report capturing within your app.
+-
+Netflix/Priam - Co-Process for backup/recovery, Token Management, and Centralized Configuration management for Cassandra.
+-
+alibaba/TProfiler - TProfiler是一个可以在生产环境长期使用的性能分析工具
+-
+OryxProject/oryx - Oryx 2: Lambda architecture on Spark, Kafka for real-time large scale machine learning
+-
+couchbase/couchbase-lite-android - Lightweight, embedded, syncable NoSQL database engine for Android.
+-
+code4craft/netty-learning - Netty learning.
+-
+HackPlan/AndroidCharts - An easy-to-use Android charts library with animation.
+-
+cbeust/testng - TestNG testing framework
+-
+bitfireAT/davdroid - DAVdroid – CalDAV/CardDAV synchronization for Android 4+ devices
+-
+rampo/UpdateChecker - Increase your app's updates
+-
+AChep/AcDisplay - AcDisplay is a new way of handling notifications in Android.
+-
+drakeet/SmsCodeHelper - A very beautiful and easy to use app: "SmsCodeHelper" (verification code helper), light, open source, it can automatically copy the code to the user's clipboard, when the user receives the message verification code. Material Design and open source: http://fir.im/codehelper (or Google Play "SmsCodeHelper")
+-
+dannytiehui/androidpn - An open source project to provide push notification support for Android -- a xmpp based notification server and a client tool kit.
+-
+card-io/card.io-Android-SDK - card.io provides fast, easy credit card scanning in mobile apps
+-
+soarcn/UndoBar - Android Library that implements Snackbars (former known as Undobar) from Google's Material Design documentation.
+-
+elastic/elasticsearch-hadoop - Elasticsearch real-time search and analytics natively integrated with Hadoop
+-
+bitcoinj/bitcoinj - A library for working with Bitcoin
+-
+commonsguy/cwac-merge - CommonsWare Android Components: MergeAdapter
+-
+SimonVT/MessageBar - An Android Toast replacement, similar to the one seen in the GMail app.
+-
+lucasr/dspec - Define and render UI specs on top of your Android UI
+-
+grandcentrix/tray - a SharedPreferences replacement for Android with multiprocess support
+-
+chrisjenx/ParallaxScrollView - A Parallax ScrollView which takes a background and foreground views - DEPRECATED
+-
+JMPergar/AwesomeText - A tool that facilitates working with Spans on TextViews or any extension of them (EditTexts, Buttons...).
+-
+dersoncheng/MultipleTheme - Android换肤/夜间模式的Android框架,配合theme和换肤控件框架可以做到无缝切换换肤(无需重启应用和当前页面)。 This framework of Android app support multiple theme(such as day/night mode) and needn’t finish current application or current activity when you switch theme-mode.
+-
+trifork/erjang - A JVM-based Erlang VM
+-
+jess-anders/two-way-gridview - An Android GridView that can be configured to scroll horizontally or vertically
+-
+bagilevi/android-pedometer - App for Android phones that counts your steps.
+-
+JorgeCastilloPrz/FABProgressCircle - Material progress circle around any FloatingActionButton. 100% Guidelines.
+-
+tigerguixh/QuickNews - this is a news to the client
+-
+Estimote/Android-SDK - Estimote SDK for Android
+-
+quiqueqs/BabushkaText - A simpler way to style your TextViews
+-
+tavendo/AutobahnAndroid - WebSocket & WAMP in Java for Android
+-
+spring-projects/spring-data-jpa - Simplifies the development of creating a JPA-based data access layer.
+-
+linkedin/cleo - A flexible, partial, out-of-order and real-time typeahead search library
+-
+guerwan/TransitionsBackport - A backport of the new Transitions API for Android
+-
+QuantumBadger/RedReader - An unofficial open source Reddit client for Android.
+-
+databricks/learning-spark - Example code from Learning Spark book
+-
+SimonVT/android-numberpicker - A backport of the Android 4.2 NumberPicker
+-
+galenframework/galen - Layout and functional testing framework for websites
+-
+alibaba/zeus - Hadoop作业平台
+
+
+
+
+
+
+
+
+
diff --git a/params.json b/params.json
new file mode 100644
index 0000000..f22639e
--- /dev/null
+++ b/params.json
@@ -0,0 +1,6 @@
+{
+ "name": "Awesome-java",
+ "tagline": "A curated list of awesome Java frameworks, libraries and software.",
+ "body": "#awesome-java\r\n\r\nA curated list of awesome Java frameworks, libraries and software.\r\n\r\n* [ReactiveX/RxJava](https://github.com/ReactiveX/RxJava) - RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.\r\n* [square/retrofit](https://github.com/square/retrofit) - Type-safe HTTP client for Android and Java by Square, Inc.\r\n* [square/okhttp](https://github.com/square/okhttp) - An HTTP+HTTP/2 client for Android and Java applications.\r\n* [iluwatar/java-design-patterns](https://github.com/iluwatar/java-design-patterns) - Design patterns implemented in Java\r\n* [google/guava](https://github.com/google/guava) - Google Core Libraries for Java 6+\r\n* [square/leakcanary](https://github.com/square/leakcanary) - A memory leak detection library for Android and Java.\r\n* [libgdx/libgdx](https://github.com/libgdx/libgdx) - Desktop/Android/HTML5/iOS Java game development framework\r\n* [alibaba/fastjson](https://github.com/alibaba/fastjson) - :bullettrain_side: A fast JSON parser/generator for Java\r\n* [realm/realm-java](https://github.com/realm/realm-java) - Realm is a mobile database: a replacement for SQLite & ORMs\r\n* [winterbe/java8-tutorial](https://github.com/winterbe/java8-tutorial) - Modern Java - A Guide to Java 8\r\n* [square/dagger](https://github.com/square/dagger) - A fast dependency injector for Android and Java.\r\n* [junit-team/junit4](https://github.com/junit-team/junit4) - A programmer-oriented testing framework for Java.\r\n* [perwendel/spark](https://github.com/perwendel/spark) - A Sinatra inspired framework for java\r\n* [google/j2objc](https://github.com/google/j2objc) - A Java to iOS Objective-C translation tool and runtime.\r\n* [xetorthio/jedis](https://github.com/xetorthio/jedis) - A blazingly small and sane redis java client\r\n* [deeplearning4j/deeplearning4j](https://github.com/deeplearning4j/deeplearning4j) - Deep Learning for Java, Scala & Clojure on Hadoop & Spark With GPUs - From Skymind\r\n* [google/guice](https://github.com/google/guice) - Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 6 and above, brought to you by Google.\r\n* [facebook/rebound](https://github.com/facebook/rebound) - A Java library that models spring dynamics and adds real world physics to your app.\r\n* [kaushikgopal/RxJava-Android-Samples](https://github.com/kaushikgopal/RxJava-Android-Samples) - Learning RxJava for Android by example\r\n* [scribejava/scribejava](https://github.com/scribejava/scribejava) - Simple OAuth library for Java\r\n* [google/auto](https://github.com/google/auto) - A collection of source code generators for Java.\r\n* [jhy/jsoup](https://github.com/jhy/jsoup) - jsoup: Java HTML Parser, with best of DOM, CSS, and jquery\r\n* [mybatis/mybatis-3](https://github.com/mybatis/mybatis-3) - MyBatis SQL mapper framework for Java\r\n* [skylot/jadx](https://github.com/skylot/jadx) - Dex to Java decompiler\r\n* [AsyncHttpClient/async-http-client](https://github.com/AsyncHttpClient/async-http-client) - Asynchronous Http and WebSocket Client library for Java\r\n* [mockito/mockito](https://github.com/mockito/mockito) - Mocking framework for unit tests written in Java\r\n* [rzwitserloot/lombok](https://github.com/rzwitserloot/lombok) - Very spicy additions to the Java programming language.\r\n* [code4craft/webmagic](https://github.com/code4craft/webmagic) - A scalable web crawler framework for Java.\r\n* [JakeWharton/DiskLruCache](https://github.com/JakeWharton/DiskLruCache) - Java implementation of a Disk-based LRU cache which specifically targets Android compatibility.\r\n* [square/okio](https://github.com/square/okio) - A modern I/O API for Java\r\n* [orfjackal/retrolambda](https://github.com/orfjackal/retrolambda) - Backport of Java 8's lambda expressions to Java 7, 6 and 5\r\n* [java-native-access/jna](https://github.com/java-native-access/jna) - Java Native Access\r\n* [JodaOrg/joda-time](https://github.com/JodaOrg/joda-time) - Joda-Time is the widely used replacement for the Java date and time classes prior to Java SE 8.\r\n* [square/javapoet](https://github.com/square/javapoet) - A Java API for generating .java source files.\r\n* [jasonross/Nuwa](https://github.com/jasonross/Nuwa) - Nuwa, pure java implementation, can hotfix your android application.\r\n* [stanfordnlp/CoreNLP](https://github.com/stanfordnlp/CoreNLP) - Stanford CoreNLP: A Java suite of core NLP tools.\r\n* [NLPchina/ansj_seg](https://github.com/NLPchina/ansj_seg) - ansj分词.ict的真正java实现.分词效果速度都超过开源版的ict. 中文分词,人名识别,词性标注,用户自定义词典\r\n* [NanoHttpd/nanohttpd](https://github.com/NanoHttpd/nanohttpd) - Tiny, easily embeddable HTTP server in Java.\r\n* [naver/pinpoint](https://github.com/naver/pinpoint) - Pinpoint is an open source APM (Application Performance Management) tool for large-scale distributed systems written in Java.\r\n* [pxb1988/dex2jar](https://github.com/pxb1988/dex2jar) - Tools to work with android .dex and java .class files\r\n* [jankotek/mapdb](https://github.com/jankotek/mapdb) - MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.\r\n* [stleary/JSON-java](https://github.com/stleary/JSON-java) - A reference implementation of a JSON package in Java.\r\n* [joelittlejohn/jsonschema2pojo](https://github.com/joelittlejohn/jsonschema2pojo) - Generates Java types from JSON Schema (or example JSON) and annotates those types for data-binding with Jackson 1.x or 2.x, Gson, etc\r\n* [square/moshi](https://github.com/square/moshi) - A modern JSON library for Android and Java.\r\n* [Vedenin/useful-java-links](https://github.com/Vedenin/useful-java-links) - A list of useful Java frameworks, libraries, software and hello worlds examples\r\n* [kevinsawicki/http-request](https://github.com/kevinsawicki/http-request) - Java HTTP Request Library\r\n* [grpc/grpc-java](https://github.com/grpc/grpc-java) - The Java gRPC implementation. HTTP/2 based RPC\r\n* [yusuke/twitter4j](https://github.com/yusuke/twitter4j) - Twitter4J is an open-sourced, mavenized and Google App Engine safe Java library for the Twitter API which is released under the Apache License 2.0.\r\n* [lzyzsd/JsBridge](https://github.com/lzyzsd/JsBridge) - android java and javascript bridge, inspired by wechat webview jsbridge\r\n* [yusugomori/DeepLearning](https://github.com/yusugomori/DeepLearning) - Deep Learning (Python, C, C++, Java, Scala, Go)\r\n* [yangfuhai/ASimpleCache](https://github.com/yangfuhai/ASimpleCache) - a simple cache for android and java\r\n* [square/wire](https://github.com/square/wire) - Clean, lightweight protocol buffers for Android and Java.\r\n* [pedrovgs/Algorithms](https://github.com/pedrovgs/Algorithms) - Solutions for some common algorithm problems written in Java.\r\n* [ben-manes/caffeine](https://github.com/ben-manes/caffeine) - A high performance caching library for Java 8\r\n* [bytedeco/javacpp](https://github.com/bytedeco/javacpp) - The missing bridge between Java and native C++\r\n* [chanjarster/weixin-java-tools](https://github.com/chanjarster/weixin-java-tools) - 微信公众号、企业号Java SDK\r\n* [jersey/jersey](https://github.com/jersey/jersey) - This is an active mirror of Jersey 3.x workspace from http://jersey.java.net. Any changes made here are automatically propagated to java.net and vice versa. Forks and pull requests are welcome!\r\n* [goldmansachs/gs-collections](https://github.com/goldmansachs/gs-collections) - A supplement or replacement for the Java Collections Framework. We are pleased to announce that GS Collections has been migrated to the Eclipse Foundation, re-branded as Eclipse Collections.\r\n* [mongodb/mongo-java-driver](https://github.com/mongodb/mongo-java-driver) - The Java driver for MongoDB\r\n* [aws/aws-sdk-java](https://github.com/aws/aws-sdk-java) - The official AWS SDK for Java.\r\n* [biezhi/blade](https://github.com/biezhi/blade) - :rocket: A Simple, Elegant Java Web Framework! website →\r\n* [square/tape](https://github.com/square/tape) - A lightning fast, transactional, file-based FIFO for Android and Java.\r\n* [Activiti/Activiti](https://github.com/Activiti/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.\r\n* [mrniko/redisson](https://github.com/mrniko/redisson) - Redisson - distributed Java objects and services (Set, Multimap, SortedSet, Map, List, Queue, BlockingQueue, Deque, BlockingDeque, Semaphore, Lock, AtomicLong, CountDownLatch, Publish / Subscribe, Bloom filter, Remote service, Spring cache, Executor service, Live Object service, Scheduler service) on top of Redis server.\r\n* [b3log/solo](https://github.com/b3log/solo) - :guitar: A blogging system written in Java, feel free to create your or your team own blog. 一个用 Java 实现的博客系统,为你或你的团队创建个博客吧。\r\n* [ninjaframework/ninja](https://github.com/ninjaframework/ninja) - Ninja is a full stack web framework for Java. Rock solid, fast and super productive.\r\n* [rengwuxian/RxJavaSamples](https://github.com/rengwuxian/RxJavaSamples) - RxJava 和 Retrofit 结合使用的几个最常见使用方式举例\r\n* [oblac/jodd](https://github.com/oblac/jodd) - Jodd! Set of open-source Java micro-frameworks and tools; floppy size: tools + ioc + mvc + db + aop + tx + json + html < 1.6 Mb\r\n* [javaee-samples/javaee7-samples](https://github.com/javaee-samples/javaee7-samples) - Java EE 7 Samples\r\n* [rest-assured/rest-assured](https://github.com/rest-assured/rest-assured) - Java DSL for easy testing of REST services\r\n* [socketio/socket.io-client-java](https://github.com/socketio/socket.io-client-java) - Full-featured Socket.IO Client Library for Java, which is compatible with Socket.IO v1.0 and later.\r\n* [jfinal/jfinal](https://github.com/jfinal/jfinal) - JAVA WEB + ORM Framework\r\n* [chewiebug/GCViewer](https://github.com/chewiebug/GCViewer) - Fork of tagtraum industries' GCViewer. Tagtraum stopped development in 2008, I aim to improve support for Sun's / Oracle's java 1.6+ garbage collector logs (including G1 collector)\r\n* [notnoop/java-apns](https://github.com/notnoop/java-apns) - Java Apple Push Notification Service Provider\r\n* [mrniko/netty-socketio](https://github.com/mrniko/netty-socketio) - Socket.IO server implemented on Java. Realtime java framework\r\n* [google/error-prone](https://github.com/google/error-prone) - Catch common Java mistakes as compile-time errors\r\n* [jOOQ/jOOQ](https://github.com/jOOQ/jOOQ) - jOOQ is an innovative solution for a better integration of Java applications with popular databases like Oracle, Microsoft SQL Server, IBM DB2, or SAP Sybase. When using jOOQ, our customers benefit from a significant added value and ROI as their software developers can express database queries in a much simpler and faster way. From our experience, this leads to a 10% - 20% decrease of programming effort, which again leads to higher quality and to a lower error rate in program code, and thus in the entire application.\r\n* [requery/requery](https://github.com/requery/requery) - requery - modern SQL based query & persistence for Java / Kotlin / Android\r\n* [spring-projects/spring-loaded](https://github.com/spring-projects/spring-loaded) - Java agent that enables class reloading in a running JVM\r\n* [Konloch/bytecode-viewer](https://github.com/Konloch/bytecode-viewer) - A Java 8 Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)\r\n* [mmin18/FlexLayout](https://github.com/mmin18/FlexLayout) - A powerful Android layout view that use java expression in layout params to describe relative positions.\r\n* [checkstyle/checkstyle](https://github.com/checkstyle/checkstyle) - Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.\r\n* [yasserg/crawler4j](https://github.com/yasserg/crawler4j) - Open Source Web Crawler for Java\r\n* [VerbalExpressions/JavaVerbalExpressions](https://github.com/VerbalExpressions/JavaVerbalExpressions) - Java regular expressions made easy.\r\n* [OpenFeign/feign](https://github.com/OpenFeign/feign) - Feign makes writing java http clients easier\r\n* [bytedeco/javacv](https://github.com/bytedeco/javacv) - Java interface to OpenCV and more\r\n* [jMonkeyEngine/jmonkeyengine](https://github.com/jMonkeyEngine/jmonkeyengine) - A complete 3D game development suite written purely in Java.\r\n* [javaslang/javaslang](https://github.com/javaslang/javaslang) - A functional library for Java 8+ that provides persistent data types and functional control structures.\r\n* [gitblit/gitblit](https://github.com/gitblit/gitblit) - pure java git solution\r\n* [majidgolshadi/Android-Download-Manager-Pro](https://github.com/majidgolshadi/Android-Download-Manager-Pro) - Android/Java download manager library help you to download files in parallel mechanism in some chunks.\r\n* [jayway/JsonPath](https://github.com/jayway/JsonPath) - Java JsonPath implementation\r\n* [Grover-c13/PokeGOAPI-Java](https://github.com/Grover-c13/PokeGOAPI-Java) - Pokemon Go API\r\n* [raphw/byte-buddy](https://github.com/raphw/byte-buddy) - Runtime code generation for the Java virtual machine.\r\n* [zeromq/jeromq](https://github.com/zeromq/jeromq) - Pure Java ZeroMQ\r\n* [peter-lawrey/Java-Chronicle](https://github.com/peter-lawrey/Java-Chronicle) - Java Indexed Record Chronicle\r\n* [google/jimfs](https://github.com/google/jimfs) - An in-memory file system for Java 7+\r\n* [Instagram/ig-json-parser](https://github.com/Instagram/ig-json-parser) - Fast JSON parser for java projects\r\n* [igniterealtime/Smack](https://github.com/igniterealtime/Smack) - A highly modular and portable open source XMPP client library written in Java for JVMs and Android\r\n* [pcpratts/rootbeer1](https://github.com/pcpratts/rootbeer1) - Rootbeer GPU Compiler - Java GPU Programming\r\n* [mongodb/morphia](https://github.com/mongodb/morphia) - MongoDB object-document mapper in Java based on https://github.com/mongodb/mongo-java-driver\r\n* [sirthias/pegdown](https://github.com/sirthias/pegdown) - A pure-Java Markdown processor based on a parboiled PEG parser supporting a number of extensions\r\n* [querydsl/querydsl](https://github.com/querydsl/querydsl) - Unified Queries for Java\r\n* [tdebatty/java-string-similarity](https://github.com/tdebatty/java-string-similarity) - Implementation of various string similarity and distance algorithms: Levenshtein, Jaro-winkler, n-Gram, Q-Gram, Jaccard index, Longest Common Subsequence edit distance, cosine similarity ...\r\n* [spullara/mustache.java](https://github.com/spullara/mustache.java) - Implementation of mustache.js for Java\r\n* [ivan-vasilev/neuralnetworks](https://github.com/ivan-vasilev/neuralnetworks) - java deep learning algorithms and deep neural networks with gpu acceleration\r\n* [sirthias/parboiled](https://github.com/sirthias/parboiled) - Elegant parsing in Java and Scala - lightweight, easy-to-use, powerful.\r\n* [albertlatacz/java-repl](https://github.com/albertlatacz/java-repl) - Read Eval Print Loop for Java\r\n* [jwtk/jjwt](https://github.com/jwtk/jjwt) - Java JWT: JSON Web Token for Java and Android\r\n* [hamcrest/JavaHamcrest](https://github.com/hamcrest/JavaHamcrest) - Java (and original) version of Hamcrest\r\n* [CrawlScript/WebCollector](https://github.com/CrawlScript/WebCollector) - WebCollector is an open source web crawler framework based on Java.It provides some simple interfaces for crawling the Web,you can setup a multi-threaded web crawler in less than 5 minutes.\r\n* [Mashape/unirest-java](https://github.com/Mashape/unirest-java) - Unirest in Java: Simplified, lightweight HTTP client library.\r\n* [qiujuer/ImageBlurring](https://github.com/qiujuer/ImageBlurring) - Android blurring image(bitmap) by java and jni.\r\n* [EsotericSoftware/kryonet](https://github.com/EsotericSoftware/kryonet) - TCP/UDP client/server library for Java, based on Kryo\r\n* [Netflix/astyanax](https://github.com/Netflix/astyanax) - Cassandra Java Client\r\n* [phishman3579/java-algorithms-implementation](https://github.com/phishman3579/java-algorithms-implementation) - Algorithms and Data Structures implemented in Java\r\n* [AdoptOpenJDK/jitwatch](https://github.com/AdoptOpenJDK/jitwatch) - Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.\r\n* [Gottox/socket.io-java-client](https://github.com/Gottox/socket.io-java-client) - Socket.IO Client Implementation in Java\r\n* [greenrobot/essentials](https://github.com/greenrobot/essentials) - General purpose utilities and hash functions for Android and Java (aka java-common)\r\n* [cglib/cglib](https://github.com/cglib/cglib) - cglib - Byte Code Generation Library is high level API to generate and transform Java byte code. It is used by AOP, testing, data access frameworks to generate dynamic proxy objects and intercept field access.\r\n* [VictorAlbertos/RxCache](https://github.com/VictorAlbertos/RxCache) - Reactive caching library for Android and Java\r\n* [jayway/powermock](https://github.com/jayway/powermock) - PowerMock is a Java framework that allows you to unit test code normally regarded as untestable.\r\n* [spotify/apollo](https://github.com/spotify/apollo) - Java libraries for writing composable microservices\r\n* [qos-ch/logback](https://github.com/qos-ch/logback) - The reliable, generic, fast and flexible logging framework for Java.\r\n* [crossbario/autobahn-android](https://github.com/crossbario/autobahn-android) - WebSocket & WAMP in Java for Android\r\n* [functionaljava/functionaljava](https://github.com/functionaljava/functionaljava) - Functional programming in Java\r\n* [shekhargulati/java8-the-missing-tutorial](https://github.com/shekhargulati/java8-the-missing-tutorial) - Java 8 for all of us\r\n* [rapidoid/rapidoid](https://github.com/rapidoid/rapidoid) - Rapidoid - Extremely Fast, Simple and Powerful Java Web Framework and HTTP Server!\r\n* [dieforfree/qart4j](https://github.com/dieforfree/qart4j) - QR code ASCII art for java\r\n* [sarxos/webcam-capture](https://github.com/sarxos/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.\r\n* [joscha/play-authenticate](https://github.com/joscha/play-authenticate) - An authentication plugin for Play Framework 2.x (Java)\r\n* [google/truth](https://github.com/google/truth) - Assertion/Proposition framework for Java unit tests\r\n* [jOOQ/jOOR](https://github.com/jOOQ/jOOR) - jOOR - Fluent Reflection in Java jOOR is a very simple fluent API that gives access to your Java Class structures in a more intuitive way. The JDK's reflection APIs are hard and verbose to use. Other languages have much simpler constructs to access type meta information at runtime. Let us make Java reflection better.\r\n* [jamesdbloom/mockserver](https://github.com/jamesdbloom/mockserver) - MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS with clients written in Java, JavaScript and Ruby. MockServer also includes a proxy that introspects all proxied traffic including encrypted SSL traffic and supports Port Forwarding, Web Proxying (i.e. HTTP proxy), HTTPS Tunneling Proxying (using HTTP CONNECT) and SOCKS Proxying (i.e. dynamic port forwarding).\r\n* [datumbox/datumbox-framework](https://github.com/datumbox/datumbox-framework) - Datumbox is an open-source Machine Learning framework written in Java which allows the rapid development of Machine Learning and Statistical applications.\r\n* [vaadin/vaadin](https://github.com/vaadin/vaadin) - Vaadin is a Java framework for building modern web applications that look great, perform well and make you and your users happy.\r\n* [webbit/webbit](https://github.com/webbit/webbit) - A Java event based WebSocket and HTTP server\r\n* [good-life/PushTalk](https://github.com/good-life/PushTalk) - 推聊是一个基于极光推送 (JPush) 的手机聊天系统。支持群聊与点对点聊天。当前包括 Android客户端、iOS客户端与 Java服务器端。3分钟就可以整套系统跑起来。\r\n* [hierynomus/sshj](https://github.com/hierynomus/sshj) - ssh, scp and sftp for java\r\n* [jOOQ/jOOL](https://github.com/jOOQ/jOOL) - jOOλ - The Missing Parts in Java 8 jOOλ improves the JDK libraries in areas where the Expert Group's focus was elsewhere. It adds tuple support, function support, and a lot of additional functionality around sequential Streams. The JDK 8's main efforts (default methods, lambdas, and the Stream API) were focused around maintaining backwards compatibility and implementing a functional API for parallelism.\r\n* [jboss-javassist/javassist](https://github.com/jboss-javassist/javassist) - Java bytecode engineering toolkit\r\n* [kilim/kilim](https://github.com/kilim/kilim) - Lightweight threads for Java, with message passing, nio, http and scheduling support.\r\n* [jknack/handlebars.java](https://github.com/jknack/handlebars.java) - Logic-less and semantic Mustache templates with Java\r\n* [litesuits/android-lite-http](https://github.com/litesuits/android-lite-http) - LiteHttp is a simple, intelligent and flexible HTTP framework for Android. With LiteHttp you can make HTTP request with only one line of code! It could convert a java model to the parameter and rander the response JSON as a java model intelligently.\r\n* [cbeust/jcommander](https://github.com/cbeust/jcommander) - Command line parsing framework for Java\r\n* [flyingsaucerproject/flyingsaucer](https://github.com/flyingsaucerproject/flyingsaucer) - XML/XHTML and CSS 2.1 renderer in pure Java\r\n* [nginx-clojure/nginx-clojure](https://github.com/nginx-clojure/nginx-clojure) - Nginx module for embedding Clojure or Java or Groovy programs, typically those Ring based handlers.\r\n* [jdbi/jdbi](https://github.com/jdbi/jdbi) - jDBI is designed to provide convenient tabular data access in Java(tm). It uses the Java collections framework for query results, provides a convenient means of externalizing sql statements, and provides named parameter support for any database being used.\r\n* [jdeferred/jdeferred](https://github.com/jdeferred/jdeferred) - Java Deferred/Promise library similar to JQuery.\r\n* [datastax/java-driver](https://github.com/datastax/java-driver) - DataStax Java Driver for Apache Cassandra\r\n* [menacher/java-game-server](https://github.com/menacher/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.\r\n* [javaparser/javaparser](https://github.com/javaparser/javaparser) - Java 1.8 Parser and Abstract Syntax Tree for Java –\r\n* [GoogleCloudPlatform/DataflowJavaSDK](https://github.com/GoogleCloudPlatform/DataflowJavaSDK) - Google Cloud Dataflow provides a simple, powerful model for building both batch and streaming parallel data processing pipelines.\r\n* [stagemonitor/stagemonitor](https://github.com/stagemonitor/stagemonitor) - an open source solution to application performance monitoring for java server applications\r\n* [sannies/mp4parser](https://github.com/sannies/mp4parser) - A Java API to read, write and create MP4 files\r\n* [rkalla/imgscalr](https://github.com/rkalla/imgscalr) - Simple Java image-scaling library implementing Chris Campbell's incremental scaling algorithm as well as Java2D's \"best-practices\" image-scaling techniques.\r\n* [thymeleaf/thymeleaf](https://github.com/thymeleaf/thymeleaf) - Thymeleaf is a java web template engine designed for XML/XHTML/HTML5.\r\n* [dain/leveldb](https://github.com/dain/leveldb) - Port of LevelDB to Java\r\n* [DozerMapper/dozer](https://github.com/DozerMapper/dozer) - Dozer is a Java Bean to Java Bean mapper that recursively copies data from one object to another.\r\n* [dcevm/dcevm](https://github.com/dcevm/dcevm) - Dynamic Code Evolution VM for Java 7/8\r\n* [pac4j/pac4j](https://github.com/pac4j/pac4j) - Security engine for Java (authentication, authorization, multi frameworks)\r\n* [Froussios/Intro-To-RxJava](https://github.com/Froussios/Intro-To-RxJava) - An extensive tutorial on RxJava\r\n* [linkedin/PalDB](https://github.com/linkedin/PalDB) - An embeddable write-once key-value store written in Java\r\n* [mpetazzoni/ttorrent](https://github.com/mpetazzoni/ttorrent) - Turn's BitTorrent Java library (tracker and client)\r\n* [shekhargulati/strman-java](https://github.com/shekhargulati/strman-java) - A Java 8 string manipulation library. It is inspired by https://github.com/dleitee/strman.\r\n* [spring-projects/spring-batch](https://github.com/spring-projects/spring-batch) - Spring Batch is a framework for writing offline and batch applications using Spring and Java\r\n* [twitter/hbc](https://github.com/twitter/hbc) - A Java HTTP client for consuming Twitter's Streaming API\r\n* [THEONE10211024/RxJavaSamples](https://github.com/THEONE10211024/RxJavaSamples) - 收集了RxJava常见的使用场景,例子简洁、经典、易懂...\r\n* [ocpsoft/prettytime](https://github.com/ocpsoft/prettytime) - Social Style Date and Time Formatting for Java\r\n* [msgpack/msgpack-java](https://github.com/msgpack/msgpack-java) - MessagePack serializer implementation for Java / msgpack.org[Java]\r\n* [aol/micro-server](https://github.com/aol/micro-server) - Microserver is a Java 8 native, zero configuration, standards based, battle hardened library to run Java Rest Microservices via a standard Java main class. Supporting pure Microservice or Micro-monolith styles.\r\n* [timmolter/XChange](https://github.com/timmolter/XChange) - XChange is a Java library providing a streamlined API for interacting with 50+ Bitcoin and Altcoin exchanges providing a consistent interface for trading and accessing market data.\r\n* [RuedigerMoeller/fast-serialization](https://github.com/RuedigerMoeller/fast-serialization) - FST: fast java serialization drop in-replacement http://ruedigermoeller.github.io/fast-serialization/\r\n* [jiang111/RxJavaApp](https://github.com/jiang111/RxJavaApp) - 学习RxJava操作符的APP,新增线程调度说明\r\n* [frohoff/ysoserial](https://github.com/frohoff/ysoserial) - A proof-of-concept tool for generating payloads that exploit unsafe Java object deserialization.\r\n* [searchbox-io/Jest](https://github.com/searchbox-io/Jest) - Elasticsearch Java Rest Client.\r\n* [amznlabs/ion-java](https://github.com/amznlabs/ion-java) - Java streaming parser/serializer for Ion.\r\n* [alibaba/taokeeper](https://github.com/alibaba/taokeeper) - ZooKeeper-Monitor, a monitor for zookeeper in java. Download https://github.com/alibaba/taokeeper/downloads\r\n* [stuxuhai/jpinyin](https://github.com/stuxuhai/jpinyin) - JPinyin是一个汉字转拼音的Java开源类库\r\n* [WritingMinds/ffmpeg-android-java](https://github.com/WritingMinds/ffmpeg-android-java) - Android java library for FFmpeg binary compiled using https://github.com/writingminds/ffmpeg-android\r\n* [facebook/swift](https://github.com/facebook/swift) - An annotation-based Java library for creating Thrift serializable types and services.\r\n* [daveclayton/json-schema-validator](https://github.com/daveclayton/json-schema-validator) - A JSON Schema validation implementation in pure Java, which aims for correctness and performance, in that order\r\n* [speedment/speedment](https://github.com/speedment/speedment) - Wrap your database into Java 8\r\n* [crashub/crash](https://github.com/crashub/crash) - The shell for the Java Platform\r\n* [plutext/docx4j](https://github.com/plutext/docx4j) - JAXB-based Java library for Word docx, Powerpoint pptx, and Excel xlsx files\r\n* [Pi4J/pi4j](https://github.com/Pi4J/pi4j) - Java I/O library for Raspberry Pi (GPIO, I2C, SPI, UART)\r\n* [spring-projects/spring-data-mongodb](https://github.com/spring-projects/spring-data-mongodb) - Provide support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.\r\n* [aNNiMON/Lightweight-Stream-API](https://github.com/aNNiMON/Lightweight-Stream-API) - Stream API from Java 8 rewritten on iterators for Java 7 and below\r\n* [gwhalin/Memcached-Java-Client](https://github.com/gwhalin/Memcached-Java-Client) - Information about this project lives on the wiki\r\n* [jacoco/jacoco](https://github.com/jacoco/jacoco) - :microscope: JaCoCo - Java Code Coverage Library\r\n* [qos-ch/slf4j](https://github.com/qos-ch/slf4j) - Simple Logging Facade for Java\r\n* [linkedin/parseq](https://github.com/linkedin/parseq) - Asynchronous Java made easier\r\n* [leventov/Koloboke](https://github.com/leventov/Koloboke) - Java Collections till the last breadcrumb of memory and performance\r\n* [caoxinyu/RedisClient](https://github.com/caoxinyu/RedisClient) - Java Redis Client GUI Tool\r\n* [asLody/legend](https://github.com/asLody/legend) - A framework for hook java methods.\r\n* [cmusphinx/sphinx4](https://github.com/cmusphinx/sphinx4) - Pure Java speech recognition library\r\n* [webx/citrus](https://github.com/webx/citrus) - Java-based Web Framework for Alibaba Group\r\n* [write2munish/Akka-Essentials](https://github.com/write2munish/Akka-Essentials) - Java/Scala Examples from the book - Akka Essentials\r\n* [droolsjbpm/optaplanner](https://github.com/droolsjbpm/optaplanner) - Java planning engine: OptaPlanner optimizes business resource scheduling and planning.\r\n* [auth0/java-jwt](https://github.com/auth0/java-jwt) - Java implementation of JSON Web Token (JWT)\r\n* [real-logic/Agrona](https://github.com/real-logic/Agrona) - High Performance data structures and utility methods for Java and C++\r\n* [ysc/QuestionAnsweringSystem](https://github.com/ysc/QuestionAnsweringSystem) - QuestionAnsweringSystem是一个Java实现的人机问答系统,能够自动分析问题并给出候选答案。\r\n* [Sable/soot](https://github.com/Sable/soot) - Soot - A Java optimization framework\r\n* [kenglxn/QRGen](https://github.com/kenglxn/QRGen) - a simple QRCode generation api for java built on top ZXING\r\n* [fesh0r/fernflower](https://github.com/fesh0r/fernflower) - Unofficial mirror of FernFlower Java decompiler (All pulls should be submitted upstream)\r\n* [scouter-project/scouter](https://github.com/scouter-project/scouter) - Scouter is an open source APM and an open source profiler for java application like web applications on a tomcat .\r\n* [b3log/symphony](https://github.com/b3log/symphony) - :notes: A real-time community forum written in Java. Java 实时社区论坛。\r\n* [square/haha](https://github.com/square/haha) - Java library to automate the analysis of Android heap dumps.\r\n* [javamelody/javamelody](https://github.com/javamelody/javamelody) - JavaMelody : monitoring of JavaEE applications\r\n* [graphql-java/graphql-java](https://github.com/graphql-java/graphql-java) - GraphQL Java implementation\r\n* [docker-java/docker-java](https://github.com/docker-java/docker-java) - Java Docker API Client\r\n* [jclouds/legacy-jclouds](https://github.com/jclouds/legacy-jclouds) - jclouds is an open source library that helps you get started in the cloud and reuse your java development skills. Our api allows you to freedom to use portable abstractions or cloud-specific features. We support many clouds including Amazon, VMWare, Azure, and Rackspace.\r\n* [fusesource/mqtt-client](https://github.com/fusesource/mqtt-client) - A Java MQTT Client\r\n* [line/armeria](https://github.com/line/armeria) - Asynchronous RPC/API client/server library built on top of Java 8, Netty 4.1, HTTP/2, and Thrift\r\n* [google/google-http-java-client](https://github.com/google/google-http-java-client) - Google HTTP Client Library for Java\r\n* [promeG/TinyPinyin](https://github.com/promeG/TinyPinyin) - 适用于Java和Android的快速、低内存占用的汉字转拼音库。\r\n* [decebals/pippo](https://github.com/decebals/pippo) - Micro Java Web Framework\r\n* [tizionario/AndroidDrawableFactory](https://github.com/tizionario/AndroidDrawableFactory) - A Java Application to create appropriate Drawable resources for your Android application\r\n* [mttkay/signpost](https://github.com/mttkay/signpost) - A light-weight client-side OAuth library for Java\r\n* [JSQLParser/JSqlParser](https://github.com/JSQLParser/JSqlParser) - JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern\r\n* [AxonFramework/AxonFramework](https://github.com/AxonFramework/AxonFramework) - High Performance and Scalability framework for Java\r\n* [oldmanpushcart/greys-anatomy](https://github.com/oldmanpushcart/greys-anatomy) - Java诊断工具\r\n* [spring-projects/spring-data-book](https://github.com/spring-projects/spring-data-book) - Spring Data - The Definitive Guide - Modern Data Access for Enterprise Java Developers\r\n* [advantageous/qbit](https://github.com/advantageous/qbit) - The Java microservice lib. QBit is a reactive programming lib for building microservices - JSON, HTTP, WebSocket, and REST. QBit uses reactive programming to build elastic REST, and WebSockets based cloud friendly, web services. SOA evolved for mobile and cloud. ServiceDiscovery, Health, reactive StatService, events, Java idiomatic reactive programming for Microservices.\r\n* [spring-projects/spring-roo](https://github.com/spring-projects/spring-roo) - Spring Roo is a next-generation rapid application development tool for Java developers. It focuses on higher productivity, stock-standard Java APIs, high usability, avoiding engineering trade-offs and facilitating easy Roo removal.\r\n* [methusalah/OpenRTS](https://github.com/methusalah/OpenRTS) - Real-Time Strategy game 3D engine coded in java 7\r\n* [HotswapProjects/HotswapAgent](https://github.com/HotswapProjects/HotswapAgent) - Java unlimited redefinition of classes at runtime.\r\n* [neuland/jade4j](https://github.com/neuland/jade4j) - a jade implementation written in Java\r\n* [relayrides/pushy](https://github.com/relayrides/pushy) - A Java library for sending APNs (iOS/OS X/Safari) push notifications\r\n* [sword-org/wechat4j](https://github.com/sword-org/wechat4j) - wechat4j is wechat(weixin) develop framework for java 微信开发框架JAVA版,最简单易用微信开发框架\r\n* [jfaster/mango](https://github.com/jfaster/mango) - Distributed ORM Framework for Java\r\n* [restlet/restlet-framework-java](https://github.com/restlet/restlet-framework-java) - Leading RESTful web API framework for Java\r\n* [ramswaroop/jbot](https://github.com/ramswaroop/jbot) - Make Slack, Facebook and Twitter Bots in Java in minutes.\r\n* [jaredsburrows/android-gradle-java-app-template](https://github.com/jaredsburrows/android-gradle-java-app-template) - Gradle + Android Studio + Robolectric + Espresso + Mockito + EasyMock/PowerMock + JaCoCo\r\n* [4thline/cling](https://github.com/4thline/cling) - UPnP/DLNA library for Java and Android\r\n* [google/google-api-java-client](https://github.com/google/google-api-java-client) - Google APIs Client Library for Java\r\n* [JeffLi1993/java-core-learning-example](https://github.com/JeffLi1993/java-core-learning-example) - 关于Java核心技术学习积累的例子,是初学者及核心技术巩固的最佳实践。\r\n* [zeromq/jzmq](https://github.com/zeromq/jzmq) - Java binding for ZeroMQ\r\n* [la-team/light-admin](https://github.com/la-team/light-admin) - [PoC] Pluggable CRUD UI library for Java web applications\r\n* [deathmarine/Luyten](https://github.com/deathmarine/Luyten) - An Open Source Java Decompiler Gui for Procyon\r\n* [bootique/bootique](https://github.com/bootique/bootique) - Bootique is a minimally opinionated platform for modern runnable Java apps.\r\n* [jbake-org/jbake](https://github.com/jbake-org/jbake) - Java based open source static site/blog generator for developers & designers.\r\n* [marytts/marytts](https://github.com/marytts/marytts) - MARY TTS -- an open-source, multilingual text-to-speech synthesis system written in pure java\r\n* [guardianproject/android-ffmpeg-java](https://github.com/guardianproject/android-ffmpeg-java) - Android Java wrapper around ffmpeg command line binary\r\n* [openzipkin/brave](https://github.com/openzipkin/brave) - Java distributed tracing implementation compatible with Zipkin back-end services.\r\n* [JorenSix/TarsosDSP](https://github.com/JorenSix/TarsosDSP) - A Real-Time Audio Processing Framework in Java\r\n* [wwadge/bonecp](https://github.com/wwadge/bonecp) - BoneCP is a Java JDBC connection pool implementation that is tuned for high performance by minimizing lock contention to give greater throughput for your applications. It beats older connection pools such as C3P0 and DBCP but SHOULD NOW BE CONSIDERED DEPRECATED in favour of HikariCP.\r\n* [boonproject/boon](https://github.com/boonproject/boon) - Simple opinionated Java for the novice to expert level Java Programmer. Low Ceremony. High Productivity.\r\n* [killme2008/xmemcached](https://github.com/killme2008/xmemcached) - High performance, easy to use multithreaded memcached client in java.\r\n* [infinitest/infinitest](https://github.com/infinitest/infinitest) - A Continuous Test Runner for Java\r\n* [h2database/h2database](https://github.com/h2database/h2database) - H2 is an embeddable RDBMS written in Java.\r\n* [dustin/java-memcached-client](https://github.com/dustin/java-memcached-client) - A simple, asynchronous, single-threaded memcached client written in java.\r\n* [airlift/airline](https://github.com/airlift/airline) - Java annotation-based framework for parsing Git like command line structures\r\n* [coobird/thumbnailator](https://github.com/coobird/thumbnailator) - Thumbnailator - a thumbnail generation library for Java\r\n* [wsieroci/audiorecognizer](https://github.com/wsieroci/audiorecognizer) - Shazam in Java\r\n* [eclipsesource/J2V8](https://github.com/eclipsesource/J2V8) - Java Bindings for V8\r\n* [JustinSDK/JavaSE6Tutorial](https://github.com/JustinSDK/JavaSE6Tutorial) - Java SE 6 技術手冊\r\n* [square/pollexor](https://github.com/square/pollexor) - Java client for the Thumbor image service which allows you to build URIs in an expressive fashion using a fluent API.\r\n* [aimacode/aima-java](https://github.com/aimacode/aima-java) - Java implementation of algorithms from Russell And Norvig's \"Artificial Intelligence - A Modern Approach\"\r\n* [googlemaps/google-maps-services-java](https://github.com/googlemaps/google-maps-services-java) - Java client library for Google Maps API Web Services\r\n* [ysc/word](https://github.com/ysc/word) - Java分布式中文分词组件 - word分词\r\n* [prefuse/Prefuse](https://github.com/prefuse/Prefuse) - Prefuse is a set of software tools for creating rich interactive data visualizations in the Java programming language. Prefuse supports a rich set of features for data modeling, visualization, and interaction. It provides optimized data structures for tables, graphs, and trees, a host of layout and visual encoding techniques, and support for animation, dynamic queries, integrated search, and database connectivity.\r\n* [LWJGL/lwjgl](https://github.com/LWJGL/lwjgl) - [LEGACY] LWJGL 2.X - The Lightweight Java Game Library.\r\n* [mgarin/weblaf](https://github.com/mgarin/weblaf) - WebLaF - Java Look and Feel library for cross-platform Swing applications\r\n* [spring-projects/spring-data-neo4j](https://github.com/spring-projects/spring-data-neo4j) - Provides support to increase developer productivity in Java when using the neo4j graph database. Uses familiar Spring concepts such as a template classes for core API usage and provides an annotation based programming model using AspectJ\r\n* [pires/android-obd-reader](https://github.com/pires/android-obd-reader) - Android OBD-II Reader application that uses pure OBD-II PID's Java API.\r\n* [liyiorg/weixin-popular](https://github.com/liyiorg/weixin-popular) - 微信公众平台 Java SDK\r\n* [allwefantasy/ServiceFramework](https://github.com/allwefantasy/ServiceFramework) - Java MVC framework, agile, fast, rich domain model, made especially for server side of mobile application (一个敏捷,快速,富领域模型的Java MVC 框架,专为 移动应用后端量身定做)\r\n* [mpatric/mp3agic](https://github.com/mpatric/mp3agic) - A java library for reading mp3 files and reading / manipulating the ID3 tags (ID3v1 and ID3v2.2 through ID3v2.4).\r\n* [bguerout/jongo](https://github.com/bguerout/jongo) - Query in Java as in Mongo shell\r\n* [hekailiang/squirrel](https://github.com/hekailiang/squirrel) - squirrel-foundation is a State Machine library, which provided a lightweight, easy use, type safe and programmable state machine implementation for Java.\r\n* [RoaringBitmap/RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap) - A better compressed bitset in Java\r\n* [ftomassetti/effectivejava](https://github.com/ftomassetti/effectivejava) - Run queries on your Java code to check if it meets the criteria suggested by the book Effective Java. And some others.\r\n* [EsotericSoftware/reflectasm](https://github.com/EsotericSoftware/reflectasm) - High performance Java reflection\r\n* [caelum/vraptor](https://github.com/caelum/vraptor) - Simple Java Web MVC Framework\r\n* [paoding-code/paoding-rose](https://github.com/paoding-code/paoding-rose) - paoding-rose 提供最好用的Java Web应用整体性框架。\r\n* [matyb/java-koans](https://github.com/matyb/java-koans) - A framework and lessons to learn java syntax and idioms in a logical sequence.\r\n* [protostuff/protostuff](https://github.com/protostuff/protostuff) - Java serialization library, proto compiler, code generator\r\n* [restfb/restfb](https://github.com/restfb/restfb) - RestFB is a simple and flexible Facebook Graph API client written in Java.\r\n* [google/re2j](https://github.com/google/re2j) - linear time regular expression matching in Java\r\n* [psiegman/epublib](https://github.com/psiegman/epublib) - a java library for reading and writing epub files\r\n* [andsel/moquette](https://github.com/andsel/moquette) - Java MQTT lightweight broker\r\n* [my2iu/Jinq](https://github.com/my2iu/Jinq) - LINQ-style queries for Java 8\r\n* [davidmoten/rtree](https://github.com/davidmoten/rtree) - Immutable in-memory R-tree and R*-tree implementations in Java with reactive api\r\n* [decebals/pf4j](https://github.com/decebals/pf4j) - Plugin Framework for Java (PF4J)\r\n* [btraceio/btrace](https://github.com/btraceio/btrace) - BTrace - a safe, dynamic tracing tool for the Java platform\r\n* [libgdx/ashley](https://github.com/libgdx/ashley) - A Java entity system inspired by Ash & Artemis.\r\n* [davidmoten/rxjava-jdbc](https://github.com/davidmoten/rxjava-jdbc) - Efficient execution and functional composition of database calls using jdbc and rx-java Observables\r\n* [mitreid-connect/OpenID-Connect-Java-Spring-Server](https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server) - An OpenID Connect reference implementation in Java on the Spring platform.\r\n* [spring-projects/spring-data-redis](https://github.com/spring-projects/spring-data-redis) - Provides support to increase developer productivity in Java when using Redis, a key-value store. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.\r\n* [biezhi/wechat-robot](https://github.com/biezhi/wechat-robot) - :neutral_face: Wechat robot for Java\r\n* [MachinePublishers/jBrowserDriver](https://github.com/MachinePublishers/jBrowserDriver) - A programmable, embedded web browser driver compatible with the Selenium WebDriver spec -- fast, headless, WebKit-based, 100% pure Java, and no browser dependencies\r\n* [haraldk/TwelveMonkeys](https://github.com/haraldk/TwelveMonkeys) - TwelveMonkeys ImageIO: Additional plug-ins and extensions for Java's ImageIO\r\n* [PebbleTemplates/pebble](https://github.com/PebbleTemplates/pebble) - Java Template Engine\r\n* [awaitility/awaitility](https://github.com/awaitility/awaitility) - Awaitility is a small Java DSL for synchronizing asynchronous operations\r\n* [restx/restx](https://github.com/restx/restx) - RESTX, the lightweight Java REST framework\r\n* [codenameone/CodenameOne](https://github.com/codenameone/CodenameOne) - Write once run anywhere native mobile apps using a subset of Java 8\r\n* [codeborne/selenide](https://github.com/codeborne/selenide) - Concise UI Tests with Java!\r\n* [shopizer-ecommerce/shopizer](https://github.com/shopizer-ecommerce/shopizer) - Shopizer java e-commerce software\r\n* [javalite/activejdbc](https://github.com/javalite/activejdbc) - ActiveJDBC is a fast and lean Java ORM\r\n* [google/FreeBuilder](https://github.com/google/FreeBuilder) - Automatic generation of the Builder pattern for Java 1.6+\r\n* [amaembo/streamex](https://github.com/amaembo/streamex) - Enhancing Java 8 Streams\r\n* [eBay/parallec](https://github.com/eBay/parallec) - Fast Parallel Async HTTP/SSH/TCP/UDP/Ping Client Java Library. Aggregate 10,000 APIs & send anywhere in 20 lines of code. Ping/HTTP Calls 8000 servers in 12 seconds. (Akka) www.parallec.io\r\n* [SpoutDev/Spout](https://github.com/SpoutDev/Spout) - Open source, multithreaded, voxel game engine and platform, written in Java.\r\n* [OfficeDev/ews-java-api](https://github.com/OfficeDev/ews-java-api) - A java client library to access Exchange web services. The API works against Office 365 Exchange Online as well as on premises Exchange.\r\n* [larsga/Duke](https://github.com/larsga/Duke) - Duke is a fast and flexible deduplication engine written in Java\r\n* [huaban/jieba-analysis](https://github.com/huaban/jieba-analysis) - 结巴分词(java版)\r\n* [winder/Universal-G-Code-Sender](https://github.com/winder/Universal-G-Code-Sender) - A Java based GRBL compatible cross-platform G-Code sender.\r\n* [ObjectLayout/ObjectLayout](https://github.com/ObjectLayout/ObjectLayout) - Java classes designed with optimizable object layout in mind\r\n* [ddf/Minim](https://github.com/ddf/Minim) - A Java audio library, designed to be used with Processing.\r\n* [bytedeco/javacpp-presets](https://github.com/bytedeco/javacpp-presets) - The missing bridge between Java and native C++ libraries\r\n* [banq/jdonframework](https://github.com/banq/jdonframework) - DDD CQRS EventSourcing framework for Java\r\n* [caprica/vlcj](https://github.com/caprica/vlcj) - Java framework for the vlc media player\r\n* [mabe02/lanterna](https://github.com/mabe02/lanterna) - Java library for creating text-based GUIs\r\n* [devnied/EMV-NFC-Paycard-Enrollment](https://github.com/devnied/EMV-NFC-Paycard-Enrollment) - A Java library used to read and extract data from NFC EMV credit cards (Android/PCSC).\r\n* [AndroidDeveloperLB/AndroidJniBitmapOperations](https://github.com/AndroidDeveloperLB/AndroidJniBitmapOperations) - Allows to perform various simple operations on bitmaps via JNI , while also providing some protection against OOM using the native Java environment on Android\r\n* [lukeFalsina/Grab-n-Run](https://github.com/lukeFalsina/Grab-n-Run) - Grab’n Run, a simple and effective Java Library for Android projects to secure dynamic code loading.\r\n* [centic9/jgit-cookbook](https://github.com/centic9/jgit-cookbook) - Provides examples and code snippets for the JGit Java Git implementation\r\n* [JabRef/jabref](https://github.com/JabRef/jabref) - Graphical Java application for managing BibTeX and Biblatex (.bib) databases\r\n* [xerial/snappy-java](https://github.com/xerial/snappy-java) - Snappy compressor/decompressor for Java\r\n* [gresrun/jesque](https://github.com/gresrun/jesque) - An implementation of Resque in Java.\r\n* [mimno/Mallet](https://github.com/mimno/Mallet) - MALLET is a Java-based package for statistical natural language processing, document classification, clustering, topic modeling, information extraction, and other machine learning applications to text.\r\n* [ralfstx/minimal-json](https://github.com/ralfstx/minimal-json) - A fast and small JSON parser and writer for Java\r\n* [konsoletyper/teavm](https://github.com/konsoletyper/teavm) - Compiler of Java bytecode to JavaScript\r\n* [ethereum/ethereumj](https://github.com/ethereum/ethereumj) - Java implementation of the Ethereum yellowpaper\r\n* [mitre/HTTP-Proxy-Servlet](https://github.com/mitre/HTTP-Proxy-Servlet) - Smiley's HTTP Proxy implemented as a Java servlet\r\n* [samskivert/jmustache](https://github.com/samskivert/jmustache) - A Java implementation of the Mustache templating language.\r\n* [mikiobraun/jblas](https://github.com/mikiobraun/jblas) - Linear Algebra for Java\r\n* [itext/itextpdf](https://github.com/itext/itextpdf) - Core Java Library + PDF/A, xtra and XML Worker\r\n* [tozny/java-aes-crypto](https://github.com/tozny/java-aes-crypto) - A simple Android class for encrypting & decrypting strings, aiming to avoid the classic mistakes that most such classes suffer from.\r\n* [kungfoo/geohash-java](https://github.com/kungfoo/geohash-java) - Implementation of GeoHashes in java. We try to be/stay compliant to the spec, as far as possible.\r\n* [guoguibing/librec](https://github.com/guoguibing/librec) - LibRec: A Java Library for Recommender Systems, see\r\n* [FabianTerhorst/FastLayout](https://github.com/FabianTerhorst/FastLayout) - Generates a Java Object for your xml layout to reduce inflate time to zero\r\n* [jbellis/jamm](https://github.com/jbellis/jamm) - Java Agent for Memory Measurements\r\n* [bcgit/bc-java](https://github.com/bcgit/bc-java) - Bouncy Castle Java Distribution (Mirror)\r\n* [mahmoudparsian/data-algorithms-book](https://github.com/mahmoudparsian/data-algorithms-book) - MapReduce, Spark, Java, and Scala for Data Algorithms Book\r\n* [jbox2d/jbox2d](https://github.com/jbox2d/jbox2d) - a 2d Java physics engine, native java port of the C++ physics engines Box2D and LiquidFun\r\n* [twitter/cloudhopper-smpp](https://github.com/twitter/cloudhopper-smpp) - Efficient, scalable, and flexible Java implementation of the Short Messaging Peer to Peer Protocol (SMPP)\r\n* [locationtech/spatial4j](https://github.com/locationtech/spatial4j) - A Geospatial Library for Java\r\n* [lwhite1/tablesaw](https://github.com/lwhite1/tablesaw) - Data science in Java - the easy way\r\n* [JakeWharton/flip-tables](https://github.com/JakeWharton/flip-tables) - Because pretty-printing text tables in Java should be easy.\r\n* [fusesource/jansi](https://github.com/fusesource/jansi) - Jansi is a small java library that allows you to use ANSI escape sequences to format your console output which works even on windows.\r\n* [WhisperSystems/libsignal-protocol-java](https://github.com/WhisperSystems/libsignal-protocol-java) - Signal Protocol library for Java/Android\r\n* [martylamb/nailgun](https://github.com/martylamb/nailgun) - Nailgun is a client, protocol, and server for running Java programs from the command line without incurring the JVM startup overhead.\r\n* [SQiShER/java-object-diff](https://github.com/SQiShER/java-object-diff) - Library to diff and merge Java objects with ease\r\n* [carrotsearch/hppc](https://github.com/carrotsearch/hppc) - High Performance Primitive Collections for Java\r\n* [TakahikoKawasaki/nv-websocket-client](https://github.com/TakahikoKawasaki/nv-websocket-client) - High-quality WebSocket client implementation in Java.\r\n* [RichardWarburton/java-8-lambdas-exercises](https://github.com/RichardWarburton/java-8-lambdas-exercises) - Exercises and Answers for Java 8 Lambdas book\r\n* [tillnagel/unfolding](https://github.com/tillnagel/unfolding) - A library to create interactive maps and geovisualizations in Processing and Java\r\n* [MyCollab/mycollab](https://github.com/MyCollab/mycollab) - An open source, free, high performance, stable and secure Java Application Business Platform of Project Management, CRM and Document\r\n* [jnr/jnr-ffi](https://github.com/jnr/jnr-ffi) - Java Abstracted Foreign Function Layer\r\n* [bobbylight/RSyntaxTextArea](https://github.com/bobbylight/RSyntaxTextArea) - A syntax highlighting, code folding text editor for Java Swing applications.\r\n* [anismiles/websocket-android-phonegap](https://github.com/anismiles/websocket-android-phonegap) - This is a Java library that implements Websockt API (Draft-75/76) for Android platform. Library uses java.nio.* packages for efficient non-blocking evented behavior. It easily gets integrated with Phonegap framework.\r\n* [linkedin/URL-Detector](https://github.com/linkedin/URL-Detector) - A Java library to detect and normalize URLs in text\r\n* [caelum/vraptor4](https://github.com/caelum/vraptor4) - A Java web MVC action-based framework\r\n* [kohsuke/github-api](https://github.com/kohsuke/github-api) - Java API for GitHub\r\n* [anshooarora/extentreports-java](https://github.com/anshooarora/extentreports-java) - Open-source reports API for Java\r\n* [foxinmy/weixin4j](https://github.com/foxinmy/weixin4j) - (微信开发工具包)weixin sdk for java\r\n* [peter-lawrey/Java-Thread-Affinity](https://github.com/peter-lawrey/Java-Thread-Affinity) - Control thread affinity for Java\r\n* [timmolter/XChart](https://github.com/timmolter/XChart) - XChart is a light weight Java library for plotting data.\r\n* [jonfhancock/JsonToJava](https://github.com/jonfhancock/JsonToJava) - I was fed up with writing Java classes to mirror json models. So I wrote this Java app to automate the process.\r\n* [Hive2Hive/Hive2Hive](https://github.com/Hive2Hive/Hive2Hive) - Java library for secure, distributed, P2P-based file synchronization and sharing.\r\n* [graphhopper/jsprit](https://github.com/graphhopper/jsprit) - jsprit is a java based, open source toolkit for solving rich vehicle routing problems\r\n* [briandilley/jsonrpc4j](https://github.com/briandilley/jsonrpc4j) - JSON-RPC for Java\r\n* [alibaba/transmittable-thread-local](https://github.com/alibaba/transmittable-thread-local) - :octopus: A simple 0-dependency java lib for transmitting ThreadLocal value between threads even using thread pool.\r\n* [npgall/cqengine](https://github.com/npgall/cqengine) - Ultra-fast SQL-like queries on Java collections\r\n* [tcurdt/jdeb](https://github.com/tcurdt/jdeb) - This library provides an Ant task and a Maven plugin to create Debian packages from Java builds in a truly cross platform manner.\r\n* [giltene/jHiccup](https://github.com/giltene/jHiccup) - jHiccup is a non-intrusive instrumentation tool that logs and records\r\n* [googleglass/mirror-quickstart-java](https://github.com/googleglass/mirror-quickstart-java) - Google Mirror API's Quickstart for Java\r\n* [eventsourcing/es4j](https://github.com/eventsourcing/es4j) - Business event capture and querying framework for Java\r\n* [caplogic/Mappedbus](https://github.com/caplogic/Mappedbus) - A library for low latency IPC between multiple Java processes/JVMs. http://mappedbus.io\r\n* [j256/ormlite-core](https://github.com/j256/ormlite-core) - Core ORMLite functionality that provides Java ORM in conjunction with ormlite-jdbc or ormlite-android.\r\n* [vbauer/jackdaw](https://github.com/vbauer/jackdaw) - Java Annotation Processor which allows to simplify development\r\n* [zheludkovm/LinuxJavaFixes](https://github.com/zheludkovm/LinuxJavaFixes) - LinuxJavaFixes\r\n* [wro4j/wro4j](https://github.com/wro4j/wro4j) - Free and Open Source Java project which brings together almost all the modern web tools: JsHint, CssLint, JsMin, Google Closure compressor, YUI Compressor, UglifyJs, Dojo Shrinksafe, Css Variables Support, JSON Compression, Less, Sass, CoffeeScript and much more. In the same time, the aim is to keep it as simple as possible and as extensible as possible in order to be easily adapted to application specific needs.\r\n* [scream3r/java-simple-serial-connector](https://github.com/scream3r/java-simple-serial-connector) - Official jSSC (Java Simple Serial Connector) repository\r\n* [kwhat/jnativehook](https://github.com/kwhat/jnativehook) - Global keyboard and mouse listeners for Java.\r\n* [joestelmach/natty](https://github.com/joestelmach/natty) - Java natural language date parser\r\n* [jimwebber/neo4j-tutorial](https://github.com/jimwebber/neo4j-tutorial) - A koan-style tutorial in Java for Neo4j\r\n* [peter-lawrey/HugeCollections-OLD](https://github.com/peter-lawrey/HugeCollections-OLD) - Huge Collections for Java using efficient off heap storage\r\n* [googlesamples/tango-examples-java](https://github.com/googlesamples/tango-examples-java) - Example projects for Project Tango Java API\r\n* [lessthanoptimal/BoofCV](https://github.com/lessthanoptimal/BoofCV) - Fast computer vision library written entirely in Java.\r\n* [0opslab/utils](https://github.com/0opslab/utils) - Java utils\r\n* [marhan/effective-java-examples](https://github.com/marhan/effective-java-examples) - Source code to the book \"Effective Java Second Edition\" created by Joshua Bloch\r\n* [laforge49/JActor](https://github.com/laforge49/JActor) - Actors for Java\r\n* [JackJiang2011/beautyeye](https://github.com/JackJiang2011/beautyeye) - BeautyEye is a Java Swing cross-platform look and feel.\r\n* [stoicflame/enunciate](https://github.com/stoicflame/enunciate) - Build-time enhancement tool for Java-based Web services projects\r\n* [dain/snappy](https://github.com/dain/snappy) - Port of Snappy to Java\r\n* [jOOQ/jOOX](https://github.com/jOOQ/jOOX) - jOOX - The Power of jQuery Applied to W3C DOM Like JDBC, DOM is a powerful, yet very verbose low-level API to manipulate XML. The HTML DOM an be manipulated with the popular jQuery product, in JavaScript. Why don't we have jQuery in Java? jOOX is jQuery's XML parts, applied to Java.\r\n* [pubnub/java](https://github.com/pubnub/java) - PubNub Java-based APIs for core Java, Android\r\n* [jooby-project/jooby](https://github.com/jooby-project/jooby) - Scalable, fast and modular micro web framework for Java\r\n* [jankotek/JDBM3](https://github.com/jankotek/JDBM3) - Embedded Key Value Java Database\r\n* [lkuza2/java-speech-api](https://github.com/lkuza2/java-speech-api) - The J.A.R.V.I.S. Speech API is designed to be simple and efficient, using the speech engines created by Google to provide functionality for parts of the API. Essentially, it is an API written in Java, including a recognizer, synthesizer, and a microphone capture utility. The project uses Google services for the synthesizer and recognizer. While this requires an Internet connection, it provides a complete, modern, and fully functional speech API in Java.\r\n* [DiUS/java-faker](https://github.com/DiUS/java-faker) - Brings the popular ruby faker gem to Java\r\n* [alkacon/opencms-core](https://github.com/alkacon/opencms-core) - The Java open source content management system by Alkacon Software\r\n* [android10/arrow](https://github.com/android10/arrow) - Arrow is Lightweight library toolbox for Java and Android Development.\r\n* [mediarain/RoboCoP](https://github.com/mediarain/RoboCoP) - Pure Java code generation tool for generating a fully functional ContentProvider for Android.\r\n* [dotCMS/core](https://github.com/dotCMS/core) - Source Code for dotCMS Java Enterprise Content Management System\r\n* [cucumber/cuke4duke](https://github.com/cucumber/cuke4duke) - Cucumber support for the JVM: Java, Scala, Groovy, Clojure, Ioke, Javascript, Spring, Guice, PicoContainer, WebDriver, Ant and Maven\r\n* [RUB-NDS/TLS-Attacker](https://github.com/RUB-NDS/TLS-Attacker) - TLS-Attacker is a Java-based framework for analyzing TLS libraries. It is developed by the Ruhr University Bochum (http://nds.rub.de/) and the Hackmanit GmbH (http://hackmanit.de/).\r\n* [MagnusS/Java-BloomFilter](https://github.com/MagnusS/Java-BloomFilter) - A stand-alone Bloom filter implementation written in Java\r\n* [beders/Resty](https://github.com/beders/Resty) - Tiny REST client for Java and JSON.\r\n* [xetorthio/johm](https://github.com/xetorthio/johm) - JOhm is a Object-hash mapping library for Java for storing objects in Redis\r\n* [jmrapp1/TerraLegion](https://github.com/jmrapp1/TerraLegion) - A clone of the popular game, Terraria. Developed using Java and the LibGDX framework with an aim to run the game efficiently and smoothly on Android devices.\r\n* [rubenlagus/TelegramBots](https://github.com/rubenlagus/TelegramBots) - Java library to create bots using Telegram Bots API\r\n* [shyiko/mysql-binlog-connector-java](https://github.com/shyiko/mysql-binlog-connector-java) - MySQL Binary Log connector\r\n* [apache/isis](https://github.com/apache/isis) - Apache Isis™ software is a framework for rapidly developing domain-driven apps in Java. Write your business logic in entities, domain services or view models, and the framework dynamically generates a representation of that domain model as a webapp or as a RESTful API. For prototyping or production.\r\n* [patric-r/jvmtop](https://github.com/patric-r/jvmtop) - Java monitoring for the command-line, profiler included\r\n* [JodaOrg/joda-money](https://github.com/JodaOrg/joda-money) - Java library to represent monetary amounts.\r\n* [basho/riak-java-client](https://github.com/basho/riak-java-client) - The Riak client for Java.\r\n* [udacity/ud867](https://github.com/udacity/ud867) - Course code repository for Gradle for Android and Java\r\n* [javafx-maven-plugin/javafx-maven-plugin](https://github.com/javafx-maven-plugin/javafx-maven-plugin) - Maven plugin for JavaFX\r\n* [stevensouza/automon](https://github.com/stevensouza/automon) - Automon combines the power of AOP (AspectJ) with monitoring or logging tools you already use to declaratively monitor your Java code, the JDK, and 3rd party libraries.\r\n* [java-decompiler/jd-eclipse](https://github.com/java-decompiler/jd-eclipse) - A Java Decompiler Eclipse plugin\r\n* [wg/scrypt](https://github.com/wg/scrypt) - Java implementation of scrypt\r\n* [vigna/fastutil](https://github.com/vigna/fastutil) - fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues.\r\n* [hrldcpr/pcollections](https://github.com/hrldcpr/pcollections) - A Persistent Java Collections Library\r\n* [jcabi/jcabi-aspects](https://github.com/jcabi/jcabi-aspects) - Collection of AOP/AspectJ Java Aspects\r\n* [cincheo/jsweet](https://github.com/cincheo/jsweet) - A Java to JavaScript transpiler.\r\n* [Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java) - Azure Management Libraries for Java\r\n* [Netflix/denominator](https://github.com/Netflix/denominator) - Portably control DNS clouds using java or bash\r\n* [INRIA/spoon](https://github.com/INRIA/spoon) - Spoon is a library for analyzing, rewriting, transforming Java source code. It parses source files to build a well-designed AST with powerful analysis and transformation API. It fully supports Java 8. :beers: :sparkles:\r\n* [alphazero/jredis](https://github.com/alphazero/jredis) - Java Client and Connectors for Redis\r\n* [spullara/redis-protocol](https://github.com/spullara/redis-protocol) - Java client and server implementation of Redis\r\n* [handsomezhou/PinyinSearchLibrary](https://github.com/handsomezhou/PinyinSearchLibrary) - Provide data analysis methods, data matching method and so on for T9 pinyin search and Qwerty pinyin search in Java. The project demonstrates contacts search on android.\r\n* [uniVocity/univocity-parsers](https://github.com/uniVocity/univocity-parsers) - uniVocity-parsers is a suite of extremely fast and reliable parsers for Java. It provides a consistent interface for handling different file formats, and a solid framework for the development of new parsers.\r\n* [OpenHFT/Java-Thread-Affinity](https://github.com/OpenHFT/Java-Thread-Affinity) - Java Thread Affinity library\r\n* [bartdag/py4j](https://github.com/bartdag/py4j) - Py4J enables Python programs to dynamically access arbitrary Java objects\r\n* [lukehutch/fast-classpath-scanner](https://github.com/lukehutch/fast-classpath-scanner) - Uber-fast, ultra-lightweight Java classpath scanner.\r\n* [jcip/jcip.github.com](https://github.com/jcip/jcip.github.com) - Java Concurrency in Practice\r\n* [EasyRules/easyrules](https://github.com/EasyRules/easyrules) - The simple, stupid Java rules engine\r\n* [tg123/leetcode](https://github.com/tg123/leetcode) - leetcode Solutions.java 250 / 269 (Algorithms)\r\n* [ZhaoKaiQiang/JianDanRxJava](https://github.com/ZhaoKaiQiang/JianDanRxJava) - 使用Rxjava重构煎蛋高仿\r\n* [skadistats/clarity](https://github.com/skadistats/clarity) - Comically fast Java Dota 2 replay parser.\r\n* [Atmosphere/nettosphere](https://github.com/Atmosphere/nettosphere) - A Java WebSocket/HTTP server based on the Atmosphere and Netty Framework\r\n* [arun-gupta/microservices](https://github.com/arun-gupta/microservices) - Java EE and Microservices\r\n* [rometools/rome](https://github.com/rometools/rome) - ROME is Java framework for RSS and Atom feeds\r\n* [togglz/togglz](https://github.com/togglz/togglz) - Feature Flags for the Java platform\r\n* [kamranzafar/JCL](https://github.com/kamranzafar/JCL) - Jar Class Loader, a configurable and dynamic custom classloader designed to create, manage and manipulate isolated Java classloaders in IoC frameworks and web applications.\r\n* [find-sec-bugs/find-sec-bugs](https://github.com/find-sec-bugs/find-sec-bugs) - The FindBugs plugin for security audits of Java web applications and Android applications. (Also work with Scala projects)\r\n* [cping/LGame](https://github.com/cping/LGame) - This is free 2d game development framework(Java Game Engine), support JavaSE/Android/IOS/WP7/HTML5/PSM/Linux/MAC/Windows and Default support Ripple protocol\r\n* [weld/core](https://github.com/weld/core) - Weld, including integrations for Servlet containers and Java SE, examples and documentation\r\n* [jamesagnew/hapi-fhir](https://github.com/jamesagnew/hapi-fhir) - HAPI FHIR - Java API for HL7 FHIR Clients and Servers\r\n* [vkostyukov/la4j](https://github.com/vkostyukov/la4j) - Linear Algebra for Java\r\n* [paypal/PayPal-Java-SDK](https://github.com/paypal/PayPal-Java-SDK) - Java SDK for PayPal RESTful APIs\r\n* [mkarneim/pojobuilder](https://github.com/mkarneim/pojobuilder) - A Java Code Generator for Pojo Builders\r\n* [rabbitmq/rabbitmq-java-client](https://github.com/rabbitmq/rabbitmq-java-client) - RabbitMQ Java client\r\n* [OpenHFT/Java-Lang](https://github.com/OpenHFT/Java-Lang) - Java Language support\r\n* [nurkiewicz/async-retry](https://github.com/nurkiewicz/async-retry) - Asynchronous retrying for Java 7/8\r\n* [ahmetalpbalkan/orman](https://github.com/ahmetalpbalkan/orman) - lightweight and minimalist ORM for Java/Android. works with SQLite & MySQL. (not actively maintained)\r\n* [pac4j/play-pac4j](https://github.com/pac4j/play-pac4j) - Security library for Play framework 2 in Java and Scala\r\n* [oxo42/stateless4j](https://github.com/oxo42/stateless4j) - Lightweight Java State Machine\r\n* [twilio/twilio-java](https://github.com/twilio/twilio-java) - A Java library for communicating with the Twilio REST API and generating TwiML.\r\n* [shiffman/Most-Pixels-Ever-Processing](https://github.com/shiffman/Most-Pixels-Ever-Processing) - The Most Pixels Ever is an open-source Java and C++ framework for spanning Processing sketches and openFrameworks applications across multiple screens.\r\n* [lemire/javaewah](https://github.com/lemire/javaewah) - A compressed alternative to the Java BitSet class\r\n* [CognitiveJ/cognitivej](https://github.com/CognitiveJ/cognitivej) - Cognitive Image Analysis for Java\r\n* [lemire/JavaFastPFOR](https://github.com/lemire/JavaFastPFOR) - A simple integer compression library in Java\r\n* [google/google-oauth-java-client](https://github.com/google/google-oauth-java-client) - Google OAuth Client Library for Java\r\n* [RuedigerMoeller/kontraktor](https://github.com/RuedigerMoeller/kontraktor) - distributed Actors for Java 8 http://ruedigermoeller.github.io/kontraktor/\r\n* [NLPchina/Word2VEC_java](https://github.com/NLPchina/Word2VEC_java) - word2vec java版本的一个实现\r\n* [zhiyuncloud/aixuexiao](https://github.com/zhiyuncloud/aixuexiao) - 一个基于SAE Java平台的微信平台公众帐号应用例子(使用Spring/SpringMVC/MyBatis框架)详情访问:http://aixuexiao.sinaapp.com\r\n* [stephanenicolas/toothpick](https://github.com/stephanenicolas/toothpick) - A scope tree based Dependency Injection (DI) library for Java\r\n* [poetix/protonpack](https://github.com/poetix/protonpack) - Stream utilities for Java 8\r\n* [helun/Ektorp](https://github.com/helun/Ektorp) - Java API for CouchDB\r\n* [fommil/matrix-toolkits-java](https://github.com/fommil/matrix-toolkits-java) - :rocket: High Performance Linear Algebra OOP\r\n* [tumblr/jumblr](https://github.com/tumblr/jumblr) - Tumblr API v2 Java Client\r\n* [ThreeTen/threetenbp](https://github.com/ThreeTen/threetenbp) - Backport of functionality based on JSR-310 to Java SE 6 and 7. This is NOT an implementation of JSR-310.\r\n* [korhner/asciimg](https://github.com/korhner/asciimg) - An ascii image generator written in Java.\r\n* [vimeo/stag-java](https://github.com/vimeo/stag-java) - Speedy Type Adapter Generation\r\n* [sachin-handiekar/jInstagram](https://github.com/sachin-handiekar/jInstagram) - A Java library for the Instagram API.\r\n* [cloudfoundry/java-buildpack-auto-reconfiguration](https://github.com/cloudfoundry/java-buildpack-auto-reconfiguration) - Auto-reconfiguration functionality for the Java Buildpack\r\n* [demitsuri/smali2java](https://github.com/demitsuri/smali2java) - smali 2 java conversion tool\r\n* [careermonk/DataStructureAndAlgorithmsMadeEasyInJava](https://github.com/careermonk/DataStructureAndAlgorithmsMadeEasyInJava) - Data Structure And Algorithms Made Easy In Java\r\n* [yegor256/takes](https://github.com/yegor256/takes) - True Object-Oriented and Immutable Java Web Framework\r\n* [structurizr/java](https://github.com/structurizr/java) - Structurizr for Java\r\n* [pires/obd-java-api](https://github.com/pires/obd-java-api) - OBD-II Java API\r\n* [kaitoy/pcap4j](https://github.com/kaitoy/pcap4j) - A Java library for capturing, crafting, and sending packets.\r\n* [draptik/angulardemorestful](https://github.com/draptik/angulardemorestful) - AngularJs intro: Focusing on the REST part with examples in java, nodejs and even dotnet ;-)\r\n* [vdurmont/emoji-java](https://github.com/vdurmont/emoji-java) - The missing emoji library for Java :heart:\r\n* [openstreetmap/osmosis](https://github.com/openstreetmap/osmosis) - Osmosis is a command line Java application for processing OSM data.\r\n* [firebase/geofire-java](https://github.com/firebase/geofire-java) - GeoFire for Java - Realtime location queries with Firebase\r\n* [glung/redux-java](https://github.com/glung/redux-java) - The java version of Redux : a predictable state container for apps.\r\n* [atlassian/commonmark-java](https://github.com/atlassian/commonmark-java) - Java implementation of CommonMark, a specification of the Markdown format\r\n* [zkoss/zk](https://github.com/zkoss/zk) - ZK is a highly productive Java framework for building amazing enterprise web and mobile applications\r\n* [flaxsearch/luwak](https://github.com/flaxsearch/luwak) - A java library for stored queries\r\n* [fangyidong/json-simple](https://github.com/fangyidong/json-simple) - A simple Java toolkit for JSON. You can use json-simple to encode or decode JSON text.\r\n* [roundrop/facebook4j](https://github.com/roundrop/facebook4j) - A most easily usable Facebook API wrapper in Java.\r\n* [niranjan94/show-java](https://github.com/niranjan94/show-java) - An apk decompiler for android.\r\n* [cowtowncoder/java-uuid-generator](https://github.com/cowtowncoder/java-uuid-generator) - Java Uuid Generator (JUG) is a library for generating all (3) types of UUIDs on Java. See (http://github.com/tlaukkan/mono-uuid-generator) for C#-based sister project!\r\n* [zsoltherpai/feather](https://github.com/zsoltherpai/feather) - Lightweight dependency injection for Java and Android (JSR-330)\r\n* [kstyrc/embedded-redis](https://github.com/kstyrc/embedded-redis) - Redis embedded server for Java integration testing\r\n* [3pillarlabs/socialauth](https://github.com/3pillarlabs/socialauth) - Java Library for authentication, getting profile, contacts and updating status on Google, Yahoo, Facebook, Twitter, LinkedIn, and many more providers\r\n* [youxin11544/MVP-RxJava-Hybride](https://github.com/youxin11544/MVP-RxJava-Hybride) - This is an Android MVP model good architecture design,Which also inherited the Android architecture and HTML 5 interaction。(这是一个Android MVP模型良好的架构设计,同时也做了Android和HTML 5交互架构,用到了RxJava+Retrofit+MVP+泛型缩减mvp+模板模式+命令模式+观察者模式+管理者模式 +简单工厂模式)\r\n* [trautonen/coveralls-maven-plugin](https://github.com/trautonen/coveralls-maven-plugin) - Maven plugin for submitting Java code coverage reports to Coveralls web service.\r\n* [Codearte/jfairy](https://github.com/Codearte/jfairy) - Java fake data generator\r\n* [Mach5/supersonic](https://github.com/Mach5/supersonic) - Open-source web-based media streamer and jukebox fork of Subsonic. Supports MP3, OGG, AAC and other streamable audio and video formats. Runs on Windows, GNU/Linux and Mac using Java.\r\n* [looly/hutool](https://github.com/looly/hutool) - A java tools make it easy to code\r\n* [broadinstitute/picard](https://github.com/broadinstitute/picard) - A set of command line tools (in Java) for manipulating high-throughput sequencing (HTS) data and formats such as SAM/BAM/CRAM and VCF.\r\n* [Beh01der/EasyFlow](https://github.com/Beh01der/EasyFlow) - EasyFlow - Simple and lightweight Finite State Machine for Java\r\n* [stripe/stripe-java](https://github.com/stripe/stripe-java) - Stripe Java bindings\r\n* [simplenlg/simplenlg](https://github.com/simplenlg/simplenlg) - Java API for Natural Language Generation. Originally developed at the University of Aberdeen's Department of Computing Science. This git repo is the official SimpleNLG version.\r\n* [airlift/slice](https://github.com/airlift/slice) - Java library for efficiently working with heap and off-heap memory\r\n* [jpush/jpush-api-java-client](https://github.com/jpush/jpush-api-java-client) - JiGuang's officially supported Java client library for accessing JPush APIs. 极光官方支持的 Java 版本服务器端 SDK。\r\n* [dblock/waffle](https://github.com/dblock/waffle) - Enable drop-in Windows Single Sign On for popular Java web servers.\r\n* [Nike-Inc/wingtips](https://github.com/Nike-Inc/wingtips) - WingTips is a distributed tracing solution for Java based on the Google Dapper paper.\r\n* [donpark/identicon](https://github.com/donpark/identicon) - Original Identicon java and canvas implementations\r\n* [opensagres/xdocreport](https://github.com/opensagres/xdocreport) - XDocReport means XML Document reporting. It's Java API to merge XML document created with MS Office (docx) or OpenOffice (odt), LibreOffice (odt) with a Java model to generate report and convert it if you need to another format (PDF, XHTML...).\r\n* [testcontainers/testcontainers-java](https://github.com/testcontainers/testcontainers-java) - TestContainers is a Java 8 library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.\r\n* [axet/vget](https://github.com/axet/vget) - YouTube/Vimeo Video Download Java Library\r\n* [awslabs/aws-config-rules](https://github.com/awslabs/aws-config-rules) - [Node, Python, Java] Repository of sample Custom Rules for AWS Config.\r\n* [asterisk-java/asterisk-java](https://github.com/asterisk-java/asterisk-java) - The free Java library for Asterisk PBX integration.\r\n* [getsentry/raven-java](https://github.com/getsentry/raven-java) - A Sentry client for Java and other JVM languages.\r\n* [bazaarvoice/jolt](https://github.com/bazaarvoice/jolt) - JSON to JSON transformation library written in Java.\r\n* [mulesoft/raml-for-jax-rs](https://github.com/mulesoft/raml-for-jax-rs) - This project is all about two way transformation of JAX-RS-annotated Java code to RAML API description and back.\r\n* [hunterhacker/jdom](https://github.com/hunterhacker/jdom) - Java manipulation of XML made easy\r\n* [Esri/geometry-api-java](https://github.com/Esri/geometry-api-java) - The Esri Geometry API for Java enables developers to write custom applications for analysis of spatial data. This API is used in the Esri GIS Tools for Hadoop and other 3rd-party data processing solutions.\r\n* [agoncal/agoncal-application-petstore-ee6](https://github.com/agoncal/agoncal-application-petstore-ee6) - A Java Petstore using the Java EE 6\r\n* [grundid/nfctools](https://github.com/grundid/nfctools) - nfctools library for Java\r\n* [BlitzKraig/AndroidResizer](https://github.com/BlitzKraig/AndroidResizer) - Java Desktop app to resize XXXHDPI (or lower) images and sort them into folders automatically.\r\n* [Backblaze/JavaReedSolomon](https://github.com/Backblaze/JavaReedSolomon) - Backblaze Reed-Solomon Implementation in Java\r\n* [apereo/java-cas-client](https://github.com/apereo/java-cas-client) - Apereo Java CAS Client\r\n* [sanity/quickml](https://github.com/sanity/quickml) - A fast and easy to use decision tree learner in java\r\n* [influxdata/influxdb-java](https://github.com/influxdata/influxdb-java) - Java client for InfluxDB\r\n* [maxmind/GeoIP2-java](https://github.com/maxmind/GeoIP2-java) - Java API for GeoIP2 webservice client and database reader\r\n* [kaaes/spotify-web-api-android](https://github.com/kaaes/spotify-web-api-android) - A wrapper for Spotify Web API. It uses Retrofit to create Java interfaces from API endpoints\r\n* [couchbase/couchbase-java-client](https://github.com/couchbase/couchbase-java-client) - The official Java client for Couchbase Server\r\n* [jitsi/libjitsi](https://github.com/jitsi/libjitsi) - Advanced Java media library for secure real-time audio/video communication.\r\n* [EdwardRaff/JSAT](https://github.com/EdwardRaff/JSAT) - Java Statistical Analysis Tool, a Java library for Machine Learning\r\n* [asciidoctor/asciidoctorj](https://github.com/asciidoctor/asciidoctorj) - :coffee: Java bindings for Asciidoctor. Asciidoctor on the JVM!\r\n* [jiecao-fm/hashids-java](https://github.com/jiecao-fm/hashids-java) - Impelement Hashids latest v1.0.0\r\n* [jeremyh/jBCrypt](https://github.com/jeremyh/jBCrypt) - A Java implementation of OpenBSD's Blowfish password hashing code\r\n* [bwaldvogel/liblinear-java](https://github.com/bwaldvogel/liblinear-java) - Java version of LIBLINEAR\r\n* [wg/lettuce](https://github.com/wg/lettuce) - Scalable Java Redis client\r\n* [arthurblake/log4jdbc](https://github.com/arthurblake/log4jdbc) - log4jdbc is a Java JDBC driver that can log SQL and/or JDBC calls (and optionally SQL timing information) for other JDBC drivers using the Simple Logging Facade For Java (SLF4J) logging system.\r\n* [uklimaschewski/EvalEx](https://github.com/uklimaschewski/EvalEx) - EvalEx is a handy expression evaluator for Java, that allows to evaluate simple mathematical and boolean expressions.\r\n* [mono/sharpen](https://github.com/mono/sharpen) - Sharpen is an Eclipse plugin created by db4o that allows you to convert your Java project into c#\r\n* [ewolff/microservice](https://github.com/ewolff/microservice) - Sample of a Microservice setup for my book. Based on Spring Cloud / Netflix / Java / Docker / Docker Compose / Docker Machine / Vagrant\r\n* [evernote/evernote-sdk-java](https://github.com/evernote/evernote-sdk-java) - Evernote SDK for Java\r\n* [EsotericSoftware/yamlbeans](https://github.com/EsotericSoftware/yamlbeans) - Java object graphs, to and from YAML automatically\r\n* [davidar/lljvm](https://github.com/davidar/lljvm) - Low Level Java Virtual Machine\r\n* [Baqend/Orestes-Bloomfilter](https://github.com/Baqend/Orestes-Bloomfilter) - Library of different Bloom filters in Java with optional Redis-backing, counting and many hashing options.\r\n* [rythmengine/rythmengine](https://github.com/rythmengine/rythmengine) - A \"Razor\" like, rich featured, high performance and easy to use Java template engine\r\n* [cloudsec/ajvm](https://github.com/cloudsec/ajvm) - A hobby jvm, just want to know how a java virtual machine works.\r\n* [yanzhenjie/AndServer](https://github.com/yanzhenjie/AndServer) - Android端搭建简单的Http服务器的框架,傻瓜式构建,和Java的Servlet一样。\r\n* [movisens/SmartGattLib](https://github.com/movisens/SmartGattLib) - SmartGattLib is a Java library that simplifies the work with Bluetooth SMART devices\r\n* [rehacktive/waspdb](https://github.com/rehacktive/waspdb) - key/value data storage library for Android, pure java and encrypted\r\n* [MoriTanosuke/glacieruploader](https://github.com/MoriTanosuke/glacieruploader) - A simple java command line application for Amazon Glacier\r\n* [elastic/elasticsearch-metrics-reporter-java](https://github.com/elastic/elasticsearch-metrics-reporter-java) - Metrics reporter, which reports to elasticsearch\r\n* [cloudfoundry/cf-java-client](https://github.com/cloudfoundry/cf-java-client) - Java Client Library for Cloud Foundry\r\n* [RamosLi/dbay-apns-for-java](https://github.com/RamosLi/dbay-apns-for-java) - High performance Java client for APNS(Apple Push Notification Service)\r\n* [julianhyde/linq4j](https://github.com/julianhyde/linq4j) - A port of LINQ (Language-Integrated Query) to Java\r\n* [jsonld-java/jsonld-java](https://github.com/jsonld-java/jsonld-java) - JSON-LD implementation for Java\r\n* [abel533/ECharts](https://github.com/abel533/ECharts) - 这是一个针对ECharts2.x版本的Java类库,实现了所有ECharts中的Json结构对应的Java对象,并且可以很方便的创建Option,Series等\r\n* [pepibumur/emojize](https://github.com/pepibumur/emojize) - Emojize is a Java library to convert keyboard emojis to chearsheet emojis\r\n* [grossopa/weixin-mp-java](https://github.com/grossopa/weixin-mp-java) - 基于Java,Spring,Maven实现的微信公众平台一整套代码,从前端Controller到后端的Dao的实现\r\n* [robert-bor/aho-corasick](https://github.com/robert-bor/aho-corasick) - Java implementation of the Aho-Corasick algorithm for efficient string matching\r\n* [daveclayton/json-patch](https://github.com/daveclayton/json-patch) - An RFC 6902 (JSON Patch) and reverse, plus RFC 7386 (JSON Merge Patch), implementation in Java using Jackson (2.2.x)\r\n* [chenssy89/jutils](https://github.com/chenssy89/jutils) - jutils,通用的Java工具类,主要包括基础工具类(时间、正则表达式、字符串、随机数等等),excel解析生成、word解析生成、文件操作、图片操作、敏感字、加解密等等。\r\n* [javers/javers](https://github.com/javers/javers) - JaVers - object auditing and diff framework for Java\r\n* [JesseFarebro/android-mqtt](https://github.com/JesseFarebro/android-mqtt) - A simple MQTT Service that will keep running for the duration of your Android application using the Paho Java MQTT Client.\r\n* [google/openrtb](https://github.com/google/openrtb) - OpenRTB model for Java and other languages via protobuf; Helper OpenRTB libraries for Java including JSON serialization\r\n* [dcm4che/dcm4che](https://github.com/dcm4che/dcm4che) - DICOM Implementation in JAVA\r\n* [Microsoft/vsminecraft](https://github.com/Microsoft/vsminecraft) - Visual Studio extension for developing MinecraftForge mods using Java.\r\n* [clun/ff4j](https://github.com/clun/ff4j) - Feature Flipping for Java made easy\r\n* [RichardWarburton/lambda-behave](https://github.com/RichardWarburton/lambda-behave) - A modern testing and behavioural specification framework for Java 8\r\n* [perf4j/perf4j](https://github.com/perf4j/perf4j) - Performance Monitoring and Statistics for Java Code\r\n* [lookfirst/sardine](https://github.com/lookfirst/sardine) - an easy to use webdav client for java\r\n* [bodar/totallylazy](https://github.com/bodar/totallylazy) - Another functional library for Java\r\n* [agoncal/agoncal-book-javaee7](https://github.com/agoncal/agoncal-book-javaee7) - Code of the future Java EE 7 Book\r\n* [derive4j/derive4j](https://github.com/derive4j/derive4j) - Java 8 annotation processor and framework for deriving algebraic data types constructors, pattern-matching, morphisms, (near future: optics and typeclasses)\r\n* [yxjiang/algorithms](https://github.com/yxjiang/algorithms) - Include the common algorithm questions in leetcode, cc150 implemented in Java and Python, including test cases.\r\n* [numenta/htm.java](https://github.com/numenta/htm.java) - Hierarchical Temporal Memory implementation in Java - an official Community-Driven Java port of the Numenta Platform for Intelligent Computing (NuPIC).\r\n* [vRallev/OpenCV](https://github.com/vRallev/OpenCV) - The OpenCV Java project for Android.\r\n* [qiniu/java-sdk](https://github.com/qiniu/java-sdk) - Qiniu Resource (Cloud) Storage SDK for Java\r\n* [jezhumble/javasysmon](https://github.com/jezhumble/javasysmon) - Manage OS processes and get cpu and memory stats cross-platform in Java.\r\n* [jasonsantos/luajava](https://github.com/jasonsantos/luajava) - LuaJava is a scripting tool for Java. The goal of this tool is to allow scripts written in Lua to manipulate components developed in Java. LuaJava allows Java components to be accessed from Lua using the same syntax that is used for accessing Lua`s native objects, without any need for declarations or any kind of preprocessing. LuaJava also allows Java to implement an interface using Lua. This way any interface can be implemented in Lua and passed as parameter to any method, and when called, the equivalent function will be called in Lua, and it's result passed back to Java.\r\n* [rcarz/jira-client](https://github.com/rcarz/jira-client) - A simple JIRA REST client for Java\r\n* [inspectIT/inspectIT](https://github.com/inspectIT/inspectIT) - inspectIT is the leading Open Source APM (Application Performance Management) tool for analyzing your Java (EE) applications.\r\n* [GraphChi/graphchi-java](https://github.com/GraphChi/graphchi-java) - GraphChi's Java version\r\n* [chocoteam/choco-solver](https://github.com/chocoteam/choco-solver) - An open-source Java library for Constraint Programming\r\n* [AdamBien/afterburner.fx](https://github.com/AdamBien/afterburner.fx) - The Opinionated Un-Framework For Java FX Applications\r\n* [OpenHFT/Zero-Allocation-Hashing](https://github.com/OpenHFT/Zero-Allocation-Hashing) - Zero-allocation hashing for Java\r\n* [soundcloud/java-api-wrapper](https://github.com/soundcloud/java-api-wrapper) - SoundCloud Java API wrapper (OAuth2 only), works on Android\r\n* [opensciencemap/vtm](https://github.com/opensciencemap/vtm) - a vector-tile map library written in java - running on android, desktop and within the browser\r\n* [sgothel/jogl](https://github.com/sgothel/jogl) - Java™ Binding for the OpenGL® API\r\n* [changmingxie/tcc-transaction](https://github.com/changmingxie/tcc-transaction) - tcc-transaction是TCC型事务java实现\r\n* [aggregateknowledge/java-hll](https://github.com/aggregateknowledge/java-hll) - Java library for the HyperLogLog algorithm\r\n* [twitter/joauth](https://github.com/twitter/joauth) - A Java library for authenticating HTTP Requests using OAuth\r\n* [pholser/jopt-simple](https://github.com/pholser/jopt-simple) - Java library for parsing command line options\r\n* [ModeShape/modeshape](https://github.com/ModeShape/modeshape) - ModeShape is a distributed, hierarchical, transactional, and consistent data store with support for queries, full-text search, events, versioning, references, and flexible and dynamic schemas. It is very fast, highly available, extremely scalable, and it is 100% open source and written in Java. Clients use the JSR-283 standard Java API for content repositories (aka, JCR) or ModeShape's REST API, and can query content through JDBC and SQL.\r\n* [JOML-CI/JOML](https://github.com/JOML-CI/JOML) - A Java math library for OpenGL rendering calculations\r\n* [javatuples/javatuples](https://github.com/javatuples/javatuples) - Typesafe representation of tuples in Java.\r\n* [fusesource/hawtdispatch](https://github.com/fusesource/hawtdispatch) - The libdispatch style API for Java and Scala\r\n* [ysc/superword](https://github.com/ysc/superword) - Superword is a Java open source project dedicated in the study of English words analysis and auxiliary reading.\r\n* [thatJavaNerd/JRAW](https://github.com/thatJavaNerd/JRAW) - The Java Reddit API Wrapper\r\n* [shipilev/java-object-layout](https://github.com/shipilev/java-object-layout) - Low-level Java object layout dumpers\r\n* [dropbox/dropbox-sdk-java](https://github.com/dropbox/dropbox-sdk-java) - A Java library for the Dropbox Core API.\r\n* [alibaba/java-dns-cache-manipulator](https://github.com/alibaba/java-dns-cache-manipulator) - :mag: A simple 0-dependency thread-safe lib for setting dns programmatically without touching host file, make unit/integration test portable.\r\n* [yuki-lau/weibo-spider](https://github.com/yuki-lau/weibo-spider) - 新浪微博爬虫,采用Java语言开发,基于HTTPClient 4.0,采用MySQL存储爬取数据,支持多进程并发执行。功能包括:爬取微博、评论、转发、关注列表(层次)。根据数据需求,持续更新...\r\n* [yandex-qatools/htmlelements](https://github.com/yandex-qatools/htmlelements) - Html Elements is a Java framework providing easy-to-use way of interaction with web-page elements in web-page tests.\r\n* [JetBrains/xodus](https://github.com/JetBrains/xodus) - JetBrains Xodus is a Java transactional schema-less embedded database used by JetBrains YouTrack and JetBrains Hub.\r\n* [caoqianli/apk-parser](https://github.com/caoqianli/apk-parser) - Apk parser lib with java\r\n* [brettwooldridge/NuProcess](https://github.com/brettwooldridge/NuProcess) - Low-overhead, non-blocking I/O, external Process implementation for Java\r\n* [SwiftJava/SwiftJava](https://github.com/SwiftJava/SwiftJava) - Swift to Java Bridge\r\n* [super-csv/super-csv](https://github.com/super-csv/super-csv) - A fast, programmer-friendly, free CSV library for Java\r\n* [odnoklassniki/one-nio](https://github.com/odnoklassniki/one-nio) - Unconventional I/O library for Java\r\n* [ning/compress](https://github.com/ning/compress) - High-performance, streaming/chunking Java LZF codec, compatible with standard C LZF package\r\n* [benas/random-beans](https://github.com/benas/random-beans) - Because life is too short to generate random Java beans by hand..\r\n* [x-stream/xstream](https://github.com/x-stream/xstream) - Serialize Java objects to XML and back again.\r\n* [PhilipsHue/PhilipsHueSDK-Java-MultiPlatform-Android](https://github.com/PhilipsHue/PhilipsHueSDK-Java-MultiPlatform-Android) - The Software Development Kit for Philips Hue Java Mulfi-Platform and Android (beta)\r\n* [OrbitzWorldwide/consul-client](https://github.com/OrbitzWorldwide/consul-client) - Java Client for Consul HTTP API\r\n* [Martin404/PayMap](https://github.com/Martin404/PayMap) - Java后端实现三方支付集成支付宝(国内、国际、移动端、PC端)、微信、银联(acp、upop)、光大(网关、网页)、邮政支付\r\n* [EsotericSoftware/tablelayout](https://github.com/EsotericSoftware/tablelayout) - Table-based layout for Java UI toolkits: libgdx, Swing, Android, TWL\r\n* [daimajia/java-multithread-downloader](https://github.com/daimajia/java-multithread-downloader) - Java multithread download library\r\n* [Codingpedia/demo-rest-jersey-spring](https://github.com/Codingpedia/demo-rest-jersey-spring) - Project described on Codingpedia.org in the blog post: \"Tutorial – REST API design and implementation in Java with Jersey and Spring\"\r\n* [zhanglei-workspace/shopping-management-system](https://github.com/zhanglei-workspace/shopping-management-system) - 该项目为多个小项目的集合(持续更新中...)。内容类似淘宝、京东等网购管理系统以及图书管理、超市管理等系统。目的在于便于Java初级爱好者在学习完某一部分Java知识后有一个合适的项目锻炼、运用所学知识,完善知识体系。适用人群:Java基础到入门的爱好者。\r\n* [hypercube1024/firefly](https://github.com/hypercube1024/firefly) - Firefly framework - A high performance full-stack java web framework\r\n* [angelozerr/tern.java](https://github.com/angelozerr/tern.java) - Use tern.js in Java context\r\n* [308tube/com.youtube.rest](https://github.com/308tube/com.youtube.rest) - Java restful service tutorial\r\n* [pedrovgs/AndroidGameBoyEmulator](https://github.com/pedrovgs/AndroidGameBoyEmulator) - Android Game Boy Emulator written in Java\r\n* [KKys/ZhiHuSpider](https://github.com/KKys/ZhiHuSpider) - Java无框架实现爬取知乎用户信息、图片和知乎推荐内容并下载到本地或数据库中\r\n* [indeedeng/proctor](https://github.com/indeedeng/proctor) - Proctor is a Java-based A/B testing framework\r\n* [ianopolous/JPC](https://github.com/ianopolous/JPC) - JPC - The fast x86 PC emulator in 100% pure Java\r\n* [forge/roaster](https://github.com/forge/roaster) - A Java Parser library that allows easy parsing and formatting of Java source files\r\n* [EasyBatch/easybatch-framework](https://github.com/EasyBatch/easybatch-framework) - The simple, stupid batch processing framework for Java\r\n* [amitshekhariitbhu/RxJava2-Android-Samples](https://github.com/amitshekhariitbhu/RxJava2-Android-Samples) - RxJava 2 Android Examples - Migration From RxJava 1 to RxJava 2 - How to use RxJava 2 in Android\r\n* [VictorAlbertos/ReactiveCache](https://github.com/VictorAlbertos/ReactiveCache) - A reactive cache for Android and Java which honors the Observable chain.\r\n* [rawls238/Scientist4J](https://github.com/rawls238/Scientist4J) - A port of Github's Refactoring tool Scientist in Java\r\n* [FasterXML/java-classmate](https://github.com/FasterXML/java-classmate) - Library for introspecting generic type information of types, member/static methods, fields. Especially useful for POJO/Bean introspection.\r\n* [wso2/msf4j](https://github.com/wso2/msf4j) - WSO2 Microservices Framework for Java (MSF4J)\r\n* [pure4j/pure4j](https://github.com/pure4j/pure4j) - Compile-Time Purity and Immutability Semantics For The Java Language\r\n* [jhunters/jprotobuf](https://github.com/jhunters/jprotobuf) - A very useful utility library for java programmer using google protobuf\r\n* [square/protoparser](https://github.com/square/protoparser) - Java parser for .proto schema declarations.\r\n* [ScottOaks/JavaPerformanceTuning](https://github.com/ScottOaks/JavaPerformanceTuning) - Examples for O'Reilly & Associates Java Performance Tuning: The Definitive Guide\r\n* [jesse01/WebViewJavascriptBridge](https://github.com/jesse01/WebViewJavascriptBridge) - WebViewJavascriptBridge for Android\r\n* [foursquare/fongo](https://github.com/foursquare/fongo) - faked out in-memory mongo for java\r\n* [eclipse/paho.mqtt.java](https://github.com/eclipse/paho.mqtt.java) - paho.mqtt.java\r\n* [woorea/openstack-java-sdk](https://github.com/woorea/openstack-java-sdk) - OpenStack Java SDK\r\n* [tbroyer/gradle-errorprone-plugin](https://github.com/tbroyer/gradle-errorprone-plugin) - Gradle plugin to use the error-prone compiler for Java\r\n* [qalingo/qalingo-engine](https://github.com/qalingo/qalingo-engine) - Qalingo : B2C B2B Engine (opensource Java eCommerce mCommerce Marketplace, sync with ERP CMS CRM) (based on Spring, Hibernate, Velocity, Drools, SOLR)\r\n* [davidmoten/geo](https://github.com/davidmoten/geo) - Geohash utitlies in java\r\n* [reficio/soap-ws](https://github.com/reficio/soap-ws) - Java library, based on Spring-WS, that enables handling SOAP on a purely XML level\r\n* [Comcast/jrugged](https://github.com/Comcast/jrugged) - A Java libary of robustness design patterns\r\n* [watson-developer-cloud/java-sdk](https://github.com/watson-developer-cloud/java-sdk) - :bowtie: Java SDK to use the IBM Watson services. It supports Android.\r\n* [MachinePublishers/ScreenSlicer](https://github.com/MachinePublishers/ScreenSlicer) - Automatic, zero-config web scraping -- written in Java, has no dependency on Java EE or app servers, and the web scraper has a restful/JSON API.\r\n* [wmixvideo/nfe](https://github.com/wmixvideo/nfe) - Nota Fiscal Eletrônica em Java\r\n* [ImangazalievM/Scripto](https://github.com/ImangazalievM/Scripto) - Java and JavaScript interaction library\r\n* [timboudreau/netty-http-client](https://github.com/timboudreau/netty-http-client) - An asynchronous http client in Java, with a clean, callback-based API, using Netty 4.x\r\n* [shuyo/language-detection](https://github.com/shuyo/language-detection) - This is a language detection library implemented in plain Java. (aliases: language identification, language guessing)\r\n* [ramswaroop/Algorithms-and-Data-Structures-in-Java](https://github.com/ramswaroop/Algorithms-and-Data-Structures-in-Java) - Algorithms and Data Structures in Java\r\n* [nifty-gui/nifty-gui](https://github.com/nifty-gui/nifty-gui) - Your Open Source Java OpenGL GUI. Interactive user interfaces for games or similar applications. LWJGL, JOGL, JME or Java2d rendering.\r\n* [mongojack/mongojack](https://github.com/mongojack/mongojack) - Mongojack maps Java objects to MongoDB documents. Based on the Jackson JSON mapper, Mongojack allows you to easily handle your mongo objects as POJOs (insert, search by id or by any other field, update).\r\n* [google/allocation-instrumenter](https://github.com/google/allocation-instrumenter) - A Java agent that rewrites bytecode to instrument allocation sites\r\n* [CloudRail/cloudrail-si-java-sdk](https://github.com/CloudRail/cloudrail-si-java-sdk) - Unified API Library for: Cloud Storage, Social Profiles, Payment, Email, SMS & POIs. Included services are Dropbox, Google Drive, OneDrive, Box, Facebook, GitHub, Google+, LinkedIn, Slack, Twitter, Windows Live, Yahoo, PayPal, Stripe, Mailjet, Sendgrid, Twilio, Nexmo, Google Places, Foursquare, Yelp.\r\n* [zafarkhaja/jsemver](https://github.com/zafarkhaja/jsemver) - Java implementation of the SemVer Specification\r\n* [RichardWarburton/slab](https://github.com/RichardWarburton/slab) - Offheap Java POJOs with guaranteed memory alignment\r\n* [whitesock/open-replicator](https://github.com/whitesock/open-replicator) - Open Replicator is a high performance MySQL binlog parser written in Java. It unfolds the possibilities that you can parse, filter and broadcast the binlog events in a real time manner.\r\n* [ReactiveX/RxJavaReactiveStreams](https://github.com/ReactiveX/RxJavaReactiveStreams) - Adapter between RxJava and ReactiveStreams\r\n* [ical4j/ical4j](https://github.com/ical4j/ical4j) - A Java library for parsing and building iCalendar data models\r\n* [UglyTroLL/Douban-Java-SDK-OAuth2](https://github.com/UglyTroLL/Douban-Java-SDK-OAuth2) - Douban Java SDK OAuth2\r\n* [nviennot/jd-core-java](https://github.com/nviennot/jd-core-java) - Java Library for JD-Core, a java decompiler\r\n* [jReddit/jReddit](https://github.com/jReddit/jReddit) - :cyclone: Java wrapper for Reddit API\r\n* [aled/jsi](https://github.com/aled/jsi) - Java Spatial Index\r\n* [code-disaster/steamworks4j](https://github.com/code-disaster/steamworks4j) - A thin Java wrapper to access the Steamworks API\r\n* [Thomas-S-B/visualee](https://github.com/Thomas-S-B/visualee) - A maven plugin to visualize java ee projects\r\n* [rchodava/datamill](https://github.com/rchodava/datamill) - A Java framework for web applications using a functional reactive style built on RxJava\r\n* [GoogleCloudPlatform/google-cloud-java](https://github.com/GoogleCloudPlatform/google-cloud-java) - Google Cloud Client Library for Java\r\n* [dwrensha/capnproto-java](https://github.com/dwrensha/capnproto-java) - Cap'n Proto in pure Java\r\n* [Beerkay/JavaMultiThreading](https://github.com/Beerkay/JavaMultiThreading) - Codes with minor comments of Java Multithreading course\r\n* [axet/lookup](https://github.com/axet/lookup) - Java OCR / Image Lookup Library\r\n* [tim-group/java-statsd-client](https://github.com/tim-group/java-statsd-client) - a java statsd client library\r\n* [rschreijer/lutung](https://github.com/rschreijer/lutung) - Lutung - A Java Mandrill API Connector\r\n* [HubSpot/jinjava](https://github.com/HubSpot/jinjava) - Jinja template engine for Java\r\n* [easymock/objenesis](https://github.com/easymock/objenesis) - Okay, it's pretty easy to instantiate objects in Java through standard reflection. However there are many cases where you need to go beyond what reflection provides. For example, if there's no public constructor, you want to bypass the constructor code, or set final fields. There are numerous clever (but fiddly) approaches to getting around this and this library provides a simple way to get at them. You will find the official site here.\r\n* [taskadapter/redmine-java-api](https://github.com/taskadapter/redmine-java-api) - Redmine Java API\r\n* [drrb/java-rust-example](https://github.com/drrb/java-rust-example) - Embedding Rust in Java\r\n* [WorksApplications/icefig](https://github.com/WorksApplications/icefig) - Java elegant supplement\r\n* [nyholku/purejavacomm](https://github.com/nyholku/purejavacomm) - Pure Java implementation of JavaComm SerialPort\r\n* [Cue/greplin-bloom-filter](https://github.com/Cue/greplin-bloom-filter) - Java implementation of a probabilistic set data structure\r\n* [biojava/biojava](https://github.com/biojava/biojava) - :book::microscope::coffee: BioJava is an open-source project dedicated to providing a Java framework for processing biological data.\r\n* [spring-projects/spring-security-javaconfig](https://github.com/spring-projects/spring-security-javaconfig) - Spring Security Java Configuration Support (to be merged with spring-security-config)\r\n* [optimaize/language-detector](https://github.com/optimaize/language-detector) - Language Detection Library for Java\r\n* [jmacglashan/burlap](https://github.com/jmacglashan/burlap) - Repository for the ongoing development of the Brown-UMBC Reinforcement Learning And Planning (BURLAP) java library\r\n* [hprose/hprose-java](https://github.com/hprose/hprose-java) - Hprose for Java\r\n* [farin/JCloisterZone](https://github.com/farin/JCloisterZone) - Java implementation of Carcassonne board game\r\n* [typetools/checker-framework](https://github.com/typetools/checker-framework) - Pluggable type-checking for Java\r\n* [taksan/skype-java-api](https://github.com/taksan/skype-java-api) - Skype API for Java, based on Skype4Java library\r\n* [afollestad/bridge](https://github.com/afollestad/bridge) - A simple but powerful HTTP networking library for Android. It features a Fluent chainable API, powered by Java/Android's URLConnection classes for maximum compatibility and speed.\r\n* [st-js/st-js](https://github.com/st-js/st-js) - Main repository of Strongly-Typed Javascript - Java to Javascript transpiler\r\n* [stefanbirkner/system-rules](https://github.com/stefanbirkner/system-rules) - A collection of JUnit rules for testing code which uses java.lang.System.\r\n* [juniversal/juniversal](https://github.com/juniversal/juniversal) - Write cross platform mobile apps, in Java\r\n* [jreijn/spring-comparing-template-engines](https://github.com/jreijn/spring-comparing-template-engines) - Demo project to show different Java templating engines in combination with Spring MVC\r\n* [cmzy/ZHookLib](https://github.com/cmzy/ZHookLib) - A java method hook library for android dalvik\r\n* [amzn/alexa-skills-kit-java](https://github.com/amzn/alexa-skills-kit-java) - SDK and example code for building voice-enabled skills for the Amazon Echo.\r\n* [jqno/equalsverifier](https://github.com/jqno/equalsverifier) - EqualsVerifier can be used in Java unit tests to verify whether the contract for the equals and hashCode methods is met.\r\n* [zsxwing/leetcode-java](https://github.com/zsxwing/leetcode-java) - My Java solutions for LeetCode Online Judge.\r\n* [uber-common/rave](https://github.com/uber-common/rave) - A data model validation framework that uses java annotation processing.\r\n* [t0xa/gelfj](https://github.com/t0xa/gelfj) - Graylog Extended Log Format (GELF) implementation in Java and log4j appender without any dependencies.\r\n* [neoremind/fluent-validator](https://github.com/neoremind/fluent-validator) - A Java validation framework leveraging fluent interface style and JSR 303 specification\r\n* [ge0rg/MemorizingTrustManager](https://github.com/ge0rg/MemorizingTrustManager) - A \"plugin\" for Android Java to allow asking the user about SSL certificates\r\n* [tabulapdf/tabula-java](https://github.com/tabulapdf/tabula-java) - Extract tables from PDF files\r\n* [sebastianbenz/Jnario](https://github.com/sebastianbenz/Jnario) - Executable specifications for Java\r\n* [mikereedell/sunrisesunsetlib-java](https://github.com/mikereedell/sunrisesunsetlib-java) - Library for computing the sunrise/sunset from GPS coordinates and a date, in Java.\r\n* [mdeverdelhan/ta4j](https://github.com/mdeverdelhan/ta4j) - A Java library for technical analysis\r\n* [yahoo/elide](https://github.com/yahoo/elide) - Elide is a Java library that lets you stand up a JSON API web service with minimal effort\r\n* [damnhandy/Handy-URI-Templates](https://github.com/damnhandy/Handy-URI-Templates) - A Java URI Template processor implementing RFC6570\r\n* [spring-projects/spring-data-cassandra](https://github.com/spring-projects/spring-data-cassandra) - Provides support to increase developer productivity in Java when using Cassandra. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.\r\n* [google/thread-weaver](https://github.com/google/thread-weaver) - A Java framework for testing multithreaded code.\r\n* [evant/android-retrolambda-lombok](https://github.com/evant/android-retrolambda-lombok) - A modified version of lombok ast that allows lint to run on java 8 sources without error.\r\n* [essiembre/eclipse-rbe](https://github.com/essiembre/eclipse-rbe) - Eclipse plugin for editing Java resource bundles. Lets you manage all localized .properties files in one screen. Some features: sorted keys, warning icons on missing keys/values, conversion to/from Unicode, hierarchical view of keys, and more.\r\n* [ContainX/openstack4j](https://github.com/ContainX/openstack4j) - A Fluent OpenStack SDK / Client Library for Java\r\n* [achimala/leaguelib](https://github.com/achimala/leaguelib) - Java library for the League of Legends RTMPS API (built on top of LoLRTMPSClient by Gabriel Van Eyck)\r\n* [qmx/jitescript](https://github.com/qmx/jitescript) - Jitescript - Java API for Bytecode\r\n* [thebuzzmedia/imgscalr](https://github.com/thebuzzmedia/imgscalr) - Simple Java image-scaling library implementing Chris Campbell's incremental scaling algorithm as well as Java2D's \"best-practices\" image-scaling techniques.\r\n* [nhl/bootique](https://github.com/nhl/bootique) - Bootique is a minimally opinionated platform for modern runnable Java apps.\r\n* [NovaMods/nova-renderer](https://github.com/NovaMods/nova-renderer) - A mod to replace Minecraft's Java OpenGL2.1 renderer with a C++ OpenGL 4.5 renderer\r\n* [johnlcox/motif](https://github.com/johnlcox/motif) - Scala-like pattern matching for Java 8\r\n* [SidneyXu/AndroidDemoIn4Languages](https://github.com/SidneyXu/AndroidDemoIn4Languages) - Comparison among Java, Groovy, Scala, Kotlin in Android Development.\r\n* [luckytoilet/MSolver](https://github.com/luckytoilet/MSolver) - A small, self-contained minesweeper solver written in Java\r\n* [jeluard/semantic-versioning](https://github.com/jeluard/semantic-versioning) - Java library relying on semver.org principles to check binary code compatibility\r\n* [windy1/google-places-api-java](https://github.com/windy1/google-places-api-java) - Comprehensive and FULL Java client for the Google Places API\r\n* [s7/scale7-pelops](https://github.com/s7/scale7-pelops) - A Java library for accessing the Cassandra database\r\n* [andrewgaul/modernizer-maven-plugin](https://github.com/andrewgaul/modernizer-maven-plugin) - Detect uses of legacy Java APIs\r\n* [thiagolocatelli/parse4j](https://github.com/thiagolocatelli/parse4j) - Java Library to deal with Parse (parse.com) REST API\r\n* [nativelibs4java/BridJ](https://github.com/nativelibs4java/BridJ) - BridJ: blazing fast Java / C / C++ interop\r\n* [quarnster/SublimeJava](https://github.com/quarnster/SublimeJava) - Java completions for Sublime Text 2\r\n* [ning/async-http-client](https://github.com/ning/async-http-client) - Asynchronous Http Client for Java\r\n* [harvardinformatics/JAuth](https://github.com/harvardinformatics/JAuth) - Java GUI client to generate Google authentication codes\r\n* [OleksandrKucherenko/meter](https://github.com/OleksandrKucherenko/meter) - Meter - is a simple micro-benchmarking tool for Android (and Java) projects. This is not a profiler, this is very small utility class that designed for making benchmarking easy. Nothing more.\r\n* [lessthanoptimal/ejml](https://github.com/lessthanoptimal/ejml) - A fast and easy to use dense matrix linear algebra library written in Java.\r\n* [teamed/qulice](https://github.com/teamed/qulice) - Quality Police for Java projects\r\n* [saltares/freegemas-gdx](https://github.com/saltares/freegemas-gdx) - Freegemas libGDX is an Android and Java desktop port of Freegemas, which in turn is an open source version of the well known Bejeweled.\r\n* [palantir/Sysmon](https://github.com/palantir/Sysmon) - A lightweight platform monitoring tool for Java VMs\r\n* [doanduyhai/Achilles](https://github.com/doanduyhai/Achilles) - An advanced Java Object Mapper/Query DSL generator for Cassandra\r\n* [Atmosphere/wasync](https://github.com/Atmosphere/wasync) - WebSockets with fallback transports client library for Node.js, Android and Java\r\n* [Unidata/thredds](https://github.com/Unidata/thredds) - Thredds and netCDF-Java (CDM)\r\n* [sendgrid/sendgrid-java](https://github.com/sendgrid/sendgrid-java) - SendGrid Java helper library\r\n* [mfornos/humanize](https://github.com/mfornos/humanize) - Java facility for adding a “human touch” to data.\r\n* [mark-watson/Java-AI-Book-Code](https://github.com/mark-watson/Java-AI-Book-Code) - Code examples for my Java artificial intelligence book\r\n* [citiususc/hipster](https://github.com/citiususc/hipster) - Hipster4j is a lightweight and powerful heuristic search library for Java and Android. It contains common, fully customizable algorithms such as Dijkstra, A* (A-Star), DFS, BFS, Bellman-Ford and more.\r\n* [amplab/succinct](https://github.com/amplab/succinct) - Java/Scala Implementation of Succinct.\r\n* [zznate/cassandra-tutorial](https://github.com/zznate/cassandra-tutorial) - Basic tutorial for working with Apache Cassandra in Java via the Hector client\r\n* [kpelykh/docker-java](https://github.com/kpelykh/docker-java) - Java Docker API Client\r\n* [kelemen/netbeans-gradle-project](https://github.com/kelemen/netbeans-gradle-project) - This project is a NetBeans plugin able to open Gradle based Java projects. The implementation is based on Geertjan Wielenga's plugin.\r\n* [katharsis-project/katharsis-core](https://github.com/katharsis-project/katharsis-core) - Core of Java JSON:API library\r\n* [rjyo/twitter-2-weibo](https://github.com/rjyo/twitter-2-weibo) - An app runs in a stand java J2EE server that syncs tweets from Twitter to Weibo\r\n* [GoogleCloudPlatform/gcloud-java](https://github.com/GoogleCloudPlatform/gcloud-java) - Google Cloud Client Library for Java\r\n* [branaway/Japid](https://github.com/branaway/Japid) - A Java-based statically-typed fast template engine that can be used in any Java code. It has special adapter for use with the Play! Framework.\r\n* [owlike/genson](https://github.com/owlike/genson) - Genson a fast & modular Java <> Json library\r\n* [maxmind/geoip-api-java](https://github.com/maxmind/geoip-api-java) - GeoIP Legacy Java API\r\n* [laomafeima/WebJava](https://github.com/laomafeima/WebJava) - 一个高性能,轻量级的非阻塞式服务器\r\n* [fasterthanlime/jooc-legacy](https://github.com/fasterthanlime/jooc-legacy) - :crocodile: The historical, initial implementation of an ooc compiler in Java\r\n* [eBay/cors-filter](https://github.com/eBay/cors-filter) - CORS (Cross Origin Resource Sharing) is a mechanism supported by W3C to enable cross origin requests in web-browsers. CORS requires support from both browser and server to work. This is a Java servlet filter implementation of server-side CORS for web containers such as Apache Tomcat.\r\n* [algaworks/ebook-javaee](https://github.com/algaworks/ebook-javaee) - Projeto do e-book de Java EE 7 da AlgaWorks.\r\n* [vvakame/JsonPullParser](https://github.com/vvakame/JsonPullParser) - compiler time JSON-POJO Mapper for Java\r\n* [unbescape/unbescape](https://github.com/unbescape/unbescape) - Advanced yet easy to use escaping library for Java\r\n* [nurkiewicz/typeof](https://github.com/nurkiewicz/typeof) - instanceof operator and Visitor pattern replacement in Java 8\r\n* [callmeal/Flickr4Java](https://github.com/callmeal/Flickr4Java) - Java API For Flickr. Fork of FlickrJ\r\n* [wuman/JReadability](https://github.com/wuman/JReadability) - Java port of Arc90's Readability.js - parses HTML as input and returns clean, easy-to-read text\r\n* [socketio/engine.io-client-java](https://github.com/socketio/engine.io-client-java) - Engine.IO Client Library for Java\r\n* [GeoWebCache/geowebcache](https://github.com/GeoWebCache/geowebcache) - GeoWebCache is a tile caching server implemented in Java that provides various tile caching services like WMS-C, TMS, WMTS, Google Maps, MS Bing and more\r\n* [escline/InstallCert](https://github.com/escline/InstallCert) - Java program to retrieve server certificate that can be added to local keystore\r\n* [continuuity/weave](https://github.com/continuuity/weave) - Weave : Running YARN apps is as easy as running Java threads.\r\n* [yuzhangcmu/LeetCode](https://github.com/yuzhangcmu/LeetCode) - LeetCode solutions written in Java\r\n* [virgo47/javasimon](https://github.com/virgo47/javasimon) - Java Simon is a simple monitoring API that allows you to follow and better understand your application.\r\n* [martinpaljak/GlobalPlatformPro](https://github.com/martinpaljak/GlobalPlatformPro) - Manage applets and keys on JavaCard-s like a pro (via command line or from your Java project)\r\n* [Dreampie/icedog](https://github.com/Dreampie/icedog) - java+angular+requirejs\r\n* [clarkware/jdepend](https://github.com/clarkware/jdepend) - A Java package dependency analyzer that generates design quality metrics.\r\n* [BoltsFramework/Bolts-Java](https://github.com/BoltsFramework/Bolts-Java) - [Archive] Bolts is a collection of low-level libraries designed to make developing mobile apps easier.\r\n* [bmwcarit/barefoot](https://github.com/bmwcarit/barefoot) - Java library for integrating the map into software and services with state-of-the-art map matching that can be used stand-alone and in the cloud.\r\n* [TheHolyWaffle/TeamSpeak-3-Java-API](https://github.com/TheHolyWaffle/TeamSpeak-3-Java-API) - A Java 7 implementation of TeamSpeak's 3 server query API.\r\n* [seatgeek/sixpack-java](https://github.com/seatgeek/sixpack-java) - A Java client for the Sixpack A/B testing framework https://github.com/seatgeek/sixpack\r\n* [pusher/pusher-websocket-java](https://github.com/pusher/pusher-websocket-java) - Pusher client library for Java targeting general Java and Android | owner=@jpatel531\r\n* [playn/playn](https://github.com/playn/playn) - A Java game development framework that deploys to JVM, HTML5, Android and iOS.\r\n* [OWASP/java-html-sanitizer](https://github.com/OWASP/java-html-sanitizer) - A fast and easy to configure HTML Sanitizer written in Java which lets you include HTML authored by third-parties in your web application while protecting against XSS.\r\n* [jitlogic/zorka](https://github.com/jitlogic/zorka) - Sophisticated monitoring agent for Java\r\n* [javaee-samples/javaee7-hol](https://github.com/javaee-samples/javaee7-hol) - Java EE 7 Hands-on Lab\r\n* [giltene/PauselessHashMap](https://github.com/giltene/PauselessHashMap) - A java.util.HashMap compatible map that won't stall puts or gets when resizing\r\n* [Ellzord/JALSE](https://github.com/Ellzord/JALSE) - Java Artificial Life Simulation Engine\r\n* [bigmlcom/histogram](https://github.com/bigmlcom/histogram) - Streaming Histograms for Clojure/Java\r\n* [ActiveJpa/activejpa](https://github.com/ActiveJpa/activejpa) - A simple active record pattern library in java that makes programming DAL easier\r\n* [timols/java-gitlab-api](https://github.com/timols/java-gitlab-api) - A wrapper for the Gitlab API written in Java\r\n* [StripesFramework/stripes](https://github.com/StripesFramework/stripes) - Stripes is a Java framework with the goal of making Servlet/JSP based web development in Java as easy, intuitive and straight-forward as it should be. It's stripey and it doesn't suck.\r\n* [samczsun/Skype4J](https://github.com/samczsun/Skype4J) - Skype API written in Java. Does not support P2P chats\r\n* [jenkinsci/java-client-api](https://github.com/jenkinsci/java-client-api) - A Jenkins API client for Java\r\n* [djpowell/liverepl](https://github.com/djpowell/liverepl) - Connect a Clojure REPL to running Java or Clojure processes without any special setup\r\n* [SquidPony/SquidLib](https://github.com/SquidPony/SquidLib) - Useful tools for roguelike, role-playing, strategy, and other grid-based games in Java. Feedback is welcome!\r\n* [simbiose/Encryption](https://github.com/simbiose/Encryption) - Encryption is a simple way to encrypt and decrypt strings on Android and Java project.\r\n* [ptnplanet/Java-Naive-Bayes-Classifier](https://github.com/ptnplanet/Java-Naive-Bayes-Classifier) - A java classifier based on the naive Bayes approach.\r\n* [paultuckey/urlrewritefilter](https://github.com/paultuckey/urlrewritefilter) - A Java Web Filter with functionality like Apache's mod_rewrite\r\n* [litesuits/android-lite-go](https://github.com/litesuits/android-lite-go) - LiteGo is a Java-based asynchronous concurrency library. It has a smart executor, which can be freely set the maximum number of concurrent at same time , and the number of threads in waiting queue. It can also set waiting policies and overload strategies.\r\n* [chatty/chatty](https://github.com/chatty/chatty) - Twitch Chat Client written in Java\r\n* [ben-manes/concurrentlinkedhashmap](https://github.com/ben-manes/concurrentlinkedhashmap) - A ConcurrentLinkedHashMap for Java\r\n* [willuhn/hbci4java](https://github.com/willuhn/hbci4java) - Fork of HBCI4Java (from http://hbci4java.kapott.org), that contains support for chipTAN, smsTAN, HHD, SEPA and other fixes/enhancements\r\n* [stanfy/gson-xml](https://github.com/stanfy/gson-xml) - Java library for XML deserialization\r\n* [ralfebert/jgravatar](https://github.com/ralfebert/jgravatar) - jgravatar is a Java library for accessing gravatar.com avatar images\r\n* [Progether/JAdventure](https://github.com/Progether/JAdventure) - Java text adventure game.\r\n* [mheath/adbcj](https://github.com/mheath/adbcj) - Asynchronous Database Connectivity in Java\r\n* [justinsb/jetcd](https://github.com/justinsb/jetcd) - Java binding for etcd\r\n* [julman99/gson-fire](https://github.com/julman99/gson-fire) - A java library that adds some very useful features to Gson, like Date serializing to unix timestamp or RFC3339, method (getters) serialization, pre/post processors and many others. Check out the documentation to learn how to use it!\r\n* [JnRouvignac/AutoRefactor](https://github.com/JnRouvignac/AutoRefactor) - Eclipse plugin to automatically refactor Java code bases\r\n* [feuyeux/jax-rs2-guide](https://github.com/feuyeux/jax-rs2-guide) - 《Java Restful Web Service实战》源代码\r\n* [fasseg/exp4j](https://github.com/fasseg/exp4j) - A tiny math expression evaluator for the Java programming language\r\n* [EtiennePerot/fuse-jna](https://github.com/EtiennePerot/fuse-jna) - No-nonsense, actually-working Java bindings to FUSE using JNA.\r\n* [edmund-wagner/junrar](https://github.com/edmund-wagner/junrar) - plain java unrar util (former sf project)\r\n* [uniVocity/csv-parsers-comparison](https://github.com/uniVocity/csv-parsers-comparison) - Comparisons among all Java-based CSV parsers in existence\r\n* [tulskiy/jkeymaster](https://github.com/tulskiy/jkeymaster) - A library for registering global hotkeys in java with JNA. The goal is to support X11-based platforms, Windows and MacOSX\r\n* [snazy/ohc](https://github.com/snazy/ohc) - Java large off heap cache\r\n* [slagyr/limelight](https://github.com/slagyr/limelight) - GUI library for Ruby/Clojure/Java\r\n* [pengrad/java-telegram-bot-api](https://github.com/pengrad/java-telegram-bot-api) - Simple Java API for Telegram Bots\r\n* [alaisi/postgres-async-driver](https://github.com/alaisi/postgres-async-driver) - Asynchronous PostgreSQL Java driver\r\n* [sk89q/WarmRoast](https://github.com/sk89q/WarmRoast) - Java application CPU sampler with a web-based UI\r\n* [mcfunley/juds](https://github.com/mcfunley/juds) - A Unix domain socket library for Java\r\n* [jmkgreen/morphia](https://github.com/jmkgreen/morphia) - MongoDB object-document mapper in Java. Uses mongo-java-driver. [UNMAINTAINED]\r\n* [caveofprogramming/java-beginners](https://github.com/caveofprogramming/java-beginners) - Source code for Java for Complete Beginners\r\n* [mikera/vectorz](https://github.com/mikera/vectorz) - Fast and flexible numerical library for Java featuring N-dimensional arrays\r\n* [KnisterPeter/jreact](https://github.com/KnisterPeter/jreact) - react.js on server-side java (with rhino or nashorn)\r\n* [jurmous/etcd4j](https://github.com/jurmous/etcd4j) - Java / Netty client for etcd, the highly-available key value store for shared configuration and service discovery.\r\n* [JetBrains/jediterm](https://github.com/JetBrains/jediterm) - Pure Java Terminal Emulator. Works with SSH and PTY.\r\n* [FacePlusPlus/facepp-java-sdk](https://github.com/FacePlusPlus/facepp-java-sdk) - Face++ SDK for Java, can be used in Android project.\r\n* [SonarSource/sonar-java](https://github.com/SonarSource/sonar-java) - :coffee: SonarQube Java language plugin\r\n* [openmicroscopy/bioformats](https://github.com/openmicroscopy/bioformats) - Bio-Formats is a Java library for reading and writing data in life sciences image file formats. It is developed by the Open Microscopy Environment (particularly UW-Madison LOCI and Glencoe Software). Bio-Formats is released under the GNU General Public License (GPL); commercial licenses are available from Glencoe Software.\r\n* [kyleduo/iCometClient4j](https://github.com/kyleduo/iCometClient4j) - Client of iComet server for Java/Android. iComet server: https://github.com/ideawu/icomet\r\n* [jpcap/jpcap](https://github.com/jpcap/jpcap) - network packet capture library for applications written in java\r\n* [jnr/jnr-posix](https://github.com/jnr/jnr-posix) - Java Posix layer\r\n* [javalite/activeweb](https://github.com/javalite/activeweb) - ActiveWeb is a full stack Java Web Framework for rapid development\r\n* [CardinalNow/AndroidAutowire](https://github.com/CardinalNow/AndroidAutowire) - A Java Annotation approach to Android Views, Activities, and Fragments\r\n* [ysc/HtmlExtractor](https://github.com/ysc/HtmlExtractor) - HtmlExtractor是一个Java实现的基于模板的网页结构化信息精准抽取组件。\r\n* [xcv58/LeetCode](https://github.com/xcv58/LeetCode) - The solutions of LeetCode, include Java, C, C++, Python version.\r\n* [wblut/HE_Mesh2014](https://github.com/wblut/HE_Mesh2014) - HE_Mesh, a Java library for creating and manipulating polygonal meshes. Aimed primarily at Processing.\r\n* [renaudcerrato/static-maps-api](https://github.com/renaudcerrato/static-maps-api) - Fluent and clean Google Static Maps API Java interface.\r\n* [palantir/Cinch](https://github.com/palantir/Cinch) - A Java library that manages component action/event bindings for MVC patterns\r\n* [matuobasyouca/spider](https://github.com/matuobasyouca/spider) - a simple distributed spider in Java. Java编写的一个简单分布式爬虫\r\n* [dom4j/dom4j](https://github.com/dom4j/dom4j) - flexible XML framework for Java\r\n* [childe/hangout](https://github.com/childe/hangout) - 用java实现一下Logstash的几个常用input/filter/output, 希望能有效率上面的大提升\r\n* [voodoodyne/subethasmtp](https://github.com/voodoodyne/subethasmtp) - SubEtha SMTP is a Java library for receiving SMTP mail\r\n* [Cetsoft/imcache](https://github.com/Cetsoft/imcache) - Imcache is a Java Caching Library.\r\n* [stephanenicolas/reflection-no-reflection](https://github.com/stephanenicolas/reflection-no-reflection) - A proof on concept to create an API that is 100% compatible reflection API, but without any reflection. Performance stuff for Android and Java.\r\n* [mrwilson/java-dirty](https://github.com/mrwilson/java-dirty) - File-backed append-only object store.\r\n* [Free-Software-for-Android/RootCommands](https://github.com/Free-Software-for-Android/RootCommands) - RootCommands - Library to access root commands with Java API\r\n* [ESAPI/esapi-java-legacy](https://github.com/ESAPI/esapi-java-legacy) - ESAPI (The OWASP Enterprise Security API) is a free, open source, web application security control library that makes it easier for programmers to write lower-risk applications.\r\n* [blackberry/Samples-for-Java](https://github.com/blackberry/Samples-for-Java) - Samples for BBOS Java Apps\r\n* [anthonyu/KeptCollections](https://github.com/anthonyu/KeptCollections) - Distributed Java Collections for ZooKeeper\r\n* [TFaga/KumuluzEE](https://github.com/TFaga/KumuluzEE) - Lightweight framework for creating small standalone Java EE applications in a micro service way.\r\n* [rubenlagus/TelegramBotsExample](https://github.com/rubenlagus/TelegramBotsExample) - A simple to use library to create Telegram Bots in Java\r\n* [ppeccin/javatari](https://github.com/ppeccin/javatari) - A multiplayer Atari 2600 emulator written in pure Java using no libs\r\n* [oldratlee/fucking-java-concurrency](https://github.com/oldratlee/fucking-java-concurrency) - :flags: simple show cases of java concurrency problem\r\n* [mikaelhg/urlbuilder](https://github.com/mikaelhg/urlbuilder) - Java Builders: URL builder\r\n* [lastfm/musicbrainz-data](https://github.com/lastfm/musicbrainz-data) - MusicBrainz Java data bindings using Hibernate\r\n* [gwt-test-utils/gwt-test-utils](https://github.com/gwt-test-utils/gwt-test-utils) - gwt-test-utils is a Java framework that allows to test GWT client side code in a efficient, easy way\r\n* [Fermat-ORG/fermat](https://github.com/Fermat-ORG/fermat) - Main code repository. P2P Network, Java Framework, Android Framework, Linux Framework, and all platforms are here.\r\n* [dwdyer/uncommons-maths](https://github.com/dwdyer/uncommons-maths) - Random number generators, probability distributions, combinatorics and statistics for Java.\r\n* [crimsonwoods/javassist-android](https://github.com/crimsonwoods/javassist-android) - Javassit for Android\r\n* [b3log/latke](https://github.com/b3log/latke) - :hotsprings: Spring like, JSON based Java Framework . 一个类似 Spring 但以 JSON 为主的 Java 框架。\r\n* [zhoumengkang/netty-restful-server](https://github.com/zhoumengkang/netty-restful-server) - A light restful server built on netty. If you are preparing for leaning java or netty, it's a nice gift for you.\r\n* [shrinkwrap/shrinkwrap](https://github.com/shrinkwrap/shrinkwrap) - Java API for Archive Manipulation\r\n* [rjohnsondev/java-libpst](https://github.com/rjohnsondev/java-libpst) - A library to read PST files with java, without need for external libraries.\r\n* [pusuo/patchca](https://github.com/pusuo/patchca) - Simple yet powerful CAPTCHA library written in Java\r\n* [FutureProcessing/spring-boot-security-example](https://github.com/FutureProcessing/spring-boot-security-example) - This project demonstrates usage of Spring-Boot with Spring-Security using Java configuration with Integration Tests\r\n* [elvishew/xLog](https://github.com/elvishew/xLog) - Convenient, flexible and tiny Log library for Android and java, can concurrently print the log to multiple target like logcat, System.out and file, or even remote server(or anywhere) if you like.\r\n* [caelum/restfulie-java](https://github.com/caelum/restfulie-java) - restfulie implementation in java, with support to vraptor\r\n* [tipsy/j2html](https://github.com/tipsy/j2html) - Java to HTML generator. Enjoy typesafe HTML generation.\r\n* [s-u/rJava](https://github.com/s-u/rJava) - R to Java interface\r\n* [schildbach/public-transport-enabler](https://github.com/schildbach/public-transport-enabler) - Unleash public transport data in your Java project.\r\n* [rithms/riot-api-java](https://github.com/rithms/riot-api-java) - Riot Games API Java Library\r\n* [OpenHFT/SmoothieMap](https://github.com/OpenHFT/SmoothieMap) - A gulp of low latency Java\r\n* [lindenb/jvarkit](https://github.com/lindenb/jvarkit) - Java utilities for Bioinformatics\r\n* [danieldk/dictomaton](https://github.com/danieldk/dictomaton) - Finite state dictionaries in Java\r\n* [coverity/coverity-security-library](https://github.com/coverity/coverity-security-library) - Coverity Security Library (CSL) is a lightweight set of escaping routines for fixing cross-site scripting (XSS), SQL injection, and other security defects in Java web applications.\r\n* [brunoborges/fx2048](https://github.com/brunoborges/fx2048) - The game 2048, built using JavaFX and Java 8\r\n* [torakiki/sejda](https://github.com/torakiki/sejda) - An extendible and configurable PDF manipulation layer library written in java.\r\n* [thillerson/oreilly_android](https://github.com/thillerson/oreilly_android) - This is the source code referenced in the O'Reilly Online Course: Developing Android Applications with Java. More information can be found here: http://training.oreilly.com/androidapps-java/\r\n* [RNCryptor/JNCryptor](https://github.com/RNCryptor/JNCryptor) - Java implementation of RNCryptor\r\n* [nurkiewicz/LazySeq](https://github.com/nurkiewicz/LazySeq) - Lazy sequences implementation for Java 8\r\n* [MutabilityDetector/MutabilityDetector](https://github.com/MutabilityDetector/MutabilityDetector) - Lightweight analysis tool for detecting mutability in Java classes\r\n* [membrane/service-proxy](https://github.com/membrane/service-proxy) - API gateway for REST and SOAP written in Java.\r\n* [life0fun/wifi-direct-chat](https://github.com/life0fun/wifi-direct-chat) - A peer to peer chat app through wifi direct using java nio channels\r\n* [kabutz/javaspecialists](https://github.com/kabutz/javaspecialists) - The Java Specialists' Newsletter Sources\r\n* [jkiddo/gmusic.api](https://github.com/jkiddo/gmusic.api) - An unofficial Java api for Google Music\r\n* [caoqianli/requests](https://github.com/caoqianli/requests) - Easy to use and flexible http lib for java\r\n* [smola/galimatias](https://github.com/smola/galimatias) - galimatias is a URL parsing and normalization library written in Java.\r\n* [pushkar/ABAGAIL](https://github.com/pushkar/ABAGAIL) - The library contains a number of interconnected Java packages that implement machine learning and artificial intelligence algorithms. These are artificial intelligence algorithms implemented for the kind of people that like to implement algorithms themselves.\r\n* [poidasmith/winrun4j](https://github.com/poidasmith/winrun4j) - WinRun4J Java Application Launcher\r\n* [killme2008/gecko](https://github.com/killme2008/gecko) - A RPC framework in taobao based on java NIO.\r\n* [jpmml/jpmml-evaluator](https://github.com/jpmml/jpmml-evaluator) - Java Evaluator API for PMML\r\n* [Ecwid/consul-api](https://github.com/Ecwid/consul-api) - Java client for Consul HTTP API\r\n* [arnaudroger/SimpleFlatMapper](https://github.com/arnaudroger/SimpleFlatMapper) - Fast and Easy mapping from database and csv to POJO. A java micro ORM, lightweight alternative to iBatis and Hibernate. Fast Csv Parser and Csv Mapper\r\n* [zserge/log](https://github.com/zserge/log) - Ultimately minimal (yet very convenient) logger for Android and Java\r\n* [maxliaops/Java_Web_Examples](https://github.com/maxliaops/Java_Web_Examples) - 《实战突击:Java Web项目整合开发》源码\r\n* [katjas/PDFrenderer](https://github.com/katjas/PDFrenderer) - Java library for rendering PDF documents to the screen using Java2D\r\n* [fluent/fluent-logger-java](https://github.com/fluent/fluent-logger-java) - A structured logger for Fluentd (Java)\r\n* [Fanping/iveely.search](https://github.com/Fanping/iveely.search) - Pure java realize search engine, try to directly hit the user's search for answers.\r\n* [eclipse/leshan](https://github.com/eclipse/leshan) - Leshan is an OMA Lightweight M2M (LWM2M) implementation in Java.\r\n* [Baidu-ecom/Jprotobuf-rpc-socket](https://github.com/Baidu-ecom/Jprotobuf-rpc-socket) - Protobuf RPC是一种基于TCP协议的二进制RPC通信协议的Java实现\r\n* [yareally/Java7-on-Android](https://github.com/yareally/Java7-on-Android) - Java 7 features backported to Android 2.2+\r\n* [xiaoningning/algorithm](https://github.com/xiaoningning/algorithm) - Algorithm, data structure and java coding.\r\n* [WhisperSystems/libsignal-service-java](https://github.com/WhisperSystems/libsignal-service-java) - A Java/Android library for communicating with the Signal messaging service.\r\n* [WantedTechnologies/xpresso](https://github.com/WantedTechnologies/xpresso) - The pythonic way to code in Java.\r\n* [samtingleff/jchronic](https://github.com/samtingleff/jchronic) - Natural language date parsing in Java, ported directly from Ruby's chronic\r\n* [sstrickx/yahoofinance-api](https://github.com/sstrickx/yahoofinance-api) - Java Client API for Yahoo Finance\r\n* [opoo/opoopress](https://github.com/opoo/opoopress) - OpooPress framework is a java based blog aware static site generator.\r\n* [OpenHFT/Chronicle-Logger](https://github.com/OpenHFT/Chronicle-Logger) - A sub microsecond java logger, supporting standard logging APIs such as Slf & Log4J\r\n* [onelogin/java-saml](https://github.com/onelogin/java-saml) - Java SAML toolkit\r\n* [jcabi/jcabi-ssh](https://github.com/jcabi/jcabi-ssh) - Java SSH client\r\n* [gearman/java-service](https://github.com/gearman/java-service) - Gearman Java Service\r\n* [alibaba/jstorm](https://github.com/alibaba/jstorm) - Java Storm\r\n* [jayway/rest-assured](https://github.com/jayway/rest-assured) - Java DSL for easy testing of REST services\r\n* [Netflix/feign](https://github.com/Netflix/feign) - Feign makes writing java http clients easier\r\n* [fge/json-schema-validator](https://github.com/fge/json-schema-validator) - A JSON Schema validation implementation in pure Java, which aims for correctness and performance, in that order\r\n* [andimarek/graphql-java](https://github.com/andimarek/graphql-java) - GraphQL Java implementation\r\n* [karussell/snacktory](https://github.com/karussell/snacktory) - Readability clone in Java\r\n* [jayway/awaitility](https://github.com/jayway/awaitility) - Awaitility is a small Java DSL for synchronizing asynchronous operations\r\n* [begeekmyfriend/yasea](https://github.com/begeekmyfriend/yasea) - RTMP streaming client in pure Java for Android for those who hate JNI.\r\n* [fge/json-patch](https://github.com/fge/json-patch) - An RFC 6902 (JSON Patch) and reverse, plus RFC 7386 (JSON Merge Patch), implementation in Java using Jackson (2.2.x)\r\n* [Jasig/java-cas-client](https://github.com/Jasig/java-cas-client) - Apereo Java CAS Client\r\n* [gondor/openstack4j](https://github.com/gondor/openstack4j) - A Fluent OpenStack Client Library for Java\r\n* [RisingOak/jenkins-client](https://github.com/RisingOak/jenkins-client) - A Jenkins API client for Java\r\n* [dvx/jssembly](https://github.com/dvx/jssembly) - Jssembly is a library that allows you to execute native assembly from Java.\r\n* [mapfish/mapfish-print](https://github.com/mapfish/mapfish-print) - A component of MapFish for printing templated cartographic maps. This module is the Java serverside module. For support post to the mailing list: https://groups.google.com/forum/#!forum/mapfish-print-users\r\n* [cognitect-labs/transducers-java](https://github.com/cognitect-labs/transducers-java) - A Java implementation of Transducers\r\n* [mandubian/siena](https://github.com/mandubian/siena) - Siena is a persitence API for Java inspired on the Google App Engine Python Datastore API\r\n* [janpetryk/reddit-bot](https://github.com/janpetryk/reddit-bot) - Java Reddit bot project.\r\n* [elastic/elasticsearch-lang-javascript](https://github.com/elastic/elasticsearch-lang-javascript) - JavaScript language Plugin for elasticsearch\r\n* [Renanse/Ardor3D](https://github.com/Renanse/Ardor3D) - Ardor3D is a free Java based, professionally oriented, open source 3D graphics engine.\r\n* [ymnk/jzlib](https://github.com/ymnk/jzlib) - re-implementation of zlib in pure Java\r\n* [thekrakken/java-grok](https://github.com/thekrakken/java-grok) - Simple API that allows you to easily parse logs and other files\r\n* [angryziber/simple-java](https://github.com/angryziber/simple-java) - Code for the talk at GOTOCon Prague & Amsterdam about writing simple web apps - Plain Simple Java, and another one at Topconf - 3 tales of testing DB-enabled apps\r\n* [Karumi/KataContactsJava](https://github.com/Karumi/KataContactsJava) - KataContacts written in Java. The main goal is to practice Clean Architecture Development.\r\n* [AurelienRibon/sliding-layout](https://github.com/AurelienRibon/sliding-layout) - A powerful Java Swing panel/layout with cool transitions involving sliding subpanels\r\n* [stanfordnlp/phrasal](https://github.com/stanfordnlp/phrasal) - A large-scale statistical machine translation system written in Java.\r\n* [preon/preon](https://github.com/preon/preon) - Bit syntax for Java\r\n* [imglib/imglib2](https://github.com/imglib/imglib2) - A generic next-generation Java library for image processing\r\n* [thrau/jarchivelib](https://github.com/thrau/jarchivelib) - A simple archiving and compression library for Java\r\n* [jvansteirteghem/apjp](https://github.com/jvansteirteghem/apjp) - APJP is a proxy written in JAVA, PHP, PYTHON and RUBY.\r\n* [adyliu/zkclient](https://github.com/adyliu/zkclient) - zkclient - A simple and effective Java client for zookeeper (both support zookeeper 3.3.x/3.4.x)\r\n* [abstractj/kalium](https://github.com/abstractj/kalium) - Java binding to the Networking and Cryptography (NaCl) library with the awesomeness of libsodium\r\n* [Fitbit/fitbit4j](https://github.com/Fitbit/fitbit4j) - Fitbit Java Client API and Examples (DEPRECATED)\r\n* [uudashr/jsmpp](https://github.com/uudashr/jsmpp) - Java SMPP (Short Message Peer-to-peer Protocol) API\r\n* [miguno/avro-hadoop-starter](https://github.com/miguno/avro-hadoop-starter) - Example MapReduce jobs in Java, Hive, Pig, and Hadoop Streaming that work on Avro data.\r\n* [bencall/RPlay](https://github.com/bencall/RPlay) - Java port of shairport\r\n* [stormpath/stormpath-sdk-java](https://github.com/stormpath/stormpath-sdk-java) - Official Java SDK for the Stormpath User Management REST API\r\n* [romix/java-concurrent-hash-trie-map](https://github.com/romix/java-concurrent-hash-trie-map) - Java port of a concurrent trie hash map implementation from the Scala collections library\r\n* [ralscha/extdirectspring](https://github.com/ralscha/extdirectspring) - Implementation of the Ext Direct protocol with Java and Spring\r\n* [laiweiwei/eweb4j-framework](https://github.com/laiweiwei/eweb4j-framework) - easy web framework for java\r\n* [callumj/opengraph-java](https://github.com/callumj/opengraph-java) - A Java object representation of the Open Graph protocol for a web page\r\n* [adamhub/screenbird](https://github.com/adamhub/screenbird) - a full cross platform video screen capture tool and host. Java based screen recorder, and Django based web backend. Also included is a distributed video processing engine that uses ffmpeg across any amount of AWS instances.\r\n* [OpenHFT/Java-Runtime-Compiler](https://github.com/OpenHFT/Java-Runtime-Compiler) - Java Runtime Compiler\r\n* [usb4java/usb4java](https://github.com/usb4java/usb4java) - USB library for Java based on libusb and implementing javax.usb (JSR-80).\r\n* [taylorleese/google-app-engine-jappstart](https://github.com/taylorleese/google-app-engine-jappstart) - Java framework for Google App Engine\r\n* [nvkelso/color-oracle-java](https://github.com/nvkelso/color-oracle-java) - color-oracle-java\r\n* [googleads/googleads-java-lib](https://github.com/googleads/googleads-java-lib) - Google Ads APIs Client Library for Java (AdWords, DFA, and DFP)\r\n* [craigwblake/redline](https://github.com/craigwblake/redline) - Pure Java Rpm Library\r\n* [junit-team/junit](https://github.com/junit-team/junit) - A programmer-oriented testing framework for Java.\r\n* [rovo89/XposedBridge](https://github.com/rovo89/XposedBridge) - The Java part of the Xposed framework.\r\n* [googlesamples/cardboard-java](https://github.com/googlesamples/cardboard-java) - Google Cardboard\r\n* [greenrobot/greenrobot-common](https://github.com/greenrobot/greenrobot-common) - General purpose utilities and hash functions for Android and Java (aka java-common)\r\n* [OpenHFT/Koloboke](https://github.com/OpenHFT/Koloboke) - Java Collections till the last breadcrumb of memory and performance\r\n* [jaredsburrows/android-gradle-java-template](https://github.com/jaredsburrows/android-gradle-java-template) - Gradle + Android Studio + Robolectric + Espresso + Mockito + EasyMock/PowerMock + JaCoCo\r\n* [cfregly/fluxcapacitor](https://github.com/cfregly/fluxcapacitor) - Flux Capacitor is a Java-based, cloud-native, reference architecture demonstrating many of the Netflix Open Source projects. *** Note: If you're looking for the Spark-based, Big Data Pipeline project, it's here: https://github.com/fluxcapacitor ***\r\n* [aol/simple-react](https://github.com/aol/simple-react) - Powerful Future Streams & Async Data Structures for Java 8\r\n* [OpenHFT/HugeCollections](https://github.com/OpenHFT/HugeCollections) - Huge Collections for Java using efficient off heap storage\r\n* [jhipster/generator-jhipster](https://github.com/jhipster/generator-jhipster) - Hipster stack for Java developers. Yeoman + Maven + Spring + AngularJS in one handy generator.\r\n* [douglascrockford/JSON-java](https://github.com/douglascrockford/JSON-java) - A reference implementation of a JSON package in Java.\r\n* [MovingBlocks/Terasology](https://github.com/MovingBlocks/Terasology) - Terasology is an open source project started by Benjamin \"begla\" Glatzel to research procedural terrain generation and efficient rendering techniques in Java using the LWJGL. The engine uses a block-based voxel-like approach as seen in Minecraft. After proving itself as a solid tech demo begla was joined at first by Anton \"small-jeeper\" Kireev and Rasmus \"Cervator\" Praestholm and a full-fledged game concept was born. Our goal is a game that pays ample tribute to Minecraft in initial look and origin, but stakes out its own niche by adopting the NPC-helper and caretaker feel from such games as Dwarf Fortress and Dungeon Keeper, while striving for added depth and sophistication in the foundation systems akin to DF.\r\n* [lemire/RoaringBitmap](https://github.com/lemire/RoaringBitmap) - A better compressed bitset in Java\r\n* [kazuhikoarase/qrcode-generator](https://github.com/kazuhikoarase/qrcode-generator) - QR Code Generator implementation in ActionScript3, Java, JavaScript and more.\r\n* [mbosecke/pebble](https://github.com/mbosecke/pebble) - Java Templating Engine\r\n* [alibaba/multi-thread-context](https://github.com/alibaba/multi-thread-context) - :octopus: multi-thread context(MTC), a simple java lib for transmitting context between threads even using thread pool.\r\n* [ceylon/ceylon-compiler](https://github.com/ceylon/ceylon-compiler) - Ceylon compiler (ceylonc: Java backend), Ceylon documentation generator (ceylond) and Ceylon ant tasks.\r\n* [greenlaw110/Rythm](https://github.com/greenlaw110/Rythm) - A \"Razor\" like, rich featured, high performance and easy to use Java template engine\r\n* [damianszczepanik/cucumber-reporting-jenkins](https://github.com/damianszczepanik/cucumber-reporting-jenkins) - Java jenkins plugin for cucumber-jvm reporting\r\n* [jbachorik/btrace](https://github.com/jbachorik/btrace) - BTrace - a safe, dynamic tracing tool for the Java platform\r\n* [appium/java-client](https://github.com/appium/java-client) - Java language binding for writing Appium Tests, conforms to Mobile JSON Wire Protocol\r\n* [jsprit/jsprit](https://github.com/jsprit/jsprit) - jsprit is a java based, open source toolkit for solving rich vehicle routing problems\r\n* [pcollections/pcollections](https://github.com/pcollections/pcollections) - A Persistent Java Collections Library\r\n* [JesseFarebro/Android-Mqtt](https://github.com/JesseFarebro/Android-Mqtt) - A simple MQTT Service that will keep running for the duration of your Android application using the Paho Java MQTT Client.\r\n* [wapatesh/icefig](https://github.com/wapatesh/icefig) - Java elegant supplement\r\n* [evil0ps/utils](https://github.com/evil0ps/utils) - Java utils\r\n* [void256/nifty-gui](https://github.com/void256/nifty-gui) - Your Open Source Java OpenGL GUI. Interactive user interfaces for games or similar applications. LWJGL, JOGL, JME or Java2d rendering.\r\n* [chocoteam/choco3](https://github.com/chocoteam/choco3) - An open-source Java library for Constraint Programming\r\n* [h3xstream/find-sec-bugs](https://github.com/h3xstream/find-sec-bugs) - The FindBugs plugin for security audits of Java web applications and Android applications. (Also work with Scala and Groovy projects)\r\n* [jtwig/jtwig](https://github.com/jtwig/jtwig) - Java modern template engine\r\n* [benas/easy-rules](https://github.com/benas/easy-rules) - The stupid Java rules engine\r\n* [aima-java/aima-java](https://github.com/aima-java/aima-java) - Java implementation of algorithms from Norvig And Russell's \"Artificial Intelligence - A Modern Approach\"\r\n* [influxdb/influxdb-java](https://github.com/influxdb/influxdb-java) - Java client for InfluxDB\r\n* [ingokegel/jclasslib](https://github.com/ingokegel/jclasslib) - jclasslib bytecode viewer is a tool that visualizes all aspects of compiled Java class files and the contained bytecode.\r\n* [cybergarage/cybergarage-upnp](https://github.com/cybergarage/cybergarage-upnp) - CyberLink for Java is a development package for UPnP™ developers. CyberLink controls these protocols automatically, and supports to create your devices and control points quickly.\r\n* [tarzanek/luke](https://github.com/tarzanek/luke) - SEE: https://issues.apache.org/jira/browse/LUCENE-2562 + https://github.com/DmitryKey/luke/ , I will slowly drop this repo, I'd love to see luke moved to lucene as module, until then - binary builds are on https://java.net/projects/opengrok/downloads\r\n* [DongWenDao/apk-parser](https://github.com/DongWenDao/apk-parser) - Apk parser lib with pure java\r\n* [vanZeben/2D-Game-Engine](https://github.com/vanZeben/2D-Game-Engine) - A 2D Game engine built with only native Java libraries. Part of a tutorial series @ http://vanZeben.ca/java/2d_game_dev\r\n* [FreakDev/PhoneGap-Android-HTML5-WebSocket](https://github.com/FreakDev/PhoneGap-Android-HTML5-WebSocket) - a little java implementation of missing WebSocket form Android webview\r\n* [akkumar/jreversepro](https://github.com/akkumar/jreversepro) - JReversePro Java Decompiler\r\n* [mbreese/couchdb4j](https://github.com/mbreese/couchdb4j) - CouchDB library for Java using JSON\r\n* [happygiraffe/jslint4java](https://github.com/happygiraffe/jslint4java) - A Java wrapper around Doug Crockford's marvellous jslint tool.\r\n* [florinpatrascu/micro](https://github.com/florinpatrascu/micro) - a modular micro MVC framework for Java web applications\r\n* [rufiao/persist](https://github.com/rufiao/persist) - Persist is a Java ORM/DAO library designed for high performance, ease of use and integration.\r\n* [light/JOps](https://github.com/light/JOps) - Operator Overloading for Java\r\n* [evllabs/JGAAP](https://github.com/evllabs/JGAAP) - The Java Graphical Authorship Attribution Program\r\n* [analytically/camelcode](https://github.com/analytically/camelcode) - Java+Play Framework tech demo that imports the CodePoint Open UK postcode dataset and offers a Geocoding REST API and a postcode map.\r\n* [raymyers/JHaml](https://github.com/raymyers/JHaml) - Haml (XHTML Abstraction Markup Language) implementation in Java.\r\n* [mp911de/lettuce](https://github.com/mp911de/lettuce) - Advanced and thread-safe Java Redis client\r\n* [darrinholst/sass-java](https://github.com/darrinholst/sass-java) - A Sass compiling filter for Java web apps\r\n* [flipkart-incubator/Lois](https://github.com/flipkart-incubator/Lois) - Golang like channels for java\r\n* [hyperic/jcollectd](https://github.com/hyperic/jcollectd) - Java integration for collectd\r\n* [serkan-ozal/jillegal](https://github.com/serkan-ozal/jillegal) - Java Off Heap Object Pool and On the Fly Instrumentation Tool\r\n* [nzakas/props2js](https://github.com/nzakas/props2js) - Tool to convert Java properties files into JavaScript\r\n* [mkovatsc/Californium-inf.ethz.ch](https://github.com/mkovatsc/Californium-inf.ethz.ch) - Californium (Cf) CoAP framework (Java implementation)\r\n* [contra/JMD](https://github.com/contra/JMD) - Java bytecode analysis/deobfuscation tool\r\n* [StreakYC/mache](https://github.com/StreakYC/mache) - Java App Engine -> BigQuery log export framework\r\n* [Gornova/MarteEngine](https://github.com/Gornova/MarteEngine) - MarteEngine is a Java Engine for videogames\r\n* [jalkanen/speed4j](https://github.com/jalkanen/speed4j) - Speed4J is a simple performance analysis library for Java.\r\n* [brianm/gressil](https://github.com/brianm/gressil) - Safe daemonization from within Java\r\n* [OpenTSDB/async](https://github.com/OpenTSDB/async) - Building blocks for asynchronous Java processing inspired by Twisted's API.\r\n* [newrelic-platform/newrelic_mysql_java_plugin](https://github.com/newrelic-platform/newrelic_mysql_java_plugin) - MySQL Metrics Plugin\r\n* [mozilla-metrics/akela](https://github.com/mozilla-metrics/akela) - A bunch of utility classes for Java, Hadoop, HBase, Pig, etc.\r\n* [Ecwid/ecwid-mailchimp](https://github.com/Ecwid/ecwid-mailchimp) - MailChimp API Wrapper for Java\r\n* [subchen/jetbrick-template-1x](https://github.com/subchen/jetbrick-template-1x) - Java template engine, quickly and easily.\r\n* [erikrozendaal/cqrs-lottery](https://github.com/erikrozendaal/cqrs-lottery) - Java example Domain-Driven-Design Command-Query Responsibility Separation\r\n* [sk89q/Intake](https://github.com/sk89q/Intake) - IoC-oriented Java command parsing library\r\n* [pushtorefresh/javac-warning-annotation](https://github.com/pushtorefresh/javac-warning-annotation) - Lightweight javac @Warning annotation\r\n* [jacoco/eclemma](https://github.com/jacoco/eclemma) - :waxing_crescent_moon: EclEmma - Java Code Coverage Plug-in for Eclipse\r\n* [niwinz/jnanomsg](https://github.com/niwinz/jnanomsg) - Clojure and Java bindings for nanomsg (build on top of JNA).\r\n* [matlux/jvm-breakglass](https://github.com/matlux/jvm-breakglass) - This project generates a jar file that you can dump into a Java or Clojure project to startup a repl or an nrepl server to listen on a port. Once the repl is started, you can access it with an nRepl client.\r\n* [aerospike/aerospike-client-java](https://github.com/aerospike/aerospike-client-java) - Aerospike Java Client Library\r\n* [PredictionIO/PredictionIO-Java-SDK](https://github.com/PredictionIO/PredictionIO-Java-SDK) - PredictionIO Java SDK\r\n* [JakeWharton/RxJava2-Java6](https://github.com/JakeWharton/RxJava2-Java6) - An automated backport of RxJava 2 to support Java 6.\r\n* [AdamBien/javaee7-essentials-archetype](https://github.com/AdamBien/javaee7-essentials-archetype) - A quickstart maven archetype for creating greenfield JavaEE 7 projects\r\n* [olap4j/olap4j](https://github.com/olap4j/olap4j) - Open Java API for OLAP\r\n* [amelentev/java-oo](https://github.com/amelentev/java-oo) - Java Operator Overloading\r\n* [EsotericSoftware/minlog](https://github.com/EsotericSoftware/minlog) - Minimal overhead Java logging\r\n* [xgouchet/Ted](https://github.com/xgouchet/Ted) - Ted is a text editor for Android, written in java\r\n* [tyrus-project/tyrus](https://github.com/tyrus-project/tyrus) - Tyrus - Reference implementation of Java API for WebSocket - JSR 356\r\n* [timroes/aXMLRPC](https://github.com/timroes/aXMLRPC) - A lightweight Java XML-RPC client for the use with Android. Since there is absolutely no dependency to any android specific library (and I assure, that it never will have any), it also works fine in normal Java applications. Read the README.md file for more information.\r\n* [panterch/ch.panter.projectzero](https://github.com/panterch/ch.panter.projectzero) - Java Kickstart Project\r\n* [moleksyuk/Java-Design-Patterns](https://github.com/moleksyuk/Java-Design-Patterns) - Examples of Java Design Patterns based on book - \"Patterns in Java\" Makr Grand.\r\n* [docusign/DocuSign-SOAP-SDK](https://github.com/docusign/DocuSign-SOAP-SDK) - Wraps the DocuSign eSignature SOAP API in 5 different languages: Java, C#, PHP, Ruby, Salesforce (Apex)\r\n* [delight-im/Emoji](https://github.com/delight-im/Emoji) - Emoji (Unicode) and emoticon support for Java and Android\r\n* [bengarney/PBLabsProfiler](https://github.com/bengarney/PBLabsProfiler) - A simple sampling Java/SWT profiler for Flash applications. Under the GPL license.\r\n* [barchart/barchart-udt](https://github.com/barchart/barchart-udt) - Java wrapper for native C++ UDT protocol.\r\n* [apn-proxy/apn-proxy](https://github.com/apn-proxy/apn-proxy) - Java HTTP Proxy based on Netty 4\r\n* [Gocnak/Botnak](https://github.com/Gocnak/Botnak) - A Java-based IRC chat client with focus on Twitch.tv streams.\r\n* [splunk/splunk-sdk-java](https://github.com/splunk/splunk-sdk-java) - Splunk Software Development Kit for Java\r\n* [radsz/jacop](https://github.com/radsz/jacop) - Java Constraint Programming solver\r\n* [openshift/openshift-java-client](https://github.com/openshift/openshift-java-client) - Java Client for the OpenShift REST API\r\n* [dell-oss/Mensa](https://github.com/dell-oss/Mensa) - Mensa is a generic, flexible, enhanced, and efficient Java implementation of a pattern matching state machine as described by the 1975 paper by Alfred V. Aho and Margaret J. Corasick: Efficient string matching: An aid to bibliographic search.\r\n* [benas/jPopulator](https://github.com/benas/jPopulator) - Populate your java beans with random data\r\n* [FellowTraveler/otapij](https://github.com/FellowTraveler/otapij) - A Java GUI for Open Transactions\r\n* [vladimirvivien/clamshell-cli](https://github.com/vladimirvivien/clamshell-cli) - A framework to build command-line console applications in Java\r\n* [marcojakob/javafx-ui-sandbox](https://github.com/marcojakob/javafx-ui-sandbox) - Sandbox UI Controls from the official OpenJFX repository\r\n* [jeevatkm/digitalocean-api-java](https://github.com/jeevatkm/digitalocean-api-java) - DigitalOcean API Client in Java\r\n* [drallgood/jpasskit](https://github.com/drallgood/jpasskit) - jPasskit is an Java™ implementation of the Apple™ PassKit Web Service.\r\n* [OmarElGabry/DesignPatterns](https://github.com/OmarElGabry/DesignPatterns) - Examples of Design Patterns in Java\r\n* [killme2008/hs4j](https://github.com/killme2008/hs4j) - HandlerSocket client for java\r\n* [gaia-ucm/jbt](https://github.com/gaia-ucm/jbt) - Java Behaviour Trees is a Java framework for easily building and running generic behaviour trees. Here, \"behaviour tree\" refers to the technique used to control the behaviour of characters in video games.\r\n* [froks/JAirPort](https://github.com/froks/JAirPort) - JAirPort - A Java-Airplay Server\r\n* [dennisjzh/GwtMobile-PhoneGap](https://github.com/dennisjzh/GwtMobile-PhoneGap) - gwtmobile-phonegap is a GWT wrapper of the PhoneGap Javascript library. PhoneGap is a cross-platform development framework that provides core mobile device features to web-based mobile apps. GWT by Google is a new way of developing web applications -- write apps in Java then compile into javascript. gwtmobile-phonegap enables a GWT mobile application to use PhoneGap functions.\r\n* [arimus/jmimemagic](https://github.com/arimus/jmimemagic) - jMimeMagic is a Java library for determining the MIME type of files or streams.\r\n* [abudaan/MIDIBridge](https://github.com/abudaan/MIDIBridge) - An implementation in Java and Javascript of the W3C proposal for MIDI support in browsers by Jussi Kalliokoski\r\n* [MateVM/MateVM](https://github.com/MateVM/MateVM) - A Java JIT compiler written in Haskell\r\n* [thomasjungblut/thomasjungblut-common](https://github.com/thomasjungblut/thomasjungblut-common) - this is going to be my code-sink. mainly for java files\r\n* [nabeelmukhtar/github-java-sdk](https://github.com/nabeelmukhtar/github-java-sdk) - This project aims to provide a Java wrapper for Github API.\r\n* [mark-watson/java_practical_semantic_web](https://github.com/mark-watson/java_practical_semantic_web) - Code examples for my book \"Practical Semantic Web Programming (Java, Scala, Clojure, and JRuby Edition)\r\n* [jruby/joni](https://github.com/jruby/joni) - Java port of Oniguruma regexp library\r\n* [jmarranz/relproxy](https://github.com/jmarranz/relproxy) - Simple Java and Groovy hot class reloader and Java based shell and scripting\r\n* [jhades/jhades](https://github.com/jhades/jhades) - JHades - Java classpath troubleshooting tool\r\n* [jOOQ/jOOQ-s-Java-8-Goodies](https://github.com/jOOQ/jOOQ-s-Java-8-Goodies) - At Data Geekery, we love Java and we're excited about all the goodies that Java 8 will bring to our ecosystem. We've blogged about Java 8 extensively, and with this project, we'd like to share a couple of awesome examples with you, the Java community. For more goodies, visit our blog: http://blog.jooq.org/tag/java-8/\r\n* [hraberg/enumerable](https://github.com/hraberg/enumerable) - Ruby/Smalltalk style internal iterators for Java 5 using bytecode transformation to capture expressions as closures.\r\n* [gaohannk/leetcode](https://github.com/gaohannk/leetcode) - the solution of leetcode using java\r\n* [dima767/inspektr](https://github.com/dima767/inspektr) - Lightweight non-Intruisive Auditing and Logging capabilities for Java\r\n* [cowtowncoder/java-merge-sort](https://github.com/cowtowncoder/java-merge-sort) - Basic stand-alone disk-based N-way merge sort component for Java\r\n* [biasedbit/efflux](https://github.com/biasedbit/efflux) - A Java RTP stack with RTCP support and a clean API.\r\n* [JorenSix/TarsosLSH](https://github.com/JorenSix/TarsosLSH) - A Java library implementing Locality-sensitive Hashing (LSH), a practical nearest neighbour search algorithm for multidimensional vectors that operates in sublinear time.\r\n* [Devexperts/aprof](https://github.com/Devexperts/aprof) - Java memory allocation profiler\r\n* [AdoptOpenJDK/mjprof](https://github.com/AdoptOpenJDK/mjprof) - A monadic java profiler\r\n* [willuhn/hibiscus](https://github.com/willuhn/hibiscus) - A Java based, plattform independent (running on Linux, Windows, OS X, OpenBSD, OpenSolaris) homebanking application, that uses the german FinTS/HBCI standard. All data (accounts, transactions, addresses, ..) are stored encrypted into an embedded database (H2) by default or on a Mysql server (if configured). Hibiscus runs as a plugin within the Jameica framework as either a typical desktop application or headless in server mode.\r\n* [usc/wechat-mp-sdk](https://github.com/usc/wechat-mp-sdk) - wechat management platform java sdk\r\n* [l3nz/ObjectiveSync](https://github.com/l3nz/ObjectiveSync) - A thin Java object persistence layer for JDBC\r\n* [graphaware/neo4j-timetree](https://github.com/graphaware/neo4j-timetree) - Java and REST APIs for working with time-representing tree in Neo4j\r\n* [dweiss/java-sizeof](https://github.com/dweiss/java-sizeof) - Memory consumption estimator for Java\r\n* [Mojang/AccountsClient](https://github.com/Mojang/AccountsClient) - Java client for accessing Mojang's account/profile API\r\n* [linux-china/weixin-robot-java](https://github.com/linux-china/weixin-robot-java) - 微信公共平台机器人Java SDK\r\n* [elastic/elasticsearch](https://github.com/elastic/elasticsearch) - Open Source, Distributed, RESTful Search Engine\r\n* [nostra13/Android-Universal-Image-Loader](https://github.com/nostra13/Android-Universal-Image-Loader) - Powerful and flexible library for loading, caching and displaying images on Android.\r\n* [nathanmarz/storm](https://github.com/nathanmarz/storm) - Distributed and fault-tolerant realtime computation: stream processing, continuous computation, distributed RPC, and more\r\n* [jfeinstein10/SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) - An Android library that allows you to easily create applications with slide-in menus. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks!\r\n* [google/iosched](https://github.com/google/iosched) - The Google I/O 2014 Android App\r\n* [JakeWharton/ActionBarSherlock](https://github.com/JakeWharton/ActionBarSherlock) - [DEPRECATED] Action bar implementation which uses the native action bar on Android 4.0+ and a custom implementation on pre-4.0 through a single API and theme.\r\n* [loopj/android-async-http](https://github.com/loopj/android-async-http) - An Asynchronous HTTP Library for Android\r\n* [square/picasso](https://github.com/square/picasso) - A powerful image downloading and caching library for Android\r\n* [spring-projects/spring-framework](https://github.com/spring-projects/spring-framework) - The Spring Framework\r\n* [JakeWharton/ViewPagerIndicator](https://github.com/JakeWharton/ViewPagerIndicator) - Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock.\r\n* [excilys/androidannotations](https://github.com/excilys/androidannotations) - Fast Android Development. Easy maintainance.\r\n* [zxing/zxing](https://github.com/zxing/zxing) - Official ZXing (\"Zebra Crossing\") project home\r\n* [greenrobot/EventBus](https://github.com/greenrobot/EventBus) - Android optimized event bus that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality.\r\n* [facebook/fresco](https://github.com/facebook/fresco) - An Android library for managing images and the memory they use.\r\n* [futurice/android-best-practices](https://github.com/futurice/android-best-practices) - Do's and Don'ts for Android development, by Futurice developers\r\n* [chrisbanes/Android-PullToRefresh](https://github.com/chrisbanes/Android-PullToRefresh) - DEPRECATED\r\n* [netty/netty](https://github.com/netty/netty) - Netty project - an event-driven asynchronous network application framework\r\n* [JakeWharton/butterknife](https://github.com/JakeWharton/butterknife) - View \"injection\" library for Android.\r\n* [PhilJay/MPAndroidChart](https://github.com/PhilJay/MPAndroidChart) - A powerful Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, dragging and animations.\r\n* [navasmdc/MaterialDesignLibrary](https://github.com/navasmdc/MaterialDesignLibrary) - This is a library with components of Android L to you use in android 2.2\r\n* [clojure/clojure](https://github.com/clojure/clojure) - The Clojure programming language\r\n* [Bearded-Hen/Android-Bootstrap](https://github.com/Bearded-Hen/Android-Bootstrap) - Bootstrap style buttons with Font Awesome\r\n* [WhisperSystems/TextSecure](https://github.com/WhisperSystems/TextSecure) - A private messenger for Android.\r\n* [google/physical-web](https://github.com/google/physical-web) - The Physical Web: walk up and use anything\r\n* [EnterpriseQualityCoding/FizzBuzzEnterpriseEdition](https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition) - FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.\r\n* [bumptech/glide](https://github.com/bumptech/glide) - An image loading and caching library for Android focused on smooth scrolling\r\n* [nhaarman/ListViewAnimations](https://github.com/nhaarman/ListViewAnimations) - An Android library which allows developers to easily add animations to ListView items\r\n* [chrisbanes/PhotoView](https://github.com/chrisbanes/PhotoView) - Implementation of ImageView for Android that supports zooming, by various touch gestures.\r\n* [ksoichiro/Android-ObservableScrollView](https://github.com/ksoichiro/Android-ObservableScrollView) - Android library to observe scroll events on scrollable views.\r\n* [eclipse/vert.x](https://github.com/eclipse/vert.x) - Vert.x is a tool-kit for building reactive applications on the JVM\r\n* [astuetz/PagerSlidingTabStrip](https://github.com/astuetz/PagerSlidingTabStrip) - An interactive indicator to navigate between the different pages of a ViewPager\r\n* [Netflix/Hystrix](https://github.com/Netflix/Hystrix) - Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.\r\n* [facebook/presto](https://github.com/facebook/presto) - Distributed SQL query engine for running interactive analytic queries against big data sources.\r\n* [AndroidBootstrap/android-bootstrap](https://github.com/AndroidBootstrap/android-bootstrap) - A template/bootstrap/boilerplate application that includes tons of great open source tools and frameworks.\r\n* [aporter/coursera-android](https://github.com/aporter/coursera-android) - Source Code for Android Course Example Applications\r\n* [gabrielemariotti/cardslib](https://github.com/gabrielemariotti/cardslib) - Android Library to build a UI Card\r\n* [googlesamples/android-UniversalMusicPlayer](https://github.com/googlesamples/android-UniversalMusicPlayer) - This sample shows how to implement an audio media app that works across multiple form factors and provide a consistent user experience on Android phones, tablets, Auto, Wear and Cast devices\r\n* [etsy/AndroidStaggeredGrid](https://github.com/etsy/AndroidStaggeredGrid) - An Android staggered grid view which supports multiple columns with rows of varying sizes.\r\n* [koush/ion](https://github.com/koush/ion) - Android Asynchronous Networking and Image Loading\r\n* [afollestad/material-dialogs](https://github.com/afollestad/material-dialogs) - A beautiful, easy-to-use, and customizable dialogs API, enabling you to use Material designed dialogs down to API 8.\r\n* [dropwizard/dropwizard](https://github.com/dropwizard/dropwizard) - A damn simple library for building production-ready RESTful web services.\r\n* [daimajia/AndroidSwipeLayout](https://github.com/daimajia/AndroidSwipeLayout) - The Most Powerful Swipe Layout!\r\n* [umano/AndroidSlidingUpPanel](https://github.com/umano/AndroidSlidingUpPanel) - This library provides a simple way to add a draggable sliding up panel (popularized by Google Music and Google Maps) to your Android application. Brought to you by Umano.\r\n* [facebook/facebook-android-sdk](https://github.com/facebook/facebook-android-sdk) - Used to integrate Android apps with Facebook Platform.\r\n* [sparklemotion/nokogiri](https://github.com/sparklemotion/nokogiri) - Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser with XPath and CSS selector support.\r\n* [daimajia/AndroidViewAnimations](https://github.com/daimajia/AndroidViewAnimations) - Cute view animation collection.\r\n* [dropwizard/metrics](https://github.com/dropwizard/metrics) - :chart_with_upwards_trend: Capturing JVM- and application-level metrics. So you know what's going on.\r\n* [LMAX-Exchange/disruptor](https://github.com/LMAX-Exchange/disruptor) - High Performance Inter-Thread Messaging Library\r\n* [roboguice/roboguice](https://github.com/roboguice/roboguice) - Google Guice on Android, version 3.0\r\n* [chrisbanes/cheesesquare](https://github.com/chrisbanes/cheesesquare) - Demos the new Android Design library.\r\n* [facebook/stetho](https://github.com/facebook/stetho) - Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more.\r\n* [chrisbanes/ActionBar-PullToRefresh](https://github.com/chrisbanes/ActionBar-PullToRefresh) - DEPRECATED\r\n* [emilsjolander/StickyListHeaders](https://github.com/emilsjolander/StickyListHeaders) - An android library for section headers that stick to the top\r\n* [square/otto](https://github.com/square/otto) - An enhanced Guava-based event bus with emphasis on Android support.\r\n* [OpenRefine/OpenRefine](https://github.com/OpenRefine/OpenRefine) - OpenRefine is a free, open source power tool for working with messy data and improving it\r\n* [Netflix/SimianArmy](https://github.com/Netflix/SimianArmy) - Tools for keeping your cloud operating in top form. Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures.\r\n* [thinkaurelius/titan](https://github.com/thinkaurelius/titan) - Distributed Graph Database\r\n* [google/bazel](https://github.com/google/bazel) - Correct, reproducible, and fast builds for everyone.\r\n* [florent37/MaterialViewPager](https://github.com/florent37/MaterialViewPager) - A Material Design ViewPager easy to use library\r\n* [greenrobot/greenDAO](https://github.com/greenrobot/greenDAO) - greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases.\r\n* [pardom/ActiveAndroid](https://github.com/pardom/ActiveAndroid) - Active record style SQLite persistence for Android\r\n* [amlcurran/ShowcaseView](https://github.com/amlcurran/ShowcaseView) - Highlight the best bits of your app to users quickly, simply, and cool...ly\r\n* [lucasr/twoway-view](https://github.com/lucasr/twoway-view) - RecyclerView made simple\r\n* [fernandezpablo85/scribe-java](https://github.com/fernandezpablo85/scribe-java) - Simple OAuth library for Java\r\n* [wyouflf/xUtils](https://github.com/wyouflf/xUtils) - android orm, bitmap, http, view inject...\r\n* [swagger-api/swagger-core](https://github.com/swagger-api/swagger-core) - Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API\r\n* [JakeWharton/NineOldAndroids](https://github.com/JakeWharton/NineOldAndroids) - [DEPRECATED] Android library for using the Honeycomb animation API on all versions of the platform back to 1.0!\r\n* [springside/springside4](https://github.com/springside/springside4) - A Spring Framework based, pragmatic style JavaEE application reference architecture.\r\n* [spring-projects/spring-boot](https://github.com/spring-projects/spring-boot) - Spring Boot\r\n* [koush/AndroidAsync](https://github.com/koush/AndroidAsync) - Asynchronous socket, http (client+server), websocket, and socket.io library for android. Based on nio, not threads.\r\n* [keyboardsurfer/Crouton](https://github.com/keyboardsurfer/Crouton) - Context sensitive notifications for Android\r\n* [PaoloRotolo/AppIntro](https://github.com/PaoloRotolo/AppIntro) - Make a cool intro for your Android app.\r\n* [nicolasgramlich/AndEngine](https://github.com/nicolasgramlich/AndEngine) - Free Android 2D OpenGL Game Engine\r\n* [liaohuqiu/android-Ultra-Pull-To-Refresh](https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh) - Ultra Pull to Refresh for Android. Support all the views.\r\n* [makovkastar/FloatingActionButton](https://github.com/makovkastar/FloatingActionButton) - Android floating action button\r\n* [openzipkin/zipkin](https://github.com/openzipkin/zipkin) - Zipkin is a distributed tracing system\r\n* [gradle/gradle](https://github.com/gradle/gradle) - A powerful build system for the JVM\r\n* [cyrilmottier/GreenDroid](https://github.com/cyrilmottier/GreenDroid) - GreenDroid is a development library for the Android platform. It makes UI developments easier and consistent through your applications.\r\n* [stephanenicolas/robospice](https://github.com/stephanenicolas/robospice) - Repo of the Open Source Android library : RoboSpice. RoboSpice is a modular android library that makes writing asynchronous long running tasks easy. It is specialized in network requests, supports caching and offers REST requests out-of-the box using extension modules.\r\n* [castorflex/SmoothProgressBar](https://github.com/castorflex/SmoothProgressBar) - A small Android library allowing you to have a smooth and customizable horizontal indeterminate ProgressBar\r\n* [ReactiveX/RxAndroid](https://github.com/ReactiveX/RxAndroid) - RxJava bindings for Android\r\n* [futuresimple/android-floating-action-button](https://github.com/futuresimple/android-floating-action-button) - Floating Action Button for Android based on Material Design specification\r\n* [ManuelPeinado/FadingActionBar](https://github.com/ManuelPeinado/FadingActionBar) - Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app\r\n* [SimonVT/android-menudrawer](https://github.com/SimonVT/android-menudrawer) - *DEPRECATED* A slide-out menu implementation, which allows users to navigate between views in your app.\r\n* [dmytrodanylyk/circular-progress-button](https://github.com/dmytrodanylyk/circular-progress-button) - Android Circular Progress Button\r\n* [chrisjenx/Calligraphy](https://github.com/chrisjenx/Calligraphy) - Custom fonts in Android the easy way...\r\n* [bauerca/drag-sort-listview](https://github.com/bauerca/drag-sort-listview) - Android ListView with drag and drop reordering.\r\n* [johannilsson/android-pulltorefresh](https://github.com/johannilsson/android-pulltorefresh) - This project aims to provide a reusable pull to refresh widget for Android.\r\n* [mcxiaoke/android-volley](https://github.com/mcxiaoke/android-volley) - Android Volley Library Mirror\r\n* [Atmosphere/atmosphere](https://github.com/Atmosphere/atmosphere) - Realtime Client Server Framework for the JVM, supporting WebSockets with Cross-Browser Fallbacks\r\n* [Prototik/HoloEverywhere](https://github.com/Prototik/HoloEverywhere) - NO LONGER MAINTAINED. DEVELOP FOR 4.X+ DUDE.\r\n* [mikepenz/MaterialDrawer](https://github.com/mikepenz/MaterialDrawer) - A simple take on creating an easy to use and fast material navigation drawer implementation\r\n* [Trinea/android-common](https://github.com/Trinea/android-common) - Android common lib, include ImageCache, HttpCache, DropDownListView, DownloadManager, Utils and so on\r\n* [apache/storm](https://github.com/apache/storm) - Mirror of Apache Storm\r\n* [apache/cassandra](https://github.com/apache/cassandra) - Mirror of Apache Cassandra\r\n* [traex/RippleEffect](https://github.com/traex/RippleEffect) - Implementation of Ripple effect from Material Design for Android API 9+\r\n* [googlesamples/android-topeka](https://github.com/googlesamples/android-topeka) - A fun to play quiz that showcases material design on Android\r\n* [JetBrains/intellij-community](https://github.com/JetBrains/intellij-community) - IntelliJ IDEA Community Edition\r\n* [ACRA/acra](https://github.com/ACRA/acra) - Application Crash Reports for Android\r\n* [square/android-times-square](https://github.com/square/android-times-square) - Standalone Android widget for picking a single date from a calendar view.\r\n* [alibaba/dubbo](https://github.com/alibaba/dubbo) - Dubbo is a distributed service framework empowers applications with service import/export capability with high performance RPC.\r\n* [JakeWharton/u2020](https://github.com/JakeWharton/u2020) - A sample Android app which showcases advanced usage of Dagger among other open source libraries.\r\n* [yangfuhai/afinal](https://github.com/yangfuhai/afinal) - Afinal是一个android的ioc,orm框架,内置了四大模块功能:FinalAcitivity,FinalBitmap,FinalDb,FinalHttp。通过finalActivity,我们可以通过注解的方式进行绑定ui和事件。通过finalBitmap,我们可以方便的加载bitmap图片,而无需考虑oom等问题。通过finalDB模块,我们一行代码就可以对android的sqlite数据库进行增删改查。通过FinalHttp模块,我们可以以ajax形式请求http数据。详情请通过以下网址查看。\r\n* [hdodenhof/CircleImageView](https://github.com/hdodenhof/CircleImageView) - A circular ImageView for Android\r\n* [Yalantis/Side-Menu.Android](https://github.com/Yalantis/Side-Menu.Android) - Side menu with some categories to choose.\r\n* [Comcast/FreeFlow](https://github.com/Comcast/FreeFlow) - A layout engine for Android that decouples layouts from the View containers that manage scrolling and view recycling. FreeFlow makes it really easy to create custom layouts and beautiful transition animations as data and layouts change\r\n* [alibaba/druid](https://github.com/alibaba/druid) - 为监控而生的数据库连接池!\r\n* [k9mail/k-9](https://github.com/k9mail/k-9) - K-9 Mail – Advanced Email for Android\r\n* [theDazzler/droidicon](https://github.com/theDazzler/droidicon) - Over 1600 customizable icons for Android including 750+ Google Material Design icons, 25 ready-made social badges, and more!\r\n* [rey5137/material](https://github.com/rey5137/material) - A library to bring fully animated Material Design components to pre-Lolipop Android.\r\n* [processing/processing](https://github.com/processing/processing) - Source code for the Processing Development Environment (PDE)\r\n* [orientechnologies/orientdb](https://github.com/orientechnologies/orientdb) - OrientDB is the first Multi-Model DBMS with Document & Graph engine. OrientDB can run distributed (Multi-Master), supports SQL, ACID Transactions, Full-Text indexing, Reactive Queries and has a small memory footprint. OrientDB is licensed with Apache 2 license and the development is driven by Orient Technologies and a wide Open Source community.\r\n* [JakeWharton/hugo](https://github.com/JakeWharton/hugo) - Annotation-triggered method call logging for your debug builds.\r\n* [vinc3m1/RoundedImageView](https://github.com/vinc3m1/RoundedImageView) - A fast ImageView that supports rounded corners, ovals, and circles.\r\n* [rengwuxian/MaterialEditText](https://github.com/rengwuxian/MaterialEditText) - EditText in Material Design\r\n* [openaphid/android-flip](https://github.com/openaphid/android-flip) - A component for flip animation on Android, which is similar to the effect in Flipboard iPhone/Android\r\n* [druid-io/druid](https://github.com/druid-io/druid) - Column oriented distributed data store ideal for powering interactive applications\r\n* [go-lang-plugin-org/go-lang-idea-plugin](https://github.com/go-lang-plugin-org/go-lang-idea-plugin) - Google Go language IDE built using the IntelliJ Platform\r\n* [airbnb/aerosolve](https://github.com/airbnb/aerosolve) - A machine learning package built for humans.\r\n* [qii/weiciyuan](https://github.com/qii/weiciyuan) - Sina Weibo Android Client\r\n* [jgilfelt/android-viewbadger](https://github.com/jgilfelt/android-viewbadger) - A simple way to \"badge\" any given Android view at runtime without having to cater for it in layout\r\n* [yui/yuicompressor](https://github.com/yui/yuicompressor) - YUI Compressor\r\n* [neo4j/neo4j](https://github.com/neo4j/neo4j) - Graphs for Everyone\r\n* [BoltsFramework/Bolts-Android](https://github.com/BoltsFramework/Bolts-Android) - Bolts is a collection of low-level libraries designed to make developing mobile apps easier.\r\n* [romannurik/muzei](https://github.com/romannurik/muzei) - Muzei Live Wallpaper for Android\r\n* [JetBrains/kotlin](https://github.com/JetBrains/kotlin) - The Kotlin Programming Language\r\n* [daimajia/AndroidImageSlider](https://github.com/daimajia/AndroidImageSlider) - An amazing and convenient Android image slider.\r\n* [twall/jna](https://github.com/twall/jna) - Java Native Access\r\n* [daimajia/NumberProgressBar](https://github.com/daimajia/NumberProgressBar) - A beautiful, slim Android ProgressBar.\r\n* [pedrovgs/EffectiveAndroidUI](https://github.com/pedrovgs/EffectiveAndroidUI) - Sample project created to show some of the best Android practices to work in the Android UI Layer. The UI layer of this project has been implemented using MVP or MVVM (without binding engine) to show how this patterns works. This project is used during the talk \"EffectiveAndroidUI\".\r\n* [androidquery/androidquery](https://github.com/androidquery/androidquery) - AndroidQuery\r\n* [singwhatiwanna/dynamic-load-apk](https://github.com/singwhatiwanna/dynamic-load-apk) - DL : dynamic load framework in android\r\n* [path/android-priority-jobqueue](https://github.com/path/android-priority-jobqueue) - A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.\r\n* [jgilfelt/SystemBarTint](https://github.com/jgilfelt/SystemBarTint) - Apply background tinting to the Android system UI when using KitKat translucent modes\r\n* [h2oai/h2o-2](https://github.com/h2oai/h2o-2) - h2o = fast statistical, machine learning & math runtime for bigdata\r\n* [frogermcs/InstaMaterial](https://github.com/frogermcs/InstaMaterial) - Implementation of Instagram with Material Design (originally based on Emmanuel Pacamalan's concept)\r\n* [yixia/VitamioBundle](https://github.com/yixia/VitamioBundle) - Vitamio for Android\r\n* [jeresig/processing-js](https://github.com/jeresig/processing-js) - A port of the Processing visualization language to JavaScript.\r\n* [avast/android-styled-dialogs](https://github.com/avast/android-styled-dialogs) - Backport of Material dialogs with easy-to-use API based on DialogFragment\r\n* [gocd/gocd](https://github.com/gocd/gocd) - Main repository for Go Continuous Delivery\r\n* [brettwooldridge/HikariCP](https://github.com/brettwooldridge/HikariCP) - 光 HikariCP・A solid high-performance JDBC connection pool at last.\r\n* [yinwang0/pysonar2](https://github.com/yinwang0/pysonar2) - a type inferencer and indexer for Python\r\n* [wasabeef/recyclerview-animators](https://github.com/wasabeef/recyclerview-animators) - An Android Animation library which easily add itemanimator to RecyclerView items.\r\n* [dmytrodanylyk/android-process-button](https://github.com/dmytrodanylyk/android-process-button) - Android Buttons With Built-in Progress Meters.\r\n* [koral--/android-gif-drawable](https://github.com/koral--/android-gif-drawable) - Views and Drawable for displaying animated GIFs on Android\r\n* [pakerfeldt/android-viewflow](https://github.com/pakerfeldt/android-viewflow) - A horizontal view scroller library for Android\r\n* [google/ExoPlayer](https://github.com/google/ExoPlayer) - An extensible media player for Android\r\n* [SpecialCyCi/AndroidResideMenu](https://github.com/SpecialCyCi/AndroidResideMenu) - The idea of ResideMenu is from Dribbble 1 and 2. It has come true and run in iOS devices. iOS ResideMenu This project is the RefsideMenu Android version. The visual effect is partly referred to iOS version of ResideMenu. And thanks to the authors for the above idea and contribution.\r\n* [reactor/reactor](https://github.com/reactor/reactor) - Reactor is a foundational library for building reactive fast-data applications on the JVM.\r\n* [Wizcorp/phonegap-facebook-plugin](https://github.com/Wizcorp/phonegap-facebook-plugin) - The official plugin for Facebook in Apache Cordova/PhoneGap\r\n* [ikew0ng/SwipeBackLayout](https://github.com/ikew0ng/SwipeBackLayout) - An Android library that help you to build app with swipe back gesture.\r\n* [jfeinstein10/JazzyViewPager](https://github.com/jfeinstein10/JazzyViewPager) - An easy to use ViewPager that adds an awesome set of custom swiping animations. Just change your ViewPagers to JazzyViewPagers, two more steps, and you're good to go!\r\n* [Yalantis/Context-Menu.Android](https://github.com/Yalantis/Context-Menu.Android) - You can easily add awesome animated context menu to your app.\r\n* [Bukkit/Bukkit](https://github.com/Bukkit/Bukkit) - The Minecraft Mod API\r\n* [lgvalle/Material-Animations](https://github.com/lgvalle/Material-Animations) - Android Transition animations explanation with examples.\r\n* [derekbrameyer/android-betterpickers](https://github.com/derekbrameyer/android-betterpickers) - Android library for better Picker DialogFragments\r\n* [orhanobut/logger](https://github.com/orhanobut/logger) - Simple, pretty and powerful logger for android\r\n* [Yalantis/Phoenix](https://github.com/Yalantis/Phoenix) - Phoenix Pull-to-Refresh\r\n* [markushi/android-ui](https://github.com/markushi/android-ui) - Android UI library.\r\n* [facebook/buck](https://github.com/facebook/buck) - A build system that encourages the creation of small, reusable modules.\r\n* [tjerkw/Android-SlideExpandableListView](https://github.com/tjerkw/Android-SlideExpandableListView) - A better ExpandableListView, with animated expandable views for each list item\r\n* [balysv/material-menu](https://github.com/balysv/material-menu) - Animations for Android L drawer, back, dismiss and check icons\r\n* [openhab/openhab](https://github.com/openhab/openhab) - Source code of the open Home Automation Bus (openHAB)\r\n* [haifengl/smile](https://github.com/haifengl/smile) - Statistical Machine Intelligence & Learning Engine\r\n* [google/closure-compiler](https://github.com/google/closure-compiler) - A JavaScript checker and optimizer.\r\n* [pedrovgs/DraggablePanel](https://github.com/pedrovgs/DraggablePanel) - Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube graphic component.\r\n* [Bilibili/DanmakuFlameMaster](https://github.com/Bilibili/DanmakuFlameMaster) - 大弹幕时代来临了,这里是Android上最好的开源弹幕引擎·烈焰弹幕使 ~ 被弹幕吞噬吧!\r\n* [android10/Android-CleanArchitecture](https://github.com/android10/Android-CleanArchitecture) - This is a sample app that is part of a blog post I have written about how to architect an android application using Uncle Bob's clean architecture approach.\r\n* [jdamcd/android-crop](https://github.com/jdamcd/android-crop) - Android library project for cropping images\r\n* [diogobernardino/WilliamChart](https://github.com/diogobernardino/WilliamChart) - Android library to create charts.\r\n* [race604/FlyRefresh](https://github.com/race604/FlyRefresh) - The implementation of https://dribbble.com/shots/2067564-Replace\r\n* [SeleniumHQ/selenium](https://github.com/SeleniumHQ/selenium) - A browser automation framework and ecosystem.\r\n* [tobie/ua-parser](https://github.com/tobie/ua-parser) - A multi-language port of Browserscope's user agent parser.\r\n* [voldemort/voldemort](https://github.com/voldemort/voldemort) - An open source clone of Amazon's Dynamo.\r\n* [cymcsg/UltimateRecyclerView](https://github.com/cymcsg/UltimateRecyclerView) - A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.\r\n* [Todd-Davies/ProgressWheel](https://github.com/Todd-Davies/ProgressWheel) - A progress wheel for android, intended for use instead of the standard progress bar.\r\n* [SecUpwN/Android-IMSI-Catcher-Detector](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector) - AIMSICD • Fight IMSI-Catcher, StingRay and silent SMS!\r\n* [amplab/tachyon](https://github.com/amplab/tachyon) - A Reliable Memory Centric Distributed Storage System\r\n* [pedant/sweet-alert-dialog](https://github.com/pedant/sweet-alert-dialog) - SweetAlert for Android, a beautiful and clever alert dialog\r\n* [daimajia/AndroidViewHover](https://github.com/daimajia/AndroidViewHover) - An elegant way to show your menu or messages.\r\n* [CyberAgent/android-gpuimage](https://github.com/CyberAgent/android-gpuimage) - Android filters based on OpenGL (idea from GPUImage for iOS)\r\n* [fqrouter/fqrouter](https://github.com/fqrouter/fqrouter) - anti-GFW router\r\n* [square/sqlbrite](https://github.com/square/sqlbrite) - A lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations.\r\n* [kikoso/android-stackblur](https://github.com/kikoso/android-stackblur) - Android StackBlur is a library that can perform a blurry effect on a Bitmap based on a gradient or radius, and return the result. The library is based on the code of Mario Klingemann.\r\n* [typesafehub/config](https://github.com/typesafehub/config) - Configuration library for JVM languages\r\n* [beworker/pinned-section-listview](https://github.com/beworker/pinned-section-listview) - Easy to use ListView with pinned sections for Android.\r\n* [ogaclejapan/SmartTabLayout](https://github.com/ogaclejapan/SmartTabLayout) - A custom ViewPager title strip which gives continuous feedback to the user when scrolling\r\n* [grails/grails-core](https://github.com/grails/grails-core) - The Grails Web Application Framework\r\n* [alibaba/dexposed](https://github.com/alibaba/dexposed) - dexposed enable 'god' mode for single android application.\r\n* [JohnPersano/SuperToasts](https://github.com/JohnPersano/SuperToasts) - A library that extends the Android toast framework.\r\n* [robovm/robovm](https://github.com/robovm/robovm) - Java bytecode ahead-of-time compiler and runtime library based on Android targeting iOS, Mac OS X and Linux\r\n* [wildfly/wildfly](https://github.com/wildfly/wildfly) - WildFly Application Server\r\n* [nispok/snackbar](https://github.com/nispok/snackbar) - [DEPRECATED] Android Library that implements Snackbars from Google's Material Design documentation.\r\n* [gaylemcd/ctci](https://github.com/gaylemcd/ctci) - Cracking the Coding Interview\r\n* [lecho/hellocharts-android](https://github.com/lecho/hellocharts-android) - Charts/graphs library for Android compatible with API 8+, several chart types with support for scaling, scrolling and animations\r\n* [videlalvaro/gifsockets](https://github.com/videlalvaro/gifsockets) - Real Time communication library using Animated Gifs as a transport™\r\n* [OpenTSDB/opentsdb](https://github.com/OpenTSDB/opentsdb) - A scalable, distributed Time Series Database.\r\n* [Netflix/ice](https://github.com/Netflix/ice) - AWS Usage Tool\r\n* [flavienlaurent/NotBoringActionBar](https://github.com/flavienlaurent/NotBoringActionBar) - News Stand app makes the ActionBar not boring!\r\n* [spring-projects/spring-mvc-showcase](https://github.com/spring-projects/spring-mvc-showcase) - Demonstrates the features of the Spring MVC web framework\r\n* [saulmm/Android-Material-Examples](https://github.com/saulmm/Android-Material-Examples) - Little bites of Material Design\r\n* [PomepuyN/BlurEffectForAndroidDesign](https://github.com/PomepuyN/BlurEffectForAndroidDesign) - Sample to show how to implement blur graphical tricks\r\n* [maurycyw/StaggeredGridView](https://github.com/maurycyw/StaggeredGridView) - A modified version of Android's experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore.\r\n* [bluelinelabs/LoganSquare](https://github.com/bluelinelabs/LoganSquare) - Screaming fast JSON parsing and serialization library for Android.\r\n* [johannilsson/android-actionbar](https://github.com/johannilsson/android-actionbar) - Android Action Bar Implementation\r\n* [tinkerpop/gremlin](https://github.com/tinkerpop/gremlin) - A Graph Traversal Language\r\n* [bigbluebutton/bigbluebutton](https://github.com/bigbluebutton/bigbluebutton) - BigBlueButton is an open source web conferencing system for on-line learning.\r\n* [groovy/groovy-core](https://github.com/groovy/groovy-core) - Groovy programming language\r\n* [edmodo/cropper](https://github.com/edmodo/cropper) - Android widget for cropping and rotating an image.\r\n* [facebook/conceal](https://github.com/facebook/conceal) - Conceal provides easy Android APIs for performing fast encryption and authentication of data.\r\n* [Graylog2/graylog2-server](https://github.com/Graylog2/graylog2-server) - Free and open source log management\r\n* [chrisbanes/philm](https://github.com/chrisbanes/philm) - Movie collection and information app for Android.\r\n* [neokree/MaterialNavigationDrawer](https://github.com/neokree/MaterialNavigationDrawer) - Navigation Drawer Activity with material design style and simplified methods\r\n* [hibernate/hibernate-orm](https://github.com/hibernate/hibernate-orm) - Hibernate's core Object/Relational Mapping functionality\r\n* [JoanZapata/android-iconify](https://github.com/JoanZapata/android-iconify) - Android integration of multiple icon providers such as FontAwesome, Entypo, Typicons,...\r\n* [googlesamples/android-testing](https://github.com/googlesamples/android-testing) - A collection of samples demonstrating different frameworks and techniques for automated testing\r\n* [orhanobut/dialogplus](https://github.com/orhanobut/dialogplus) - Advanced dialog solution for android\r\n* [JetBrains/ideavim](https://github.com/JetBrains/ideavim) - Vim emulation plug-in for IDEs based on the IntelliJ platform.\r\n* [johncarl81/parceler](https://github.com/johncarl81/parceler) - :package: Android Parcelables made easy through code generation.\r\n* [psaravan/JamsMusicPlayer](https://github.com/psaravan/JamsMusicPlayer) - A free, powerful and elegant music player for Android.\r\n* [stormzhang/9GAG](https://github.com/stormzhang/9GAG) - Android unofficial REST Client of 9GAG.\r\n* [code-mc/material-icon-lib](https://github.com/code-mc/material-icon-lib) - Library containing over 1000 material vector icons that can be easily used as Drawable or as a standalone View.\r\n* [mttkay/ignition](https://github.com/mttkay/ignition) - Kick-starts Android application development.\r\n* [cymcsg/UltimateAndroid](https://github.com/cymcsg/UltimateAndroid) - UltimateAndroid is a rapid development framework for developing your apps\r\n* [sd6352051/NiftyDialogEffects](https://github.com/sd6352051/NiftyDialogEffects) - Nifty Modal Dialog Effects\r\n* [Athou/commafeed](https://github.com/Athou/commafeed) - Google Reader inspired self-hosted RSS reader.\r\n* [commonsguy/cw-advandroid](https://github.com/commonsguy/cw-advandroid) - Source Code to _The Busy Coder's Guide To Advanced Android Development_\r\n* [JulienGenoud/android-percent-support-lib-sample](https://github.com/JulienGenoud/android-percent-support-lib-sample) - Just a sample of the android percent support lib\r\n* [xamarin/XobotOS](https://github.com/xamarin/XobotOS) - XobotOS - Android ported to C#\r\n* [jgilfelt/android-sqlite-asset-helper](https://github.com/jgilfelt/android-sqlite-asset-helper) - An Android helper class to manage database creation and version management using an application's raw asset files\r\n* [flavienlaurent/datetimepicker](https://github.com/flavienlaurent/datetimepicker) - DateTimePicker is a library which contains the beautiful DatePicker that can be seen in the new Google Agenda app.\r\n* [Yalantis/GuillotineMenu-Android](https://github.com/Yalantis/GuillotineMenu-Android) - Neat library, that provides a simple way to implement guillotine-styled animation\r\n* [detro/ghostdriver](https://github.com/detro/ghostdriver) - Ghost Driver is an implementation of the Remote WebDriver Wire protocol, using PhantomJS as back-end\r\n* [real-logic/Aeron](https://github.com/real-logic/Aeron) - Efficient reliable unicast and multicast message transport\r\n* [http-kit/http-kit](https://github.com/http-kit/http-kit) - http-kit is a minimalist, event-driven, high-performance Clojure HTTP server/client library with WebSocket and asynchronous support\r\n* [hazelcast/hazelcast](https://github.com/hazelcast/hazelcast) - Open Source In-Memory Data Grid\r\n* [airbnb/airpal](https://github.com/airbnb/airpal) - Web UI for PrestoDB.\r\n* [JakeWharton/Telecine](https://github.com/JakeWharton/Telecine) - Record full-resolution video on your Android devices.\r\n* [siacs/Conversations](https://github.com/siacs/Conversations) - Conversations is an open source XMPP/Jabber client for Android 4.0+ smart phones.\r\n* [Flipboard/bottomsheet](https://github.com/Flipboard/bottomsheet) - Android component which presents a dismissible view from the bottom of the screen\r\n* [Netflix/curator](https://github.com/Netflix/curator) - ZooKeeper client wrapper and rich ZooKeeper framework\r\n* [romainguy/google-io-2014](https://github.com/romainguy/google-io-2014) - Demo for the Material Witness talk I gave at Google I/O.\r\n* [addthis/stream-lib](https://github.com/addthis/stream-lib) - Stream summarizer and cardinality estimator.\r\n* [mikepenz/LollipopShowcase](https://github.com/mikepenz/LollipopShowcase) - A simple app to showcase Androids Material Design and some of the cool new cool stuff in Android Lollipop. RecyclerView, CardView, ActionBarDrawerToggle, DrawerLayout, Animations, Android Compat Design, Toolbar\r\n* [eluleci/FlatUI](https://github.com/eluleci/FlatUI) - CengaLabs - Android FlatUI Kit\r\n* [cloudera/oryx](https://github.com/cloudera/oryx) - Simple real-time large-scale machine learning infrastructure.\r\n* [romainguy/ViewServer](https://github.com/romainguy/ViewServer) - Local server for Android's HierarchyViewer\r\n* [puniverse/quasar](https://github.com/puniverse/quasar) - Fibers, Channels and Actors for the JVM\r\n* [novoda/android-demos](https://github.com/novoda/android-demos) - Examples of Android applications\r\n* [alamkanak/Android-Week-View](https://github.com/alamkanak/Android-Week-View) - Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.\r\n* [JakeWharton/timber](https://github.com/JakeWharton/timber) - A logger with a small, extensible API which provides utility on top of Android's normal Log class.\r\n* [rockerhieu/emojicon](https://github.com/rockerhieu/emojicon) - A library to show emoji in TextView, EditText (like WhatsApp) for Android\r\n* [Netflix/eureka](https://github.com/Netflix/eureka) - AWS Service registry for resilient mid-tier load balancing and failover.\r\n* [square/mortar](https://github.com/square/mortar) - A simple library that makes it easy to pair thin views with dedicated controllers, isolated from most of the vagaries of the Activity life cycle.\r\n* [thest1/LazyList](https://github.com/thest1/LazyList) - Lazy load of images in Android\r\n* [Malinskiy/SuperRecyclerView](https://github.com/Malinskiy/SuperRecyclerView) - Pumped up RecyclerView\r\n* [pushtorefresh/storio](https://github.com/pushtorefresh/storio) - Beautiful API for SQLiteDatabase and ContentResolver\r\n* [avast/android-butterknife-zelezny](https://github.com/avast/android-butterknife-zelezny) - Android Studio plug-in for generating ButterKnife injections from selected layout XML.\r\n* [worker8/TourGuide](https://github.com/worker8/TourGuide) - TourGuide is an Android library that aims to provide an easy way to add pointers with animations over a desired Android View\r\n* [wasabeef/richeditor-android](https://github.com/wasabeef/richeditor-android) - RichEditor for Android is a beautiful Rich Text WYSIWYG Editor for Android.\r\n* [orhanobut/hawk](https://github.com/orhanobut/hawk) - Secure Simple Key-Value Storage for Android\r\n* [JakeWharton/scalpel](https://github.com/JakeWharton/scalpel) - A surgical debugging tool to uncover the layers under your app.\r\n* [apache/lucene-solr](https://github.com/apache/lucene-solr) - Mirror of Apache Lucene & Solr\r\n* [yahoo/mysql_perf_analyzer](https://github.com/yahoo/mysql_perf_analyzer) - MySQL Performance Analyzer\r\n* [apache/cordova-android](https://github.com/apache/cordova-android) - Mirror of Apache Cordova Android\r\n* [MikeOrtiz/TouchImageView](https://github.com/MikeOrtiz/TouchImageView) - Adds touch functionality to Android ImageView.\r\n* [grantland/android-autofittextview](https://github.com/grantland/android-autofittextview) - A TextView that automatically resizes text to fit perfectly within its bounds.\r\n* [tinkerpop/blueprints](https://github.com/tinkerpop/blueprints) - A Property Graph Model Interface\r\n* [satyan/sugar](https://github.com/satyan/sugar) - Insanely easy way to work with Android Database.\r\n* [baoyongzhang/SwipeMenuListView](https://github.com/baoyongzhang/SwipeMenuListView) - A swipe menu for ListView.\r\n* [siyamed/android-satellite-menu](https://github.com/siyamed/android-satellite-menu) - Android Satellite Menu\r\n* [rstudio/rstudio](https://github.com/rstudio/rstudio) - RStudio is an integrated development environment (IDE) for R\r\n* [square/keywhiz](https://github.com/square/keywhiz) - A system for distributing and managing secrets\r\n* [cucumber/cucumber-jvm](https://github.com/cucumber/cucumber-jvm) - Cucumber for the JVM\r\n* [square/flow](https://github.com/square/flow) - A small library that helps with describing an app as a collection of moderately independent screens.\r\n* [saulmm/Material-Movies](https://github.com/saulmm/Material-Movies) - An application about movies with material design\r\n* [Flowdalic/asmack](https://github.com/Flowdalic/asmack) - A build environment for the XMPP client library Smack on Android\r\n* [lawloretienne/QuickReturn](https://github.com/lawloretienne/QuickReturn) - Showcases QuickReturn UI Pattern as either a header, footer, or both header and footer\r\n* [apache/zookeeper](https://github.com/apache/zookeeper) - Mirror of Apache Hadoop ZooKeeper\r\n* [kymjs/KJFrameForAndroid](https://github.com/kymjs/KJFrameForAndroid) - It's an Android ORM and IOC framework and includes UILibrary, PluginLibrary, HttpLibrary, BitmapLibrary, DBLibrary. KJFrameForAndroid is designed to wrap complexity of the Android native SDK and keep things simple.\r\n* [ManuelPeinado/GlassActionBar](https://github.com/ManuelPeinado/GlassActionBar) - Android - a library that adds a glass-like effect to the action bar.\r\n* [qiujuer/Genius-Android](https://github.com/qiujuer/Genius-Android) - Android Material Design Theme UI and Tool Library.\r\n* [jjoe64/GraphView](https://github.com/jjoe64/GraphView) - Android Graph Library for creating zoomable and scrollable line and bar graphs.\r\n* [tehmou/rx-android-architecture](https://github.com/tehmou/rx-android-architecture) - An example project of an Android architecture built on RxJava\r\n* [purplecabbage/phonegap-plugins](https://github.com/purplecabbage/phonegap-plugins) - Plugins for use with PhoneGap.\r\n* [klinker24/Talon-for-Twitter](https://github.com/klinker24/Talon-for-Twitter) - 100% open source version of my popular Talon for Twitter app on Android.\r\n* [commonsguy/cw-android](https://github.com/commonsguy/cw-android) - Source Code to _The Busy Coder's Guide To Android Development_\r\n* [wasabeef/Blurry](https://github.com/wasabeef/Blurry) - Blurry is an easy blur library for Android\r\n* [oguzbilgener/CircularFloatingActionMenu](https://github.com/oguzbilgener/CircularFloatingActionMenu) - an animated circular menu for Android\r\n* [Codecademy/EventHub](https://github.com/Codecademy/EventHub) - An open source event analytics platform\r\n* [harism/android_page_curl](https://github.com/harism/android_page_curl) - An example application for creating page curl/flip effect on Android using OpenGL ES.\r\n* [TonicArtos/StickyGridHeaders](https://github.com/TonicArtos/StickyGridHeaders) - This project has been superseded by SuperSLiM, a layout manager for RecyclerView. I strongly recommend using SuperSLiM and not StickyGridHeaders.\r\n* [ikimuhendis/LDrawer](https://github.com/ikimuhendis/LDrawer) - Android drawer icon with material design animation\r\n* [RomainPiel/Shimmer-android](https://github.com/RomainPiel/Shimmer-android) - An Android TextView with a shimmering effect\r\n* [white-cat/ThinkAndroid](https://github.com/white-cat/ThinkAndroid) - ThinkAndroid是一个免费的开源的、简易的、遵循Apache2开源协议发布的Android开发框架,其开发宗旨是简单、快速的进行 Android应用程序的开发,包含Android mvc、简易sqlite orm、ioc模块、封装Android httpclitent的http模块, 具有快速构建文件缓存功能,无需考虑缓存文件的格式,都可以非常轻松的实现缓存,它还基于文件缓存模块实现了图片缓存功能, 在android中加载的图片的时候,对oom的问题,和对加载图片错位的问题都轻易解决。他还包括了一个手机开发中经常应用的实用工具类, 如日志管理,配置文件管理,android下载器模块,网络切换检测等等工具。\r\n* [twitter/ambrose](https://github.com/twitter/ambrose) - A platform for visualization and real-time monitoring of data workflows\r\n* [antoniolg/MaterialEverywhere](https://github.com/antoniolg/MaterialEverywhere) - Showcase of the new AppCompat 21, which includes new Material Theme, working in pre-21 devices.\r\n* [owncloud/android](https://github.com/owncloud/android) - The ownCloud Android App\r\n* [M66B/XPrivacy](https://github.com/M66B/XPrivacy) - XPrivacy - The ultimate, yet easy to use, privacy manager\r\n* [MinecraftForge/MinecraftForge](https://github.com/MinecraftForge/MinecraftForge) - Modifications to the Minecraft base files to assist in compatibility between mods.\r\n* [googlemaps/android-maps-utils](https://github.com/googlemaps/android-maps-utils) - Handy extensions to the Google Maps Android API.\r\n* [RobotiumTech/robotium](https://github.com/RobotiumTech/robotium) - Like Selenium, but for Android\r\n* [Raizlabs/DBFlow](https://github.com/Raizlabs/DBFlow) - A blazing fast, powerful, and very simple ORM android database library that writes database code for you.\r\n* [loopj/android-smart-image-view](https://github.com/loopj/android-smart-image-view) - Android ImageView replacement which allows image loading from URLs or contact address book, with caching\r\n* [daimajia/AnimationEasingFunctions](https://github.com/daimajia/AnimationEasingFunctions) - Android Animation Easing Functions. Let's make animation more real!\r\n* [romainguy/road-trip](https://github.com/romainguy/road-trip) - A sample Android application that demonstrates how to implement various visual effects.\r\n* [gephi/gephi](https://github.com/gephi/gephi) - trunk\r\n* [eishay/jvm-serializers](https://github.com/eishay/jvm-serializers) - Benchmark comparing serialization libraries on the JVM\r\n* [spotify/helios](https://github.com/spotify/helios) - Docker container orchestration platform\r\n* [romannurik/Android-SwipeToDismiss](https://github.com/romannurik/Android-SwipeToDismiss) - Android swipe-to-dismiss mini-library and sample code\r\n* [square/assertj-android](https://github.com/square/assertj-android) - A set of AssertJ helpers geared toward testing Android.\r\n* [pnikosis/materialish-progress](https://github.com/pnikosis/materialish-progress) - A material style progress wheel compatible with 2.3\r\n* [daCapricorn/ArcMenu](https://github.com/daCapricorn/ArcMenu) - An android custom view which looks like the menu in Path 2.0 (for iOS).\r\n* [twitter/commons](https://github.com/twitter/commons) - Twitter common libraries for python and the JVM\r\n* [ether/pad](https://github.com/ether/pad) - Etherpad Open-Source Repository\r\n* [markushi/android-circlebutton](https://github.com/markushi/android-circlebutton) - Circle button widget for Android\r\n* [johnkil/Android-AppMsg](https://github.com/johnkil/Android-AppMsg) - In-layout notifications. Based on Toast notifications and article by Cyril Mottier (http://android.cyrilmottier.com/?p=773).\r\n* [jphp-compiler/jphp](https://github.com/jphp-compiler/jphp) - An alternative to Zend PHP, like JRuby and Jython only for PHP\r\n* [MrEngineer13/SnackBar](https://github.com/MrEngineer13/SnackBar) - toast-like alert pattern for Android inspired by the Google Material Design Spec\r\n* [chenupt/SpringIndicator](https://github.com/chenupt/SpringIndicator) - A spring indicator like Morning Routine guide.\r\n* [ragunathjawahar/android-saripaar](https://github.com/ragunathjawahar/android-saripaar) - UI form validation library for Android\r\n* [eoecn/android-app](https://github.com/eoecn/android-app) - eoe的Android客户端源码\r\n* [watabou/pixel-dungeon](https://github.com/watabou/pixel-dungeon) - Traditional roguelike game with pixel-art graphics and simple interface\r\n* [crate/crate](https://github.com/crate/crate) - CRATE: Your Elastic Data Store\r\n* [todoroo/astrid](https://github.com/todoroo/astrid) - Astrid: Android's #1 Task Management Application\r\n* [torodb/torodb](https://github.com/torodb/torodb) - ToroDB database\r\n* [pwnall/chromeview](https://github.com/pwnall/chromeview) - Android WebView implementation that uses the latest Chromium code\r\n* [dlew/joda-time-android](https://github.com/dlew/joda-time-android) - Joda-Time library with Android specialization\r\n* [spring-projects/spring-security-oauth](https://github.com/spring-projects/spring-security-oauth) - Support for adding OAuth1(a) and OAuth2 features (consumer and provider) for Spring web applications.\r\n* [mongodb/mongo-hadoop](https://github.com/mongodb/mongo-hadoop) - MongoDB Connector for Hadoop\r\n* [jackpal/Android-Terminal-Emulator](https://github.com/jackpal/Android-Terminal-Emulator) - A VT-100 terminal emulator for the Android OS\r\n* [matrixxun/ProductTour](https://github.com/matrixxun/ProductTour) - ProductTour is android sample project implementing a parallax effect welcome page using PageTransformer, similar to the one found in Google's app like Sheet, Drive, Docs...\r\n* [facebook/shimmer-android](https://github.com/facebook/shimmer-android) - An easy, flexible way to add a shimmering effect to any view in an Android app.\r\n* [JoanZapata/android-pdfview](https://github.com/JoanZapata/android-pdfview) - A fast PDF reader component for Android development\r\n* [amulyakhare/TextDrawable](https://github.com/amulyakhare/TextDrawable) - This light-weight library provides images with letter/text like the Gmail app. It extends the Drawable class thus can be used with existing/custom/network ImageView classes. Also included is a fluent interface for creating drawables and a customizable ColorGenerator.\r\n* [BonzaiThePenguin/WikiSort](https://github.com/BonzaiThePenguin/WikiSort) - Fast and stable sort algorithm that uses O(1) memory. Public domain.\r\n* [linkedin/pinot](https://github.com/linkedin/pinot) - A realtime distributed OLAP datastore\r\n* [sephiroth74/ImageViewZoom](https://github.com/sephiroth74/ImageViewZoom) - Android ImageView widget with zoom and pan capabilities\r\n* [calabash/calabash-android](https://github.com/calabash/calabash-android) - Automated Functional testing for Android based on cucumber\r\n* [Yalantis/Euclid](https://github.com/Yalantis/Euclid) - User Profile Interface Animation. Made in http://yalantis.com/.\r\n* [lucasr/smoothie](https://github.com/lucasr/smoothie) - Easy async loading for Android's ListView/GridView\r\n* [dexafree/MaterialList](https://github.com/dexafree/MaterialList) - An Android library aimed to get the beautiful CardViews that Google shows at its official design specifications\r\n* [yahoo/squidb](https://github.com/yahoo/squidb) - SquiDB is a SQLite database layer for Android\r\n* [ginatrapani/todo.txt-android](https://github.com/ginatrapani/todo.txt-android) - Official Todo.txt Android app for managing your todo.txt file stored in Dropbox.\r\n* [facebook/device-year-class](https://github.com/facebook/device-year-class) - A library that analyzes an Android device's specifications and calculates which year the device would be considered \"high end”.\r\n* [mttkay/droid-fu](https://github.com/mttkay/droid-fu) - A utility library for your daily Android needs\r\n* [jprante/elasticsearch-jdbc](https://github.com/jprante/elasticsearch-jdbc) - JDBC importer for Elasticsearch\r\n* [dm77/barcodescanner](https://github.com/dm77/barcodescanner) - Barcode Scanner Libraries for Android\r\n* [alexvasilkov/FoldableLayout](https://github.com/alexvasilkov/FoldableLayout) - Android widgets to implement folding animation\r\n* [antoniolg/androidmvp](https://github.com/antoniolg/androidmvp) - MVP Android Example\r\n* [mixi-inc/AndroidTraining](https://github.com/mixi-inc/AndroidTraining) - Training course repository for android app development\r\n* [killbill/killbill](https://github.com/killbill/killbill) - Open-Source Billing & Payment Platform\r\n* [lzyzsd/CircleProgress](https://github.com/lzyzsd/CircleProgress) - CircleProgress, DonutProgress, ArcProgress\r\n* [kmshack/Android-ParallaxHeaderViewPager](https://github.com/kmshack/Android-ParallaxHeaderViewPager) - NewsStand Application for Android's view of play, such as a pager function that implements the code.\r\n* [novoda/image-loader](https://github.com/novoda/image-loader) - Library for async image loading and caching on Android\r\n* [mihaip/dex-method-counts](https://github.com/mihaip/dex-method-counts) - Command-line tool to count per-package methods in Android .dex files\r\n* [dreamhead/moco](https://github.com/dreamhead/moco) - Easy Setup Stub Server\r\n* [apache/hadoop](https://github.com/apache/hadoop) - Mirror of Apache Hadoop\r\n* [pingpongboss/StandOut](https://github.com/pingpongboss/StandOut) - StandOut lets you easily create floating windows in your Android app.\r\n* [Tibolte/ElasticDownload](https://github.com/Tibolte/ElasticDownload) - We are not Gif makers, We are developers\r\n* [flavienlaurent/discrollview](https://github.com/flavienlaurent/discrollview) - Scroll + discover = DiscrollView\r\n* [neokree/MaterialTabs](https://github.com/neokree/MaterialTabs) - Custom Tabs with Material Design effects\r\n* [iPaulPro/aFileChooser](https://github.com/iPaulPro/aFileChooser) - Android library that provides a file explorer to let users select files on external storage.\r\n* [linkedin/rest.li](https://github.com/linkedin/rest.li) - Rest.li is a REST+JSON framework for building robust, scalable service architectures using dynamic discovery and simple asynchronous APIs.\r\n* [flyway/flyway](https://github.com/flyway/flyway) - Flyway • Database Migrations Made Easy.\r\n* [commonsguy/cwac-camera](https://github.com/commonsguy/cwac-camera) - CWAC-Camera: Taking Pictures. Made Sensible.\r\n* [brianfrankcooper/YCSB](https://github.com/brianfrankcooper/YCSB) - Yahoo! Cloud Serving Benchmark\r\n* [balysv/material-ripple](https://github.com/balysv/material-ripple) - Android L Ripple effect wrapper for Views\r\n* [LyndonChin/AndroidRubberIndicator](https://github.com/LyndonChin/AndroidRubberIndicator) - A rubber indicator\r\n* [ata4/disunity](https://github.com/ata4/disunity) - An experimental toolset for Unity asset and asset bundle files.\r\n* [geometer/FBReaderJ](https://github.com/geometer/FBReaderJ) - Official FBReaderJ project repository\r\n* [hmkcode/Android](https://github.com/hmkcode/Android) - Android related examples\r\n* [gabrielemariotti/RecyclerViewItemAnimators](https://github.com/gabrielemariotti/RecyclerViewItemAnimators) - An Android library which provides simple Item animations to RecyclerView items\r\n* [airbnb/AirMapView](https://github.com/airbnb/AirMapView) - A view abstraction to provide a map user interface with various underlying map providers\r\n* [wordpress-mobile/WordPress-Android](https://github.com/wordpress-mobile/WordPress-Android) - WordPress for Android\r\n* [twitter/elephant-bird](https://github.com/twitter/elephant-bird) - Twitter's collection of LZO and Protocol Buffer-related Hadoop, Pig, Hive, and HBase code.\r\n* [jgilfelt/android-mapviewballoons](https://github.com/jgilfelt/android-mapviewballoons) - [DEPRECATED] Simple information balloon annotation for Android MapView\r\n* [drakeet/MaterialDialog](https://github.com/drakeet/MaterialDialog) - (Deprecated)An Android dialog library, has strong extensibility, customizability, and for conveniently building Material Design Dialog in Android version 2.2 ~ L.\r\n* [simpligility/android-maven-plugin](https://github.com/simpligility/android-maven-plugin) - Maven Plugin for Android Application development and more\r\n* [code-mc/loadtoast](https://github.com/code-mc/loadtoast) - Pretty material design toasts with feedback animations\r\n* [antlr/antlr4](https://github.com/antlr/antlr4) - ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.\r\n* [vekexasia/android-edittext-validator](https://github.com/vekexasia/android-edittext-validator) - Android form edit text is an extension of EditText that brings data validation facilities to the edittext.\r\n* [jberkel/sms-backup-plus](https://github.com/jberkel/sms-backup-plus) - Backup Android SMS, MMS and call log to Gmail / Gcal / IMAP\r\n* [jasonpolites/gesture-imageview](https://github.com/jasonpolites/gesture-imageview) - Implements pinch-zoom, rotate, pan as an ImageView for Android 2.1+\r\n* [koush/UrlImageViewHelper](https://github.com/koush/UrlImageViewHelper) - Android library that sets an ImageView's contents from a url. Manages image downloading, caching, and makes your coffee too.\r\n* [blackfizz/EazeGraph](https://github.com/blackfizz/EazeGraph) - An Android chart and graph library\r\n* [RoboBinding/RoboBinding](https://github.com/RoboBinding/RoboBinding) - A data-binding Presentation Model(MVVM) framework for the Android platform.\r\n* [baoyongzhang/android-PullRefreshLayout](https://github.com/baoyongzhang/android-PullRefreshLayout) - This component like SwipeRefreshLayout, it is more beautiful than SwipeRefreshLayout.\r\n* [commonsguy/cwac-endless](https://github.com/commonsguy/cwac-endless) - CommonsWare Android Components: EndlessAdapter\r\n* [UweTrottmann/SeriesGuide](https://github.com/UweTrottmann/SeriesGuide) - Manage (re)watching your favorite TV shows on your Android devices.\r\n* [AntennaPod/AntennaPod](https://github.com/AntennaPod/AntennaPod) - A podcast manager for Android\r\n* [ZieIony/Carbon](https://github.com/ZieIony/Carbon) - Material Design implementation for Android 2.2+\r\n* [RomainPiel/Titanic](https://github.com/RomainPiel/Titanic) - Android experiment showing a sinking TextView\r\n* [mcharmas/android-parcelable-intellij-plugin](https://github.com/mcharmas/android-parcelable-intellij-plugin) - IntelliJ Plugin for Android Parcelable boilerplate code generation.\r\n* [h6ah4i/android-advancedrecyclerview](https://github.com/h6ah4i/android-advancedrecyclerview) - RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)\r\n* [antonkrasov/AndroidSocialNetworks](https://github.com/antonkrasov/AndroidSocialNetworks) - Library for easy work with Facebook, Twitter, LinkedIn and Google on Android\r\n* [romannurik/Android-WizardPager](https://github.com/romannurik/Android-WizardPager) - Android pager-style wizard flow sample code\r\n* [guardianproject/ChatSecureAndroid](https://github.com/guardianproject/ChatSecureAndroid) - PLEASE REPORT ALL ISSUES ON OUR PROJECT HERE:\r\n* [Pkmmte/CircularImageView](https://github.com/Pkmmte/CircularImageView) - Custom view for circular images in Android while maintaining the best draw performance\r\n* [syncany/syncany](https://github.com/syncany/syncany) - Syncany is a cloud storage and filesharing application with a focus on security and abstraction of storage.\r\n* [kikoso/Swipeable-Cards](https://github.com/kikoso/Swipeable-Cards) - A native library providing a Tinder-like cards effect. A card can be constructed using an image and displayed with animation effects, dismiss-to-like and dismiss-to-unlike, and use different sorting mechanisms.\r\n* [mcharmas/Android-ReactiveLocation](https://github.com/mcharmas/Android-ReactiveLocation) - Small library that wraps Google Play Service API in brilliant RxJava Observables reducing boilerplate to minimum.\r\n* [mikepenz/AboutLibraries](https://github.com/mikepenz/AboutLibraries) - AboutLibraries is a library to offer some information of libraries.\r\n* [TonicArtos/SuperSLiM](https://github.com/TonicArtos/SuperSLiM) - A layout manager for the RecyclerView with interchangeable linear, grid, and staggered displays of views, all with configurable section headers including the sticky variety as specified in the material design docs.\r\n* [wrapp/floatlabelededittext](https://github.com/wrapp/floatlabelededittext) - Floating hint from edit text - inspired by Matt D. Smith's design: http://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction?list=users\r\n* [romannurik/Android-MonthCalendarWidget](https://github.com/romannurik/Android-MonthCalendarWidget) - A simple example of a responsive Month Calendar app widget for Android\r\n* [Quinny898/PersistentSearch](https://github.com/Quinny898/PersistentSearch) - A clone of the Google Now/Maps/Play persistent search bar\r\n* [tvbarthel/BlurDialogFragment](https://github.com/tvbarthel/BlurDialogFragment) - Library project to display DialogFragment with a blur effect.\r\n* [cloudera/flume](https://github.com/cloudera/flume) - WE HAVE MOVED to Apache Incubator. https://cwiki.apache.org/FLUME/ . Flume is a distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log data. It has a simple and flexible architecture based on streaming data flows. It is robust and fault tolerant with tunable reliability mechanisms and many failover and recovery mechanisms. The system is centrally managed and allows for intelligent dynamic management. It uses a simple extensible data model that allows for online analytic applications.\r\n* [frankiesardo/auto-parcel](https://github.com/frankiesardo/auto-parcel) - Android Parcelable models made easy\r\n* [SpongePowered/Sponge](https://github.com/SpongePowered/Sponge) - A Forge mod that implements SpongeAPI\r\n* [LarsWerkman/HoloColorPicker](https://github.com/LarsWerkman/HoloColorPicker) - An Android Holo themed colorpicker designed by Marie Schweiz\r\n* [facebook/network-connection-class](https://github.com/facebook/network-connection-class) - Listen to current network traffic in the app and categorize the quality of the network.\r\n* [nathanmarz/storm-starter](https://github.com/nathanmarz/storm-starter) - Learn to use Storm!\r\n* [tjake/Solandra](https://github.com/tjake/Solandra) - Solandra = Solr + Cassandra\r\n* [reactive-streams/reactive-streams-jvm](https://github.com/reactive-streams/reactive-streams-jvm) - Reactive Streams Specification for the JVM\r\n* [Ereza/CustomActivityOnCrash](https://github.com/Ereza/CustomActivityOnCrash) - Android library that allows launching a custom activity when your app crashes, instead of showing the hated \"Unfortunately, X has stopped\" dialog.\r\n* [BuildCraft/BuildCraft](https://github.com/BuildCraft/BuildCraft) - BuildCraft\r\n* [skavanagh/KeyBox](https://github.com/skavanagh/KeyBox) - KeyBox is a web-based SSH console that centrally manages administrative access to systems. Web-based administration is combined with management and distribution of user's public SSH keys.\r\n* [richardwilly98/elasticsearch-river-mongodb](https://github.com/richardwilly98/elasticsearch-river-mongodb) - MongoDB River Plugin for ElasticSearch\r\n* [Jasig/cas](https://github.com/Jasig/cas) - Apereo CAS - Single Sign On for the Web\r\n* [wangdan/AisenWeiBo](https://github.com/wangdan/AisenWeiBo) - 新浪微博第三方Android客户端\r\n* [katzer/cordova-plugin-local-notifications](https://github.com/katzer/cordova-plugin-local-notifications) - Cordova Local-Notification Plugin\r\n* [roomorama/Caldroid](https://github.com/roomorama/Caldroid) - A better calendar for Android\r\n* [inmite/android-selector-chapek](https://github.com/inmite/android-selector-chapek) - Android Studio plugin which automatically generates drawable selectors from appropriately named resources.\r\n* [chenupt/DragTopLayout](https://github.com/chenupt/DragTopLayout) - Drag down to show a view on the top.\r\n* [facebookarchive/hadoop-20](https://github.com/facebookarchive/hadoop-20) - Facebook's Realtime Distributed FS based on Apache Hadoop 0.20-append\r\n* [linkedin/indextank-engine](https://github.com/linkedin/indextank-engine) - Indexing engine for IndexTank\r\n* [MiCode/Notes](https://github.com/MiCode/Notes) - 小米便签社区开源版(Community edition of XM notepad/MIUI notes)\r\n* [siyamed/android-shape-imageview](https://github.com/siyamed/android-shape-imageview) - Custom shaped android imageview components\r\n* [asyl/ArcAnimator](https://github.com/asyl/ArcAnimator) - ArcAnimator helps to create arc transition animation: 2.3.+\r\n* [SpongePowered/SpongeAPI](https://github.com/SpongePowered/SpongeAPI) - A Minecraft plugin API\r\n* [LitePalFramework/LitePal](https://github.com/LitePalFramework/LitePal) - An Android library that allows developers to use SQLite database extremely easy.\r\n* [Yalantis/Taurus](https://github.com/Yalantis/Taurus) - A little more fun for the pull-to-refresh interaction. Made in http://yalantis.com/?utm_source=github\r\n* [quartzjer/TeleHash](https://github.com/quartzjer/TeleHash) - Old v1 repo, please see http://github.org/telehash now.\r\n* [bmelnychuk/AndroidTreeView](https://github.com/bmelnychuk/AndroidTreeView) - AndroidTreeView. TreeView implementation for android\r\n* [kanytu/android-parallax-recyclerview](https://github.com/kanytu/android-parallax-recyclerview) - An adapter which could be used to achieve a parallax effect on RecyclerView.\r\n* [prolificinteractive/material-calendarview](https://github.com/prolificinteractive/material-calendarview) - A Material design back port of Android's CalendarView\r\n* [Manabu-GT/ExpandableTextView](https://github.com/Manabu-GT/ExpandableTextView) - Android's TextView that can expand/collapse like the Google Play's app description\r\n* [JoanZapata/base-adapter-helper](https://github.com/JoanZapata/base-adapter-helper) - Abstraction for the usual BaseAdapter \"ViewHolder\" pattern\r\n* [swissonid/android-design-support-lib-sample](https://github.com/swissonid/android-design-support-lib-sample) - Just Sample how to use the android design support lib\r\n* [ozodrukh/CircularReveal](https://github.com/ozodrukh/CircularReveal) - Lollipop ViewAnimationUtils.createCircularReveal for everyone 2.3+\r\n* [undertow-io/undertow](https://github.com/undertow-io/undertow) - High performance non-blocking webserver\r\n* [felipecsl/AsymmetricGridView](https://github.com/felipecsl/AsymmetricGridView) - Android ListView that mimics a GridView with asymmetric items. Supports items with row span and column span\r\n* [chrisbanes/Android-BitmapCache](https://github.com/chrisbanes/Android-BitmapCache) - Android-BitmapCache is a specialised cache, for use with Android Bitmap objects.\r\n* [jpardogo/ListBuddies](https://github.com/jpardogo/ListBuddies) - Android library to achieve in an easy way, the behaviour of the home page in the Expedia app, with a pair of auto-scroll circular parallax ListViews.\r\n* [GDG-Korea/PinterestLikeAdapterView](https://github.com/GDG-Korea/PinterestLikeAdapterView) - An Android multi column list view like Pinterest.\r\n* [motianhuo/wechat](https://github.com/motianhuo/wechat) - A High Copy WeChat ,SNS APP (高仿微信)\r\n* [daimajia/AnimeTaste](https://github.com/daimajia/AnimeTaste) - Taste global original animation\r\n* [AltBeacon/android-beacon-library](https://github.com/AltBeacon/android-beacon-library) - Allows Android apps to interact with BLE beacons\r\n* [liquibase/liquibase](https://github.com/liquibase/liquibase) - Main Liquibase Source\r\n* [electronicarts/orbit](https://github.com/electronicarts/orbit) - Orbit - Build distributed and scalable online services\r\n* [dinocore1/DevsmartLib-Android](https://github.com/dinocore1/DevsmartLib-Android) - A Horizontal ListView for Android\r\n* [andkulikov/Transitions-Everywhere](https://github.com/andkulikov/Transitions-Everywhere) - Backport of Transitions API for animations from Android KitKat and Lollipop. Compatible with Android 2.2+\r\n* [Skykai521/StickerCamera](https://github.com/Skykai521/StickerCamera) - This is an Android application with camera,picture cropping,collage sticking and tagging.贴纸标签相机,功能:拍照,相片裁剪,给图片贴贴纸,打标签。\r\n* [klinker24/Android-TextView-LinkBuilder](https://github.com/klinker24/Android-TextView-LinkBuilder) - Insanely easy way to define clickable links within a TextView.\r\n* [Avocarrot/json2view](https://github.com/Avocarrot/json2view) - Update native Android UI on the fly\r\n* [zzz40500/GsonFormat](https://github.com/zzz40500/GsonFormat) - 根据Gson库使用的要求,将JSONObject格式的String 解析成实体\r\n* [flavioarfaria/KenBurnsView](https://github.com/flavioarfaria/KenBurnsView) - Android ImageViews animated by Ken Burns Effect\r\n* [alibaba/RocketMQ](https://github.com/alibaba/RocketMQ) - :rocket: Alibaba's MQ, also aliyun ONS.\r\n* [MostafaGazar/CustomShapeImageView](https://github.com/MostafaGazar/CustomShapeImageView) - Custom shape ImageView using PorterDuffXfermode with paint shapes and SVGs\r\n* [MizzleDK/Mizuu](https://github.com/MizzleDK/Mizuu) - Popular media indexer app for Android.\r\n* [sromku/android-simple-facebook](https://github.com/sromku/android-simple-facebook) - Simple Facebook SDK for Android\r\n* [chrisbanes/photup](https://github.com/chrisbanes/photup) - photup\r\n* [nutzam/nutz](https://github.com/nutzam/nutz) - Nutz核心代码\r\n* [linkedin/databus](https://github.com/linkedin/databus) - Source-agnostic distributed change data capture system\r\n* [eowise/recyclerview-stickyheaders](https://github.com/eowise/recyclerview-stickyheaders) - DEPRECATED. Android library that integrate sticky section headers in your RecyclerView\r\n* [Diolor/Swipecards](https://github.com/Diolor/Swipecards) - A Tinder-like Android library to create the swipe cards effect. You can swipe left or right to like or dislike the content.\r\n* [ApmeM/android-flowlayout](https://github.com/ApmeM/android-flowlayout) - Linear layout, that wrap its content to the next line if there is no space in the current line.\r\n* [MiCode/FileExplorer](https://github.com/MiCode/FileExplorer) - MIUI文件管理器社区开源版(Community edition of MIUI File Explorer)\r\n* [jmxtrans/jmxtrans](https://github.com/jmxtrans/jmxtrans) - jmxtrans\r\n* [wildabeast/BarcodeScanner](https://github.com/wildabeast/BarcodeScanner) - Official repository now at [phonegap/phonegap-plugin-barcodescanner](http://github.com/phonegap/phonegap-plugin-barcodescanner).\r\n* [opentripplanner/OpenTripPlanner](https://github.com/opentripplanner/OpenTripPlanner) - An open source multi-modal trip planner\r\n* [xcltapestry/XCL-Charts](https://github.com/xcltapestry/XCL-Charts) - Android图表库(XCL-Charts is a free charting library for Android platform.),基于Android Canvas来绘制各种图表,使用简便,定制灵活。目前支持3D/非3D/背向式/横向/竖向柱形图(Bar Chart)、3D/非3D饼图(Pie Chart)、堆叠图(Stacked Bar Chart)、面积图(Area Chart)、 折线图(Line Chart)、曲线图(Spline Chart)、环形图(Dount Chart)、南丁格尔玫瑰图(Rose Chart)、仪表盘(Dial Chart)、刻度盘(Gauge Chart)、雷达图(Radar Chart)、漏斗图(Funnel Chart)、圆形图(Circle Chart)、弧线比较图、散点图(Scatter Chart)、气泡图(Bubble Chart)、范围条形图(RangeBar Chart)等图表。其它特性还包括支持图表缩放、手势移动、点击响应、动画效果、多轴显示、图表参考线、混合图表及同数据源不同图表类型切换等。\r\n* [udacity/Sunshine-Version-2](https://github.com/udacity/Sunshine-Version-2) - The official repository for Developing Android Apps\r\n* [sk89q/WorldEdit](https://github.com/sk89q/WorldEdit) - An in-game voxel map editor for Minecraft\r\n* [soarcn/BottomSheet](https://github.com/soarcn/BottomSheet) - One way to present a set of actions to a user is with bottom sheets, a sheet of paper that slides up from the bottom edge of the screen. Bottom sheets offer flexibility in the display of clear and simple actions that do not need explanation.\r\n* [spockframework/spock](https://github.com/spockframework/spock) - The Enterprise-ready testing and specification framework.\r\n* [jpardogo/GoogleProgressBar](https://github.com/jpardogo/GoogleProgressBar) - Android library to display progress like google does in some of his services.\r\n* [FasterXML/jackson-core](https://github.com/FasterXML/jackson-core) - Core part of Jackson that defines Streaming API as well as basic shared abstractions\r\n* [expectedbehavior/gauges-android](https://github.com/expectedbehavior/gauges-android) - Gaug.es Android App\r\n* [emilsjolander/sprinkles](https://github.com/emilsjolander/sprinkles) - Sprinkles is a boiler-plate-reduction-library for dealing with databases in android applications\r\n* [fyhertz/libstreaming](https://github.com/fyhertz/libstreaming) - A solution for streaming H.264, H.263, AMR, AAC using RTP on Android\r\n* [alibaba/cobar](https://github.com/alibaba/cobar) - 基于MySQL的分布式数据库服务中间件\r\n* [Clans/FloatingActionButton](https://github.com/Clans/FloatingActionButton) - Android Floating Action Button based on Material Design specification\r\n* [Trinea/android-auto-scroll-view-pager](https://github.com/Trinea/android-auto-scroll-view-pager) - Android auto scroll viewpager or viewpager in viewpager\r\n* [hoang8f/android-flat-button](https://github.com/hoang8f/android-flat-button) - FButton - a flat button library for Android\r\n* [alibaba/canal](https://github.com/alibaba/canal) - 阿里巴巴mysql数据库binlog的增量订阅&消费组件\r\n* [MichaelEvans/ColorArt](https://github.com/MichaelEvans/ColorArt) - iTunes 11-style color matching code for Android\r\n* [ManuelPeinado/MultiChoiceAdapter](https://github.com/ManuelPeinado/MultiChoiceAdapter) - Android - A ListView adapter with support for multiple choice modal selection\r\n* [alibaba/otter](https://github.com/alibaba/otter) - 阿里巴巴分布式数据库同步系统(解决中美异地机房)\r\n* [zcweng/ToggleButton](https://github.com/zcweng/ToggleButton) - ToggleButton Widget For Android Dev\r\n* [ToxicBakery/ViewPagerTransforms](https://github.com/ToxicBakery/ViewPagerTransforms) - Library containing common animations needed for transforming ViewPager scrolling for Android v13+.\r\n* [ratpack/ratpack](https://github.com/ratpack/ratpack) - A toolkit for JVM web applications\r\n* [jitsi/jitsi](https://github.com/jitsi/jitsi) - Jitsi is an audio/video and chat communicator that supports protocols such as SIP, XMPP/Jabber, AIM/ICQ, IRC, Yahoo! and many other useful features.\r\n* [SonarSource/sonarqube](https://github.com/SonarSource/sonarqube) - Put your technical debt under control\r\n* [passsy/android-HoloCircularProgressBar](https://github.com/passsy/android-HoloCircularProgressBar) - Holo Circular ProgressBar\r\n* [HdrHistogram/HdrHistogram](https://github.com/HdrHistogram/HdrHistogram) - A High Dynamic Range (HDR) Histogram\r\n* [Frank-Zhu/PullZoomView](https://github.com/Frank-Zhu/PullZoomView) - An Android custom ListView and ScrollView with pull to zoom-in.\r\n* [sephiroth74/HorizontalVariableListView](https://github.com/sephiroth74/HorizontalVariableListView) - Horizontal list view for Android which allows variable items widths\r\n* [linger1216/labelview](https://github.com/linger1216/labelview) - Sometimes, we need to show a label above an ImageView or any other views. Well, LabelView will be able to help you. It's easy to implement as well!\r\n* [Netflix/servo](https://github.com/Netflix/servo) - Netflix Application Monitoring Library\r\n* [pigshell/pigshell](https://github.com/pigshell/pigshell) - The missing shell for the web\r\n* [bluejamesbond/TextJustify-Android](https://github.com/bluejamesbond/TextJustify-Android) - Android Text Full Jusiftication / Wrapping / Justify / Hyphenate - V2.0\r\n* [mmin18/AndroidDynamicLoader](https://github.com/mmin18/AndroidDynamicLoader) - A plugin system that runs like a browser, but instead of load web pages, it load plugins which runs natively on Android system.\r\n* [LarsWerkman/QuickReturnListView](https://github.com/LarsWerkman/QuickReturnListView) - A implementation of Roman Nurik's and Nick Butcher's Quick Return UI patern for a listview.\r\n* [rudsonlive/NavigationDrawer-MaterialDesign](https://github.com/rudsonlive/NavigationDrawer-MaterialDesign) - Library Navigation drawer material design\r\n* [glomadrian/material-animated-switch](https://github.com/glomadrian/material-animated-switch) - A material Switch with icon animations and color transitions\r\n* [nkzawa/socket.io-client.java](https://github.com/nkzawa/socket.io-client.java) - Full-featured Socket.IO Client Library for Java, which is compatible with Socket.IO v1.0 and later.\r\n* [vrapper/vrapper](https://github.com/vrapper/vrapper) - Vim-like editing in Eclipse\r\n* [davemorrissey/subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) - Highly configurable, easily extendable view with pan and zoom gestures for displaying huge images without loss of detail. Perfect for photo galleries, maps, building plans etc.\r\n* [RadiusNetworks/android-ibeacon-service](https://github.com/RadiusNetworks/android-ibeacon-service) - An Android library providing APIs to interact with iBeacons\r\n* [timehop/sticky-headers-recyclerview](https://github.com/timehop/sticky-headers-recyclerview) - Sticky Headers decorator for Android's RecyclerView\r\n* [google/grafika](https://github.com/google/grafika) - Grafika test app\r\n* [mattdesl/lwjgl-basics](https://github.com/mattdesl/lwjgl-basics) - :wrench: LibGDX/LWJGL tutorials and examples\r\n* [JakeWharton/RxBinding](https://github.com/JakeWharton/RxBinding) - RxJava binding APIs for Android's UI widgets.\r\n* [chrislacy/TweetLanes](https://github.com/chrislacy/TweetLanes) - Tweet Lanes for Android\r\n* [gabrielemariotti/androiddev](https://github.com/gabrielemariotti/androiddev) - Quick tips/tutorials for Android developers\r\n* [Rajawali/Rajawali](https://github.com/Rajawali/Rajawali) - Android OpenGL ES 2.0/3.0 Engine\r\n* [dommerq/SuperListview](https://github.com/dommerq/SuperListview) - Deprecated. Way more than just a listview\r\n* [chiuki/advanced-textview](https://github.com/chiuki/advanced-textview) - Advanced Android TextView\r\n* [alibaba/mdrill](https://github.com/alibaba/mdrill) - for千亿数据即席分析\r\n* [FasterXML/jackson-databind](https://github.com/FasterXML/jackson-databind) - General data-binding package for Jackson (2.x): works on streaming API (core) implementation(s)\r\n* [hector-client/hector](https://github.com/hector-client/hector) - a high level client for cassandra\r\n* [johnkil/Android-ProgressFragment](https://github.com/johnkil/Android-ProgressFragment) - Implementation of the fragment with the ability to display indeterminate progress indicator when you are waiting for the initial data.\r\n* [BlueMor/Android-PullLayout](https://github.com/BlueMor/Android-PullLayout) - 仿UC天气下拉和微信下拉眼睛\r\n* [rmtheis/android-ocr](https://github.com/rmtheis/android-ocr) - Experimental app for optical character recognition on Android.\r\n* [ChrisRenke/DrawerArrowDrawable](https://github.com/ChrisRenke/DrawerArrowDrawable) - Visual back-port of the rotating drawer-to-arrow drawable from Android L\r\n* [ManuelPeinado/RefreshActionItem](https://github.com/ManuelPeinado/RefreshActionItem) - Android - An action bar item which acts both as a refresh button and as a progress indicator\r\n* [apache/hive](https://github.com/apache/hive) - Mirror of Apache Hive\r\n* [bingoogolapple/BGARefreshLayout-Android](https://github.com/bingoogolapple/BGARefreshLayout-Android) - 多种下拉刷新效果、上拉加载更多、可配置自定义头部广告位\r\n* [airbnb/DeepLinkDispatch](https://github.com/airbnb/DeepLinkDispatch) - A simple, annotation-based library for making deep link handling better on Android\r\n* [yanchenko/droidparts](https://github.com/yanchenko/droidparts) - DI, ORM, JSON, ...\r\n* [rnewson/couchdb-lucene](https://github.com/rnewson/couchdb-lucene) - Enables full-text searching of CouchDB documents using Lucene\r\n* [mrwonderman/android-square-progressbar](https://github.com/mrwonderman/android-square-progressbar) - An android library to display a progressbar that goes around an image.\r\n* [Netflix/archaius](https://github.com/Netflix/archaius) - Library for configuration management API\r\n* [wnafee/vector-compat](https://github.com/wnafee/vector-compat) - A support library for VectorDrawable and AnimatedVectorDrawable classes introduced in Lollipop\r\n* [konifar/android-material-design-icon-generator-plugin](https://github.com/konifar/android-material-design-icon-generator-plugin) - This plugin help you to set material design icon to your project.\r\n* [matburt/mobileorg-android](https://github.com/matburt/mobileorg-android) - An implementation of MobileOrg for the Android platform\r\n* [eirslett/frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin) - \"Maven-node-grunt-gulp-npm-node-plugin to end all maven-node-grunt-gulp-npm-plugins.\" A Maven plugin that downloads/installs Node and NPM locally, runs NPM install, Grunt, Gulp and/or Karma.\r\n* [anton46/Android-StepsView](https://github.com/anton46/Android-StepsView) - Android-StepsView\r\n* [tuesda/CircleRefreshLayout](https://github.com/tuesda/CircleRefreshLayout) - a custom pull-to-refresh layout which contains a interesting animation\r\n* [akexorcist/Android-RoundCornerProgressBar](https://github.com/akexorcist/Android-RoundCornerProgressBar) - Round Corner Progress Bar Library for Android\r\n* [unclebob/fitnesse](https://github.com/unclebob/fitnesse) - FitNesse -- The Acceptance Test Wiki\r\n* [jeeeyul/eclipse-themes](https://github.com/jeeeyul/eclipse-themes) - Full Featured Eclipse Theme Customizer!\r\n* [Netflix/exhibitor](https://github.com/Netflix/exhibitor) - ZooKeeper co-process for instance monitoring, backup/recovery, cleanup and visualization.\r\n* [MostafaGazar/soas](https://github.com/MostafaGazar/soas) - Native Android \"sample of all samples\" for beginners and experienced, 14+, with focus on lollipop and Material\r\n* [geftimov/android-player](https://github.com/geftimov/android-player) - Android animation when entering new screen.\r\n* [ppamorim/Dragger](https://github.com/ppamorim/Dragger) - Animate your activity!\r\n* [gabrielemariotti/changeloglib](https://github.com/gabrielemariotti/changeloglib) - Android Library to display your changelog\r\n* [real-logic/simple-binary-encoding](https://github.com/real-logic/simple-binary-encoding) - Simple Binary Encoding (SBE)\r\n* [survivingwithandroid/Surviving-with-android](https://github.com/survivingwithandroid/Surviving-with-android) - Source code related to the posts in the blog\r\n* [skyfishjy/android-ripple-background](https://github.com/skyfishjy/android-ripple-background) - A beautiful ripple animation for your app\r\n* [thiagolocatelli/android-uitableview](https://github.com/thiagolocatelli/android-uitableview) - Library and example project on how to use the UITableView component\r\n* [JakeWharton/ThreeTenABP](https://github.com/JakeWharton/ThreeTenABP) - An adaptation of the JSR-310 backport for Android.\r\n* [foxykeep/DataDroid](https://github.com/foxykeep/DataDroid) - An Android Library for data management\r\n* [iPaulPro/Android-ItemTouchHelper-Demo](https://github.com/iPaulPro/Android-ItemTouchHelper-Demo) - Basic example of using ItemTouchHelper to add drag & drop and swipe-to-dismiss to RecyclerView.\r\n* [etsy/oculus](https://github.com/etsy/oculus) - The metric correlation component of Etsy's Kale system\r\n* [emmaguy/clean-status-bar](https://github.com/emmaguy/clean-status-bar) - Tidy up your Android status bar before taking screenshots for the Play Store\r\n* [douglascraigschmidt/POSA-14](https://github.com/douglascraigschmidt/POSA-14) - This repository contains assignments and examples for the 2014 offering of the POSA MOOC (see www.coursera.org/course/posa for more information)\r\n* [eclipse-color-theme/eclipse-color-theme](https://github.com/eclipse-color-theme/eclipse-color-theme) - Color themes for Eclipse\r\n* [nhaarman/supertooltips](https://github.com/nhaarman/supertooltips) - SuperToolTips\r\n* [woozzu/IndexableListView](https://github.com/woozzu/IndexableListView) - iPhone like fast scroll ListView on Android\r\n* [killme2008/Metamorphosis](https://github.com/killme2008/Metamorphosis) - A high available,high performance distributed messaging system.\r\n* [sikuli/sikuli](https://github.com/sikuli/sikuli) - Sikuli's official repository on github. Ask questions or report bugs at http://launchpad.net/sikuli.\r\n* [OpenGrok/OpenGrok](https://github.com/OpenGrok/OpenGrok) - Main {OpenGrok git repository\r\n* [JakeWharton/Android-DirectionalViewPager](https://github.com/JakeWharton/Android-DirectionalViewPager) - [DEPRECATED] Implementation of the compatibility library ViewPager class that supports paging both vertically and horizontally.\r\n* [VoltDB/voltdb](https://github.com/VoltDB/voltdb) - VoltDB\r\n* [cgeo/cgeo](https://github.com/cgeo/cgeo) - c:geo - The powerful Android geocaching app.\r\n* [kyleduo/SwitchButton](https://github.com/kyleduo/SwitchButton) - A cute widget of Switch Button for you to create beautiful and friendly UI.\r\n* [traex/ExpandableLayout](https://github.com/traex/ExpandableLayout) - Implementation of ExpandableListview with custom header and custom content.\r\n* [adnan-SM/TimelyTextView](https://github.com/adnan-SM/TimelyTextView) - Animated TextView like Timely app\r\n* [kanytu/android-material-drawer-template](https://github.com/kanytu/android-material-drawer-template) - An Android template with navigation drawer for material design\r\n* [zzz40500/android-shapeLoadingView](https://github.com/zzz40500/android-shapeLoadingView) - 高仿新版58 加载动画\r\n* [ervandew/eclim](https://github.com/ervandew/eclim) - Expose eclipse features inside of vim.\r\n* [oschina/android-app](https://github.com/oschina/android-app) - 本项目已经迁移到 git.oschina.net ,此处不再更新!\r\n* [dodola/android_waterfall](https://github.com/dodola/android_waterfall) - Android版的瀑布流布局\r\n* [apache/camel](https://github.com/apache/camel) - Mirror of Apache Camel\r\n* [smanikandan14/Volley-demo](https://github.com/smanikandan14/Volley-demo) - An demonstration of Volley - HTTP library announced by google in I/O 2013. Illustrates, JSONRequest,StringRequest, Image caching.\r\n* [nirhart/ParallaxScroll](https://github.com/nirhart/ParallaxScroll) - Parallax ScrollView and ListView for Android\r\n* [frakbot/JumpingBeans](https://github.com/frakbot/JumpingBeans) - A Span-based library to make your text jump like Mexican beans. Oh, and the \"...\"s in Hangouts.\r\n* [google/google-authenticator](https://github.com/google/google-authenticator) - Open source version of Google Authenticator (except the Android app)\r\n* [nvanbenschoten/motion](https://github.com/nvanbenschoten/motion) - An Android library allowing images to exhibit a parallax effect that reacts to the device's tilt\r\n* [telly/MrVector](https://github.com/telly/MrVector) - [Deprecated] AKA VectorDrawableCompat: A 7+ backport of VectorDrawable\r\n* [davidschreiber/FancyCoverFlow](https://github.com/davidschreiber/FancyCoverFlow) - A cool Open Source CoverFlow view for Android with several fancy effects.\r\n* [puniverse/capsule](https://github.com/puniverse/capsule) - Dead-Simple Packaging and Deployment for JVM Apps\r\n* [glyptodon/guacamole-client](https://github.com/glyptodon/guacamole-client) - The HTML5/JavaScript Guacamole client, its containing web application, and related components.\r\n* [sqlcipher/android-database-sqlcipher](https://github.com/sqlcipher/android-database-sqlcipher) - Android SQLite API based on SQLCipher\r\n* [j256/ormlite-android](https://github.com/j256/ormlite-android) - ORMLite Android functionality used in conjunction with ormlite-core\r\n* [apache/incubator-zeppelin](https://github.com/apache/incubator-zeppelin) - Mirror of Apache Zeppelin (Incubating)\r\n* [hoang8f/android-segmented-control](https://github.com/hoang8f/android-segmented-control) - ios7 UISegmentedControl for android\r\n* [erikwt/PullToRefresh-ListView](https://github.com/erikwt/PullToRefresh-ListView) - A generic, customizable, open source Android ListView implementation that has 'Pull to Refresh' functionality.\r\n* [vikramkakkar/SublimePicker](https://github.com/vikramkakkar/SublimePicker) - A material-styled android view that provisions picking of a date, time & recurrence option, all from a single user-interface.\r\n* [saik0/UnifiedPreference](https://github.com/saik0/UnifiedPreference) - A convinience library for working with all versions of the Android Preference package from API v4 and up\r\n* [linkedin/camus](https://github.com/linkedin/camus) - LinkedIn's Kafka to HDFS pipeline.\r\n* [tokudu/AndroidPushNotificationsDemo](https://github.com/tokudu/AndroidPushNotificationsDemo) - A example of an android app that receives push notifications using MQTT.\r\n* [jlmd/AnimatedCircleLoadingView](https://github.com/jlmd/AnimatedCircleLoadingView) - An animated circle loading view\r\n* [lorensiuswlt/NewQuickAction](https://github.com/lorensiuswlt/NewQuickAction) - Android QuickAction\r\n* [johnkil/Android-RobotoTextView](https://github.com/johnkil/Android-RobotoTextView) - Implementation of a TextView and all its direct/indirect subclasses with native support for the Roboto fonts, includes the brand new Roboto Slab fonts.\r\n* [gorbin/ASNE](https://github.com/gorbin/ASNE) - ASNE library for simple integration of social networks: Twitter, Facebook, Google Plus, LinkedIn, Instagram, Vkontakte, Odnoklassniki\r\n* [txusballesteros/bubbles-for-android](https://github.com/txusballesteros/bubbles-for-android) - Bubbles for Android is an Android library to provide chat heads capabilities on your apps. With a fast way to integrate with your development.\r\n* [BlueMor/DragLayout](https://github.com/BlueMor/DragLayout) - An Android Project.强迫症头像制作器,使用support.v4包下的ViewDragHelper实现QQ5.0侧滑\r\n* [shell-software/fab](https://github.com/shell-software/fab) - Floating Action Button Library for Android\r\n* [evant/JobSchedulerCompat](https://github.com/evant/JobSchedulerCompat) - [Deprecated] A backport of Android Lollipop's JobScheduler to api 10+\r\n* [siriscac/RippleView](https://github.com/siriscac/RippleView) - View that imitates Ripple Effect on click which was introduced in Android L (for Android 2.3+)\r\n* [58code/Argo](https://github.com/58code/Argo) - 58.com轻量级web框架\r\n* [linkedin/datafu](https://github.com/linkedin/datafu) - Hadoop library for large-scale data processing, now an Apache Incubator project\r\n* [nasa/mct](https://github.com/nasa/mct) - Mission Control Technologies is a real-time monitoring and visualization platform. See an overview and demo at http://ti.arc.nasa.gov/OpenMCT/. Download MCT plugins at https://github.com/nasa/MCT-Plugins.\r\n* [osmandapp/Osmand](https://github.com/osmandapp/Osmand) - osmand\r\n* [mikepenz/Android-ActionItemBadge](https://github.com/mikepenz/Android-ActionItemBadge) - This library offers a simple method to add a small badge icon to your ActionBar-MenuItem\r\n* [apache/tomcat](https://github.com/apache/tomcat) - Mirror of Apache Tomcat\r\n* [Trinea/android-demo](https://github.com/Trinea/android-demo) - Android common lib demo, include ImageCache, HttpCache, DropDownListView, DownloadManager, install apk silent and so on, you can find description\r\n* [dmytrodanylyk/shadow-layout](https://github.com/dmytrodanylyk/shadow-layout) - Android Shadow Layout\r\n* [AndroidAlliance/EdgeEffectOverride](https://github.com/AndroidAlliance/EdgeEffectOverride) - Override the Holo EdgeEffect colors\r\n* [paddybyers/anode](https://github.com/paddybyers/anode) - Android framework for node.js applications\r\n* [liaohuqiu/android-GridViewWithHeaderAndFooter](https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter) - A GridView which can addHeaderView and addFooterView\r\n* [jenzz/Android-UndoBar](https://github.com/jenzz/Android-UndoBar) - An implementation of Android's Undo Bar as seen in Google's Gmail app.\r\n* [sockeqwe/mosby](https://github.com/sockeqwe/mosby) - A Model-View-Presenter library for modern Android apps\r\n* [jeromevdl/android-holo-colors-idea-plugin](https://github.com/jeromevdl/android-holo-colors-idea-plugin) - IntelliJ / Android Studio plugin for Android Holo Colors\r\n* [LyndonChin/MasteringAndroidDataBinding](https://github.com/LyndonChin/MasteringAndroidDataBinding) - A comprehensive tutorial for Android Data Binding\r\n* [sd6352051/NiftyNotification](https://github.com/sd6352051/NiftyNotification) - effects for android notifications\r\n* [toddway/MaterialTransitions](https://github.com/toddway/MaterialTransitions) - Sample material transition animations for Android\r\n* [square/phrase](https://github.com/square/phrase) - Phrase is an Android string resource templating library\r\n* [spring-projects/spring-petclinic](https://github.com/spring-projects/spring-petclinic) - A sample Spring-based application\r\n* [splitwise/TokenAutoComplete](https://github.com/splitwise/TokenAutoComplete) - Gmail style MultiAutoCompleteTextView for Android\r\n* [redwarp/9-Patch-Resizer](https://github.com/redwarp/9-Patch-Resizer) - A resizer tool to automaticaly resize png files and 9 patches in several densities\r\n* [r0adkll/Slidr](https://github.com/r0adkll/Slidr) - Easily add slide to dismiss functionality to an Activity\r\n* [ongakuer/CircleIndicator](https://github.com/ongakuer/CircleIndicator) - A lightweight viewpager indicator like in nexus 5 launcher\r\n* [jpardogo/FlabbyListView](https://github.com/jpardogo/FlabbyListView) - Android library to display a ListView whose cells are not rigid but flabby and react to ListView scroll.\r\n* [apache/flink](https://github.com/apache/flink) - Mirror of Apache Flink\r\n* [robotmedia/AndroidBillingLibrary](https://github.com/robotmedia/AndroidBillingLibrary) - Android Market In-app Billing Library\r\n* [e-biz/androidkickstartr](https://github.com/e-biz/androidkickstartr) - AndroidKickstartR helps you to quickly create a well configured Android application using the most popular libraries. It creates and configures your project for you. Just focus on code!\r\n* [traex/CalendarListview](https://github.com/traex/CalendarListview) - Implementation of a calendar in a ListView. One month by row\r\n* [f2prateek/progressbutton](https://github.com/f2prateek/progressbutton) - A custom progress indicator with a tiny footprint.\r\n* [HazyResearch/deepdive](https://github.com/HazyResearch/deepdive) - DeepDive\r\n* [jonfinerty/Once](https://github.com/jonfinerty/Once) - A small Android library to manage one-off operations.\r\n* [eclipse/jetty.project](https://github.com/eclipse/jetty.project) - Jetty - Servlet Engine and Http Server project repository (jetty.project)\r\n* [thyrlian/AwesomeValidation](https://github.com/thyrlian/AwesomeValidation) - Android validation library which helps developer boil down the tedious work to three easy steps.\r\n* [fearofcode/bateman](https://github.com/fearofcode/bateman) - Simple stock trading system that optimizes its parameters with particle swarm optimization\r\n* [spring-projects/spring-android-samples](https://github.com/spring-projects/spring-android-samples) - Spring for Android Sample Applications\r\n* [scobal/seyren](https://github.com/scobal/seyren) - An alerting dashboard for Graphite\r\n* [pedrovgs/Renderers](https://github.com/pedrovgs/Renderers) - Renderers is an Android library created to avoid all the boilerplate needed to use a RecyclerView/ListView with adapters.\r\n* [lovetuzitong/MultiImageSelector](https://github.com/lovetuzitong/MultiImageSelector) - Image selector for Android device. Support single choice and multi-choice.\r\n* [Sefford/CircularProgressDrawable](https://github.com/Sefford/CircularProgressDrawable) - A drawable with capabilities to indicate progress.\r\n* [JetBrains/MPS](https://github.com/JetBrains/MPS) - JetBrains Meta programming System\r\n* [tomakehurst/wiremock](https://github.com/tomakehurst/wiremock) - A tool for mocking HTTP services\r\n* [linroid/FilterMenu](https://github.com/linroid/FilterMenu) - An implemention of Filter Menu concept for android\r\n* [BroadleafCommerce/BroadleafCommerce](https://github.com/BroadleafCommerce/BroadleafCommerce) - Broadleaf Commerce - Enterprise eCommerce framework based on Spring\r\n* [lsjwzh/RecyclerViewPager](https://github.com/lsjwzh/RecyclerViewPager) - A ViewPager implemention base on RecyclerView's code. Support fling operation like gallary.\r\n* [graphhopper/graphhopper](https://github.com/graphhopper/graphhopper) - Fast routing library and server using OpenStreetMap. #route #planner\r\n* [ZhouWeikuan/cocos2d](https://github.com/ZhouWeikuan/cocos2d) - cocos2d for android, based on cocos2d-android-0.82, and now ported from cocos2d-iphone 0.99.4. The googlecode address is here: http://code.google.com/p/cocos2d-android-1/ . There are several demos to watch.\r\n* [Maxwin-z/XListView-Android](https://github.com/Maxwin-z/XListView-Android) - ListView supports pull refresh and pull up to load more feature.\r\n* [variety/variety](https://github.com/variety/variety) - A schema analyzer for MongoDB\r\n* [playgameservices/android-basic-samples](https://github.com/playgameservices/android-basic-samples) - Google Play game services - Android samples\r\n* [joyoyao/superCleanMaster](https://github.com/joyoyao/superCleanMaster) - 一键清理 开源版,包括内存加速,缓存清理,自启管理,软件管理等。\r\n* [ikew0ng/Dribbo](https://github.com/ikew0ng/Dribbo) - Dribbble客户端\r\n* [DWorkS/VolleyPlus](https://github.com/DWorkS/VolleyPlus) - Volley library : make everything faster . Its an improvements for Volley by Google for Android https://android.googlesource.com/platform/frameworks/volley\r\n* [etao-open-source/cube-sdk](https://github.com/etao-open-source/cube-sdk) - A light package for Android development, it handles loading image and network request.\r\n* [carlonzo/StikkyHeader](https://github.com/carlonzo/StikkyHeader) - This is a very simple library for Android that allows you to stick an header to a scrollable view and easily apply animation to it\r\n* [medyo/fancybuttons](https://github.com/medyo/fancybuttons) - An Android library to easily create fancy buttons without the need of drawable files.\r\n* [infinum/android_dbinspector](https://github.com/infinum/android_dbinspector) - Android library for viewing and sharing in app databases.\r\n* [codebutler/farebot](https://github.com/codebutler/farebot) - Read data from public transit cards using your NFC Android phone!\r\n* [spring-projects/spring-integration-samples](https://github.com/spring-projects/spring-integration-samples) - You are looking for examples, code snippets, sample applications for Spring Integration? This is the place.\r\n* [spring-projects/spring-android](https://github.com/spring-projects/spring-android) - Support for using Spring when developing native Android applications.\r\n* [emilsjolander/StickyScrollViewItems](https://github.com/emilsjolander/StickyScrollViewItems) - A small android library for tagging views inside a ScrollView as \"sticky\" making them stick to the top of the scroll container until a new sticky view comes and takes it's place\r\n* [dynjs/dynjs](https://github.com/dynjs/dynjs) - ECMAScript runtime for the JVM\r\n* [2dxgujun/AndroidTagGroup](https://github.com/2dxgujun/AndroidTagGroup) - :four_leaf_clover:A beautiful android tag group widget.\r\n* [MartinRGB/GiftCard-Android](https://github.com/MartinRGB/GiftCard-Android) - Simply Implement Dribbble's popular shot\r\n* [Rogero0o/MatchView](https://github.com/Rogero0o/MatchView) - Include MatchTextView and MatchButton..Come..you will like it\r\n* [mitallast/diablo-js](https://github.com/mitallast/diablo-js) - Isometric minimal-code style game at html5 canvas and javascript\r\n* [geftimov/android-pathview](https://github.com/geftimov/android-pathview) - Android view with both path from constructed path or from svg.\r\n* [afollestad/material-cab](https://github.com/afollestad/material-cab) - A simple library for Android, which replaces the stock contextual action bar to allow more customization.\r\n* [moagrius/TileView](https://github.com/moagrius/TileView) - The TileView widget is a subclass of ViewGroup that provides a mechanism to asynchronously display tile-based images for the Android mobile-application development framework, with additional functionality for 2D dragging, flinging, pinch or double-tap to zoom, adding overlaying Views (markers), built-in Hot Spot support, dynamic path drawing, multiple levels of detail, and support for any relative positioning or coordinate system.\r\n* [baasbox/baasbox](https://github.com/baasbox/baasbox) - The BaasBox server\r\n* [apache/incubator-groovy](https://github.com/apache/incubator-groovy) - Mirror of Apache Groovy (Incubating)\r\n* [houkx/android-pluginmgr](https://github.com/houkx/android-pluginmgr) - apk plug apkplug apk load\r\n* [kairosdb/kairosdb](https://github.com/kairosdb/kairosdb) - Fast scalable time series database\r\n* [bpellin/keepassdroid](https://github.com/bpellin/keepassdroid) - KeePass implementation for android\r\n* [Pixplicity/MultiViewPager](https://github.com/Pixplicity/MultiViewPager) - The MultiViewPager is an extension of the support-v4 library's ViewPager that allows the pages to be wider or narrower than the ViewPager itself. It takes care of aligning the pages next to each other, and always keeping the selected page centered.\r\n* [square/seismic](https://github.com/square/seismic) - Android device shake detection.\r\n* [apache/mahout](https://github.com/apache/mahout) - Mirror of Apache Mahout\r\n* [sinaweibosdk/weibo_android_sdk](https://github.com/sinaweibosdk/weibo_android_sdk) - 新浪微博 Android SDK\r\n* [lsjwzh/MaterialLoadingProgressBar](https://github.com/lsjwzh/MaterialLoadingProgressBar) - MaterialLoadingProgressBar provide a styled ProgressBar which looks like SwipeRefreshLayout's loading indicator(support-v4 v21+)\r\n* [dmitry-zaitsev/AndroidSideMenu](https://github.com/dmitry-zaitsev/AndroidSideMenu) - Side menu for android applications\r\n* [mik3y/usb-serial-for-android](https://github.com/mik3y/usb-serial-for-android) - Android USB host serial driver library for CDC, FTDI, Arduino and other devices.\r\n* [jacobmoncur/QuiltViewLibrary](https://github.com/jacobmoncur/QuiltViewLibrary) - Android Quilt View Library\r\n* [igniterealtime/Openfire](https://github.com/igniterealtime/Openfire) - A XMPP server licensed under the Open Source Apache License.\r\n* [tekinarslan/AndroidMaterialDesignToolbar](https://github.com/tekinarslan/AndroidMaterialDesignToolbar) - Android Sample Project with Material Design and Toolbar.\r\n* [pents90/svg-android](https://github.com/pents90/svg-android) - Support for scalable vector graphics in Android\r\n* [KylinOLAP/Kylin](https://github.com/KylinOLAP/Kylin) - This code base is retained for historical interest only, please visit Apache Incubator Repo for latest one\r\n* [darvds/RibbonMenu](https://github.com/darvds/RibbonMenu) - Navigation menu for Android (based off Google+ app)\r\n* [beworker/tinybus](https://github.com/beworker/tinybus) - Simple, lightweight and fast event bus tailored for Android\r\n* [nathanmarz/storm-contrib](https://github.com/nathanmarz/storm-contrib) - A collection of spouts, bolts, serializers, DSLs, and other goodies to use with Storm\r\n* [emilsjolander/android-FlipView](https://github.com/emilsjolander/android-FlipView) - A small, easy to use android library for implementing flipping between views as seen in the popular Flipboard application\r\n* [bboyfeiyu/AndroidEventBus](https://github.com/bboyfeiyu/AndroidEventBus) - A lightweight eventbus library for android, simplifies communication between Activities, Fragments, Threads, Services, etc.\r\n* [lucasr/android-layout-samples](https://github.com/lucasr/android-layout-samples) - Explorations around Android custom layouts\r\n* [lewisjdeane/L-Dialogs](https://github.com/lewisjdeane/L-Dialogs) - A small library replicating the new dialogs in android L.\r\n* [askerov/DynamicGrid](https://github.com/askerov/DynamicGrid) - Drag and drop GridView for Android\r\n* [zzz40500/AndroidSweetSheet](https://github.com/zzz40500/AndroidSweetSheet) - 一个富有动感的Sheet(选择器)\r\n* [wangjiegulu/RapidFloatingActionButton](https://github.com/wangjiegulu/RapidFloatingActionButton) - Quick solutions for Floating Action Button,RapidFloatingActionButton(RFAB)\r\n* [FaizMalkani/Fabulous](https://github.com/FaizMalkani/Fabulous) - [DEPRECATED]\r\n* [premnirmal/Magnet](https://github.com/premnirmal/Magnet) - A library that makes it very simple to create a window icon, similar to Facebooks chat icon.\r\n* [BoD/android-switch-backport](https://github.com/BoD/android-switch-backport) - A backport of the SwitchPreference component that was introduced on Android 4 (ICS / level 14). This port works on Android 2.1+ (Eclair MR1 / level 7).\r\n* [agirbal/umongo](https://github.com/agirbal/umongo) - Desktop app to browse and administer your MongoDB cluster\r\n* [WhisperSystems/BitHub](https://github.com/WhisperSystems/BitHub) - BTC + BitHub = An experiment in funding privacy OSS.\r\n* [vinaysshenoy/mugen](https://github.com/vinaysshenoy/mugen) - Microlibrary for implementing infinite scroll on Android\r\n* [impetus-opensource/Kundera](https://github.com/impetus-opensource/Kundera) - A JPA 2.1 compliant Polyglot Object-Datastore Mapping Library for NoSQL Datastores.Please subscribe to:\r\n* [apache/solr](https://github.com/apache/solr) - Mirror of Apache Solr\r\n* [survivingwithandroid/WeatherLib](https://github.com/survivingwithandroid/WeatherLib) - Android Weather Library: android weather lib to develop weather based app fast and easily\r\n* [rno/Android-ScrollBarPanel](https://github.com/rno/Android-ScrollBarPanel) - Android-ScrollBarPanel allows to attach a View to a scroll indicator like it's done in Path 2.0\r\n* [iammert/MusicPlayerView](https://github.com/iammert/MusicPlayerView) - Android custom view and progress for music player\r\n* [MatthewYork/Colours](https://github.com/MatthewYork/Colours) - A beautiful set of predefined colors and a set of color methods to make your Android development life easier.\r\n* [ogaclejapan/ArcLayout](https://github.com/ogaclejapan/ArcLayout) - A very simple arc layout library for Android\r\n* [SeldonIO/seldon-server](https://github.com/SeldonIO/seldon-server) - Serves predictions via a REST API\r\n* [PaperAirplane-Dev-Team/BlackLight](https://github.com/PaperAirplane-Dev-Team/BlackLight) - A light Sina Weibo client for Android\r\n* [JakeWharton/SwipeToDismissNOA](https://github.com/JakeWharton/SwipeToDismissNOA) - Backport of Roman Nurik's \"Swipe-to-dismiss\" sample code using NineOldAndroids to work on all API levels.\r\n* [AlbertGrobas/MovingImageView](https://github.com/AlbertGrobas/MovingImageView) - Custom ImageView for moving image around the screen (Android)\r\n* [mattprecious/telescope](https://github.com/mattprecious/telescope) - A simple tool to allow easy bug report capturing within your app.\r\n* [Netflix/Priam](https://github.com/Netflix/Priam) - Co-Process for backup/recovery, Token Management, and Centralized Configuration management for Cassandra.\r\n* [alibaba/TProfiler](https://github.com/alibaba/TProfiler) - TProfiler是一个可以在生产环境长期使用的性能分析工具\r\n* [OryxProject/oryx](https://github.com/OryxProject/oryx) - Oryx 2: Lambda architecture on Spark, Kafka for real-time large scale machine learning\r\n* [couchbase/couchbase-lite-android](https://github.com/couchbase/couchbase-lite-android) - Lightweight, embedded, syncable NoSQL database engine for Android.\r\n* [code4craft/netty-learning](https://github.com/code4craft/netty-learning) - Netty learning.\r\n* [HackPlan/AndroidCharts](https://github.com/HackPlan/AndroidCharts) - An easy-to-use Android charts library with animation.\r\n* [cbeust/testng](https://github.com/cbeust/testng) - TestNG testing framework\r\n* [bitfireAT/davdroid](https://github.com/bitfireAT/davdroid) - DAVdroid – CalDAV/CardDAV synchronization for Android 4+ devices\r\n* [rampo/UpdateChecker](https://github.com/rampo/UpdateChecker) - Increase your app's updates\r\n* [AChep/AcDisplay](https://github.com/AChep/AcDisplay) - AcDisplay is a new way of handling notifications in Android.\r\n* [drakeet/SmsCodeHelper](https://github.com/drakeet/SmsCodeHelper) - A very beautiful and easy to use app: \"SmsCodeHelper\" (verification code helper), light, open source, it can automatically copy the code to the user's clipboard, when the user receives the message verification code. Material Design and open source: http://fir.im/codehelper (or Google Play \"SmsCodeHelper\")\r\n* [dannytiehui/androidpn](https://github.com/dannytiehui/androidpn) - An open source project to provide push notification support for Android -- a xmpp based notification server and a client tool kit.\r\n* [card-io/card.io-Android-SDK](https://github.com/card-io/card.io-Android-SDK) - card.io provides fast, easy credit card scanning in mobile apps\r\n* [soarcn/UndoBar](https://github.com/soarcn/UndoBar) - Android Library that implements Snackbars (former known as Undobar) from Google's Material Design documentation.\r\n* [elastic/elasticsearch-hadoop](https://github.com/elastic/elasticsearch-hadoop) - Elasticsearch real-time search and analytics natively integrated with Hadoop\r\n* [bitcoinj/bitcoinj](https://github.com/bitcoinj/bitcoinj) - A library for working with Bitcoin\r\n* [commonsguy/cwac-merge](https://github.com/commonsguy/cwac-merge) - CommonsWare Android Components: MergeAdapter\r\n* [SimonVT/MessageBar](https://github.com/SimonVT/MessageBar) - An Android Toast replacement, similar to the one seen in the GMail app.\r\n* [lucasr/dspec](https://github.com/lucasr/dspec) - Define and render UI specs on top of your Android UI\r\n* [grandcentrix/tray](https://github.com/grandcentrix/tray) - a SharedPreferences replacement for Android with multiprocess support\r\n* [chrisjenx/ParallaxScrollView](https://github.com/chrisjenx/ParallaxScrollView) - A Parallax ScrollView which takes a background and foreground views - DEPRECATED\r\n* [JMPergar/AwesomeText](https://github.com/JMPergar/AwesomeText) - A tool that facilitates working with Spans on TextViews or any extension of them (EditTexts, Buttons...).\r\n* [dersoncheng/MultipleTheme](https://github.com/dersoncheng/MultipleTheme) - Android换肤/夜间模式的Android框架,配合theme和换肤控件框架可以做到无缝切换换肤(无需重启应用和当前页面)。 This framework of Android app support multiple theme(such as day/night mode) and needn’t finish current application or current activity when you switch theme-mode.\r\n* [trifork/erjang](https://github.com/trifork/erjang) - A JVM-based Erlang VM\r\n* [jess-anders/two-way-gridview](https://github.com/jess-anders/two-way-gridview) - An Android GridView that can be configured to scroll horizontally or vertically\r\n* [bagilevi/android-pedometer](https://github.com/bagilevi/android-pedometer) - App for Android phones that counts your steps.\r\n* [JorgeCastilloPrz/FABProgressCircle](https://github.com/JorgeCastilloPrz/FABProgressCircle) - Material progress circle around any FloatingActionButton. 100% Guidelines.\r\n* [tigerguixh/QuickNews](https://github.com/tigerguixh/QuickNews) - this is a news to the client\r\n* [Estimote/Android-SDK](https://github.com/Estimote/Android-SDK) - Estimote SDK for Android\r\n* [quiqueqs/BabushkaText](https://github.com/quiqueqs/BabushkaText) - A simpler way to style your TextViews\r\n* [tavendo/AutobahnAndroid](https://github.com/tavendo/AutobahnAndroid) - WebSocket & WAMP in Java for Android\r\n* [spring-projects/spring-data-jpa](https://github.com/spring-projects/spring-data-jpa) - Simplifies the development of creating a JPA-based data access layer.\r\n* [linkedin/cleo](https://github.com/linkedin/cleo) - A flexible, partial, out-of-order and real-time typeahead search library\r\n* [guerwan/TransitionsBackport](https://github.com/guerwan/TransitionsBackport) - A backport of the new Transitions API for Android\r\n* [QuantumBadger/RedReader](https://github.com/QuantumBadger/RedReader) - An unofficial open source Reddit client for Android.\r\n* [databricks/learning-spark](https://github.com/databricks/learning-spark) - Example code from Learning Spark book\r\n* [SimonVT/android-numberpicker](https://github.com/SimonVT/android-numberpicker) - A backport of the Android 4.2 NumberPicker\r\n* [galenframework/galen](https://github.com/galenframework/galen) - Layout and functional testing framework for websites\r\n* [alibaba/zeus](https://github.com/alibaba/zeus) - Hadoop作业平台\r\n",
+ "note": "Don't delete this file! It's used internally to help with page regeneration."
+}
\ No newline at end of file
diff --git a/stylesheets/github-light.css b/stylesheets/github-light.css
new file mode 100644
index 0000000..0c6b24d
--- /dev/null
+++ b/stylesheets/github-light.css
@@ -0,0 +1,124 @@
+/*
+The MIT License (MIT)
+
+Copyright (c) 2016 GitHub, Inc.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+*/
+
+.pl-c /* comment */ {
+ color: #969896;
+}
+
+.pl-c1 /* constant, variable.other.constant, support, meta.property-name, support.constant, support.variable, meta.module-reference, markup.raw, meta.diff.header */,
+.pl-s .pl-v /* string variable */ {
+ color: #0086b3;
+}
+
+.pl-e /* entity */,
+.pl-en /* entity.name */ {
+ color: #795da3;
+}
+
+.pl-smi /* variable.parameter.function, storage.modifier.package, storage.modifier.import, storage.type.java, variable.other */,
+.pl-s .pl-s1 /* string source */ {
+ color: #333;
+}
+
+.pl-ent /* entity.name.tag */ {
+ color: #63a35c;
+}
+
+.pl-k /* keyword, storage, storage.type */ {
+ color: #a71d5d;
+}
+
+.pl-s /* string */,
+.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
+.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
+.pl-sr /* string.regexp */,
+.pl-sr .pl-cce /* string.regexp constant.character.escape */,
+.pl-sr .pl-sre /* string.regexp source.ruby.embedded */,
+.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */ {
+ color: #183691;
+}
+
+.pl-v /* variable */ {
+ color: #ed6a43;
+}
+
+.pl-id /* invalid.deprecated */ {
+ color: #b52a1d;
+}
+
+.pl-ii /* invalid.illegal */ {
+ color: #f8f8f8;
+ background-color: #b52a1d;
+}
+
+.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
+ font-weight: bold;
+ color: #63a35c;
+}
+
+.pl-ml /* markup.list */ {
+ color: #693a17;
+}
+
+.pl-mh /* markup.heading */,
+.pl-mh .pl-en /* markup.heading entity.name */,
+.pl-ms /* meta.separator */ {
+ font-weight: bold;
+ color: #1d3e81;
+}
+
+.pl-mq /* markup.quote */ {
+ color: #008080;
+}
+
+.pl-mi /* markup.italic */ {
+ font-style: italic;
+ color: #333;
+}
+
+.pl-mb /* markup.bold */ {
+ font-weight: bold;
+ color: #333;
+}
+
+.pl-md /* markup.deleted, meta.diff.header.from-file */ {
+ color: #bd2c00;
+ background-color: #ffecec;
+}
+
+.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
+ color: #55a532;
+ background-color: #eaffea;
+}
+
+.pl-mdr /* meta.diff.range */ {
+ font-weight: bold;
+ color: #795da3;
+}
+
+.pl-mo /* meta.output */ {
+ color: #1d3e81;
+}
+
diff --git a/stylesheets/normalize.css b/stylesheets/normalize.css
new file mode 100644
index 0000000..30366a6
--- /dev/null
+++ b/stylesheets/normalize.css
@@ -0,0 +1,424 @@
+/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
+
+/**
+ * 1. Set default font family to sans-serif.
+ * 2. Prevent iOS text size adjust after orientation change, without disabling
+ * user zoom.
+ */
+
+html {
+ font-family: sans-serif; /* 1 */
+ -ms-text-size-adjust: 100%; /* 2 */
+ -webkit-text-size-adjust: 100%; /* 2 */
+}
+
+/**
+ * Remove default margin.
+ */
+
+body {
+ margin: 0;
+}
+
+/* HTML5 display definitions
+ ========================================================================== */
+
+/**
+ * Correct `block` display not defined for any HTML5 element in IE 8/9.
+ * Correct `block` display not defined for `details` or `summary` in IE 10/11
+ * and Firefox.
+ * Correct `block` display not defined for `main` in IE 11.
+ */
+
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+hgroup,
+main,
+menu,
+nav,
+section,
+summary {
+ display: block;
+}
+
+/**
+ * 1. Correct `inline-block` display not defined in IE 8/9.
+ * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
+ */
+
+audio,
+canvas,
+progress,
+video {
+ display: inline-block; /* 1 */
+ vertical-align: baseline; /* 2 */
+}
+
+/**
+ * Prevent modern browsers from displaying `audio` without controls.
+ * Remove excess height in iOS 5 devices.
+ */
+
+audio:not([controls]) {
+ display: none;
+ height: 0;
+}
+
+/**
+ * Address `[hidden]` styling not present in IE 8/9/10.
+ * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
+ */
+
+[hidden],
+template {
+ display: none;
+}
+
+/* Links
+ ========================================================================== */
+
+/**
+ * Remove the gray background color from active links in IE 10.
+ */
+
+a {
+ background-color: transparent;
+}
+
+/**
+ * Improve readability when focused and also mouse hovered in all browsers.
+ */
+
+a:active,
+a:hover {
+ outline: 0;
+}
+
+/* Text-level semantics
+ ========================================================================== */
+
+/**
+ * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
+ */
+
+abbr[title] {
+ border-bottom: 1px dotted;
+}
+
+/**
+ * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
+ */
+
+b,
+strong {
+ font-weight: bold;
+}
+
+/**
+ * Address styling not present in Safari and Chrome.
+ */
+
+dfn {
+ font-style: italic;
+}
+
+/**
+ * Address variable `h1` font-size and margin within `section` and `article`
+ * contexts in Firefox 4+, Safari, and Chrome.
+ */
+
+h1 {
+ font-size: 2em;
+ margin: 0.67em 0;
+}
+
+/**
+ * Address styling not present in IE 8/9.
+ */
+
+mark {
+ background: #ff0;
+ color: #000;
+}
+
+/**
+ * Address inconsistent and variable font size in all browsers.
+ */
+
+small {
+ font-size: 80%;
+}
+
+/**
+ * Prevent `sub` and `sup` affecting `line-height` in all browsers.
+ */
+
+sub,
+sup {
+ font-size: 75%;
+ line-height: 0;
+ position: relative;
+ vertical-align: baseline;
+}
+
+sup {
+ top: -0.5em;
+}
+
+sub {
+ bottom: -0.25em;
+}
+
+/* Embedded content
+ ========================================================================== */
+
+/**
+ * Remove border when inside `a` element in IE 8/9/10.
+ */
+
+img {
+ border: 0;
+}
+
+/**
+ * Correct overflow not hidden in IE 9/10/11.
+ */
+
+svg:not(:root) {
+ overflow: hidden;
+}
+
+/* Grouping content
+ ========================================================================== */
+
+/**
+ * Address margin not present in IE 8/9 and Safari.
+ */
+
+figure {
+ margin: 1em 40px;
+}
+
+/**
+ * Address differences between Firefox and other browsers.
+ */
+
+hr {
+ box-sizing: content-box;
+ height: 0;
+}
+
+/**
+ * Contain overflow in all browsers.
+ */
+
+pre {
+ overflow: auto;
+}
+
+/**
+ * Address odd `em`-unit font size rendering in all browsers.
+ */
+
+code,
+kbd,
+pre,
+samp {
+ font-family: monospace, monospace;
+ font-size: 1em;
+}
+
+/* Forms
+ ========================================================================== */
+
+/**
+ * Known limitation: by default, Chrome and Safari on OS X allow very limited
+ * styling of `select`, unless a `border` property is set.
+ */
+
+/**
+ * 1. Correct color not being inherited.
+ * Known issue: affects color of disabled elements.
+ * 2. Correct font properties not being inherited.
+ * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
+ */
+
+button,
+input,
+optgroup,
+select,
+textarea {
+ color: inherit; /* 1 */
+ font: inherit; /* 2 */
+ margin: 0; /* 3 */
+}
+
+/**
+ * Address `overflow` set to `hidden` in IE 8/9/10/11.
+ */
+
+button {
+ overflow: visible;
+}
+
+/**
+ * Address inconsistent `text-transform` inheritance for `button` and `select`.
+ * All other form control elements do not inherit `text-transform` values.
+ * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
+ * Correct `select` style inheritance in Firefox.
+ */
+
+button,
+select {
+ text-transform: none;
+}
+
+/**
+ * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
+ * and `video` controls.
+ * 2. Correct inability to style clickable `input` types in iOS.
+ * 3. Improve usability and consistency of cursor style between image-type
+ * `input` and others.
+ */
+
+button,
+html input[type="button"], /* 1 */
+input[type="reset"],
+input[type="submit"] {
+ -webkit-appearance: button; /* 2 */
+ cursor: pointer; /* 3 */
+}
+
+/**
+ * Re-set default cursor for disabled elements.
+ */
+
+button[disabled],
+html input[disabled] {
+ cursor: default;
+}
+
+/**
+ * Remove inner padding and border in Firefox 4+.
+ */
+
+button::-moz-focus-inner,
+input::-moz-focus-inner {
+ border: 0;
+ padding: 0;
+}
+
+/**
+ * Address Firefox 4+ setting `line-height` on `input` using `!important` in
+ * the UA stylesheet.
+ */
+
+input {
+ line-height: normal;
+}
+
+/**
+ * It's recommended that you don't attempt to style these elements.
+ * Firefox's implementation doesn't respect box-sizing, padding, or width.
+ *
+ * 1. Address box sizing set to `content-box` in IE 8/9/10.
+ * 2. Remove excess padding in IE 8/9/10.
+ */
+
+input[type="checkbox"],
+input[type="radio"] {
+ box-sizing: border-box; /* 1 */
+ padding: 0; /* 2 */
+}
+
+/**
+ * Fix the cursor style for Chrome's increment/decrement buttons. For certain
+ * `font-size` values of the `input`, it causes the cursor style of the
+ * decrement button to change from `default` to `text`.
+ */
+
+input[type="number"]::-webkit-inner-spin-button,
+input[type="number"]::-webkit-outer-spin-button {
+ height: auto;
+}
+
+/**
+ * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
+ * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
+ * (include `-moz` to future-proof).
+ */
+
+input[type="search"] {
+ -webkit-appearance: textfield; /* 1 */ /* 2 */
+ box-sizing: content-box;
+}
+
+/**
+ * Remove inner padding and search cancel button in Safari and Chrome on OS X.
+ * Safari (but not Chrome) clips the cancel button when the search input has
+ * padding (and `textfield` appearance).
+ */
+
+input[type="search"]::-webkit-search-cancel-button,
+input[type="search"]::-webkit-search-decoration {
+ -webkit-appearance: none;
+}
+
+/**
+ * Define consistent border, margin, and padding.
+ */
+
+fieldset {
+ border: 1px solid #c0c0c0;
+ margin: 0 2px;
+ padding: 0.35em 0.625em 0.75em;
+}
+
+/**
+ * 1. Correct `color` not being inherited in IE 8/9/10/11.
+ * 2. Remove padding so people aren't caught out if they zero out fieldsets.
+ */
+
+legend {
+ border: 0; /* 1 */
+ padding: 0; /* 2 */
+}
+
+/**
+ * Remove default vertical scrollbar in IE 8/9/10/11.
+ */
+
+textarea {
+ overflow: auto;
+}
+
+/**
+ * Don't inherit the `font-weight` (applied by a rule above).
+ * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
+ */
+
+optgroup {
+ font-weight: bold;
+}
+
+/* Tables
+ ========================================================================== */
+
+/**
+ * Remove most spacing between table cells.
+ */
+
+table {
+ border-collapse: collapse;
+ border-spacing: 0;
+}
+
+td,
+th {
+ padding: 0;
+}
diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css
new file mode 100644
index 0000000..b5f20c2
--- /dev/null
+++ b/stylesheets/stylesheet.css
@@ -0,0 +1,245 @@
+* {
+ box-sizing: border-box; }
+
+body {
+ padding: 0;
+ margin: 0;
+ font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-size: 16px;
+ line-height: 1.5;
+ color: #606c71; }
+
+a {
+ color: #1e6bb8;
+ text-decoration: none; }
+ a:hover {
+ text-decoration: underline; }
+
+.btn {
+ display: inline-block;
+ margin-bottom: 1rem;
+ color: rgba(255, 255, 255, 0.7);
+ background-color: rgba(255, 255, 255, 0.08);
+ border-color: rgba(255, 255, 255, 0.2);
+ border-style: solid;
+ border-width: 1px;
+ border-radius: 0.3rem;
+ transition: color 0.2s, background-color 0.2s, border-color 0.2s; }
+ .btn + .btn {
+ margin-left: 1rem; }
+
+.btn:hover {
+ color: rgba(255, 255, 255, 0.8);
+ text-decoration: none;
+ background-color: rgba(255, 255, 255, 0.2);
+ border-color: rgba(255, 255, 255, 0.3); }
+
+@media screen and (min-width: 64em) {
+ .btn {
+ padding: 0.75rem 1rem; } }
+
+@media screen and (min-width: 42em) and (max-width: 64em) {
+ .btn {
+ padding: 0.6rem 0.9rem;
+ font-size: 0.9rem; } }
+
+@media screen and (max-width: 42em) {
+ .btn {
+ display: block;
+ width: 100%;
+ padding: 0.75rem;
+ font-size: 0.9rem; }
+ .btn + .btn {
+ margin-top: 1rem;
+ margin-left: 0; } }
+
+.page-header {
+ color: #fff;
+ text-align: center;
+ background-color: #159957;
+ background-image: linear-gradient(120deg, #155799, #159957); }
+
+@media screen and (min-width: 64em) {
+ .page-header {
+ padding: 5rem 6rem; } }
+
+@media screen and (min-width: 42em) and (max-width: 64em) {
+ .page-header {
+ padding: 3rem 4rem; } }
+
+@media screen and (max-width: 42em) {
+ .page-header {
+ padding: 2rem 1rem; } }
+
+.project-name {
+ margin-top: 0;
+ margin-bottom: 0.1rem; }
+
+@media screen and (min-width: 64em) {
+ .project-name {
+ font-size: 3.25rem; } }
+
+@media screen and (min-width: 42em) and (max-width: 64em) {
+ .project-name {
+ font-size: 2.25rem; } }
+
+@media screen and (max-width: 42em) {
+ .project-name {
+ font-size: 1.75rem; } }
+
+.project-tagline {
+ margin-bottom: 2rem;
+ font-weight: normal;
+ opacity: 0.7; }
+
+@media screen and (min-width: 64em) {
+ .project-tagline {
+ font-size: 1.25rem; } }
+
+@media screen and (min-width: 42em) and (max-width: 64em) {
+ .project-tagline {
+ font-size: 1.15rem; } }
+
+@media screen and (max-width: 42em) {
+ .project-tagline {
+ font-size: 1rem; } }
+
+.main-content :first-child {
+ margin-top: 0; }
+.main-content img {
+ max-width: 100%; }
+.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
+ margin-top: 2rem;
+ margin-bottom: 1rem;
+ font-weight: normal;
+ color: #159957; }
+.main-content p {
+ margin-bottom: 1em; }
+.main-content code {
+ padding: 2px 4px;
+ font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
+ font-size: 0.9rem;
+ color: #383e41;
+ background-color: #f3f6fa;
+ border-radius: 0.3rem; }
+.main-content pre {
+ padding: 0.8rem;
+ margin-top: 0;
+ margin-bottom: 1rem;
+ font: 1rem Consolas, "Liberation Mono", Menlo, Courier, monospace;
+ color: #567482;
+ word-wrap: normal;
+ background-color: #f3f6fa;
+ border: solid 1px #dce6f0;
+ border-radius: 0.3rem; }
+ .main-content pre > code {
+ padding: 0;
+ margin: 0;
+ font-size: 0.9rem;
+ color: #567482;
+ word-break: normal;
+ white-space: pre;
+ background: transparent;
+ border: 0; }
+.main-content .highlight {
+ margin-bottom: 1rem; }
+ .main-content .highlight pre {
+ margin-bottom: 0;
+ word-break: normal; }
+.main-content .highlight pre, .main-content pre {
+ padding: 0.8rem;
+ overflow: auto;
+ font-size: 0.9rem;
+ line-height: 1.45;
+ border-radius: 0.3rem; }
+.main-content pre code, .main-content pre tt {
+ display: inline;
+ max-width: initial;
+ padding: 0;
+ margin: 0;
+ overflow: initial;
+ line-height: inherit;
+ word-wrap: normal;
+ background-color: transparent;
+ border: 0; }
+ .main-content pre code:before, .main-content pre code:after, .main-content pre tt:before, .main-content pre tt:after {
+ content: normal; }
+.main-content ul, .main-content ol {
+ margin-top: 0; }
+.main-content blockquote {
+ padding: 0 1rem;
+ margin-left: 0;
+ color: #819198;
+ border-left: 0.3rem solid #dce6f0; }
+ .main-content blockquote > :first-child {
+ margin-top: 0; }
+ .main-content blockquote > :last-child {
+ margin-bottom: 0; }
+.main-content table {
+ display: block;
+ width: 100%;
+ overflow: auto;
+ word-break: normal;
+ word-break: keep-all; }
+ .main-content table th {
+ font-weight: bold; }
+ .main-content table th, .main-content table td {
+ padding: 0.5rem 1rem;
+ border: 1px solid #e9ebec; }
+.main-content dl {
+ padding: 0; }
+ .main-content dl dt {
+ padding: 0;
+ margin-top: 1rem;
+ font-size: 1rem;
+ font-weight: bold; }
+ .main-content dl dd {
+ padding: 0;
+ margin-bottom: 1rem; }
+.main-content hr {
+ height: 2px;
+ padding: 0;
+ margin: 1rem 0;
+ background-color: #eff0f1;
+ border: 0; }
+
+@media screen and (min-width: 64em) {
+ .main-content {
+ max-width: 64rem;
+ padding: 2rem 6rem;
+ margin: 0 auto;
+ font-size: 1.1rem; } }
+
+@media screen and (min-width: 42em) and (max-width: 64em) {
+ .main-content {
+ padding: 2rem 4rem;
+ font-size: 1.1rem; } }
+
+@media screen and (max-width: 42em) {
+ .main-content {
+ padding: 2rem 1rem;
+ font-size: 1rem; } }
+
+.site-footer {
+ padding-top: 2rem;
+ margin-top: 2rem;
+ border-top: solid 1px #eff0f1; }
+
+.site-footer-owner {
+ display: block;
+ font-weight: bold; }
+
+.site-footer-credits {
+ color: #819198; }
+
+@media screen and (min-width: 64em) {
+ .site-footer {
+ font-size: 1rem; } }
+
+@media screen and (min-width: 42em) and (max-width: 64em) {
+ .site-footer {
+ font-size: 1rem; } }
+
+@media screen and (max-width: 42em) {
+ .site-footer {
+ font-size: 0.9rem; } }