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 算法实现的高性能敏感词工具。 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.houbb/sensitive-word/badge.svg)](http://mvnrepository.com/artifact/com.github.houbb/sensitive-word) [![Open Source Love](https://badges.frapsof...
0
mxdldev/spring-cloud-flycloud
🔥🔥🔥FlyClould 微服务实战项目框架,在该框架中,包括了用 Spring Cloud 构建微服务的一系列基本组件和框架,对于后台服务框架的搭建有很大的参考价值,大家可以参考甚至稍加修改可以直接应用于自己的实际的项目开发中,该项目没有采用Maven进行项目构建,Maven通过xml进行依赖管理,导致整个配置文件太过臃肿,另外灵活性也不是很强,所以我采用Gradle进行项目构建和依赖管理,在FlyTour项目中我们见证了Gradle的强大,通过简单的一些配置就可以轻松的实现组件化的功能。该项目共有11个Module工程。其中10个位微服务工程,这10个微服务工程构成了一个完整的微服务系统,微服务系统包含了8个基础服务,提供...
2019-02-14T01:00:00Z
null
# FlyCloud FlyClould 微服务实战项目框架,在该框架中,包括了用 Spring Cloud 构建微服务的一系列基本组件和框架,对于后台服务框架的搭建有很大的参考价值,大家可以参考甚至稍加修改可以直接应用于自己的实际的项目开发中 csdn地址:[https://blog.csdn.net/geduo_83/article/details/87866018](https://blog.csdn.net/geduo_83/article/details/87866018) 欢迎点赞加星,评论打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/v/jiang111/IndexRecyclerView.svg)](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 [ ![Download](https://api.bintray.com/packages/isanwenyu/maven/Highlight/images/download.svg) ](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 ![build status](https://circleci.com/gh/takahirom/PreLollipopTransition/tree/master.svg?style=shield&circle-token=1759143e61c73eeca59280337c8c95ab9f8dbafb) [![API](https://img.shields.io/badge/API-14%2B-brightgreen.svg?style=flat)](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
[![Build Status](https://semaphoreapp.com/api/v1/projects/d4cca506-99be-44d2-b19e-176f36ec8cf1/128505/shields_badge.svg)](https://github.com/waynell/VideoListPlayer) [![](https://jitpack.io/v/waynell/VideoListPlayer.svg)](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 [![DOWNLOAD](https://api.bintray.com/packages/mzule/maven/fantasy-slide/images/download.svg)](https://bintray.com/mzule/maven/fantasy-slide/_latestVersion) [![API](https://img.shields.io/badge/API-15%2B-orange.svg?style=flat)](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. ![ScrollablePanel ...
0
kaz-Anova/StackNet
StackNet is a computational, scalable and analytical Meta modelling framework
2017-03-12T23:43:23Z
null
# StackNet This repository contains StackNet Meta modelling methodology (and software) which is part of my work as a PhD Student in the computer science department at [UCL](http://www.cs.ucl.ac.uk/home/). 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 [![Star History Chart](https://api.star-history.com/svg?repos=5hmlA/Jgraph&type=Date)](https://star-history.com/#5hmlA/Jgraph&Date) # Jgraph [![License](https://img.shields.io/badge/license-Apache%202-green.svg?style=flat-square)](https://www.apache.org/licenses/LICENSE-2.0) [![](https://img.shields.i...
0
dromara/hmily
Distributed transaction solutions
2017-09-28T06:29:01Z
null
<p align="center" > <a href="https://dromara.org"><img src="https://yu199195.github.io/images/hmily/hmily-logo.png" width="45%"></a> </p> <p align="center"> <strong>Financial-level flexible distributed transaction solution</strong> </p> <p align="center"> <a href="https://dromara.org">https://dromara.org/</a> <...
0
udacity/ud851-Exercises
null
2016-11-02T04:41:25Z
null
# Toy App Exercise Repo This is a exercise repository for Developing Android Apps. You can learn more about how to use this repository [here](https://classroom.udacity.com/courses/ud851/lessons/93affc67-3f0b-4f9b-b3a4-a7a26f241a86/concepts/115d08bb-f114-46fa-b693-5c6ce1445c07)
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
[![jdkversions](https://img.shields.io/badge/Java-1.7%2B-yellow.svg)]() [![vueversions](https://img.shields.io/badge/vue.js-2.2.x-brightgreen.svg)]() [![es2015](https://img.shields.io/badge/ECMAScript-6-green.svg)]() [![ver](https://img.shields.io/badge/release-v0.1-red.svg)]() [![MIT](https://img.shields.io/badge/lice...
1
eleme/UETool
Show/edit any view's attributions on the screen.
2018-05-16T08:13:17Z
null
UETool [![GitHub release](https://img.shields.io/github/release/eleme/UETool.svg?style=social)](https://github.com/eleme/UETool/releases) [![platform](https://img.shields.io/badge/platform-android-brightgreen.svg)](https://developer.android.com/index.html) [![license](https://img.shields.io/badge/license-MIT-green.svg)...
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) [![Slack](http://pcap4j-slackin.herokuapp.com/badge.s...
0
dyc87112/SpringCloud-Learning
Spring Cloud基础教程,持续连载更新中
2016-08-21T03:39:52Z
null
# Spring Cloud教程 本项目内容为Spring Cloud教程的程序样例。如您觉得该项目对您有用,欢迎点击右上方的**Star**按钮,给予支持!! - 公益调试 Eureka:http://eureka.didispace.com - 公益调试 Nacos:http://blog.didispace.com/open-nacos-server-1-0-0/ ## 特别赞助商 <table> <tbody> <tr> <td align="center" valign="middle"> <a href="https://start.ali...
0
laodaobazi/ldbz-shop
分布式商城
2018-09-10T09:11:05Z
null
## LDBZ-SHOP [![License](https://img.shields.io/badge/license-GPL-blue.svg)](LICENSE) [![GitHub stars](https://img.shields.io/github/stars/laodaobazi/ldbz-shop.svg?style=social&label=Stars)](https://github.com/laodaobazi/ldbz-shop)[![GitHub forks](https://img.shields.io/github/forks/laodaobazi/ldbz-shop.svg?style=socia...
0
videlalvaro/gifsockets
Real Time communication library using Animated Gifs as a transport™
2012-09-14T11:39:00Z
null
# gifsockets "This library is the websockets of the '90s" - Somebody at Hacker News. This library shows how to achieve realtime text communication using GIF images as transport. ![Mind Blown](https://raw.github.com/videlalvaro/gifsockets/master/doc/mybrain.gif) 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) [![AUR](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg)](https://github.com/zhangdaiscott/jeewx-boot/blob/master/LICENSE) [![](https://img.shields.io/badge/Author-JEECG团队-orange.svg)](http://www.jeewx.com) [![](https://img.shields.io/bad...
0
FuZhucheng/SSM
J2EE项目系列(四)–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 [![CI](https://github.com/thombergs/code-examples/workflows/CI/badge.svg)](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 [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](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 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.fabric8/docker-maven-plugin/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.fabric8/docker-maven-plugin/) [![Circle CI](https://circleci.com/gh/fabric8io/docker-maven-plugin/tree/master.svg?style=shie...
0
careercup/CtCI-6th-Edition
Cracking the Coding Interview 6th Ed. Solutions
2015-07-02T06:28:46Z
null
# CtCI-6th-Edition Solutions for [Cracking the Coding Interview 6th Edition](http://www.amazon.com/Cracking-Coding-Interview-6th-Edition/dp/0984782850) 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 [![Build Status](https://img.shields.io/travis/com/Netflix/mantis.svg)](https://travis-ci.com/Netflix/mantis) [![OSS Lifecycle](https://img.shields.io/osslifecycle/Netflix/mantis.svg)](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. [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jfree/jfreechart/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jfree/jfreechart) Overview -------- JFreeChart is a comprehensive free chart library for the Java&#8482; plat...
0
jknack/handlebars.java
Logic-less and semantic Mustache templates with Java
2012-05-27T03:22:22Z
null
[![Become a Patreon](https://img.shields.io/badge/patreon-donate-orange.svg)](https://patreon.com/edgarespina) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.jknack/handlebars/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.jknack/handlebars) [![javadoc](https://ja...
0
openzipkin/brave
Java distributed tracing implementation compatible with Zipkin backend services.
2013-04-07T15:48:18Z
null
[![Gitter chat](http://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/openzipkin/zipkin) [![Build Status](https://github.com/openzipkin/brave/workflows/test/badge.svg)](https://github.com/openzipkin/brave/actions?query=workflow%3Atest) [![Maven Central](https://img.shields.io/ma...
0
eclipse/milo
Eclipse Milo™ - an open source implementation of OPC UA (IEC 62541).
2016-05-06T13:20:04Z
null
# Eclipse Milo [![Jenkins](https://img.shields.io/jenkins/build/https/ci.eclipse.org/milo/job/Milo_Deploy.svg)](https://ci.eclipse.org/milo/) [![Maven Central](https://img.shields.io/maven-central/v/org.eclipse.milo/milo.svg)](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) [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)](https://github.com/ellerbrock/open-source-badge/) [![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=0.2&v=1.0&x2=0)](http://badge.fury.io/gh/boennemann%2Fbadges) [![Open Source Love](ht...
0
AsyncHttpClient/async-http-client
Asynchronous Http and WebSocket Client library for Java
2011-03-07T13:41:46Z
null
# Async Http Client [![Build](https://github.com/AsyncHttpClient/async-http-client/actions/workflows/builds.yml/badge.svg)](https://github.com/AsyncHttpClient/async-http-client/actions/workflows/builds.yml) ![Maven Central](https://img.shields.io/maven-central/v/org.asynchttpclient/async-http-client) 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> [![Build Status](https://travis-ci.org/apache/ignite.svg?branch=master)](https://travis-ci.org/apache/ignite) [![GitHub](https://img.shields.io/gi...
0
google/data-transfer-project
The Data Transfer Project makes it easy for people to transfer their data between online service providers. We are establishing a common framework, including data models and protocols, to enable direct transfer of data both into and out of participating online service providers.
2018-01-04T21:27:57Z
null
# Data Transfer Project ## Overview The Data Transfer Project makes it easy for people to transfer their data between online services. We provide a common framework and ecosystem to accept contributions from service providers to enable seamless transfer of data into and out of their service. ## Who We Are Data Transf...
0
xmuSistone/DragRankSquare
edit personal information which enables users to drag and rank image order
2016-05-27T07:13:04Z
null
# android-drag-square edit personal data which enables users to drag and rank image order 编辑个人资料,图片可拖拽排序。有点像可拖拽的gridView,但是会更流畅。这个demo是探探的个人资料编辑页面,受网上一位朋友的委托,该库模仿了其拖动效果。<br><br> 探探的安卓工程师,应该特别牛逼吧。因为最初时,这种拖拽效果真的无从下手。反编译探探的源代码,发现它做了很严肃的混淆处理。然后用Hierarchy Viewer看了View的层级,这才有了一点点的思路。<br><br> 在代码撰写的过程中,我也踩了不少坑。细看代码深处,或许你会有一丝...
0
jenly1314/ZXingLite
🔥 ZXing的精简极速版,优化扫码和生成二维码/条形码,内置闪光灯等功能。扫描风格支持:微信的线条样式,支付宝的网格样式。几句代码轻松拥有扫码功能 ,ZXingLite让集成更简单。(扫码识别速度快如微信)
2018-08-09T09:27:04Z
null
# ZXingLite ![Image](app/src/main/ic_launcher-web.png) [![Download](https://img.shields.io/badge/download-App-blue.svg)](https://raw.githubusercontent.com/jenly1314/ZXingLite/master/app/release/app-release.apk) [![MavenCentral](https://img.shields.io/maven-central/v/com.github.jenly1314/zxing-lite)](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 [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) [![Build Status](https://api.travis-ci.com/LianjiaTech/retrofit-spring-boot-starter.svg?branch=master)](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 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.testcontainers/testcontainers/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.testcontainers/testcontainers) [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](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> ![stable](https://img.shields.io/badge/stability-stable-brightgreen.svg) [![Maven Central](https://img.sh...
0
pentaho/mondrian
Mondrian is an Online Analytical Processing (OLAP) 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) ============================ [![Javadocs](https://www.javadoc.io/badge/uk.co.real-logic/sbe-tool.svg)](https://www.javadoc.io/doc/uk.co.real-logic/sbe-tool) [![GitHub](https://img.shields.io/github/license/real-logic/simple-binary-encoding.svg)](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 [![Slack](https://slack.min.io/slack?type=svg)](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 [![Build Status](https://github.com/micronaut-projects/micronaut-core/workflows/Java%20CI/badge.svg)](https://github.com/micronaut-projects/micronaut-core/actions) [![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://g...
0
lihangleo2/ShadowLayout
可定制化阴影的万能阴影布局ShadowLayout 3.0 震撼上线。效果赶超CardView。阴影支持x,y轴偏移,支持阴影扩散程度,支持阴影圆角,支持单边或多边不显示阴影;控件支持动态设置shape和selector(项目里再也不用画shape了);支持随意更改颜色值,支持随意更改颜色值,支持随意更改颜色值。重要的事情说三遍
2019-07-09T07:17:06Z
null
# 万能阴影布局-ShadowLayout [![](https://jitpack.io/v/lihangleo2/ShadowLayout.svg)](https://jitpack.io/#lihangleo2/ShadowLayout) [![](https://img.shields.io/badge/license-MIT-green)](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基本语法 [![Join the chat at https://gitter.im/QLExpress/Lobby](https://badges.gitter.im/QLExpress/Lobby.svg)](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. **基本使用** 实现最基本的网络请求和结果处理。 ![screenshot_1](./images/screenshot_1.png) 2. **转换(map)** 把返回的数据转换成更方便处理的格式再交给 Observer。 ![screenshot_2](./imag...
0
exchange-core/exchange-core
Ultra-fast matching engine written in Java based on LMAX Disruptor, Eclipse Collections, Real Logic Agrona, OpenHFT, LZ4 Java, and Adaptive Radix Trees.
2018-08-05T18:25:16Z
null
# exchange-core [![Build Status](https://travis-ci.org/mzheravin/exchange-core.svg?branch=master)](https://travis-ci.org/mzheravin/exchange-core) [![Javadocs](https://www.javadoc.io/badge/exchange.core2/exchange-core.svg)](https://www.javadoc.io/doc/exchange.core2/exchange-core) [![Language grade: Java](https://img.shi...
0
LinShunKang/MyPerf4J
High performance Java APM. Powered by ASM. Try it. Test it. If you feel its better, use it.
2018-03-11T09:58:44Z
null
简体中文 | [English](./README.EN.md) <h1 align="center">MyPerf4J</h1> <div align="center"> 一个针对高并发、低延迟应用设计的高性能 Java 性能监控和统计工具。 [![GitHub (pre-)release](https://img.shields.io/github/release/LinShunKang/MyPerf4J/all.svg)](https://github.com/LinShunKang/MyPerf4J) [![Build Status](https://travis-ci.com/LinShunKang/MyPerf4...
0
zq2599/blog_demos
CSDN博客专家程序员欣宸的github,这里有六百多篇原创文章的详细分类和汇总,以及对应的源码,内容涉及Java、Docker、Kubernetes、DevOPS等方面
2017-04-09T04:51:56Z
null
# 关于作者 1. 微信公众号、头条号、CSDN账号都是<font color="blue">程序员欣宸</font> 2. 前腾讯、前阿里员工,从事Java后台工作; 3. 对Docker和Kubernetes充满热爱; 4. 所有文章均为作者原创; # 关于这个代码仓库 1. CSDN博客地址:http://blog.csdn.net/boling_cavalry 2. 这个代码仓库里是博客中涉及的源码、文件等 3. 如果对您有帮助,请给个Star,谢谢您! # 文章分类 总的来说分为以下几大类,若有您感兴趣的内容,我将不胜荣幸: 1. Java; 2. 后台中间件; 3. Docker; 4. Kubernetes; 5....
0
LuckPerms/LuckPerms
A permissions plugin for Minecraft servers.
2016-05-22T00:49:12Z
null
![](https://raw.githubusercontent.com/LuckPerms/branding/master/banner/banner.png "Banner") # LuckPerms [![Build Status](https://ci.lucko.me/job/LuckPerms/badge/icon)](https://ci.lucko.me/job/LuckPerms/) [![javadoc](https://javadoc.io/badge2/net.luckperms/api/javadoc.svg)](https://javadoc.io/doc/net.luckperms/api) [![M...
0
zmxv/react-native-sound
React Native module for playing sound clips
2015-10-19T06:22:23Z
null
# react-native-sound [![](https://img.shields.io/npm/v/react-native-sound.svg?style=flat-square)][npm] [![](https://img.shields.io/npm/l/react-native-sound.svg?style=flat-square)][npm] [![](https://img.shields.io/npm/dm/react-native-sound.svg?style=flat-square)][npm] [npm]: https://www.npmjs.com/package/react-native-...
0
leotyndale/EnFloatingView
🔥应用内悬浮窗,无需一切权限,适配所有ROM和厂商,no permission floating view.
2018-03-15T11:40:59Z
null
[![Logo](https://raw.githubusercontent.com/leotyndale/EnFloatingView/master/preview/logo.png)](http://www.imuxuan.com/) EnFloatingView ========================== [![Jcenter](https://img.shields.io/badge/Jcenter-v1.5-brightgreen.svg?style=flat)](https://bintray.com/leotyndale/Muxuan/EnFloatingView) [![Muxuan](https://i...
0
yanzhenjie/SwipeRecyclerView
:melon: RecyclerView侧滑菜单,Item拖拽,滑动删除Item,自动加载更多,HeaderView,FooterView,Item分组黏贴。
2016-08-03T15:43:34Z
null
# SwipeRecyclerView 作者的主页:[https://www.yanzhenjie.com](https://www.yanzhenjie.com) 技术交流群:[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 ![PMD Logo](https://raw.githubusercontent.com/pmd/pmd/pmd/7.0.x/docs/images/logo/pmd-logo-300px.png) [![Join the chat](https://img.shields.io/gitter/room/pmd/pmd)](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 [![Build Status](https://img.shields.io/github/actions/workflow/status/PaperMC/Velocity/gradle.yml)](https://papermc.io/downloads/velocity) [![Join our Discord](https://img.shields.io/discord/289587909051416579.svg?logo=discord&label=)](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 [![Build Status](https://github.com/google/auto/actions/workflows/ci.yml/badge.svg)](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 ![build](https://github.com/google/tsunami-security-scanner/workflows/build/badge.svg) 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
[![Maven](https://img.shields.io/maven-central/v/org.primefaces/primefaces.svg)](https://repo.maven.apache.org/maven2/org/primefaces/primefaces/) [![Actions Status CI](https://github.com/primefaces/primefaces/workflows/CI/badge.svg)](https://github.com/primefaces/primefaces/actions/workflows/build.yml) [![Actions Statu...
0
jline/jline3
JLine is a Java library for handling console input.
2016-05-31T18:00:01Z
null
<!-- Copyright (c) 2002-2020, the original author or authors. This software is distributable under the BSD license. See the terms of the BSD license in the documentation provided with this software. https://opensource.org/licenses/BSD-3-Clause --> # JLine [![License](https://img.shields.io/badge/Lic...
0
Y4tacker/JavaSec
a rep for documenting my study, may be from 0 to 0.1
2021-10-18T01:21:11Z
null
# JavaSec ![JavaSec](https://socialify.git.ci/Y4tacker/JavaSec/image?description=1&font=Source%20Code%20Pro&forks=1&issues=1&language=1&name=1&owner=1&pulls=1&stargazers=1&theme=Dark) ## 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 ========= [![SourceForge](https://img.shields.io/sourceforge/dt/freeplane?color=green)](https://sourceforge.net/projects/freeplane/files/stats/timeline) [![GitHub Repo stars](https://img.shields.io/github/stars/freeplane/freeplane?color=yellow)](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. [![Build Sta...
0
google/guice
Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 11 and above, brought to you by Google.
2014-05-28T23:18:53Z
null
Guice ==== - **Latest releases:** * **[6.0.0](https://github.com/google/guice/wiki/Guice600) (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 [![Build Status](https://circleci.com/gh/hamvocke/spring-testing/tree/master.svg?style=svg)](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
![Light Logo](https://raw.githubusercontent.com/apache/shenyu-website/main/static/img/logo-light.svg#gh-dark-mode-only) ![Dark Logo](https://raw.githubusercontent.com/apache/shenyu-website/main/static/img/logo.svg#gh-light-mode-only) <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 [![Telegram](/TelegramBots.svg)](https://telegram.me/JavaBotsApi) [![Build Status](https://travis-ci.org/rubenlagus/TelegramBots.svg?branch=master)](https://travis-ci.org/rubenlagus/TelegramBots) [![Jitpack](https://jitpack.io/v/rubenlagus/TelegramBots.svg)](https://jitpack.io/#rubenlagus/T...
0
alibaba/easyexcel
快速、简洁、解决大文件内存溢出的java处理Excel工具
2018-02-06T03:14:08Z
null
EasyExcel ====================== [![Build Status](https://github.com/alibaba/easyexcel/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/alibaba/easyexcel/actions/workflows/ci.yml?query=branch%3Amaster) [![Maven central](https://maven-badges.herokuapp.com/maven-central/com.alibaba/easyexcel/badge....
0
shimh-develop/blog-vue-springboot
基于Vue+SpringBoot构建的博客项目
2018-01-03T07:14:58Z
null
Vue + SpringBoot实现的博客系统 线上地址:<a target="_blank" href="http://blog.shiminghui.top">For Fun</a> ## ssr 服务端渲染版本 <a href="https://github.com/shimh-develop/blog-vue-springboot/tree/ssr" target="_blank">ssr分支</a> # 效果图 ## 首页 ![image](https://github.com/shimh-develop/blog-vue-springboot/blob/master/document/index2.png...
0
Jstarfish/JavaKeeper
✍️ Java 工程师必备架构体系知识总结:涵盖分布式、微服务、RPC等互联网公司常用架构,以及数据存储、缓存、搜索等必备技能
2019-09-03T04:54:05Z
null
<p align="center"> <a href="https://www.lazyegg.net/JavaKeeper"> <img src="https://i.loli.net/2020/03/13/WOJFBDIG6kocKxh.png"> </a> <br ><br > <img src="https://img.shields.io/badge/language-Java-blue.svg"> <img src="https://img.shields.io/badge/platform-Linux-red.svg"> <a href="https://juejin.im/u...
0
spring-projects/spring-integration
Spring Integration provides an extension of the Spring programming model to support the well-known Enterprise Integration Patterns (EIP)
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 [![Build Status](https://github.com/spring-projects/spring-integration/actions/workflows/ci-snapshot.yml/badge.svg)](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 ![personal-blog](static-files/personal-blog.png) **坚持不易,各位朋友如果觉得项目还不错的话可以给项目一个 star 吧,也是对我一直更新代码的一种鼓励啦,谢谢各位的支持。** ![my-blog-info](static-files/my-blog-info.png) 当前分支的 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/> [![Build Status](https://travis-ci.org/crossoverJie/JCSprout.svg?branch=master)](https://travis-ci.org/crossoverJie/JCSprout) [![QQ群](https://img.shields.io/badge/QQ%E7%BE%A4-787381170-yellowgreen.sv...
0