full_name stringlengths 7 104 | description stringlengths 4 725 ⌀ | topics stringlengths 3 468 ⌀ | readme stringlengths 13 565k ⌀ | label int64 0 1 |
|---|---|---|---|---|
muhammedsedef/Kafka-Example | Kafka Example | couchbase docker kafka kafka-ui postgresql spring-boot wiremock zookeeper | # Kafka-Example
In this project,
- There are 3 microservices, when a user created via user-service that service insert a record onto user table(postgre)
and it produce an event to **user_service.user_created.0** topic.
- Notification-consumer service listen **user_service.user_created.0** topic and simulates the logic ... | 1 |
bertilmuth/poem-hexagon | A simple example for a hexagonal architecture. | clean-architecture event-driven hexagonal-architecture java message-driven | # introduction
[](https://gitter.im/requirementsascode/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
A simple example for a clean hexagonal architecture.
It contains a use case model and command handlers that control the flow of t... | 1 |
phantasmicmeans/springboot-microservice-with-spring-cloud-netflix | msa backend service example with springboot REST API | eureka-client msa rest-api service spring-boot springcloud | [](http://hits.dwyl.io/phantasmicmeans/springboot-microservice-with-spring-cloud-netflix)
Spring Boot Microservice with Spring Cloud Netflix
==============
*by S.M.Lee*
 Example | null | # javaee8-mvc-sample
Java EE 8 MVC [JSR-371](https://mvc-spec.java.net) example based on JAX-RS, EJBs and JSPs.
Currently this sample requires a dependency to the Java EE 8 MVC Reference Implementation [ozark](https://ozark.java.net) (see [pom](https://github.com/AdamBien/javaee8-mvc-sample/blob/master/time/pom.xml))... | 1 |
mckeeh3/akka-java-cluster-sharding | Akka Java cluster sharding example | null | ## Akka Java Cluster Sharding Example
### Introduction
This is a Java, Maven, Akka project that demonstrates how to setup an
[Akka Cluster](https://doc.akka.io/docs/akka/current/index-cluster.html)
with an example implementation of
[Cluster Sharding](https://doc.akka.io/docs/akka/current/cluster-sharding.html).
This... | 1 |
openpreserve/format-corpus | An openly-licensed corpus of small example files, covering a wide range of formats and creation tools. | null | format-corpus
=============
An openly-licensed corpus of small example files, covering a wide range of formats and creation tools.
All items, apart from the source code under 'tools', is CC0 licenced unless otherwise stated. The source code is Apache 2.0 Licenced unless otherwise stated.
A recent summary of the con... | 1 |
politrons/RPC_reactive | Examples and explanations of how RPC systems works. | finagle grpc java reactive-programming thrift | Author Pablo Picouto García

## Reactive RPC
Here we cover with some examples and explanations how most famous RPC as [gRPC](https://grpc.io/docs/quickstart/) or
[Thrift](https://thrift.apache.org/) works.
### gRPC
##### Simple gRCP
. | null | 使用各类主流框架、以及中间件整合之类的代码演示,注释详细
---
[](https://mit-license.org/)
<br>
<br>
### Demo 演示列表
- [sc-demo-alibaba](https://github.com/skypyb/code_demo/tree/master/sc-demo-alibaba):Spring Cloud Alibaba全家桶的示例,服务治理、熔断、通信、网关、限流、鉴权等
- [spring-security-demo](https://github... | 0 |
polkadot-java/api | Java APIs around Polkadot and any Substrate-based chain RPC calls. It is dynamically generated based on what the Substrate runtime provides in terms of metadata.Full documentation & examples available. | null | # Polkadot/Substrate Java Api
This library provides a Java wrapper around all the methods exposed by a Polkadot/Subtrate network client and defines all the types exposed by a node.
- [packages](https://github.com/polkadot-java/api/tree/master/packages) -- Polkadot/substrate api Java implementation.
- [examples](https... | 0 |
jobrunr/example-spring | An example on how to integrate JobRunr with Spring | null | # JobRunr example
This repository shows an advanced example how you can integrate JobRunr with [spring.io](https://spring.io/). In this example, Jobs are created via a web frontend (the `webapp` module) and processed in a different JVM (the `processingapp` module).
An easier example using [spring.io](https://spring.i... | 1 |
gshaw-pivotal/spring-hexagonal-example | An example of implementing hexagonal design in a spring-boot application (A work in progress) | null | # Hexagonal (Port and Adapter) Example #
A spring-boot based example of hexagonal design (also known as the ports and adapters design).
Through the use of ports, contracts between the various modules can be set up, allowing for the modules to be easily replaced with other implementations. The only condition; that the... | 1 |
indrabasak/spring-loadtime-weaving-example | Spring Boot Load-Time Weaving Example with AspectJ | aspectj spring-aop spring-boot | [![Build Status][travis-badge]][travis-badge-url]
[![Quality Gate][sonarqube-badge]][sonarqube-badge-url]
[![Technical debt ratio][technical-debt-ratio-badge]][technical-debt-ratio-badge-url]
[![Coverage][coverage-badge]][coverage-badge-url]

Spring Boot Load-Time Weaving E... | 1 |
mitchtabian/Retrofit-Caching-Example | An example of how to use Retrofit2 to cache HTTP responses | android-caching cache cache-control okhttp3 retrofit2 | null | 1 |
Gary111/MaskedEditText | Example of formatting card number / date / cvc during entering text | null | # MaskedEditText
Simle example of how to format card number / date / cvc during entering text
![Example Masked EditText][1]
[1]: https://github.com/Gary111/MaskedEditText/blob/master/screens/demo.gif
| 1 |
simple-elf/github-allure-history | Example of using Allure Report on GitHub Actions | null | # github-allure-history
Example project using GitHub Actions for Allure report with history on GitHub Pages
You can see [Allure Report](https://simple-elf.github.io/github-allure-history/) on GitHub Pages
## GitHub Actions
Learn how to use GitHub Actions on [official docs](https://docs.github.com/en/actions)
Here is... | 1 |
lykhonis/MediaCodec | Example of how to use MediaCodec to encode/decode and pass samples as byte array | null | # MediaCodec
Example show case use cases of MediaCodec. It can be valuable for applications that doing encoding, decoding and transfering samples in H.264 (for example) over network, etc.
Example contains:
- Creating surface and associated canvas to draw onto
- Binding surface to encoder to produce H.264 samples
- Cre... | 1 |
aws-samples/aws-greengrass-lambda-functions | Example local Lambda functions that can be used with AWS Greengrass and the AWS Greengrass Provisioner. | aws-greengrass greengrass | ## AWS Greengrass Lambda Functions
Example local Lambda functions that can be used with AWS Greengrass and the AWS Greengrass Provisioner. This repo contains
the functions and the deployment configurations to launch those functions in different configurations.
## News
2020-01-27 - Minor changes to the role naming s... | 1 |
djangofan/selenium-gradle-example | A Selenium2 example using the Gradle build system | null | # Info
This is a Java project that can be used as a template (or archetype) to start a WebDriver web browser testing project. I chose to simplify and and implement using simply WebDriver and Gradle.<br/>
Presentation is for "Portland Selenium Bootcamp 2013".
[PDX-SE Meetup Group](http://www.meetup.com/pdx-se/events/... | 1 |
ricardozanini/soccer-stats | Soccer Stats is an example application to be used as a proof of concept for a presentation at Ansible Meetup in São Paulo | ansible jenkins jenkins-pipeline spring-boot | # Soccer Stats
Soccer Stats is an example application to be used as a proof of concept for a presentation at [Ansible Meetup in São Paulo](https://www.meetup.com/Ansible-Sao-Paulo/events/243212921/).
## Pre-requistes
* JDK 1.8
* Maven 3.3+
## Environment
It's a sample Rest API built upon Spring Rest Framework. The... | 1 |
MetaArivu/Kafka-quickstart | Kafka Examples focusing on Producer, Consumer, KStreams, KTable, Global KTable using Spring, Kafka Cluster Setup & Monitoring. Implementing Event Sourcing and CQRS Design Pattern using Kafka | cqrs event-sourcing global-ktable kafka kafka-admin kafka-consumer kafka-producer kafka-prometheus kafka-ssl kstream ktable spring-kafka spring-kafka-test | # Kafka Examples Using Spring
This tutorial focus of different features of KAKFA
## 1: [Kafka Setup](https://github.com/MetaArivu/spring-kaka-examples/tree/main/01-kafka-setup)
- Kafka Setup
- Kafka SSL Configuration
## 2: [Kafka Producer](https://github.com/MetaArivu/spring-kaka-examples/tree/main/02-spring-k... | 0 |
IMS94/spring-boot-jwt-authorization | Example project to do role based access control (RBAC) using Spring Boot and JWT | authorization jwt jwt-authentication rbac rest-api role-based-access-control roles security single-page-app spring-boot spring-security | # Role Based Access Control (RBAC) with Spring Boot and JWT
This repo hosts the source code for the article [**Role Based Access Control (RBAC) with Spring Boot and JWT**](https://medium.com/geekculture/role-based-access-control-rbac-with-spring-boot-and-jwt-bc20a8c51c15?source=github_source).
This example project de... | 1 |
ekoontz/jaas_and_kerberos | Example code: using JAAS (Java Authentication and Authorization Service) and Kerberos | null | # Introduction
This is a set of example code to explain how to use Kerberos with the
JAAS (Java Authentication and Authorization Service) API. The source
code is split into two classes, `KerberizedServer.java` and
`Client.java`. Running `make test` will compile and run them both, at
which time they will set up an auth... | 1 |
inazaruk/map-fragment | An example of how one can use MapActivity as a fragment. | null | map-fragment
============
An example of how one can use MapActivity as a fragment.
All code in this repository is under [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html) (unless otherwise is stated in file header). | 1 |
konmik/Dagger2Example | This example is for Snorkeling with Dagger 2" article" | null | # Dagger2Example
This example is for [Snorkeling with Dagger 2](http://konmik.github.io/snorkeling-with-dagger-2.html) article.
| 1 |
zupzup/react-native-ethereum | Example code for creating an ETH wallet with react-native | null | # react-native-ethereum-wallet
It doesn't look like much. There is a Button and if you click it, it shows you the balance of a hardcoded address.
The application also loads an account from a hardcoded json address file and prints that address on clicking the button.
This example is just a simple Proof of Concept, so ... | 1 |
stevehanson/spring-mvc-validation | Spring MVC validation example using JSR-303 annotations and custom validation annotations | null | Spring MVC Validation
=====================
Spring MVC validation example using JSR-303 annotations and custom validation annotations
This repo is a companion to my [Spring MVC Form Validation Tutorial](http://codetutr.com/2013/05/28/spring-mvc-form-validation/)
| 1 |
indrabasak/jpa-postgres-jsonb | Postgres JPA Example with Enum and JSONB column type. | jpa postgres-enum postgres-jpa postgres-jsonb spring-boot | [![Build Status][travis-badge]][travis-badge-url]

JPA PostgreSQL Spring Service Example with JSONB Column Type and Query By Example
=================================================================================
This is a [**Spring Boot**](https://projects.spring.io/spring-boot/) based micro... | 1 |
rharter/CompoundViews | Example app to demonstrate compound views. | null | CompoundViews
=============
Example app to demonstrate compound views.
| 1 |
kikovalle/PLGSharepointRestAPI-java | Easy to use wrapper for the Sharepoint Rest API v1. Even if this is not a full implementation it covers most common use cases and provides examples to extending this API. | null | # PLGSharepointRestAPI-java
Easy to use wrapper for the Sharepoint Rest API v1. Even if this is not a full implementation it covers most common use cases and provides examples to extending this API.
I decided to share this project here because one of the most encouraging issues I've ever found is when i tried to integ... | 0 |
kaiwaehner/ksql-fork-with-deep-learning-function | Deep Learning UDF for KSQL, the Streaming SQL Engine for Apache Kafka with Elasticsearch Sink Example | deep-learning h2o kafka kafka-ecosystem ksql ksql-server ksql-udf stream udf | #  Deep Learning UDF for KSQL, the Streaming SQL for Apache Kafka
<span style="color:red">*Important: This is a fork of the KSQL project to demonstrate how to built a User-Defined Function (UDF). The projects adds a H2O Deep Learning model.*</span>
For the most up-to-date versi... | 1 |
BankID/SampleCode | Official BankID example code to generate the BankID demo site | null | # BankID sample code
BankID is the largest eID in Sweden, with more than 8,4 million users and over 6000 connected businesses and authorities. Our solution has revolutionized everyday life in Sweden and lays the foundation for a modern and accessible society.
## Demo site
To help you integrate BankID in a correct, ... | 1 |
thheller/reagent-react-native | Example App using reagent with react-native via shadow-cljs | null | ```
$ npm install && cd react-native && yarn install
$ shadow-cljs watch app
;; wait for first compile to finish or metro gets confused
$ cd react-native
$ npm start
;; and
$ npm run android
;; production build
$ shadow-cljs release app
;; Create Android release
$ cd react-native/android
$ ./gradlew assembleRelease... | 1 |
schordas/SchematicPlanets | An example implementation of the Schematic content provider library. | null | # SchematicPlanets
An example implementation of the Schematic content provider library.
This app also demonstrates an approach to using RecyclerView (with a CursorLoader) and Floating Action Buttons.
Enjoy!
| 1 |
cdk8s-team/cdk8s-examples | null | null | # cdk8s-examples | 0 |
petros94/smart-home-websockets | Websocket client-server example app, with ActiveMQ message broker | null | # Smart Home demo application using Spring Boot, Websockets and ActiveMQ
Websocket client-server example app, with ActiveMQ message broker.
This is the code repo for the DZone articles:
* Part I: https://dzone.com/articles/full-duplex-scalable-client-server-communication-u
* Part II: https://dzone.com/articles/full-dup... | 1 |
witgo/CRF | CRF is a Java implementation of Conditional Random Fields, an algorithm for learning from labeled sequences of examples. It also includes an implementation of Maximum Entropy learning. | null | null | 0 |
chrisjenx/StaggeredGridView | Based of the google staggeredgridview that has been hidden from the ACL, this is an example based off of that. | null | StaggeredGridView
=================
## This is just a demo
If you want a better implimentation of this, either wait for google to release it.
Or try https://github.com/maurycyw/StaggeredGridView
### About
Based of the google staggeredgridview that has been hidden from the ACL, this is an example based off of that ... | 1 |
lidimayra/from-rails-to-spring-boot | A quick guide for developers migrating from Rails to Spring Boot with examples | java mvc rails ruby ruby-on-rails spring spring-boot web | # From Rails to Spring Boot
Like Rails, Spring Boot also follows _Convention over Configuration_ principles.
This repository's goal is to focus on similarities and differences between both
frameworks in order to provide a quick guide for developers that are migrating
from one to another.
Contributions are welcome!
[... | 0 |
cassiomolin/log-aggregation-spring-boot-elastic-stack | Example on how to use Elastic Stack with Docker to collect, process, store, index and visualize logs of Spring Boot microservices. | null | ## Log aggregation with Spring Boot, Elastic Stack and Docker
In a microservices architecture, a single business operation might trigger a chain of downstream microservice calls, which can be pretty challenging to debug. Things, however, can be easier when the logs of all microservices are centralized and each log eve... | 1 |
phishman3579/Bitcoin | An example Bitcoin implementation which can be used to learn about Bitcoin/Blockchain. This implementations is for educational use only! | blockchain java | # Bitcoin
An example Bitcoin implementation which can be used to learn about Bitcoin/Blockchain. This implementations is for educational use only.
# Overview.
## Wallet
The Wallet is how peers interact with the Bitcoin peer-to-peer network. The Wallet generates a public key and a private key which it uses to sign ea... | 1 |
AndroidExamples/SwipeRefreshLayout-ListViewExample | Example SwipeRefreshLayout with ListView-EmptyView combination. | null | SwipeRefreshLayout-ListViewExample
==================================
SwipeRefreshLayout example to animate the refreshing of a ListView.
V. 0.1: Support for emptyView
| 1 |
jaxio/jpa-query-by-example | The JPA Query by Example framework is used by projects generated by Celerio. | null | ## JPA Query by Example framework
[](https://travis-ci.org/jaxio/jpa-query-by-example)
Query By Example for JPA is originally inspired from [Hibernate Example criterion](https://docs.jboss.org/hibernate/orm/3.6/reference/en-US/html/que... | 1 |
FISCO-BCOS/spring-boot-starter | An example to help users use java-sdk(master branch) and web3sdk(master-web3sdk branch) with Spring Boot | null | # spring-boot-starter
本示例项目基于Java SDK + Gradle + SpringBoot方式来调用智能合约。
## 前置条件
搭建FISCO BCOS 单群组区块链(Air版本),具体步骤[参考这里](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/tutorial/air/build_chain.html) 。
## 下载spring-boot-starter、证书拷贝
```shell
git clone https://github.com/FISCO-BCOS/spring-boot-starter.git
```
进入... | 1 |
ddd-by-examples/cinema | Cinema playground - example repo from reserving seats with different rules | null | # Cinema
Example repo for reserving seats in a cinema for different events with different rules
# Training material
The code is not finished, I use it for refactoring/DDD classes
# Diagram of packages/modules

| 1 |
berndruecker/customer-onboarding-camunda-8-springboot | A simple onboarding process example using BPMN, Camunda Cloud, Java, Spring Boot and REST | null | # Customer Onboarding Process
*Process solution example for customer onboarding as used in the OReilly book [Practical Process Automation](https://processautomationbook.com/).*

This following stack is used:
* Camunda Platform 8
* Java 17
* Spring Boot 3
#... | 1 |
bezkoder/spring-boot-login-mongodb | Spring Boot & MongoDB Login and Registration example with JWT, Spring Security, Spring Data MongoDB | authentication authorization cookie http-cookies jwt jwt-auth jwt-authentication jwt-token login mongodb mongodb-database registration spring spring-boot spring-security spring-security-jwt token-based-authentication | # Spring Boot Login and Registration example with MongoDB
Build a Spring Boot Auth with HttpOnly Cookie, JWT, Spring Security and Spring Data MongoDB. You'll know:
- Appropriate Flow for User Login and Registration with JWT
- Spring Boot Rest API Architecture with Spring Security
- How to configure Spring Security to ... | 1 |
mouse0w0/forge-mixin-example | An example for using Mixin in Minecraft Forge 1.12.2 & 1.8.9 | minecraft minecraft-forge minecraft-forge-mod minecraft-mod mixin-framework mixins | # forge-mixin-example
An example for using Mixin in Minecraft Forge
| 1 |
aws-samples/aws-quarkus-demo | Quarkus example projects for Amazon ECS and Amazon EKS with AWS Fargate and AWS Lambda | amazon-ecs aws-fargate aws-lambda cdk eks quarkus quarkusio sam | # Quarkus example projects for Amazon ECS with AWS Fargate, Amazon EKS with AWS Fargate, and AWS Lambda
This repository contains different examples how [Quarkus](https://quarkus.io) can be used in combination with different AWS services:
* [Amazon ECS](https://aws.amazon.com/ecs/) with [AWS Fargate](https://aws.amazo... | 1 |
fqdeng/algorithm | leetcode some example code | null | # Java常见面试算法考试大全
## 如何使用本仓库
* 我会在README里面写总结跟一些技巧 大量的细节跟注释都在代码附近,遵从一个知识离代码最近的原则
* 包名包含了问题的名字,所有的类都是Solution 兼容leetcode,通常一个包下 只有一个Solution类
* 建议clone下来配合IDEA跟README食用
## 面试算法的心得体会
* 最近看了很多题解深感国内大厂受硅谷白板编程之风所害,
纷纷搞起了算法面试题,在这里分享一些我做题的经验,
先声明我自己也是一个菜鸡,我个人的算法能力局限于 二分查找 快速排序 图搜索 生成树 skip-list 等简易中等难度的范畴,
仅能应付常规面试题。
## 为应... | 1 |
inovex/tango-ar-navigation-example | Small example implementation of an augmented reality path finding navigation using Project Tango | null | # Project Tango AR Navigation Example
This is a small example implementation of an augmented reality path
finding navigation using Project Tango.
* walkable floor plan is tracked inside a [quadtree](https://de.wikipedia.org/wiki/Quadtree)
* navigation through the quadtree using [A*](https://de.wikipedia.org/wiki/A*-A... | 1 |
crctraining/customers-accounts-and-money-transfers | One of the example applications used in Chris Richardson's microservices training class | null | # Microservices application: Customers, accounts and money transfers
This is the source code for a simple banking application.
The application architecture is based on [microservices](http://microservices.io/patterns/microservices.html), [Event Sourcing](http://microservices.io/patterns/data/event-sourcing.html) and [... | 1 |
DrFair/ExampleMod | An example mod for Necesse. | null | An example mod for Necesse.
Check out the [modding wiki page](https://necessewiki.com/Modding) for more. | 1 |
jbossdemocentral/brms-coolstore-demo | Retail online web shopping cart example, the Cool Store demo leverages JBoss BRMS, JBoss Developer Studio, and Vaadin UI framework. | null | JBoss BRMS Suite Cool Store Demo
================================
This is a retail web store demo where you will find rules, decision tables, events, and a ruleflow
that is leveraged by a web application. The web application is a WAR built using the JBoss BRMS
generated project as a dependency, providing an example pro... | 0 |
kbastani/cloud-native-microservice-strangler-example | Spring Cloud example of a cloud native strangler pattern for integrating microservices with legacy applications | null | # Microservices: Cloud Native Legacy Strangler Example
This reference application is a Spring Cloud example of implementing a cloud-native [Strangler Pattern](http://www.martinfowler.com/bliki/StranglerApplication.html) using microservices. The project is intended to demonstrate techniques for integrating a microservi... | 1 |
FreedomChuks/NavigationUiExample- | example with working with navigation Components | null | # NavigationUiExample-
It contains Android navigation component examples which show how to use navigation component in android app with fragments and action as destinations. For details about android navigation component and this project explanation see https://medium.com/@freedom.chuks7/how-to-use-jet-pack-components-... | 1 |
dbleicher/recyclerview-grid-quickreturn | An example of implementing QuickReturn on a RecyclerView using a StaggeredGridLayoutManager to display CardViews inside a SwipeRefreshLayout | null | #recyclerview-grid-quickreturn
An example of implementing QuickReturn on a RecyclerView
using a StaggeredGridLayoutManager to display CardViews inside a SwipeRefreshLayout.
This is an example project that shows one approach (probably not the best one!) of
implementing the QuickReturn pattern with a RecyclerView that ... | 1 |
berndruecker/flowing-retail-old | REPLACED BY MORE CURRENT VRSION OF THIS EXAMPLE: https://github.com/berndruecker/flowing-retail | null | # Flowing retail sample application
This sample application showcases *concepts and alternatives* to implement
* a simple order application
in the context of
* Domain Driven Design (DDD)
* Event Driven Architecture (EDA)
* Microservices (µS)
Key facts:
* Written in Java
* As simple as possible to show concepts, n... | 0 |
humank/ddd-practitioners-ref | EventStorming workshop, this is a hands-on workshop. Contains such topics: DDD, Event storming, Specification by example. Including the AWS product : Serverless Lambda , DynamoDB, Fargate, CloudWatch. | aws container ddd ecs eventbridge eventstorming fargate lambda microservices serverless | # Domain-Driven Design Practitioners Reference
## Under Construction -
**Appreciate having your support on building this workshop, hope this workshop is useful & meaningful for you. In order to well organize all of the contents for DDD practitioners reference, the workshop will be refactored to cover wider topics wit... | 0 |
AlexZhukovich/MultipleRowLayoutsRecyclerView | This short example shows how to use different row layouts for RecyclerView | null | # MultipleRowLayoutsRecyclerView
This short example shows how to use different row layouts for RecyclerView
<img src="https://github.com/AlexZhukovich/MultipleRowLayoutsRecyclerView/blob/master/screen/logo.png" width="720px" height="450px" />
If you want to use different types of row layouts you must to implement nex... | 1 |
wx-chevalier/Java-Notes | :books: Java Notes & Examples. | 语法基础、数据结构、工程实践、设计模式、并发编程、JVM、Scala | clojure java | [![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[][license-url]
<!-- PROJECT LOGO -->
<br />
... | 0 |
UniversalRobots/Universal_Robots_ExternalControl_URCap | Example implementation of how to use ROS driver on-demand in a URCap. | ros ros-industrial urcaps | # URCaps External Control
The External Control URCap is the user interface for the Universal Robots [ROS](https://github.com/UniversalRobots/Universal_Robots_ROS_Driver), [ROS2](https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver) and [Isaac SDK](https://github.com/UniversalRobots/Universal_Robots_Isaac_Dri... | 1 |
mat3e/3pigs-ddd | DDD & Clean Architecture on the example of The Three Little Pigs | null | # _The Three Little Pigs_ with DDD and clean architecture
[My tech talk](https://github.com/mat3e/talks/tree/master/docs/3pigs), fairy tale
sources: [1](https://www.gillbooks.ie/AcuCustom/Sitename/DAM/101/WWSI_OM_0902.pdf), [2](http://www.hellokids.com/c_14958/reading-learning/stories-for-children/animal-stories-for-k... | 1 |
noelportugal/GlassBeacon | A Google Glass GDK example to find iBeacons (using Estimote beacons). | null | GlassBeacon
===========
A Google Glass GDK example to find iBeacons (using Estimote beacons).

| 1 |
nisrulz/FirebaseExample | :fire: Simplistic example app demonstrating using latest Firebase features. Checkout branches for each feature. | null | null | 1 |
AlmasB/JavaFX11-example | An example that shows how to use JavaFX 11 with Java 11 | javafx javafx-11 | # JavaFX11-example
An example that shows how to use JavaFX 11 with Java 11
| 1 |
SwerveDriveSpecialties/Do-not-use-Example-Swerve-unmaintained | Example code for a swerve drivetrain using the SDS Mk2 swerve modules with NEO motors | null | # Example Swerve Project
When using Swerve Drive Specialties MK2 modules this template code will provide a quick and simple way to get your robot driving.
## Electrical Hardware Setup
1. A navX should be plugged into the roboRIO MXP port.
2. Steering encoders (analog US digital MA3) are connected to the roboRIO anal... | 1 |
sassoftware/enlighten-integration | Example code and materials that illustrate techniques for integrating SAS with popular open source analytics technologies like Python and R. | null | # enlighten-integration
Example code and materials that illustrate techniques for integrating SAS with
popular open source analytics technologies like Python and R.
See individual subdirectories for specific examples and instructions.
Contributors include:
Patrick Hall, Radhikha Myneni, Ruiwen Zhang, and Tim Haley
... | 1 |
saturnism/spring-cloud-gcp-guestbook | null | appengine appengine-java distributed-tracing docker examples gcp gcp-spanner gcp-sql gcp-storage kubernetes microservices-architecture ml mysql spring spring-boot spring-cloud spring-cloud-gcp workshop | This is not an official Google project.
This repository contains example code for the Spring Cloud GCP lab.
The instructions are in [bit.ly/spring-gcp-lab](http://bit.ly/spring-gcp-lab)
| 0 |
subhashlamba/spring-boot-microservice-example | Spring boot microservice example with Eureka Server + Eureka Client + Spring Cloud API Gateway + OAuth2.0 + Circuit Breaker + Resilience4J + FeignClient + RestTemplate | api-gateway eureka-client eureka-server feign-client oath2 oauth2-client oauth2-server resilience4j resttemplate spring-boot-microservice spring-oauth2 zipkin-server | null | 1 |
nfrankel/jvm-controller | Example on how to write a kubernetes controller in Java | null | null | 1 |
anatawa12/ForgeGradle-example | example project of fork of ForgeGradle 1.2 made by anatawa12 | null | # anatawa12's ForgeGradle 1.2 fork for Gradle 4.4.1+ - example project
This is an example mod using the [fork of ForgeGradle-1.2 made by anatawa12](https://github.com/anatawa12/ForgeGradle-1.2).
This fork supports Gradle 4.4.1 and later. This example project uses Gradle 5.6.4.
## How to use this example project
You ... | 1 |
swtestacademy/javafxexample | This is the example of this article http://www.swtestacademy.com/database-operations-javafx | null | # javafxexample
This is the example of these articles:
- http://www.swtestacademy.com/database-operations-javafx
- https://www.swtestacademy.com/database-operations-javafx/
| 1 |
JohnathanMarkSmith/springmvc-resttemplate-test | This is a Quick Example of Spring RESTTemplate Doing a POST to Spring MVC RESTful service | null | ### Using Spring RESTTemplate to Post Objects to RESTful web services with Spring's Java Configuration (JavaConfig) style with Maven, JUnit, Log4J
In this example I am going to show you how to post data to a RESTful web service in Java using Spring, Spring Java Configuration and more
### Web Service Code
Let's ta... | 1 |
robmelfi/21-points-react | This application refers to the book “The JHipster Mini-Book by Matt Raible”. In this application the examples of the book are made using React instead of Angular. | bootstrap4 health java jhipster maven npm react spring-boot webpack | # 21-Points Health (React Version)
This application refers to the book [“The JHipster Mini-Book by Matt Raible”](http://www.jhipster-book.com). In this application the examples of the book are made using React instead of Angular.
This is the [Angular Web App](https://www.21-points.com) version.
Demo of dev [master](h... | 0 |
HubertWo/java-stream-kata | Java Stream Code Kata. ☕️ 🤺 Collection of small tasks with detailed answers in form of unit tests. | by example examples java kata katas learn learning-by-doing stream | null | 0 |
Zhuinden/realm-book-example | This is an example rewrite of AndroidHive's messy tutorial, accompanying the following article on Realm. | null | # realm-book-example
This is a rewrite of a ["Realm tutorial" on Android Hive](http://www.androidhive.info/2016/05/android-working-with-realm-database-replacing-sqlite-core-data). Unfortunately the tutorial is extremely outdated (uses 0.82.1 even though the version 3.5.0 is out!), the code is unstructured (Realm transa... | 1 |
osgi/osgi.enroute | The OSGi enRoute project provides a programming model of OSGi applications. This project contains bundles providing the API for the OSGi enRoute base profile and bundles for the OSGi enRoute project. The base profile establishes a runtime that contains a minimal set of services that can be used as a base for applicatio... | java osgi-applications osgi-enroute | <h1><img src="http://enroute.osgi.org/img/enroute-logo-64.png" witdh=40px style="float:left;margin: 0 1em 1em 0;width:40px">
OSGi enRoute</h1>
Interested in developing agile & maintainable Enterprise or highly distributed IoT solutions? In either case, [OSGi enRoute](http://enroute.osgi.org) provides a simple on-ramp ... | 1 |
tspannhw/nifi-tensorflow-processor | Example Tensorflow Processor using Java API for Apache NiFi 1.2 - 1.9.1+ | apache-nifi deep-learning inception java nifi nifi-processor tensorflow tensorflow-processor | # nifi-tensorflow-processor
Example Tensorflow Processor using Java API for Apache NiFi 1.2+
Example using out of box TensorFlow Java example with NiFi
Article detailing creation, building and usage
https://community.hortonworks.com/content/kbentry/116803/building-a-custom-processor-in-apache-nifi-12-for.html
Curren... | 1 |
szaza/tensorflow-example-java | This is a Tensorflow Java example application what uses YOLOv2 model and Gradle for build and dependency management. | example java tensorflow yolo | # TensorFlow Java example with YOLOv2 built by Gradle
TensorFlow Java API is a new opportunity to use TensorFlow from Java applications.
On the [official TensorFlow site](https://www.tensorflow.org/install/install_java) you can find a description about the
Java API usage with Maven using an Inception model. This sample... | 1 |
IMS94/javacv-cnn-example | A example to demonstrate the usage of JavaCV and CNN for gender and age recognition | age age-recognition cnn gender javacv javacv-cnn opencv | # JavaCV CNN (Convolutional Neural Networks) Example for Age and Gender Recognition
A sample repository to demonstrate the usage of JavaCV and CNN for gender and age recognition. **Please refer [Age and gender recognition with JavaCV and CNN](https://medium.com/@Imesha94/age-and-gender-recognition-with-javacv-and-cnn-... | 1 |
bezkoder/spring-security-refresh-token-jwt | Spring Security Refresh Token using JWT in Spring Boot example with HttpOnly Cookie - Expire and Renew JWT Token | authentication authorization jwt jwt-auth jwt-authentication jwt-authorization jwt-refresh-token jwt-token jwt-tokens refresh-token refresh-tokens refreshtoken spring spring-boot spring-security spring-security-jwt springboot springsecurity | # Spring Security Refresh Token with JWT in Spring Boot example
Build JWT Refresh Token with Spring Security in the Spring Boot Application. You can know how to expire the JWT Token, then renew the Access Token with Refresh Token in HttpOnly Cookie.
The instruction can be found at:
[Spring Security Refresh Token with... | 1 |
daemontus/VuforiaLibGDX | Example of Vuforia and LibGDX integration for 3D model rendering | null | ## Deprecated
Currently, the repo is deprecated, as it is not working with latest Vuforia SDK and I don't have the time to fix it (I am not doing AR any more). The repo is updated with latest SDK (as of July 2018), but the app sometimes crashes (race condition depending on whether Vuforia or LibGDX initialises first -... | 1 |
mkuthan/example-ddd-cqrs-server | Example DDD/CQRS based on Implementing Domain Driven Design book written by Vaughn Vernon | cqrs ddd spring | [](https://travis-ci.org/mkuthan/example-ddd-cqrs-server)
[Presentation](https://docs.google.com/presentation/d/1PlKF4OW5ARqUbqSUwL4D1syEwxw-PmX4KLJObPeYQyI/pub?start=false&loop=false&delayms=3000)
| 1 |
sadra/SOLID | S.O.L.I.D Principles Example | java solid solid-principles | # SOLID
S.O.L.I.D Principles Example
| 1 |
kowalcj0/cucumber-testng-parallel-selenium | An example project that shows how to run Cucumber tests in multiple browsers simultaneously using Selenium and TestNG | null | This example project is based on few other projects:
* [Cucumber-JVM-Parallel](https://github.com/tristanmccarthy/Cucumber-JVM-Parallel)
* [java-parallel](https://github.com/cucumber/cucumber-jvm/tree/java-parallel-example/examples/java-parallel)
* [java-webbit-websockets-selenium](https://github.com/cucumber/cucumber-... | 1 |
abhioncbr/Kafka-Message-Server | Example application based on Apache Kafka framework to show it usage as distributed message server. Exploring this sample application help users to understand how good and easy is Apache Kafka usage. | null | Kafka-Message-Server Example Application
========================================
Apache kafka is yet another precious gem from Apache Software Foundation. Kafka was originally developed at Linkedin and later on became a member of Apache project. Apache Kafka is a distributed publish-subscribe messaging system. Kafka... | 1 |
suikki/simpleSDL | A simple crossplatform libSDL cmake build environment example/test. | null |
# simpleSDL
A simple crossplatform libSDL cmake build environment example/test. This is still somewhat
work in progress and is missing support for iOS builds.
Tested to build and run successfully with:
- Android: gradle + cmake
- Windows: mingw-w64
- Windows: Visual Studio 2015
- Linux (Ubuntu): GCC
- Mac:... | 0 |
damienbeaufils/spring-data-jpa-encryption-example | An example of how to encrypt and decrypt entity fields with JPA converters and Spring Data JPA | null | # spring-data-jpa-encryption-example
[](https://travis-ci.org/damienbeaufils/spring-data-jpa-encryption-example)
An example of how to encrypt and decrypt entity fields with JPA converters and Spring Data JPA.
See... | 1 |
thoersch/spring-boot-rest-api-seed | A seed and example project for a RESTful api using Springboot, Jersey, Hibernate and Jackson | null | ## Description
This is a seed and example project for building a RESTful API using the following technologies:
* Java 8
* Spring Boot
* Jersey
* Hibernate
* Jackson
* Spring DI
* Postgresql
## Install Postgresql
The seed project is using PostgreSQL 9.3+ and can be installed quite easily on mac, linux or windows foll... | 1 |
gregwhitaker/gradle-monorepo-example | Example of building projects in a monorepo using Gradle Composite Builds | gradle gradle-build gradle-compositebuild gradle-java monorepo | # gradle-monorepo-example
An example of building projects in a monorepo using [Gradle Composite Builds](https://docs.gradle.org/current/userguide/composite_builds.html).
## Repository Structure
The repository contains four projects each with their own Gradle configurations.
Projects A, B, and C have dependencies on ... | 1 |
mitchtabian/Bound-Services-with-MVVM | A simple example of how to bind an activity to a service while using MVVM | android-bound-service android-mvvm android-mvvm-architecture android-services | # Bound-Services-with-MVVM
A simple example of how to bind a service while using MVVM
<a href="https://codingwithmitch.com/blog/bound-services-on-android/" target="_blank">Read the blog post</a>
Or
<a href="https://www.youtube.com/watch?v=_xNkVNaC9AI" target="_blank">Watch the video</a>
##### Note: The structure of... | 1 |
berndruecker/ticket-booking-camunda-8 | A ticket booking example using Camunda Cloud, RabbitMQ, REST and two sample apps (Java Spring Boot and NodeJS) | null | # Ticket Booking Example

A ticket booking example using
* Camunda Platform 8,
* RabbitMQ,
* Java Spring Boot App
* NodeJS App

# How To Run
<a href="http://www.youtube.com/watch?feature=p... | 1 |
yrizk/FragmentAnimations | Shared Element Animation Transition example adapted for Fragments. | null | FragmentAnimations
==================
Shared Element Animation Transition example adapted for Fragments.
DevBytes, hosted by Chet Hasse, included a tutorial about overriding the standard window manager at this link: https://www.youtube.com/watch?v=CPxkoe2MraA.
yrizk adapted this example to play a shared element animat... | 1 |
rdblue/parquet-avro-protobuf | Example: Convert Protobuf to Parquet using parquet-avro and avro-protobuf | null | ## Converting Protobuf to Parquet via Avro
### Why?
This example shows how to convert a Protobuf file to a Parquet file using
Parquet's Avro object model and Avro's support for protobuf objects. Parquet
has a module to work directly with Protobuf objects, but this isn't always a
good option when writing data for othe... | 0 |
RoaringCatGames/libgdx-ashley-box2d-example | An example game using Box2d with Ashley ECS | null | #Example libGDX using Box2D and Ashley ECS
This is a starter project available to get up and running with libgdx using Box2D in an Ashley ECS based structure. The code is very basic, and the game does very little at this time. This example will give you a starting point with:
1. Configured texture-packer module that... | 1 |
arhohuttunen/spring-boot-hexagonal-architecture | This is the repository containing an example application for my blog post about Hexagonal Architecture with Spring Boot. | null | # Hexagonal Architecture With Spring Boot

This is the repository containing an example application for my blog post about [Hexagonal Architecture With Spring Boot](https://www.arhohuttunen.com/hexago... | 1 |
adamsp/FragmentStatePagerIssueExample | Example of an issue around state restoration for fragments in a FragmentStatePagerAdapter | null | null | 1 |
SapienLLCdev/Cthulhu | Arduino Library and Example code for using the Cthulhu Shield | null | ## Cthulhu_Shield_Arduino

This is a library for using the Cthulhu Shield sensory substitution/augmentatio... | 1 |
bennylut/hello-angular2-universal-j2v8 | A simple example of using angular-universal with java backend using J2V8 | null | # Angular-Universal with Java backend using J2V8
This repository contains a simple (and very initial) example of using angular-universal with java backend using J2V8.
##Features:
- Rendering using angular universal from java using J2V8
- Serving both the application and other rest endpoint from java using sparkjava
- ... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.