full_name stringlengths 7 70 | description stringlengths 4 590 ⌀ | created_at stringlengths 20 20 | last_commit float64 | readme stringlengths 14 559k ⌀ | label int64 0 1 |
|---|---|---|---|---|---|
jhy/jsoup | jsoup: the Java HTML parser, built for HTML editing, cleaning, scraping, and XSS safety. | 2009-12-19T01:29:58Z | null | # jsoup: Java HTML Parser
**jsoup** is a Java library that makes it easy to work with real-world HTML and XML. It offers an easy-to-use API for URL fetching, data parsing, extraction, and manipulation using DOM API methods, CSS, and xpath selectors.
**jsoup** implements the [WHATWG HTML5](https://html.spec.whatwg.org... | 0 |
houbb/sensitive-word | 👮♂️The sensitive word tool for java.(敏感词/违禁词/违法词/脏词。基于 DFA 算法实现的高性能 java 敏感词过滤工具框架。请勿发布涉及政治、广告、营销、翻墙、违反国家法律法规等内容。高性能敏感词检测过滤组件,附带繁体简体互换,支持全角半角互换,汉字转拼音,模糊搜索等功能。) | 2020-01-07T03:10:44Z | null | # sensitive-word
[sensitive-word](https://github.com/houbb/sensitive-word) 基于 DFA 算法实现的高性能敏感词工具。
[](http://mvnrepository.com/artifact/com.github.houbb/sensitive-word)
[
欢迎点赞加星,评论打call、加群:810970432
在该框架中包括了用 Spring Cloud 构建微服务的一系列基本组件和框架,对于后台服务... | 0 |
jbox2d/jbox2d | a 2d Java physics engine, native java port of the C++ physics engines Box2D and LiquidFun | 2014-01-05T07:15:53Z | null | jbox2d
======
**Please see the [project's BountySource page](https://www.bountysource.com/teams/jbox2d) to vote on issues that matter to you.** Commenting/voting on issues helps me prioritize the small amount of time I have to maintain this library :)
JBox2d is a Java port of the C++ physics engines [LiquidFun](http... | 0 |
krahets/hello-algo | 《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing | 2022-11-04T11:08:34Z | null | <p align="center">
<a href="https://www.hello-algo.com/">
<img src="https://www.hello-algo.com/index.assets/hello_algo_header.png" width="450"></a>
</p>
<p align="center">
<img style="height: 60px;" src="https://readme-typing-svg.demolab.com?font=Noto+Sans+SC&weight=400&duration=3500&pause=2000&color=21C8B8&ce... | 0 |
jiang111/IndexRecyclerView | [DEPRECATED] a Contact list implements by RecyclerView | 2016-02-02T05:51:58Z | null | [](https://jitpack.io/#jiang111/IndexRecyclerView)
### a Contact list implements by Recyclerview
### usage:
Step 1. Add the JitPack repository to your build file
Add it in your root build.gradle at the end of repositories:
```
allprojects {
repositories {
... | 0 |
SimonVT/schematic | Automatically generate ContentProviders | 2014-05-04T16:46:00Z | null | Schematic
=========
Automatically generate a ContentProvider backed by an SQLite database.
Usage
=====
First create a class that contains the columns of a database table.
```java
public interface ListColumns {
@DataType(INTEGER) @PrimaryKey @AutoIncrement String _ID = "_id";
@DataType(TEXT) @NotNull String T... | 0 |
hongyangAndroid/Highlight | 一个用于app指向性功能高亮的库 | 2015-10-08T15:03:40Z | null | # Highlight
[  ](https://bintray.com/isanwenyu/maven/Highlight/_latestVersion)
一个用于app指向性功能高亮的库。
有任何意见,欢迎提issue。新建dev分支,欢迎pull request。
## 效果图
竖屏:
<img src="gif/high_light_demo.gif" width="320px"/>
横屏:
<img src="gif/highli... | 0 |
flavienlaurent/datetimepicker | DateTimePicker is a library which contains the beautiful DatePicker that can be seen in the new Google Agenda app. | 2013-06-02T18:22:24Z | null | Official source:
https://android.googlesource.com/platform/frameworks/opt/datetimepicker/
(Android 4.3+)
#DateTimePicker
DateTimePicker is a library which contains the beautiful DatePicker and TimePicker that can be seen in the new Google Agenda app.
**This picker is available for 2.1+**
You have a recurrence pic... | 0 |
takahirom/PreLollipopTransition | Simple tool which help you to implement activity and fragment transition for pre-Lollipop devices. | 2015-03-25T16:00:32Z | null | # PreLollipopTransition
 [](https://android-arsenal.com/api?level=14)
Simple tool which he... | 0 |
waynell/VideoListPlayer | Play video in ListView or RecyclerView | 2016-03-18T10:49:00Z | null | [](https://github.com/waynell/VideoListPlayer) [](https://jitpack.io/#waynell/VideoListPlayer)
# VideoListPlayer
VideoListPlayer实现了在列表控件(ListView, ... | 0 |
razerdp/FriendCircle | // 一起来撸个朋友圈吧 | 2016-02-09T15:51:46Z | null | FriendCircle
---
### 一起来撸个朋友圈吧(重构版)
如您所见,现在的工程运行起来将会是一片空白,原因很简单——我正在进行第三次重构。
本次重构将会引起如下改动:
- 项目整体全面替换,旧有代码完全删除
- 所有控件将会重写
- 组件化将会采取全新的一套(这里组件化参考AppJoint的思想,但会自行写出apt代码)
- 尽可能少的依赖第三方
- 抛弃MVP,回归最原始的MVC,原因不再阐述
- 直播撸代码,本次重构会直播写代码哦~如果有人在直播中提问我会回答,否则的话应该只会看到我在静静的撸代码,如果没时间看直播可以看回放~
- 直播地址:[https://live.bilibili.... | 0 |
mzule/FantasySlide | Another sliding menu base on DrawerLayout | 2016-09-07T15:17:04Z | null | # FantasySlide
[](https://bintray.com/mzule/maven/fantasy-slide/_latestVersion)
[](https://android-arsenal.com/api?level=15)
<a href="http://www.methodscount.co... | 0 |
h2oai/h2o-2 | Please visit https://github.com/h2oai/h2o-3 for latest H2O | 2013-02-06T03:09:38Z | null | # Caution: H2O-3 is now the current H2O!
# Please visit <https://github.com/h2oai/h2o-3>
---
---
H2O
========
H2O makes Hadoop do math! H2O scales statistics, machine learning and math over BigData. H2O is extensible and users can build blocks using simple math legos in the core. H2O keeps familiar interfaces like... | 0 |
Kelin-Hong/ScrollablePanel | A flexible view for providing a limited rect window into a large data set,just like a two-dimensional RecyclerView. It different from RecyclerView is that it's two-dimensional(just like a Panel) and it pin the itemView of first row and first column in their original location. | 2016-11-28T06:41:44Z | null | # ScrollablePanel
---
A flexible view for providing a limited rect window into a large data set,just like a two-dimensional RecyclerView.
It different from RecyclerView is that it's two-dimensional(just like a Panel) and it pin the itemView of first row and first column in their original location.
. My PhD was sponsored by [dunnhumby](http://www.dunnhumby.com/).
StackNet is empowered by [H2O](https://github.co... | 0 |
VoltDB/voltdb | Volt Active Data | 2011-09-23T18:46:12Z | null | What is Volt Active Data?
====================
Thank you for your interest in Volt Active Data!
Volt Active Data provides reliable data services for today's demanding applications. A distributed, horizontally-scalable, ACID-compliant database that provides streaming, storage, and real-time analytics for applications ... | 0 |
tinkerpop/gremlin | A Graph Traversal Language (no longer active - see Apache TinkerPop) | 2009-11-20T05:35:34Z | null | null | 0 |
Xunzhuo/Algorithm-Guide | Xunzhuo`s Tutorials of Algorithm and Data Structure 🚀🚀🚀 | 2020-04-29T00:04:11Z | null | <div align ="center">
<h1>
Algorithm Guide
</h1>
</div>
本仓库带你系统掌握程序员必知必会的**算法**和**数据结构**
本仓库主要有**两个分支**:
+ **master分支**:最近的新分支,也是以后日常维护的主分支,内容为算法和数据结构的教程。
+ **Collections 分支**:以前的主分支,整理了算法和数据结构的资料,现作为辅助分支:[这里访问](https://github.com/Xunzhuo/Algorithms-in-4-Steps/tree/Collections)
> **算法部分**基本完成,**数据结构**还有... | 1 |
normanmaurer/netty-in-action | null | 2012-10-23T05:56:42Z | null | This Repository contains the source-code for all chapters of the book [Netty in Action](http://manning.com/maurer)
by Norman Maurer and Marvin Allen Wolfthal.
Latest version: https://github.com/normanmaurer/netty-in-action/tree/2.0-SNAPSHOT
Enjoy! Feedback and PR's welcome!
Prerequisites
JDK 1.7.0u71 or better
... | 0 |
RichardWarburton/java-8-lambdas-exercises | Exercises and Answers for Java 8 Lambdas book | 2014-02-09T23:40:54Z | null | java-8-lambdas-exercises
========================
This git repository contains support material for the [Java 8 Lambdas](https://www.oreilly.com/library/view/java-8-lambdas/9781449370831/) book.
Project Structure
-----------------
The overall code layout is:
* Code is in `src/main/java`
* Tests are in `src/test/jav... | 0 |
waylau/netty-4-user-guide-demos | Netty demos. (Netty 案例大全) | 2015-02-11T03:33:47Z | null | # Netty demos. (Netty 案例大全)
Demos of [Netty 4.x User Guide](https://github.com/waylau/netty-4-user-guide) 《Netty 4.x 用户指南》/《Netty原理解析与开发实战》,文中用到的例子源码。
## 版本
涉及的相关技术及版本如下。
* Netty 4.1.52.Final
* Jackson 2.10.1
* JUnit 5.5.2
## 示例
包含示例如下:
* [Java标准I/O实现Echo服务器、客户端](netty4-demos/src/main/java/com/waylau/java/demo... | 1 |
5hmlA/Jgraph | :fire: 一个视觉效果还不错的图表控件(停止维护了,不建议直接用到项目) | 2016-05-07T12:57:27Z | null | ## Star History
[](https://star-history.com/#5hmlA/Jgraph&Date)
# Jgraph
[](https://www.apache.org/licenses/LICENSE-2.0)
[
| 0 |
boylegu/SpringBoot-vue | A example demo base SpringBooot with vueJS2.x + webpack2.x as Java full stack web practice | 2017-06-20T07:07:19Z | null | []()
[]()
[]()
[]()
[](https://github.com/eleme/UETool/releases) [](https://developer.android.com/index.html) [... | 0 |
kaitoy/pcap4j | A Java library for capturing, crafting, and sending packets. | 2011-12-18T07:47:00Z | null | [Japanese](/README_ja.md)
<img alt="Pcap4J" title="Pcap4J" src="https://github.com/kaitoy/pcap4j/raw/v1/www/images/logos/pcap4j-logo-color.png" width="70%" style="margin: 0px auto; display: block;" />
[Logos](https://github.com/kaitoy/pcap4j/blob/v1/www/logos.md)
[](LICENSE)
[](https://github.com/laodaobazi/ldbz-shop)[
The interesting part is that you can even use IE6 with... | 0 |
apache/incubator-hugegraph | A graph database that supports more than 100+ billion data, high performance and scalability (Include OLTP Engine & REST-API & Backends) | 2018-07-18T03:30:20Z | null | <h1 align="center">
<img width="720" alt="hugegraph-logo" src="https://github.com/apache/incubator-hugegraph/assets/38098239/e02ffaed-4562-486b-ba8f-e68d02bb0ea6" style="zoom:100%;" />
</h1>
<h3 align="center">A graph database that supports more than 10 billion data, high performance and scalability</h3>
<div ali... | 0 |
confluentinc/kafka-streams-examples | Demo applications and code examples for Apache Kafka's Streams API. | 2017-08-18T22:07:36Z | null | # Kafka Streams Examples
This project contains code examples that demonstrate how to implement real-time applications and event-driven
microservices using the Streams API of [Apache Kafka](http://kafka.apache.org/) aka Kafka Streams.
For more information take a look at the
[**latest Confluent documentation on the Kaf... | 1 |
jeecgboot/jeewx-boot | JAVA版免费开源的微信管家平台。支持微信公众号、小程序、第三方平台等。平台已经实现了公众号基础管理、群发、系统权限、抽奖活动、小程序官网等功能,便于二次开发,可以快速搭建微信应用! | 2019-06-22T03:52:24Z | null |
Jeewx-Boot 免费微信管家平台
==========
当前最新版本: 1.3(发布日期:20200916)
[](https://github.com/zhangdaiscott/jeewx-boot/blob/master/LICENSE)
[](http://www.jeewx.com)
[–SSM框架构建积分系统和基本商品检索系统(Spring+SpringMVC+MyBatis+Lucene+Redis+MAVEN) | 2017-04-01T13:09:08Z | null | ### J2EE项目系列(四)–SSM框架构建积分系统和基本商品检索系统(Spring+SpringMVC+MyBatis+Lucene+Redis+MAVEN)
### 喜欢就给个star吧!!!谢谢!
#### 并附带一系列的博客文章:
#### (一)[项目框架整合构建](http://blog.csdn.net/Jack__Frost/article/details/68932117)
#### (二)[建立商品数据库和Lucene的搭建](http://blog.csdn.net/jack__frost/article/details/68947868)
#### (三)[ Redis系列(一)--安装、hellowor... | 0 |
thombergs/code-examples | A collection of code examples from blog posts etc. | 2017-07-30T14:12:24Z | null | # Example Code Repository
[](https://github.com/thombergs/code-examples/actions?query=workflow%3ACI)
This repo contains example projects which show how to use different (not only) Java technologies.
The examples are usually accompanied by a blog ... | 1 |
JakeWharton/ProcessPhoenix | Process Phoenix facilitates restarting your application process. | 2015-07-08T05:39:28Z | null | Process Phoenix
===============
Process Phoenix facilitates restarting your application process.
This should only be used for things like fundamental state changes in your debug builds (e.g.,
changing from staging to production).
Usage
-----
Start the default activity in a new process:
```java
ProcessPhoenix.trig... | 0 |
Cleveroad/FanLayoutManager | Using Fan Layout Manager you can implement the horizontal list, the items of which move like fan blades | 2016-09-29T13:31:59Z | null | #FanLayoutManager [](https://github.com/sindresorhus/awesome) <img src="https://www.cleveroad.com/public/comercial/label-android.svg" height="20"> <a href="https://www.cleveroad.com/?utm_source=github&utm_med... | 0 |
redhat-scholars/istio-tutorial | Istio Tutorial for https://dn.dev/master | 2017-11-17T01:26:56Z | null | null | 1 |
fabric8io/docker-maven-plugin | Maven plugin for running and creating Docker images | 2014-03-26T06:10:05Z | null | # docker-maven-plugin
[](https://maven-badges.herokuapp.com/maven-central/io.fabric8/docker-maven-plugin/)
[ by [Gayle Laakmann McDowell](http://www.gayle.com/).
Crowdsourcing solutions for every widely used programming language. **Contributions welcome**.
## Cloning
Soluti... | 0 |
Netflix/mantis | A platform that makes it easy for developers to build realtime, cost-effective, operations-focused applications | 2019-06-06T23:44:48Z | null | <img alt="Mantis logo" src="./.assets/mantis.png" width="200" align="right">
# Mantis Documentation
[](https://travis-ci.com/Netflix/mantis)
[](https://github.com/Netflix/manti... | 0 |
WhiteHSBG/JNDIExploit | 对原版https://github.com/feihong-cs/JNDIExploit 进行了实用化修改 | 2021-12-30T09:00:16Z | null | # JNDIExploit
一款用于 ```JNDI注入``` 利用的工具,大量参考/引用了 ```Rogue JNDI``` 项目的代码,支持直接```植入内存shell```,并集成了常见的```bypass 高版本JDK```的方式,适用于与自动化工具配合使用。
对 [@feihong-cs](https://github.com/feihong-cs) 大佬的项目https://github.com/feihong-cs/JNDIExploit 进行了一些改进,tomcatBypass现可直接上线msf。见添加内容2
---
## 免责声明
该工具仅用于安全自查检测
由于传播、利用此工具所提供的信息而造成的任... | 0 |
pagehelper/pagehelper-spring-boot | pagehelper-spring-boot | 2017-01-01T15:04:19Z | null | # PageHelper integration with Spring Boot
PageHelper-Spring-Boot-Starter 帮助你集成分页插件到 Spring Boot。
PageHelper-Spring-Boot-Starter will help you use PageHelper with Spring Boot.
Support PageHelper 6.x
## How to use
在 pom.xml 中添加如下依赖:
Add the following dependency to your pom.xml:
```xml
<dependency>
<groupId>com.g... | 0 |
XiaoMi/mone | No description, website, or topics provided | 2021-01-22T05:20:18Z | null | <div align='center'>
<a href="https://github.com/XiaoMi/mone">
<img width="500" style='background:black' src="https://img.youpin.mi-img.com/middlewareGroup/1bd0957f930473e6449e3c34d52df98a.png">
</a>
</div>
<div align='center'>
<br>
<h2 align='center' >Provided by Xiaomi Mione Team </h2>
<br>
</div>
Mo... | 0 |
jfree/jfreechart | A 2D chart library for Java applications (JavaFX, Swing or server-side). | 2016-02-01T21:43:12Z | null | JFreeChart
==========
Version 2.0.0, not yet released.
[](https://maven-badges.herokuapp.com/maven-central/org.jfree/jfreechart)
Overview
--------
JFreeChart is a comprehensive free chart library for the Java™ plat... | 0 |
jknack/handlebars.java | Logic-less and semantic Mustache templates with Java | 2012-05-27T03:22:22Z | null | [](https://patreon.com/edgarespina)
[](https://maven-badges.herokuapp.com/maven-central/com.github.jknack/handlebars)
[](https://gitter.im/openzipkin/zipkin)
[](https://github.com/openzipkin/brave/actions?query=workflow%3Atest)
[. | 2016-05-06T13:20:04Z | null | # Eclipse Milo
[](https://ci.eclipse.org/milo/)
[](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.eclipse.milo%22%20AND%20a%3A%22milo%2... | 0 |
d3vilbug/HackBar | HackBar plugin for Burpsuite | 2018-09-02T16:04:20Z | null | # HackBar (Burpsuite Plugin)
[](https://github.com/ellerbrock/open-source-badge/)
[](http://badge.fury.io/gh/boennemann%2Fbadges)
[](https://github.com/AsyncHttpClient/async-http-client/actions/workflows/builds.yml)

Follow [@AsyncHt... | 0 |
apache/ignite | Apache Ignite | 2015-02-19T08:00:05Z | null | # Apache Ignite
<a href="https://ignite.apache.org/"><img src="https://github.com/apache/ignite-website/blob/master/assets/images/apache_ignite_logo.svg" hspace="20"/></a>
[](https://travis-ci.org/apache/ignite)
[ | 2018-08-09T09:27:04Z | null | # ZXingLite

[](https://raw.githubusercontent.com/jenly1314/ZXingLite/master/app/release/app-release.apk)
[](https://repo... | 0 |
shuleisanshi/myblog | I think myblog is a very good project, which is divided into front-end module and back-end module. I have used the most popular SSM architecture to design the main frame and added many functions to my personal blog, such as: authority, comment, reply and recommend. these functions can also be used in the enterprise. We... | 2019-10-31T06:13:35Z | null | ### Project name:
myblog
### Introduction:
I think myblog is a very good project, which is divided into front-end module and back-end module. I have used the most popular SSM architecture to design the main frame and added many functions to my personal blog, such as: authority, comment, reply and recommend... | 0 |
in28minutes/devops-master-class | Devops Tutorial for Beginners - Learn Docker, Kubernetes, Terraform, Ansible, Jenkins and Azure Devops | 2020-01-20T03:46:30Z | null | null | 1 |
threedr3am/learnjavabug | Java安全相关的漏洞和技术demo,原生Java、Fastjson、Jackson、Hessian2、XML反序列化漏洞利用和Spring、Dubbo、Shiro、CAS、Tomcat、RMI、Nexus等框架\中间件\功能的exploits以及Java Security Manager绕过、Dubbo-Hessian2安全加固等等实践代码。 | 2018-05-04T11:42:14Z | null | *本项目仅用于安全研究,禁止使用本项目发起非法攻击,造成的后果使用者负责*
这是一个个人用于复现、公开一些感兴趣、或者影响稍大的漏洞的项目,没有多少技术含量,权当个人技术笔记。
---
### fastjson
该模块主要记录一些fastjson的利用gadget,不过很多gadget并没有记录在案。
##### RCE相关
package:com.threedr3am.bug.fastjson.rce
1. com.threedr3am.bug.fastjson.rce.FastjsonSerialize(TemplatesImpl) 利用条件:fastjson <= 1.2.24 + Feature.SupportN... | 0 |
LianjiaTech/retrofit-spring-boot-starter | A spring-boot starter for retrofit, supports rapid integration and feature enhancements.(适用于retrofit的spring-boot-starter,支持快速集成和功能增强) | 2020-04-04T01:44:57Z | null |
## retrofit-spring-boot-starter
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](https://travis-ci.com/github/LianjiaTech/retrofit-spring-bo... | 0 |
spring-projects/spring-loaded | Java agent that enables class reloading in a running JVM | 2012-12-06T23:17:42Z | null | # Welcome to Spring-Loaded
## What is Spring Loaded?
Spring Loaded is a JVM agent for reloading class file changes whilst a JVM is running. It transforms
classes at loadtime to make them amenable to later reloading. Unlike 'hot code replace' which only allows
simple changes once a JVM is running (e.g. changes to met... | 0 |
testcontainers/testcontainers-java | Testcontainers is a Java 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. | 2015-04-12T12:44:59Z | null | # Testcontainers
[](https://maven-badges.herokuapp.com/maven-central/org.testcontainers/testcontainers)
[](https://github.com/codespaces/ne... | 0 |
PlexPt/chatgpt-java | ChatGPT Java SDK。支持 GPT3.5、 GPT4 API。开箱即用。 | 2022-12-07T04:55:33Z | null | <h1 style="text-align: center; color: hotpink; -webkit-animation: rainbow 5s infinite; -moz-animation: rainbow 5s infinite; -o-animation: rainbow 5s infinite; animation: rainbow 5s infinite;">ChatGPT Java API</h1>

[ server that enables business users to analyze large quantities of data in real-time. | 2012-03-19T17:03:39Z | null | # Welcome to Mondrian
Mondrian is an Online Analytical Processing (OLAP) server that enables business users to analyze large quantities of data in real-time.
## Sub modules
* **mondrian** - the core mondrian java library
* **workbench** - A desktop GUI for generating Mondrian schemas
| 0 |
real-logic/simple-binary-encoding | Simple Binary Encoding (SBE) - High Performance Message Codec | 2013-09-03T09:13:34Z | null | Simple Binary Encoding (SBE)
============================
[](https://www.javadoc.io/doc/uk.co.real-logic/sbe-tool)
[](https://github.com/real-logic/simple-binary-... | 0 |
minio/minio-java | MinIO Client SDK for Java | 2015-05-02T23:01:03Z | null | # MinIO Java SDK for Amazon S3 Compatible Cloud Storage [](https://slack.min.io)
MinIO Java SDK is Simple Storage Service (aka S3) client to perform bucket and object operations to any Amazon S3 compatible object storage service.
For a complete list of APIs and examples, p... | 0 |
validator/validator | Nu Html Checker – Helps you catch problems in your HTML/CSS/SVG | 2010-12-03T02:00:23Z | null | # The Nu Html Checker (v.Nu) [![Chat room][1]][2] [![Download latest][3]][4]
[1]: resources/matrix-chat.svg
[2]: https://matrix.to/#/#validator_validator:gitter.im
[3]: resources/download-latest.svg
[4]: https://github.com/validator/validator/releases/latest
The Nu Html Checker (v.Nu) helps you [catch uni... | 0 |
tianshiyeben/wgcloud | Linux运维监控工具,支持系统硬件信息,内存,cpu,温度,磁盘空间及IO,硬盘smart,系统负载,网络流量等监控,服务接口,大屏展示,拓扑图,进程监控,端口监控,docker监控,文件防篡改,日志监控,数据可视化,web ssh,堡垒机,指令下发批量执行,Linux面板(探针),SNMP,故障告警 | 2019-01-15T02:02:21Z | null | <p align="center">
<a target="_blank" href="http://www.wgstart.com">
<img src="./demo/logo.png">
</a>
</p>
## WGCLOUD
[中文版README](./README_cn.md)
Wgcloud design idea is a new generation of very simple operation and maintenance monitoring system, which advocates rapid deployment, reduces the difficulty of ... | 0 |
micronaut-projects/micronaut-core | Micronaut Application Framework | 2018-03-07T12:05:08Z | null | # Micronaut Framework
[](https://github.com/micronaut-projects/micronaut-core/actions)
[](https://g... | 0 |
lihangleo2/ShadowLayout | 可定制化阴影的万能阴影布局ShadowLayout 3.0 震撼上线。效果赶超CardView。阴影支持x,y轴偏移,支持阴影扩散程度,支持阴影圆角,支持单边或多边不显示阴影;控件支持动态设置shape和selector(项目里再也不用画shape了);支持随意更改颜色值,支持随意更改颜色值,支持随意更改颜色值。重要的事情说三遍 | 2019-07-09T07:17:06Z | null | # 万能阴影布局-ShadowLayout
[](https://jitpack.io/#lihangleo2/ShadowLayout)
[](https://github.com/lihangleo2/ShadowLayout/blob/master/LICENSE)
## 特点功能
任何view被包裹后即可享受阴影,以及系统shape,selector功能(清空项目drawable文件夹)。具体介绍如下:
```
支持... | 0 |
alibaba/QLExpress | QLExpress is a powerful, lightweight, dynamic language for the Java platform aimed at improving developers’ productivity in different business scenes. | 2017-03-15T08:39:54Z | null | # QLExpress基本语法
[](https://gitter.im/QLExpress/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
# 一、背景介绍
由阿里的电商业务规则、表达式(布尔组合)、特殊数学公式计算(高精度)、语法分析、脚本二次定制等强需求而设计的一门动态脚本引擎解析工具。
在阿里集团有很强的影响力,... | 0 |
rengwuxian/RxJavaSamples | RxJava 2 和 Retrofit 结合使用的几个最常见使用方式举例 | 2016-03-24T13:08:10Z | null | 样例代码已正式切换到基于 RxJava 2
================
> 需要旧版 RxJava 1 代码的点[这里](https://github.com/rengwuxian/RxJavaSamples/tree/1.x)
### 项目介绍
RxJava 2 和 Retrofit 结合使用的几个最常见使用方式举例。
1. **基本使用**
实现最基本的网络请求和结果处理。

2. **转换(map)**
把返回的数据转换成更方便处理的格式再交给 Observer。
](https://travis-ci.org/mzheravin/exchange-core)
[](https://www.javadoc.io/doc/exchange.core2/exchange-core)
[
<h1 align="center">MyPerf4J</h1>
<div align="center">
一个针对高并发、低延迟应用设计的高性能 Java 性能监控和统计工具。
[](https://github.com/LinShunKang/MyPerf4J) [
# LuckPerms
[](https://ci.lucko.me/job/LuckPerms/)
[](https://javadoc.io/doc/net.luckperms/api)
[][npm]
[][npm]
[][npm]
[npm]: https://www.npmjs.com/package/react-native-... | 0 |
leotyndale/EnFloatingView | 🔥应用内悬浮窗,无需一切权限,适配所有ROM和厂商,no permission floating view. | 2018-03-15T11:40:59Z | null | [](http://www.imuxuan.com/)
EnFloatingView
==========================
[](https://bintray.com/leotyndale/Muxuan/EnFloatingView)
[
技术交流群:[46505645](https://jq.qq.com/?_wv=1027&k=5wY8UWl)
----
本库是基于RecyclerView的封装,提供了Item侧滑菜单、Item滑动删除、Item长按拖拽、添加HeaderView/FooterView、加载更多、Item点击监听等基本功能。
## 特性
1. Item侧滑菜单,支持水平分布、垂直分布
2. Item长按拖拽、侧滑删除
3. 添加/移除HeaderView/Footer... | 0 |
angryip/ipscan | Angry IP Scanner - fast and friendly network scanner | 2011-06-28T20:58:48Z | null | # Angry IP Scanner
This is the source code of Angry IP Scanner, licensed with GPL v2. [Official site](https://angryip.org/)
The code is written mostly in Java (currently, source level 11).
[SWT library from Eclipse project](https://eclipse.org/swt/) is used for GUI that provides native components for each supported p... | 0 |
pmd/pmd | An extensible multilanguage static code analyzer. | 2012-07-11T18:03:00Z | null | # PMD - source code analyzer

[](https://app.gitter.im/#/room/#pmd_pmd:gitter.im?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[!... | 0 |
PaperMC/Velocity | The modern, next-generation Minecraft server proxy. | 2018-07-24T00:51:53Z | null | # Velocity
[](https://papermc.io/downloads/velocity)
[](https://discord.gg/papermc)
A Minecraft server proxy with unparalleled... | 0 |
google/auto | A collection of source code generators for Java. | 2013-05-22T21:41:56Z | null | # Auto
[](https://github.com/google/auto/actions/workflows/ci.yml)
A collection of source code generators for [Java][java].
## Overview
[Java][java] is full of code that is mechanical, repetitive, typically untested
and sometimes the ... | 0 |
google/tsunami-security-scanner | Tsunami is a general purpose network security scanner with an extensible plugin system for detecting high severity vulnerabilities with high confidence. | 2020-06-03T16:20:00Z | null | # Tsunami

Tsunami is a general purpose network security scanner with an extensible plugin
system for detecting high severity vulnerabilities with high confidence.
To learn more about Tsunami, visit our
[documentation](https://gith... | 0 |
primefaces/primefaces | Ultimate Component Suite for JavaServer Faces | 2015-04-11T09:48:53Z | null | [](https://repo.maven.apache.org/maven2/org/primefaces/primefaces/)
[](https://github.com/primefaces/primefaces/actions/workflows/build.yml)
[
## 0.For Me
仅仅只是想写给自己看
一个记录我Java安全学习过程的仓库,本仓库不是真正意义上的教学仓库(rep中的内容都是我在平时的一些笔记没有很强逻辑性,内容水平自然也是参差不齐,可能有些对我来说很简单的便忽略不计对其他人来说却是难点,因此作为一... | 0 |
freeplane/freeplane | Application for Mind Mapping, Knowledge Management, Project Management. Develop, organize and communicate your ideas and knowledge in the most effective way. | 2012-09-13T08:55:51Z | null | Freeplane
=========
[](https://sourceforge.net/projects/freeplane/files/stats/timeline)
[](https://github.com/freeplane/freeplane/stargazers)
[![GitHub fo... | 0 |
MostafaGazar/CustomShapeImageView | A library for supporting custom shaped ImageView(s) using SVGs and paint shapes | 2013-11-02T15:08:22Z | null | CustomShapeImageView Demo ([Play Store Demo][1])
-------------------------
A library for supporting custom shaped ImageView(s) using SVGs and paint shapes
You can also use this gist https://gist.github.com/MostafaGazar/ee345987fa6c8924d61b if you do not want to add this library project to your codebase.
[ (supports `javax.{inject,servlet,persistence}`, [mostly supports](https://github.com/google/guice/wiki/Guice600#jee-jakarta-transition) `jakarta.inject`)**
* **[7.0.0](https://github.com/google/guice/wiki/Guice700) (... | 0 |
hamvocke/spring-testing | A Spring Boot application with lots of test examples | 2017-05-12T06:49:12Z | null | # The Practical Test Pyramid: Spring Boot Edition
[](https://circleci.com/gh/hamvocke/spring-testing/tree/master)
This repository contains a *Spring Boot* application with lots of test examples on different levels of the [Test P... | 1 |
apache/shenyu | Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance. | 2018-07-11T08:17:45Z | null | 

<p align="center">
<strong>Scalable, High Performance, Responsive API Gateway Solut... | 0 |
blossom-editor/blossom | A markdown editor that you can deploy on your own servers to achieve cloud storage and device synchronization(支持私有部署的云端存储双链笔记软件) | 2023-08-07T03:02:17Z | null | ### [English](./README-EN.md) | [中文](./README.md)
<p align="center">
<img src="./doc/imgs/blossom_name.png" height="auto">
</p>
<p align="center">
<a href="https://www.wangyunf.com/blossom-demo/#/settingindex">💻️ 试用</a> | <a href="https://www.wangyunf.com/blossom-doc/index.html">📃 文档</a> | <a href="https://www.wangy... | 0 |
rubenlagus/TelegramBots | Java library to create bots using Telegram Bots API | 2016-01-14T00:13:07Z | null | # Telegram Bot Java Library
[](https://telegram.me/JavaBotsApi)
[](https://travis-ci.org/rubenlagus/TelegramBots)
[](https://jitpack.io/#rubenlagus/T... | 0 |
alibaba/easyexcel | 快速、简洁、解决大文件内存溢出的java处理Excel工具 | 2018-02-06T03:14:08Z | null |
EasyExcel
======================
[](https://github.com/alibaba/easyexcel/actions/workflows/ci.yml?query=branch%3Amaster)
[ | 2011-07-22T21:47:27Z | null | <img align="right" width="250" height="250" src="https://spring.io/img/projects/spring-integration.svg?v=2">
# Spring Integration
[](https://github.com/spring-projects/spring-integration/actions/workflows... | 0 |
ZHENFENG13/My-Blog | :palm_tree::octocat:A simple & beautiful blogging system implemented with spring-boot & thymeleaf & mybatis My Blog 是由 SpringBoot + Mybatis + Thymeleaf 等技术实现的 Java 博客系统,页面美观、功能齐全、部署简单及完善的代码,一定会给使用者无与伦比的体验 | 2019-03-04T09:17:00Z | null | # My Blog

**坚持不易,各位朋友如果觉得项目还不错的话可以给项目一个 star 吧,也是对我一直更新代码的一种鼓励啦,谢谢各位的支持。**

当前分支的 Spring Boot 版本为 2.7.5,想要学习和使用其它版本可以直接点击下方的分支名称跳转至对应的仓库分支中。
| 分支名称 | Spring Boot Version... | 0 |
changmingxie/tcc-transaction | tcc-transaction是TCC型事务java实现 | 2015-12-05T04:27:53Z | null | # TCC-TRANSACTION
## TCC-TRANSACTION是什么
[TCC-TRANSACTION](https://changmingxie.github.io)是一款开源的微服务架构下的TCC型分布式事务解决方案,致力于提供高性能和简单易用的分布式事务服务。
- Try: 尝试执行业务,完成所有业务检查(一致性),预留必须业务资源(准隔离性)
- Confirm: 确认执行业务,不作任何业务检查,只使用Try阶段预留的业务资源,满足幂等性
- Cancel: 取消执行业务,释放Try阶段预留的业务资源,满足幂等性
## 微服务架构中分布式事务问题
随着传统的单体架的构微服务化,原本单体架构中不同模块,被拆... | 0 |
crossoverJie/JCSprout | 👨🎓 Java Core Sprout : basic, concurrent, algorithm | 2017-12-17T09:06:50Z | null |
<div align="center">
<img src="https://ws1.sinaimg.cn/large/0069RVTdly1fubocn5pxaj30go082dg1.jpg" width=""/>
<br/>
[](https://travis-ci.org/crossoverJie/JCSprout)
[![QQ群](https://img.shields.io/badge/QQ%E7%BE%A4-787381170-yellowgreen.sv... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.