full_name
stringlengths
7
104
description
stringlengths
4
725
topics
stringlengths
3
468
readme
stringlengths
13
565k
label
int64
0
1
sharpie7/circuitjs1
Electronic Circuit Simulator in the Browser
null
# CircuitJS1 ## Introduction CircuitJS1 is an electronic circuit simulator that runs in the browser. It was originally written by Paul Falstad as a Java Applet. It was adapted by Iain Sharp to run in the browser using GWT. For a hosted version of the application see: * Paul's Page: [http://www.falstad.com/circuit/]...
0
SlimeKnights/TinkersConstruct
Tinker a little, build a little, tinker a little more...
null
# [Tinkers' Construct](http://minecraft.curseforge.com/projects/tinkers-construct) Modify all the things, then do it again! Melt down any metals you find. Power the world with spinning wind! ### IMC Tinkers' Construct supports several IMCs to allow mods to integrate themselves. The [Wiki](https://github.com/SlimeKnig...
0
pentaho/pentaho-kettle
Pentaho Data Integration ( ETL ) a.k.a Kettle
null
# Pentaho Data Integration # Pentaho Data Integration ( ETL ) a.k.a Kettle ### Project Structure * **assemblies:** Project distribution archive is produced under this module * **core:** Core implementation * **dbdialog:** Database dialog * **ui:** User interface * **engine:** PDI engine * **engine-ext:** PDI engine ...
0
Nightonke/BlurLockView
Lock view with blur effect. Easy to customise.
null
# BlurLockView [![WoWoViewPager](https://github.com/Nightonke/WoWoViewPager/blob/master/app/src/main/res/mipmap-hdpi/ic_launcher.png?raw=true)](https://github.com/Nightonke/WoWoViewPager) [![BoomMenu](https://github.com/Nightonke/BoomMenu/blob/master/app/src/main/res/mipmap-hdpi/ic_launcher.png?raw=true)](https://githu...
0
confluentinc/ksql
The database purpose-built for stream processing applications.
event-streaming-database interactive kafka kafka-connect ksqldb ksqldb-documentation ksqldb-tutorials materialized-views real-time sql stream-processing streaming-queries
# ![KSQL rocket](ksql-rocket.png) ksqlDB ### The database purpose-built for stream processing applications # Overview ksqlDB is a database for building stream processing applications on top of Apache Kafka. It is **distributed**, **scalable**, **reliable**, and **real-time**. ksqlDB combines the power of real-time s...
0
jobrunr/jobrunr
An extremely easy way to perform background processing in Java. Backed by persistent storage. Open and free for commercial use.
background-jobs java java-8 java-scheduler parallel-processing quartz scheduled-jobs scheduler scheduling
<p align="center"> <a href="https://www.jobrunr.io/en/" target="_blank"><img src="https://user-images.githubusercontent.com/567842/80095933-1181c900-8569-11ea-85e7-14129b3f8142.png" alt="JobRunr logo"></img></a> </p> <p align="center"> The ultimate library to perform background processing on the JVM.<br/> Dead simple ...
0
mc1arke/sonarqube-community-branch-plugin
A plugin that allows branch analysis and pull request decoration in the Community version of Sonarqube
sonarqube sonarqube-analysis sonarqube-plugin sonarqube-scanner sonarqube-server
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=mc1arke_sonarqube-community-branch-plugin&metric=alert_status)](https://sonarcloud.io/dashboard?id=mc1arke_sonarqube-community-branch-plugin) [![Build Status](https://img.shields.io/github/actions/workflow/status/mc1arke/sonarqube-communit...
0
Zealon159/light-reading-cloud
:books: 轻松阅读,基于SpringCloud生态开发的阅读类APP微服务实战项目,涉及 SpringCloud-Gateway、Nacos、OpenFeign、Hystrix、Jwt、ElasticSearch 等技术的应用
elasticsearch eureka hystrix jwt mybatis nacos spring spring-cloud springcloud springcloud-config
<h1 align="center"> 轻松阅读 - API - 2.0 </h1> <p align="center"> <a href="https://github.com/spring-cloud"> <img src="https://img.shields.io/badge/spring--cloud-2.1.5-blue" alt="spring-cloud"> </a> <a href="https://github.com/Netflix/Hystrix"> <img src="https://img.shields.io/badge/hystrix-1.5.18-blue" alt=...
0
itwanger/toBeBetterJavaer
一份通俗易懂、风趣幽默的Java学习指南,内容涵盖Java基础、Java并发编程、Java虚拟机、Java企业级开发、Java面试等核心知识点。学Java,就认准二哥的Java进阶之路😄
java jvm mysql redis springboot
<p align="center"> <a href="https://javabetter.cn"> <img src="https://cdn.tobebetterjavaer.com/tobebetterjavaer/images/logo.png" width="200px" alt="二哥的Java进阶之路"> </a> </p> <p align="center"> <a href="https://javabetter.cn/blog.html" target="_blank"><img src="https://img.shields.io/badge/博客-在线阅读-green.svg?st...
0
bazelbuild/bazel
a fast, scalable, multi-language and extensible build system
bazel build build-system correct fast multi-language scalable test
# [Bazel](https://bazel.build) *{Fast, Correct} - Choose two* Build and test software of any size, quickly and reliably. * **Speed up your builds and tests**: Bazel rebuilds only what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast a...
0
apache/flink-cdc
Flink CDC is a streaming data integration tool
batch cdc change-data-capture data-integration data-pipeline distributed elt etl flink kafka mysql paimon postgresql real-time schema-evolution
<p align="center"> <a href="https://nightlies.apache.org/flink/flink-cdc-docs-stable/"><img src="docs/static/fig/flinkcdc-logo.png" alt="Flink CDC" style="width: 375px;"></a> </p> <p align="center"> <a href="https://github.com/apache/flink-cdc/" target="_blank"> <img src="https://img.shields.io/github/stars/apach...
0
apple/pkl
A configuration as code language with rich validation and tooling.
config configuration data functional java json kotlin language object-oriented pkl programming-language properties propertylist validation xml yaml
null
0
dropwizard/metrics
:chart_with_upwards_trend: Capturing JVM- and application-level metrics. So you know what's going on.
dropwizard-metrics java metrics metrics-library
Metrics ======= [![Java CI](https://github.com/dropwizard/metrics/workflows/Java%20CI/badge.svg)](https://github.com/dropwizard/metrics/actions?query=workflow%3A%22Java+CI%22+branch%3Arelease%2F4.2.x) [![Maven Central](https://img.shields.io/maven-central/v/io.dropwizard.metrics/metrics-core/4.2)](https://maven-badges....
0
hibernate/hibernate-orm
Hibernate's core Object/Relational Mapping functionality
database envers gradle hibernate java java8 java8-times jdbc jpa orm unitofwork
null
0
GoogleCloudPlatform/DataflowTemplates
Cloud Dataflow Google-provided templates for solving in-Cloud data tasks
apache-beam bigquery bigtable dataflow-templates google-cloud-dataflow google-cloud-spanner google-cloud-storage
# Google Cloud Dataflow Template Pipelines These Dataflow templates are an effort to solve simple, but large, in-Cloud data tasks, including data import/export/backup/restore and bulk API operations, without a development environment. The technology under the hood which makes these operations possible is the [Google C...
0
alibaba/Sentinel
A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)
alibaba circuit-breaker cloud-native java microservice microservices rate-limiting reliability resiliency
# Sentinel: The Sentinel of Your Microservices <img src="https://user-images.githubusercontent.com/9434884/43697219-3cb4ef3a-9975-11e8-9a9c-73f4f537442d.png" alt="Sentinel Logo" width="50%"> [![Sentinel CI](https://github.com/alibaba/Sentinel/actions/workflows/ci.yml/badge.svg)](https://github.com/alibaba/Sentinel/ac...
0
MisterBooo/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
animation leetcode leetcode-c leetcode-java leetcode-solutions
null
0
dropwizard/dropwizard
A damn simple library for building production-ready RESTful web services.
dropwizard hibernate java jax-rs jdbi jersey-framework jersey2 jetty rest restful-webservices web-framework
Dropwizard ========== [![Build](https://github.com/dropwizard/dropwizard/workflows/Java%20CI/badge.svg)](https://github.com/dropwizard/dropwizard/actions?query=workflow%3A%22Java+CI%22) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=dropwizard_dropwizard&metric=alert_status)](https://s...
0
ssssssss-team/spider-flow
新一代爬虫平台,以图形化方式定义爬虫流程,不写代码即可完成爬虫。
crawler jsoup spider spider-flow web-crawler web-spider webcrawler webspider xpath
<p align="center"> <img src="https://www.spiderflow.org/images/logo.svg" width="600"> </p> <p align="center"> <a target="_blank" href="https://www.oracle.com/technetwork/java/javase/downloads/index.html"><img src="https://img.shields.io/badge/JDK-1.8+-green.svg" /></a> <a target="_blank" href="https://www.s...
0
junit-team/junit5
✅ The 5th major version of the programmer-friendly testing framework for Java and the JVM
java junit junit-jupiter junit-platform junit-vintage kotlin kotlin-testing test-framework
# <img src="https://junit.org/junit5/assets/img/junit5-logo.png" align="right" width="100">JUnit 5 This repository is the home of _JUnit 5_. ## Sponsors [![Support JUnit](https://img.shields.io/badge/%F0%9F%92%9A-Support%20JUnit-brightgreen.svg)](https://junit.org/sponsoring) * **Gold Sponsors:** [JetBrains](https:...
0
cryptomator/cryptomator
Multi-platform transparent client-side encryption of your files in the cloud
cloud-storage crypto cryptography cryptomator encryption java privacy security
[![cryptomator](cryptomator.png)](https://cryptomator.org/) [![Build](https://github.com/cryptomator/cryptomator/workflows/Build/badge.svg)](https://github.com/cryptomator/cryptomator/actions?query=workflow%3ABuild) [![Known Vulnerabilities](https://snyk.io/test/github/cryptomator/cryptomator/badge.svg)](https://snyk....
0
gz-yami/mall4cloud
⭐️⭐️⭐️微服务商城系统 springcloud微服务商城 小程序商城
java mall springboot3 springcloud vue3
![输入图片说明](doc/img/readme/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20211203094919.png) 一个基于Spring Cloud、Nacos、Seata、Mysql、Redis、RocketMQ、canal、ElasticSearch、minio的微服务B2B2C电商商城系统,采用主流的互联网技术架构、全新的UI设计、支持集群部署、服务注册和发现以及拥有完整的订单流程等,代码完全开源,没有任何二次封装,是一个非常适合二次开发的电商平台系统。 ## Spring以及VUE官方宣布,SpringBoot2与Vue2已在2023年底停止维护。新项目建议使用Sprin...
0
apache/fineract
Apache Fineract
fineract
Apache Fineract: A Platform for Microfinance ============ [![Swagger Validation](https://validator.swagger.io/validator?url=https://sandbox.mifos.community/fineract-provider/swagger-ui/fineract.yaml)](https://validator.swagger.io/validator/debug?url=https://sandbox.mifos.community/fineract-provider/swagger-ui/fineract....
0
ReChronoRain/HyperCeiler
MIUI & HyperOS enhancement module - Make MIUI & HyperOS Great Again!
null
<div align="center"> <img src="/imgs/icon.png" width="160" height="160" style="display: block; margin: 0 auto;" alt="icon"> # HyperCeiler ### Make HyperOS/MIUI Great Again! 简体中文&nbsp;&nbsp;|&nbsp;&nbsp;[English](/README_en-US.md)&nbsp;&nbsp;|&nbsp;&nbsp;[Português (Brasil)](/README_pt-BR.md) </div> ## 当前支持的版本 An...
0
smartyuge/TVSample
1、仿泰捷视频最新TV版 Metro UI效果. 2、仿腾讯视频TV版(云视听·极光) 列表页
android-tv metro-ui
# Some Android TV related Sample ## [中文README](/README_CN.md) 更多TV相关,欢迎关注公众号: ![这里写图片描述](https://github.com/hejunlin2013/RedPackage/blob/master/image/qrcode.jpg) Android TV开发交流群:135622564 --- ## 1.Imitation of tai jie latest TV video version of the Metro UI Android TV development cannot leave the Metro UI, firs...
0
henryyan/activiti-in-action-codes
Activiti官方唯一推荐中文书籍——《Activiti实战》示例源码
null
《Activiti实战》示例源码 ======================== Activiti官方唯一推荐中文书籍——《Activiti实战》示例源码 Activiti项目负责人Tijs Rademakers高度认可并推荐,根据Activiti新版本系统、深度讲解了BPMN2.0规范,以及Activiti功能、用法、技巧、实践和源代码分析。 > 如果发现代码有问题请到 http://www.kafeitu.me/activiti-in-action.html 页面给我留言或者发邮件到 yanhonglei@gmail.com,多谢支持。 <img src="http://www.kafeitu.me/images/ac...
0
tough1985/RxjavaRetrofitDemo
A demo show how to use Retrofit with Rxjava
null
# Retrofit与Rxjava结合的实例 1. RxJava如何与Retrofit结合 2. 相同格式的Http请求数据该如何封装 3. 相同格式的Http请求数据统一进行预处理 4. 如何取消一个Http请求 5. 一个需要ProgressDialog的Subscriber该有的样子
0
bmuschko/gradle-docker-plugin
Gradle plugin for managing Docker images and containers.
docker gradle-plugin
null
0
andkulikov/Transitions-Everywhere
Set of extra Transitions on top of Jetpack Transitions Library
null
Transitions Everywhere ============ Set of extra Transitions on top of [AndroidX Transitions Library][1]. About ============ [Article about transitions and library][2]<br> Originally this library was a full backport of Android Platform's Transitions API.<br> Then all the bug fixes from the library were ported into And...
0
tvbarthel/BlurDialogFragment
Library project to display DialogFragment with a blur effect.
null
BlurDialogFragment ================== This project allows to display DialogFragment with a burring effect behind. The blurring part is achieved through FastBlur algorithm thanks to the impressive work of Pavlo Dudka (cf [Special Thanks](https://github.com/tvbarthel/BlurDialogFragment/#special-thanks-to-)). [![Maven C...
0
EsotericSoftware/reflectasm
High performance Java reflection
null
![](https://raw.github.com/wiki/EsotericSoftware/reflectasm/images/logo.png) [![Build Status](https://travis-ci.org/EsotericSoftware/reflectasm.png?branch=master)](https://travis-ci.org/EsotericSoftware/reflectasm) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.esotericsoftware/reflectasm/badge...
0
springside/springside4
A Spring Framework based, pragmatic style JavaEE application reference architecture.
null
### 最新开源: [VJTools-唯品会Java核心项目](https://github.com/vipshop/vjtools) # SpringSide [![Build Status](https://api.travis-ci.org/springside/springside4.png?branch=master)](https://travis-ci.org/springside/springside4/) SpringSide是以Spring Framework为核心的,Pragmatic风格的JavaEE应用参考示例,是JavaEE世界中的主流技术选型,最佳实践的总结与演示。 1. Utils - 性...
0
MZCretin/ExpandableTextView
实现类似微博内容,@用户,链接高亮,@用户和链接可点击跳转,可展开和收回的TextView
expandabletextview textview
# ExpandableTextView **实现类似微博内容,@用户,链接高亮,@用户和链接可点击跳转,可展开和收回的TextView。觉得好用别忘了star哦,你的star是对我最大的激励** ### 全平台国际化话翻译解决方案 项目国际化翻译解决方案,支持Android、iOS、Flutter、前端Vue、后端PHP等等,点几下按钮就能实现翻译内容的自动抓取和翻译后文件的自动生成,适合各类场景下的国际化需求。详情请查看:https://github.com/MZCretin/Eva-Translate 欢迎star ------- ### [需求解决系列之-【系列工具概览】](https://juejin.im/pos...
0
FlowCI/flow-core-x
Powerful and user-friendly CI/CD server with high availability, parallel processing, runner auto-scaling
build-automation build-pipelines ci ci-cd continuous-integration devops docker java
<h3 align="center"> <a href="https://flowci.github.io"> <img src="https://github.com/FlowCI/docs/raw/master/_images/logo.png" alt="Logo" width="100"> </a> </h3> <h3 align="center">A Simple & Powerful CI/CD Server</h3> <p align="center"> <a href="https://github.com/FlowCI/docs/blob/master/LICENSE"><img src...
0
4refr0nt/ESPlorer
Integrated Development Environment (IDE) for ESP8266 developers
null
# ESPlorer [![Build Actions Status](https://github.com/4refr0nt/ESPlorer/workflows/build/badge.svg)](https://github.com/4refr0nt/ESPlorer/actions) [![Join the chat at https://gitter.im/4refr0nt/ESPlorer](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/4refr0nt/ESPlorer?utm_source=badge&utm_medium=badge&ut...
0
berndruecker/flowing-retail
Sample application demonstrating an order fulfillment system decomposed into multiple independant components (e.g. microservices). Showing concrete implementation alternatives using e.g. Java, Spring Boot, Apache Kafka, Camunda, Zeebe, ...
null
# Flowing Retail This sample application demonstrates a simple order fulfillment system, decomposed into multiple independent components (like _microservices_). The repository contains code for multiple implementation alternatives to allow a broad audience to understand the code and to compare alternatives. The [tabl...
1
Audiveris/audiveris
Latest generation of Audiveris OMR engine
java open-source optical-music-recognition
![](https://github.com/Audiveris/docs/blob/master/images/SplashLogo.png) Logo by [Katka](https://www.facebook.com/katkastreetart/) # Audiveris - Open-source Optical Music Recognition The goal of an OMR application is to allow the end-user to transcribe a score image into its symbolic counterpart. This opens the door ...
0
Dreampie/Resty
The minimalist framework of RESTful(server and client) - Resty
activerecord httpclient java restful server web
Resty 一款极简的restful轻量级的web框架 =========== 更新说明 ---- - [x] feature/20170203 强化Stringer工具和让日志支持彩色输出方便开发者调试 [@t-baby](https://github.com/t-baby) ---- [![Join the chat at https://gitter.im/Dreampie/Resty](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Dreampie/Resty?utm_source=badge&utm_medium=badge&utm_c...
0
databricks/learning-spark
Example code from Learning Spark book
null
[![buildstatus](https://travis-ci.org/holdenk/learning-spark-examples.svg?branch=master)](https://travis-ci.org/holdenk/learning-spark-examples) Examples for Learning Spark =============== Examples for the Learning Spark book. These examples require a number of libraries and as such have long build files. We have also ...
1
itfsw/mybatis-generator-plugin
Mybatis Generator 代码生成插件拓展,增加:查询单条数据插件(SelectOneByExamplePlugin)、MySQL分页插件(LimitPlugin)、数据Model链式构建插件(ModelBuilderPlugin)、Example Criteria 增强插件(ExampleEnhancedPlugin)、Example 目标包修改插件(ExampleTargetPlugin)、批量插入插件(BatchInsertPlugin)、逻辑删除插件(LogicalDeletePlugin)、数据Model属性对应Column获取插件(ModelColumnPlugin)、存在即更新(UpsertPlugin)、S...
batchinsert limit lombok mybatis mybatis-generator mysql plugin selectone upsert
# 这是 MyBatis Generator 插件的拓展插件包 应该说使用Mybatis就一定离不开[MyBatis Generator](https://github.com/mybatis/generator)这款代码生成插件,而这款插件自身还提供了插件拓展功能用于强化插件本身,官方已经提供了一些[拓展插件](http://www.mybatis.org/generator/reference/plugins.html),本项目的目的也是通过该插件机制来强化Mybatis Generator本身,方便和减少我们平时的代码开发量。 >因为插件是本人兴之所至所临时发布的项目(本人已近三年未做JAVA开发,代码水平请大家见谅),但基本...
0
eoinfogarty/Onboarding
A beautiful way to introduce users to your app
null
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Onboarding-green.svg?style=true)](https://android-arsenal.com/details/3/4094) Onboarding ========== A beautiful way to introduce users to you app ![Demo](graphics/example.gif) Using a regular `ViewPager` with a custom transformer with callbacks we ca...
0
MFC-TEC/ELinkageScroll
多子view嵌套滚动通用解决方案
null
# ELinkageScroll 多子view嵌套滚动通用解决方案 ### Demo运行效果 <img src='https://github.com/baiduapp-tec/ELinkageScroll/blob/master/elinkagescroll.gif' width="300px" style='border: #f1f1f1 solid 1px'/><br> # 使用方法 #### xml ```xml <?xml version="1.0" encoding="utf-8"?> <com.baidu.elinkagescroll.ELinkageScrollLayout xmlns:android="...
0
kymjs/RxVolley
RxVolley = Volley + RxJava(RxJava3.0) + OkHttp(OkHttp3)
null
[![OSL](https://kymjs.com/qiniu/image/logo3.png)](https://kymjs.com/works/) ================= > RxVolley = Volley + RxAndroid3 + OkHttp3 [中文帮助](https://github.com/kymjs/RxVolley/blob/master/Readme_zh.md) ## Retrofit? No, I Love Volley. RxVolley is modified Volley. Removed the HttpClient, and support RxJava. If you ...
0
wzgiceman/RxjavaRetrofitDemo-master
Retrofit+Rxjava+okhttp终极封装(Gson方案)
null
# Retrofit+Rxjava+okhttp封装 ![Preview](https://github.com/wzgiceman/RxjavaRetrofitDemo-string-master/blob/master/gif/rxretrofit.gif) 1.Retrofit+Rxjava+okhttp基本使用方法 2.统一处理请求数据格式 3.统一的ProgressDialog和回调Subscriber处理 4.取消http请求 5.预处理http请求 6.返回数据的统一判断 7.失败后的retry处理 ...
0
puniverse/capsule
Dead-Simple Packaging and Deployment for JVM Apps
deployment jar java jvm packaging
# *Capsule*<br/>Dead-Simple Packaging and Deployment for JVM Applications [![Build Status](http://img.shields.io/travis/puniverse/capsule.svg?style=flat)](https://travis-ci.org/puniverse/capsule) [![Coverage](https://coveralls.io/repos/puniverse/capsule/badge.svg?branch=master)](https://coveralls.io/r/puniverse/capsule...
0
xmuSistone/VerticalSlideFragment
vertical slide to switch to the next fragment page, looks like vertical viewpager
fragments slide taobao
# android-vertical-slide-view vertical slide to switch to the next fragment page. 仿照淘宝和聚美优品,在商品详情页,向上拖动时,可以加载下一页。使用ViewDragHelper,滑动比较流畅。<br><br> scrollView滑动到底部的时候,再行向上拖动时,添加了一些阻力。<br> ![PREVIEW](capture.gif)
0
nshmura/RecyclerTabLayout
An efficient TabLayout library implemented with RecyclerView.
null
# RecyclerTabLayout [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-RecyclerTabLayout-green.svg?style=flat)](https://android-arsenal.com/details/1/2220) An efficient TabLayout library implemented with RecyclerView. ## Features - Efficient when having many tabs - Easy setup with ViewPager (same as [...
0
roncoo/spring-boot-demo
Spring Boot的基础教程,由浅入深,一步一步学习Spring Boot,最后学到的不单单是基础!Spring Cloud基础教程请看:https://github.com/roncoo/spring-cloud-demo
demo java roncoo spring-boot
## 项目地址汇总 ### Spring Boot Demo:[码云地址](https://gitee.com/roncoocom/spring-boot-demo) | [Github地址](https://github.com/roncoo/spring-boot-demo) ### Spring Cloud Demo:[码云地址](https://gitee.com/roncoocom/spring-cloud-demo) | [Github地址](https://github.com/roncoo/spring-cloud-demo) ### 本项目为Spring Boot的基础教程 - 教程视频:[免费篇](http:...
0
torodb/stampede
The ToroDB solution to provide better analytics on top of MongoDB and make it easier to migrate from MongoDB to SQL
analytics nosql nosql-database sql sql-database
# ToroDB Stampede > Transform your NoSQL data from a MongoDB replica set into a relational database in PostgreSQL. There are other solutions that are able to store the JSON document in a relational table using PostgreSQL JSON support, but it doesn't solve the real problem of 'how to really use that data'. ToroDB Stam...
0
xaecbd/KCenter
KCenter(KafkaCenter) is a unified platform for kafka cluster management and maintenance, producer / consumer monitoring, and use of ecological components(ksql/kafka connect).it's kafkacenter(kafka center).
cmak connect-ui kafka kafka-center kafka-connect kafka-connect-ui kafka-eagle kafka-manager kafka-monitor kafkacenter kafkamanager kafkaoffsetmonitor kc kmanager ksql
Language: :us: - :[cn](./README_zh.md): # KCenter ![](https://img.shields.io/badge/java-1.8+-green.svg) ![](https://img.shields.io/badge/maven-3.5+-green.svg) KCenter (previously known as KafkaCenter) is a unified one-stop platform for Apache Kafka cluster management and maintenance, producer/consumer monitoring, and...
0
Raysmond/SpringBlog
A simple blogging system implemented with Spring Boot + Hibernate + MySQL + Bootstrap4.
blogging spring-boot
SpringBlog ===== 中文开发和部署文档请查看:http://raysmond.com/posts/springblog-guide SpringBlog is a very simple and clean-design blog system implemented with Spring Boot. It's one of my learning projects to explore awesome features in Spring Boot web programming. You can check my blog site for demo [https://raysmond.com](http:/...
0
electronicarts/ea-async
EA Async implements async-await methods in the JVM.
async async-await asynchronous concurrency ea-async java jvm
EA Async ============ [![Release](https://img.shields.io/github/release/electronicarts/ea-async.svg)](https://github.com/electronicarts/ea-async/releases) [![Maven Central](https://img.shields.io/maven-central/v/com.ea.async/ea-async-parent.svg)](http://repo1.maven.org/maven2/com/ea/async/) [![Javadocs](https://img.sh...
0
knightliao/disconf
Distributed Configuration Management Platform(分布式配置管理平台)
null
Disconf ======= [![Apache License 2](https://img.shields.io/badge/license-ASF2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt) [![Build Status](https://travis-ci.org/knightliao/disconf.svg?branch=master)](https://travis-ci.org/knightliao/disconf) [![Coverage Status](https://coveralls.io/repos/knightliao/di...
0
jmxtrans/jmxtrans
jmxtrans
null
![jmxtranslogo](http://www.jmxtrans.org/assets/img/jmxtrans-logo.gif) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjmxtrans%2Fjmxtrans.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjmxtrans%2Fjmxtrans?ref=badge_shield) [![Build Status](https://secure.travis-ci.org/jmxtrans...
0
zaaach/CityPicker
:fire::fire::fire:城市选择、定位、搜索及右侧字母导航,类似美团 百度糯米 饿了么等APP选择城市功能
city indexbar location recyclerview
<p align="center"> <img src="art/header.png"> </p> # CityPicker [![Platform](https://img.shields.io/badge/platform-android-green.svg)](http://developer.android.com/index.html) [![API](https://img.shields.io/badge/API-14%2B-yellow.svg?style=flat)](https://android-arsenal.com/api?level=14) 现在使用较多的类似美团、外卖等APP的城市选择界面,**...
0
tmobile/pacbot
PacBot (Policy as Code Bot)
angularjs aws aws-security cloud cloud-auditing cloud-compliance-reporting cloud-native cloud-security continous-compliance java policy-as-code security security-automation spring-boot
[![Latest release](https://img.shields.io/github/release/tmobile/pacbot.svg)](https://github.com/tmobile/pacbot/releases/latest) [![Build Status](https://travis-ci.com/tmobile/pacbot.svg?token=k3NCeDUn4HM7urPbq4oz&branch=master)](https://travis-ci.com/tmobile/pacbot) [![GitHub license](https://github.com/tmobile/pacbot...
0
pinterest/secor
Secor is a service implementing Kafka log persistence
kafka
# Pinterest Secor [![Build Status](https://travis-ci.org/pinterest/secor.svg)](https://travis-ci.org/pinterest/secor) Secor is a service persisting [Kafka] logs to [Amazon S3], [Google Cloud Storage], [Microsoft Azure Blob Storage] and [Openstack Swift]. ## Key features ## - **strong consistency**: as long as [Kaf...
0
feihong-cs/ShiroExploit-Deprecated
Shiro550/Shiro721 一键化利用工具,支持多种回显方式
shiro shiro-exp shiro-exploit shiro-poc shiro550 shiro721
### 2019.11.9 update: 由于当初作者开发时能力有限,导致工具本身存在着笨重及问题较多等诸多缺点。目前有很多其他的优秀工具提供了对shiro检测/利用更好的支持(如更好的回显支持,更有效的gadget与直接支持内存shell等),此工具目前已相形见绌。请各位移步其他更优秀的项目,感谢各位的使用。 ### 2019.9.20 update: 对回显方式进行了一次更新,希望现在能好用一点 ### 2020.9.12 update: 很多回显方式在本地测试OK,但是在实际环境中却不行,这个问题我不知道该怎么解决,希望有师傅可以指导下或者一起讨论下。 # ShiroExploit 支持对Shiro550(硬编码秘钥)和S...
0
methusalah/OpenRTS
Real-Time Strategy game 3D engine coded in pure java
null
![please report broken links](https://s9.postimg.cc/9nsfu0wlr/code118.png) **<a href="https://twitter.com/dumas181" target="_blank">Follow me on twitter !</a>** # What is OpenRTS? OpenRTS is a 3D real-time strategy game engine. It's coded in Java 1.8, powered by jMonkeyEngine 3, and is open-source. OpenRTS intends t...
0
marcosbarbero/spring-cloud-zuul-ratelimit
Rate limit auto-configure for Spring Cloud Netflix Zuul
bucket4j consul hacktoberfest hacktoberfest2021 hashicorp-consul load-shedding loader netflix-zuul open-source rate-limit spring-cloud spring-cloud-netflix spring-cloud-netflix-zuul throttle throttling
null
0
android-cjj/JJSearchViewAnim
A cool search view animation library
null
JJSearchViewAnim ============================ [中文版文档及相关文章](https://github.com/android-cjj/JJSearchViewAnim/blob/master/README-CN.md) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-JJSearchViewAnim-green.svg?style=true)](https://android-arsenal.com/details/1/3390) ![](http://ww1.sinaimg.cn/mw690/7e...
0
mcxtzhang/AnimShopButton
A shopping cart button with a telescopic displacement rotation animation ...一个带伸缩位移旋转动画的购物车按钮
animation ele shopping-cart-button
# AnimShopButton [![](https://jitpack.io/v/mcxtzhang/AnimShopButton.svg)](https://jitpack.io/#mcxtzhang/AnimShopButton) A shopping cart button with a telescopic displacement rotation animation ... 一个仿饿了么 带伸缩位移旋转动画的购物车按钮 注意,本控件非继承自`ViewGroup`,而是**纯自定义View**,实现的仿饿了么加入购物车控件,自带**闪转腾挪动画**的按钮。 图1 项目中使用的效果,考虑到了`View`的**回...
0
oubowu/OuNews
新闻阅读
news
# OuNews 简单的新闻客户端 # ## 一、为什么写这个? ## 一直想练习MVP模式开发应用,把学习的RxJava、Retrofit等热门的开源库结合起来,于是写了这么一款新闻阅读软件, 有新闻、图片、视频三大模块,使用Retrofit和Okhttp实现无网读缓存,有网根据过期时间重新请求, 还有边缘或整页侧滑、夜间模式切换等小功能,还写了几个自定义小控件,虽然无啥卵用,但是学到了很多东西,很有收获。 ## 二、运行截图 ## ![](/pic/1.png) ![](/pic/2.png) ![](/pic/3.png) ![](/pic/4.png) ![](/pic/5.png) ![](/pic/6.png...
0
peng-zhihui/DeepVision
在我很多项目中用到的CV算法推理框架应用。
null
## 前言 一个算法模型的落地需要经历从算法任务确立,到方法调研、模型选型和优化、数据采集标定、模型训练、部署验证等一整个pipeline,其中对于绝大多数的算法工程师,模型的训练和输出是没有问题的,但是要快速地进行模型在移动设备上的效果验证,则需要移动端开发人员和配合才能完成。另一方面,考虑到团队内CV算法研究方向很多,如果每个模型都单独在移动端开发一套验证APP的话显然费时费力,重复造轮子。 ![](img/1.jpg) 为了解决模型移动端部署验证困难,以及每个模型都单独在移动端开发一套验证APP带来的重复工作的问题,本项目实现了CV算法快速验证框架项目,旨在提供一套通用的CV算法验证框架。框架经过本人一年多的开发和维护,...
0
bucket4j/bucket4j
Java rate limiting library based on token-bucket algorithm.
apache-ignite hazelcast infinispan jcache oracle-coherence rate-limit rate-limiter rate-limiting token-bucket
![](/asciidoc/src/main/docs/asciidoc/images/white-logo.png) # Java rate-limiting library based on token-bucket algorithm. [![Licence](https://img.shields.io/hexpm/l/plug.svg)](https://github.com/bucket4j/bucket4j/blob/master/LICENSE.txt) #### Get dependency The Bucket4j is distributed through [Maven Central](http://...
0
geotools/geotools
Official GeoTools repository
geojson geospatial geotools gis java mongodb mysql oracle-spatial postgis shapefile sqlserver
![GeoTools logo](/geotools-logo.png) [GeoTools](http://geotools.org) is an open source Java library that provides tools for geospatial data. Our Users guide provides an [overview](http://docs.geotools.org/latest/userguide/geotools.html) of the core features, supported formats and standards support. [![DOI](https://z...
0
ysc/QuestionAnsweringSystem
QuestionAnsweringSystem是一个Java实现的人机问答系统,能够自动分析问题并给出候选答案。
null
## QuestionAnsweringSystem是一个Java实现的人机问答系统,能够自动分析问题并给出候选答案。IBM人工智能计算机系统"沃森"(Watson)在2011年2月美国热门的电视智力问答节目"危险边缘"(Jeopardy!)中战胜了两位人类冠军选手,QuestionAnsweringSystem就是IBM Watson的Java开源实现。 [QuestionAnsweringSystem技术实现简要分析](http://blog.sina.com.cn/s/blog_9be6dec10102vq55.html) [QuestionAnsweringSystem在100offer举办的「寻找实干和坚持的技术力量」...
0
npgall/cqengine
Ultra-fast SQL-like queries on Java collections
null
[![Build Status](https://travis-ci.org/npgall/cqengine.svg?branch=master)](https://travis-ci.org/npgall/cqengine) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.googlecode.cqengine/cqengine/badge.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.googlecode.cqengine%22%20AND%20a%3Acqeng...
0
selenide/selenide
Concise UI Tests with Java!
null
# Selenide = UI Testing Framework powered by Selenium WebDriver ![Build Status](https://github.com/selenide/selenide/workflows/Run%20tests/badge.svg) [![Maven Central](https://img.shields.io/maven-central/v/com.codeborne/selenide.svg)](https://central.sonatype.com/search?q=selenide&namespace=com.codeborne) [![MIT Lice...
0
spring-guides/gs-rest-service
Building a RESTful Web Service :: Learn how to create a RESTful web service with Spring.
spring-boot
null
0
razerdp/AnimatedPieView
// 一个好吃的甜甜圈?
androidviews jcenter pie-chart ring-chart widget
AnimatedPieView --- **一个好吃的甜甜圈?请问客官要啥口味捏-V-** [**English Doc**](https://github.com/razerdp/AnimatedPieView/blob/master/README_EN.md) [![jcenter](https://api.bintray.com/packages/razerdp/maven/AnimatedPieView/images/download.svg)](https://bintray.com/razerdp/maven/AnimatedPieView/_latestVersion) [![license](https://im...
0
zzz40500/GsonFormat
根据Gson库使用的要求,将JSONObject格式的String 解析成实体
gsonformat ide jetbrains
GsonFormat ------ [jetbrains](https://plugins.jetbrains.com/plugin/7654?pr=androidstudio) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-GsonFormat-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/1896) [swift](https://github.com/EnjoySR/ESJsonFormat-Xcode) [Json Annotation]...
0
simplepeng/SpiderMan
🔥🔥🔥 - 崩溃日志手机端显示 ,测试妹妹的最爱,开发哥哥的小棉袄
null
# SpiderMan [![](https://jitpack.io/v/simplepeng/SpiderMan.svg)](https://jitpack.io/#simplepeng/SpiderMan)![MIT](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square) ![](https://img.shields.io/badge/API-14%2B-brightgreen?style=flat-square) ![](https://img.shields.io/badge/Size-40k-yellow?style...
0
gh0stkey/HaE
HaE - Highlighter and Extractor, Empower ethical hacker for efficient operations.
bughunter burpsuite data-security
<div align="center"> <img src="images/logo.png" style="width: 20%" /> <h4><a href="https://gh0st.cn/HaE/">赋能白帽,高效作战!</a></h4> <h5>第一作者: <a href="https://github.com/gh0stkey">EvilChen</a>(中孚信息元亨实验室), 第二作者: <a href="https://github.com/0chencc">0chencc</a>(米斯特安全团队)</h5> </div> ## 项目介绍 **HaE**是一个基于`BurpSuite Java插件API`开发...
0
java-diff-utils/java-diff-utils
Diff Utils library is an OpenSource library for performing the comparison / diff operations between texts or some kind of data: computing diffs, applying patches, generating unified diffs or parsing them, generating diff output for easy future displaying (like side-by-side view) and so on.
computing-diffs diff diff-algorithm inline java java-diff-utils merge-text meyer tools unified-diffs
# java-diff-utils ## Status [![Build Status](https://travis-ci.org/java-diff-utils/java-diff-utils.svg?branch=master)](https://travis-ci.org/java-diff-utils/java-diff-utils) [![Build Status using Github Actions](https://github.com/java-diff-utils/java-diff-utils/workflows/Java%20CI%20with%20Maven/badge.svg)](https:/...
0
jarlen/PhotoEditDemo
1,图片编辑(图片添加,文字添加),实现图片编辑中的图片添加,旋转,缩放,删除;文字的添加,大小缩放,字体更换,颜色更换,删除; 2,基本滤镜实现与接口封装; 涂鸦(画笔的样式,粗细,颜色,橡皮擦,贴图); 相框(简单相框,酷炫相框); 马赛就克(基本马赛克,酷炫马赛克,橡皮擦)及其接口封装 3,接下来, 图像剪切,旋转等功能实现测试接口封装; GIF与MP4,图片互转实现测试与接口封装;
null
# 图片处理sdk(just for eclipse) Note: 新的项目(for studio)转移到https://github.com/jarlen/PhotoEdit (包括jni本地源码) - cn.ffmpeg - gif mp4 互转 - com.js.photosdk.bodywarp - 图片变形 - com.js.photosdk.crop - 图片剪切 - 借用 library [cropper](https://github.com/edmodo/cropper) - com.js.photosdk.enhance - 图片增强,对比度,饱和度...
0
learning-zone/java-basics
Java Basics ( Java-8 )
collections design-pattern hibernate java java-programs java8 jdbc jsp multithreading servlet
# Java Basics > *Click &#9733; if you like the project. Your contributions are heartily ♡ welcome.* <br/> ## Related Topics * *[Multithreading](multithreading-questions.md)* * *[Collections](collections-questions.md)* * *[Java Database Connectivity (JDBC)](JDBC-questions.md)* * *[Java Programs](java-programs.md)* *...
0
torakiki/pdfsam
PDFsam, a desktop application to split, merge, mix, rotate PDF files and extract pages
combine extract java javafx merge merge-pdf merger pdf pdf-combiner pdf-extractor pdf-manipulation pdf-merge pdf-mix pdf-rotate pdf-split rotate split split-pdf splitter
PDFsam (PDF Split And Merge) ============================== Official SCM repository for PDFsam Basic, a free and open source, multi-platform software designed to extract pages, split, merge, mix and rotate PDF files. ![Build Status](https://github.com/torakiki/pdfsam/actions/workflows/build.yml/badge.svg) [![License](...
0
summitt/Nope-Proxy
TCP/UDP Non-HTTP Proxy Extension (NoPE) for Burp Suite.
appsec appsecurity burp-extensions burp-plugin burpsuite burpsuite-extender hacking mitmproxy pentesting protobuf proxy tcp tcpproxy udp updproxy websockets
# NoPE Proxy ![GitHub last commit](https://img.shields.io/github/last-commit/factionsecurity/faction) ![GitHub Release Date - Published_At](https://img.shields.io/github/release-date/factionsecurity/faction) [![](https://img.shields.io/badge/null0perat0r-it?style=flat-square&logo=mastodon&labelColor=white&color=whi...
0
Teevity/ice
AWS Usage Tool
aws aws-billing cost finops ice
# Ice [![Build Status](https://travis-ci.org/Teevity/ice.svg?branch=master)](https://travis-ci.org/Teevity/ice) ## Intro Ice provides a birds-eye view of our large and complex cloud landscape from a usage and cost perspective. Cloud resources are dynamically provisioned by dozens of service teams within the organizat...
0
PeterCxy/Shelter
SThis repository is a mirror of https://gitea.angry.im/PeterCxy/Shelter
null
Shelter === Shelter is a Free and Open-Source (FOSS) app that leverages the "Work Profile" feature of Android to provide an isolated space that you can install or clone apps into. Downloads === - [F-Droid](https://f-droid.org/app/net.typeblog.shelter) (Signed by F-Droid) - Custom F-Droid Repository (Signed by PeterC...
0
vaadin/framework
Vaadin 6, 7, 8 is a Java framework for modern Java web applications.
java vaadin vaadin-framework web-application-framework
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin/framework-8?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) # Vaadin Framework *[Vaadin](https://vaadin.com) allows you to build modern web apps efficiently in plain Java, without touching low level web technologies.* This reposi...
0
eclipse/eclipse-collections
Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.
collections data-structures eclipse-collections functional immutable-collections java java-collections object-oriented primitive-collections
<!-- ~ Copyright (c) 2022 Goldman Sachs and others. ~ All rights reserved. This program and the accompanying materials ~ are made available under the terms of the Eclipse Public License v1.0 ~ and Eclipse Distribution License v. 1.0 which accompany this distribution. ~ The Eclipse Public License is available ...
0
ren93/RecyclerBanner
用RecyclerView实现无限轮播图,有普通版和3d版
banner recyclerview
# RecyclerBanner ## 介绍 RecyclerBanner是一个利用RecycleView实现轮播图的自定义控件。 这里有[相关博客介绍!](https://juejin.im/post/5a13a28c51882512a860ee6a)。 ## 属性 | **属性名称**  | **方法** | **意义** | **类型** | **默认值** | | --- | ---| --- | --- | --- | | app:showIndicator |setShowIndicator(boolean showIndicator)| 是否显示指示器 | boolean | true | | app:inte...
0
AxonFramework/AxonFramework
Framework for Evolutionary Message-Driven Microservices on the JVM
cqrs domain-driven-design event-sourcing java message-driven performance scalability
# Axon Framework [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.axonframework/axon/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.axonframework/axon) ![Build Status](https://github.com/AxonFramework/AxonFramework/workflows/Axon%20Framework/badge.svg?branch=master) [![SonarCloud...
0
zhegexiaohuozi/SeimiCrawler
一个简单、敏捷、分布式的支持SpringBoot的Java爬虫框架;An agile, distributed crawler framework.
null
SeimiCrawler ============ [![GitHub release](https://img.shields.io/github/release/zhegexiaohuozi/SeimiCrawler.svg)](https://github.com/zhegexiaohuozi/JsoupXpath/releases) [![Maven](https://maven-badges.herokuapp.com/maven-central/cn.wanghaomiao/SeimiCrawler/badge.svg)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%...
0
apache/drill
Apache Drill is a distributed MPP query layer for self describing data
big-data drill hadoop hive java jdbc parquet sql
# Apache Drill [![Build Status](https://github.com/apache/drill/workflows/Github%20CI/badge.svg)](https://github.com/apache/drill/actions) [![Artifact](https://img.shields.io/maven-central/v/org.apache.drill/distribution.svg)](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.apache.drill%22%20AND%20a%3A%22distr...
0
Nepxion/Discovery
☀️ Nepxion Discovery is a solution for Spring Cloud with blue green, gray, route, limitation, circuit breaker, degrade, isolation, tracing, dye, failover, active 蓝绿灰度发布、路由、限流、熔断、降级、隔离、追踪、流量染色、故障转移、多活
apollo blue-green-deployment cloud-native consul etcd eureka gray-release hystrix jaeger nacos opentelemetry opentracing redis sentinel skywalking spring-cloud spring-cloud-alibaba spring-cloud-gateway zookeeper zuul
![](http://nepxion.gitee.io/discovery/docs/discovery-doc/Banner.png) # Discovery【探索】云原生微服务解决方案 ![Total visits](https://visitor-badge.laobi.icu/badge?page_id=Nepxion&title=total%20visits) [![Total lines](https://tokei.rs/b1/github/Nepxion/Discovery?category=lines)](https://tokei.rs/b1/github/Nepxion/Discovery?category...
0
gjiazhe/PanoramaImageView
An imageView can auto scroll with device rotating.
null
# PanoramaImageView An imageView can auto scroll with device rotating. ## ScreenShots <img src="screenshots/recyclerview_sample.gif" width="270"> <img src="screenshots/horizontal_sample.gif" width="270"> <img src="screenshots/vertical_sample.gif" width="270"> ## Include PanoramaImageView to Your Project With grad...
0
subhra74/snowflake
Graphical SFTP client and terminal emulator with helpful utilities
command-snippet deployment devops disk-space-analyzer linux log-viewer monitoring monitoring-tool remote-admin-tool remote-execution remote-shell sftp ssh terminal terminal-emulator terminal-emulators
# Muon SSH Terminal/SFTP client ( Formerly Snowflake ) ![Java CI](https://github.com/subhra74/snowflake/workflows/Java%20CI/badge.svg?branch=master) [![Github All Releases](https://img.shields.io/github/downloads/subhra74/snowflake/total.svg)]() Easy and fun way to work with remote servers over SSH. This project is be...
0
jtablesaw/tablesaw
Java dataframe and visualization library
chart data-analysis data-frame data-science data-visualization dataframe high-performance java java-dataframe machine-learning plotly plotting statistical-analysis statistics visualization
Tablesaw ======= [![Apache 2.0](https://img.shields.io/github/license/nebula-plugins/nebula-project-plugin.svg)](http://www.apache.org/licenses/LICENSE-2.0) [![Build Status](https://travis-ci.org/jtablesaw/tablesaw.svg?branch=master)](https://travis-ci.org/jtablesaw/tablesaw) [![Codacy Badge](https://app.codacy.com/pr...
0
Naccl/NBlog
🍓 Spring Boot + Vue 前后端分离博客系统 https://naccl.top
blog jwt mybatis quartz redis springboot springsecurity vue
<p align="center"> <a href="https://naccl.top/" target="_blank"> <img src="./pic/NBlog.png" alt="NBlog logo" style="width: 200px; height: 200px"> </a> </p> <p align="center"> <img src="https://img.shields.io/badge/JDK-1.8+-orange"> <img src="https://img.shields.io/badge/SpringBoot-2.2.7.RELEASE-brightgreen"> <im...
0
shyiko/mysql-binlog-connector-java
MySQL Binary Log connector
null
# mysql-binlog-connector-java [![Build Status](https://travis-ci.org/shyiko/mysql-binlog-connector-java.svg?branch=master)](https://travis-ci.org/shyiko/mysql-binlog-connector-java) [![Coverage Status](https://coveralls.io/repos/shyiko/mysql-binlog-connector-java/badge.svg?branch=master)](https://coveralls.io/r/shyiko/...
0
brianfrankcooper/YCSB
Yahoo! Cloud Serving Benchmark
null
<!-- Copyright (c) 2010 Yahoo! Inc., 2012 - 2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required ...
0
bytedeco/javacv
Java interface to OpenCV, FFmpeg, and more
computer-vision ffmpeg java javacv maven multimedia opencv opencv-java
JavaCV ====== [![Gitter](https://badges.gitter.im/bytedeco/javacv.svg)](https://gitter.im/bytedeco/javacv) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.bytedeco/javacv-platform/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.bytedeco/javacv-platform) [![Sonatype Nexus (Snapsh...
0
commonmark/commonmark-java
Java library for parsing and rendering CommonMark (Markdown)
commonmark java library markdown parser renderer
commonmark-java =============== Java library for parsing and rendering [Markdown] text according to the [CommonMark] specification (and some extensions). [![Maven Central status](https://img.shields.io/maven-central/v/org.commonmark/commonmark.svg)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.commonmark%22...
0
awangdev/leet-code
Java Solutions to problems on LintCode/LeetCode
algorithm dynamicprogramming java java-solution leetcode lintcode
![home](https://user-images.githubusercontent.com/10102793/115952522-45a10a00-a49b-11eb-825e-08f913d9bbbf.png) > Disclaimer: 这里的题目跟具体的面试毫无关系, 也没有任何指向性; 这些题目是我当年在努力刷题的过程中积累下来的经验和总结! # 简介 这个站点已经开启超过7年, 很高兴它可以帮到有需要的人. 信息有价, 知识无价, 每逢闲暇, 我会来维护这个repo, 给刷题的朋友们一些我的想法和见解. 下面来简单介绍一下: - **README.md**: 所有所做过的题目 - **ReviewPage.md...
0
open-telemetry/opentelemetry-java
OpenTelemetry Java SDK
opentelemetry
# OpenTelemetry Java [![Continuous Build][ci-image]][ci-url] [![Coverage Status][codecov-image]][codecov-url] [![Maven Central][maven-image]][maven-url] ## Project Status See [Java status on OpenTelemetry.io][otel-java-status]. ## Getting Started If you are looking for an all-in-one, easy-to-install **auto-instrume...
0
brianway/java-learning
旨在打造在线最佳的 Java 学习笔记,含博客讲解和源码实例,包括 Java SE 和 Java Web
java
# 我的 Java 学习笔记 旨在打造在线最佳的 Java 学习笔记,笔记内容主要是对一些基础特性和编程细节进行总结整理,适合了解 Java 基础语法,想进一步深入学习的人 含**博客讲解**和**源码实例**,采用 maven 构建,分模块学习,涉及反射,代理,多线程,IO,集合类等核心知识。 **如果觉得不错,请先在这个仓库上点个 star 吧**,这也是对我的肯定和鼓励,谢谢了。 不定时进行调整和补充,需要关注更新的请 watch、star、fork ----- # 仓库目录 **点击相应的模块能看到每个目录的说明文档** - [blogs](/blogs):博客文档 - [java-base](/java-...
0
vavr-io/vavr
vʌvr (formerly called Javaslang) is a non-commercial, non-profit object-functional library that runs with Java 8+. It aims to reduce the lines of code and increase code quality.
functional-programming immutable-collections java java8 javaslang object-functional persistent-collections vavr
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod&style=flat-square)](https://gitpod.io/#https://github.com/vavr-io/vavr) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://opensource.org/licenses/MIT) [![GitHub Release](https://i...
0