full_name stringlengths 7 104 | description stringlengths 4 725 ⌀ | topics stringlengths 3 468 ⌀ | readme stringlengths 13 565k ⌀ | label int64 0 1 |
|---|---|---|---|---|
odrotbohm/sos | Sample projects for my talk Refactoring to a System of Systems"" | microservices modularity software-architecture spring | # Refactoring to a System of Systems
_NOTE: This is currently highly work in progress. Be sure to check out every now and then for more detailed information and explanations about the individual modules._
This repository contains some sample code for my talk "Refactoring to a System of Systems" that outlines what pro... | 1 |
IBM/application-modernization-javaee-quarkus | Application Modernization Sample - From Java EE (2010) to Cloud-Native (2021) | cloudnative events-triggered jakartaee java javaee micro-frontends microprofile microservices openliberty opensource quarkus strangler websphere | ## Application Modernization - From Java EE in 2010 to Cloud-Native in 2021
This sample demonstrates how to modernize 10+ year-old Java EE applications with cloud-native technologies and the modern Java runtimes Quarkus and Open Liberty. The modernized application is deployed to and operated with OpenShift, the enterp... | 1 |
raulh82vlc/Image-Detection-Samples | This sample app supports Building a MVP with Face recognition and AR" and "Quest of a Hero part 2" presentations as well as it has two different possibilities to build face detection mechanism. The first one is OpenCV based and the second one is by means of Camera 2 API" | camera2-api face-detection image-processing image-recognition machine-learning mvp opencv presentation | # Face Detection samples with Augmented Reality (AR)
[](https://travis-ci.org/raulh82vlc/Image-Detection-Samples)
[](http://www.apache.org/licenses/LICENSE-2.0)
[
# Description
There is more to being a professional developer than learning the syntax and libraries of a programming language--that part is easy. You must learn how to use the myriad of programmi... | 1 |
steve-perkins/fitnessjiffy-spring | Diet and exercise tracker... a robust Spring Boot sample application | null | [](https://gitlab.com/steve-perkins/fitnessjiffy-spring/commits/master)
# FitnessJiffy (Java / Spring Framework version)
* [Intro and Background](#intro-and-background)
* [Technologies Used](#technologies-used)
* [Previous Te... | 1 |
ewolff/microservice | Sample of a Microservice setup for my book. Based on Spring Cloud / Netflix / Java / Docker / Docker Compose / Docker Machine / Vagrant | null | Microservice Sample
==============
<details>
<summary>Translations:</summary>
- [German / Deutsch](LIESMICH.md)
</details>
This is a sample for my
Microservices Book ([English](http://microservices-book.com/) / [German](http://microservices-buch.de/)).
This project creates a VM with the complete micro service demo... | 1 |
jaxio/celerio-angular-quickstart | Generate an Angular 5 CRUD application from an existing database schema (we provide a sample one) | angular angular-material angular5 celerio code-generator crud-application crud-generator java primeng reverse-engineering spring-boot spring-data typescript | # Celerio Angular Quickstart
[](https://travis-ci.org/jaxio/celerio-angular-quickstart)
This Angular quickstart uses Angular Cli to create an application skeleton and Celerio
to **reverse your relational database schema** and **g... | 1 |
jlmd/UpcomingMoviesMVP | Sample project of MVP and Material Design using as repository a list of upcoming movies | null | Upcoming movies MVP
=========
[](https://travis-ci.org/jlmd/UpcomingMoviesMVP)
[](https://android-arsenal.com/details/3/1516)
... | 1 |
couchbaselabs/try-cb-java | Java-Based Couchbase 7.0 travel-sample application | null | # Couchbase Java Travel-Sample Application
This is a sample application for getting started with [Couchbase Server] and the [Java SDK].
The application runs a single page web UI for demonstrating SQL for Documents (N1QL), Sub-document requests and Full Text Search (FTS) querying capabilities.
It uses Couchbase Server ... | 0 |
lynxbroker/API-examples | Code samples that show some of the LYNX API possible implementations | automated-trading ibapi lynx-api trading-algorithms | # LYNX API examples
Code samples that show some of the LYNX API possible implementations.
### Table of contents
- [**Excel**](https://github.com/lynxbroker/API-examples/tree/master/Excel) - request real-time market data from TWS via API using Microsoft Excel
- [**Java**](https://github.com/lynxbroker/API-examples/t... | 0 |
jaisonfdo/RemindMe | Sample application explains about scheduling local notifications | null | null | 1 |
JmStefanAndroid/EasyBehavior | 一个可以上拉下滑的Ui效果(4.0+)eg: A Behavior Sample | behavior | # EasyBehavior
- 如果你正苦于实现一个酷炫的个人信息页面效果
- 如果产品要求你实现下拉放大背景图,上滑能看到详细信息
- 如果还要求一系列同步动画效果
- 通过Behavior实现它将是你的不二选择,本项目旨在帮助各位轻松实现自己的Behavior!
----------
### 注意:
- demo2已在master分支中移除,需要的话请前往backupv1分支,切换版本到低于26
- androidx适配版本已发布,请拉取androidx分支
----------
## 博文地址
[例子1 链接](http://blog.csdn.net/gjm15881133824/article/details/737... | 1 |
spring-petclinic/spring-petclinic-reactive | Reactive version of Spring PetClinic sample application based on Spring Webflux and Cassandra | astra cassandra reactive reactive-programming spring-weblux | <!--- STARTEXCLUDE --->
# Reactive Implementation of 🐈 Spring PetClinic 🐕
*15 minutes, Intermediate, [Start Building](https://github.com/DataStax-Examples/spring-petclinic-reactive#prerequisites)*
This sample is a fully reactive version of the Spring PetClinic application using Spring WebFlux.
<!--- ENDEXCLUDE ---... | 1 |
heagoo/apkeditor_plugin_translation | A sample translation plugin for APK Editor | apk-editor translate-plugin | # apkeditor_plugin_translation
A sample translation plugin for APK Editor (Pro). In this project, src directory contains source code of the sample translation plugin; translate_debugger.zip is a patch to correct some spoiled variables (like "1 $%") which are wrongly translated by the translation plugin. (The patch is p... | 1 |
c4software/vuejs-cordova-sample | Sample VueJS app thats use Cordova capabilities | null | # vuejs-cordova-sample
[](https://travis-ci.org/c4software/vuejs-cordova-sample)
> Sample VueJS app thats use Cordova capabilities

## Build Setup
```bash
# install dependencies
npm install
# serve ... | 1 |
getgauge-examples/java-gradle-selenium | A sample project illustrating Gauge features using webdriver | null | # Deprecation notice
Do not use this sample. It's a reference on why page objects will burn your house. Gauge recommends **not** using page objects.
Refer https://github.com/getgauge-examples/gauge-active-admin-example-maven and our [blog](https://blog.getgauge.io/are-page-objects-anti-pattern-21b6e337880f)
# Gauge e... | 1 |
nicegraham/selenium-grid2-api | Selenium Grid2 API details / sample code | null | selenium-grid2-api
==================
This is an attempt to document the Grid2 API endpoints, along with some code to interact with same and give some sample
custom proxies, html renderers and capability matchers. Oh, and some servlets too.
Grid2 available endpoints:
* /grid/console/
* /grid/beta/console/
* /grid/r... | 1 |
caprica/vlcj-javafx-demo | Sample application showing vlcj rendering video in a JavaFX scene. | null | 
_For a brand-new bleeding edge demo application using the currently in development vlcj-5.0.0 and LibVLC 4.0.0, switch
to the [5.x development branch](https://github.com/caprica/vlcj-javafx-demo/tree/vlcj-5.x)._
vlcj-javafx-demo
============... | 1 |
BottegaIT/ddd-leaven-v2 | DDD-CqRS sample v2.0 project that helps you with starting out advanced domain modeling using Spring, JPA and testing | null | ddd-leaven-v2
=============
DDD-CqRS sample v2.0 project that helps you with starting out advanced domain modeling using Spring, JPA and testing.
Wiki is still under construction, bout you can use this "map" to navigate through the code: http://prezi.com/akrfq7jyau8w/ddd-cqrs-leaven-v20/
Group: https://groups.google... | 1 |
anandbagmar/AppiumJavaSample | Sample project for running tests using Java/TestNG/Appium | null | # AppiumJavaSample
Sample project for running tests using Java/TestNG/Appium
## Setting up your machine
### Prerequisites before running the script for Appium setup
* Set `JAVA_HOME` as an environment variable
* Set `ANDROID_HOME` as an environment variable - pointing to the directory where Android SDK should be setu... | 1 |
aws-samples/aws-cloudhsm-jce-examples | Sample applications demonstrating how to use the CloudHSM JCE | null | # aws-cloudhsm-jce-examples
These sample applications demonstrate how to use the JCE with CloudHSM. They show basic functionality,
as well as best practices regarding performance.
## License Summary
This sample code is made available under a modified MIT license. See the LICENSE file.
## Building the examples
### ... | 1 |
gailasgteach/JavaFX-SpringBoot-Samples | Project code from jChampionsConference: Front and Center: JavaFX with SpringBoot | null | # JavaFX-SpringBoot-Samples
Projects
IgniteDemo - JavaFX & SpringBoot with two views.
SpringBootRest - Rest Server using JPA, Hibernate, H2 in-memory database
Provides CRUD REST endpoints for MusicCategory table
Synchronous traditional REST server, uses embedded Tomcat.
See applications.properties for custom c... | 0 |
mdeinum/pro-spring-mvc-code | Source code for the sample application in Pro Spring MVC. | null | Pro Spring MVC Code
===================
This repository contains the code samples and sample application as build and published in Pro Spring MVC.
| 1 |
romainz/CoordinatorLayoutSample | Several sample for CordinatorLayout uses | null | # CoordinatorLayoutSample
Several samples for CoordinatorLayout uses:
* A large fixed toolbar
* A scrollable toolbar
* A collapsable toolbar
* A scrollable and collapsable toolbar
* A collapsable toolbar with an image having a parallax animation
* A use of CoordinatorLayout behavior
* A floating action button with a s... | 1 |
microsoft/movie-db-java-on-azure | Sample movie database app built using Java on Azure | azure azure-cli azure-container-registry azure-container-service azure-functions azure-redis-cache azure-storage azure-traffic-manager java jenkins jenkins-pipeline kubernetes mysql spring-boot spring-data | # Movie Database App using Java on Azure #
The purpose of this sample application is to illustrate a modern Java app in the cloud; the result of this project will be to create a movie database similar to IMDB.
## Requirements ##
In order to create and deploy this sample application, you need to have the following:
... | 1 |
beautifulSoup/CNotification | Sample of custom notification. | null | null | 1 |
kunny/ZoomableDraweeView-sample | Sample project for Fresco's ZoomableDraweeView | null | # Fresco ZoomableDraweeView sample [](https://travis-ci.org/kunny/ZoomableDraweeView-sample)
Sample project for [Fresco](http://frescolib.org)'s `ZoomableDraweeView`, which supports pinch-to-zoom.
## Features
- ZoomableDraweeView ... | 1 |
IG-Group/ig-webapi-java-sample | Java sample application to access the IG Web API | null | ## IG Web API Java Sample
[](https://travis-ci.org/IG-Group/ig-webapi-java-sample)
### Overview
This repository contains two simple Java console sample applications which access the IG REST and Streaming APIs:
1) **ig-webapi-java-s... | 1 |
auth0-samples/auth0-pnp-exampleco-timesheets | End to end sample for the Server + API Patterns & Practices document | null | # Auth0 Architecture Scenario Samples
These sample applications serve as the implementation samples for the [Auth0 Architecture Scenarios](https://auth0.com/docs/architecture-scenarios). In these scenario we build a timesheet application for a fictitious company named ExampleCo.
For more information on the samples, p... | 1 |
jasonray/jersey-starterkit | Sample java project showing a hello world jersey project | null | Overview
========
This is a starter project using jax-rs / jersey. I've created this because I often find myself wanting to expirement with something that needs a webservice, and this gives me a starting spot. Clone or fork and use as needed.
Note: if you like this version, I highly recommend checking out the sample... | 1 |
scauzhangpeng/Shortcut | 桌面快捷方式Sample | null | # 概览
  桌面快捷快捷方式,可在受支持的启动器中显示,帮助用户快速访问应用的某些功能。例如点击桌面“扫一扫”快捷方式,便启动App并且跳转到扫一扫界面。例如添加小程序到桌面,用户点击桌面快捷方式便可启动App快速进入小程序。
  在 Android 8.0(API 级别 26)及更高版本中,才支持创建桌面快捷方式。与静态和动态快捷方式不同,桌面快捷方式在受支持的启动器中显示为单独的图标
<image src="https://p6-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/1e7545ec98684c8b99433dce9de05597~tplv-k3... | 0 |
piomin/sample-quarkus-microservices | Sample applications illustrating usage of Quarkus framework for building microservice architecture | graalvm java microservices openshift quarkus s2i swagger unit-testing | null | 1 |
apolloconfig/apollo-use-cases | Show various usage scenarios and sample codes of the Apollo configuration center, welcome to share more configuration use cases in your daily work! | null | # Purpose
展示Apollo配置中心的各种使用场景和示例代码,目前包含了以下示例项目:
* [spring-boot-logger](spring-boot-logger):演示[Spring Boot Logging](https://docs.spring.io/spring-boot/docs/current/reference/html/howto-logging.html)如何通过Apollo配置中心实现动态调整Logging Level
* [spring-cloud-logger](spring-cloud-logger):演示[Spring Boot Logging](https://docs.sprin... | 1 |
openskynetwork/osky-sample | OpenSky sample data | null | # osky-sample
This repository contains a 5 minutes sample of ADS-B data as stored by the OpenSky Network and some tools to process them. The raw messages are stored using the [Avro serialization system](https://avro.apache.org/) with the following schema:
```
{
"name": "ModeSEncodedMessage",
"type": "record",
"... | 1 |
nareshbafna/oauth2 | Spring Security OAuth2 sample with separate Resource and Auth servers | null | This is the from sample application I found on https://github.com/SpringSource/spring-security-oauth.git
I just did following on top of the samples
1. Moved from tomcat to jetty
2. Changed storge and in memory implementations to jdbc ones
3. Separated oauth resource and authentication servers
| 1 |
sleberknight/basic-hbase-examples | Contains sample code for a lightning talk on HBase. | null | null | 1 |
mooosu/spring-mvc-mybatis-sample | A java web application sample based spring-mvc and integrated with mybatis | null | spring-mvc-mybatis-sample
=========================
A java web application sample based spring-mvc and integrated with mybatis
Related:
http://stackoverflow.com/questions/5786582/how-to-use-annotation-validation-in-spring-with-error-message-gotten-from-proper
Shiro Subject:
http://shiro.apache.org/subject.html
Shir... | 1 |
cdelmas/microservices-comparison | A sample project to compare Microservices libraries. | null | null | 1 |
spring-petclinic/spring-petclinic-angularjs | AngularJS 1 and Spring Boot 2 version of the Spring Petclinic sample application | angular1 angularjs devtools spring-boot | null | 1 |
r3gis3r/SampleCSipSimpleApp | CSipSimple plugin/library usage sample application | null | Introduction
============
This project aim to show very basic way to include or integrate CSipSimple in another application
Before doing everything, please read with a lot of attention :
[Licensing information](http://code.google.com/p/csipsimple/wiki/Licensing?wl=en)
As you will notice there is several ways to inte... | 1 |
callistaenterprise/blog-multitenancy | Sample application demonstrating dynamic Multi-tenancy with Spring Boot, Hibernate and Liquibase | null | # Multi Tenancy with Spring Boot, Hibernate & Liquibase
## Overview
Multi Tenancy usually plays an important role in the business case for
SAAS solutions. Spring Data and Hibernate provide out-of-the-box support
for different Multi-tenancy strategies. Configuration however becomes more
complicated, and the available ... | 1 |
selenide-examples/testcontainers | Selenide + TestContainers (Docker) sample project | automated-tests docker selenide selenium-java testcontainers testing-tools | # Selenide + TestContainers (Docker)
This is a sample project showing how to run tests in Docker with help of TestContainer library.
Look for `SearchTestWithDocker` to see how to run Docker with just a single annotation!
[](https://travis-ci... | 1 |
kazuki43zoo/mybatis-spring-boot-jpetstore | A sample web application built on MyBatis 3, Spring Boot and Thymeleaf 3. | mybatis selenide selenium spring-boot spring-mvc spring-security thymeleaf | # mybatis-spring-boot-jpetstore
[](https://github.com/kazuki43zoo/mybatis-spring-boot-jpetstore/actions/workflows/ci.yaml)
[_
Agora provides a set of sample applications demonstrating how to integrate the Agora Audio SDK for:
- [1-to-1 voice calls](#1-to-1-voice-calls)
- [Group vocie calls](#group-voice-calls)
## Platforms Supported
### 1-to-1 Voice Calls
Sample applications for... | 1 |
DataStax-Examples/spring-data-starter | ⚡️ A sample Spring Data Cassandra REST API | building-sample-apps cassandra dev rest-api spring spring-data spring-data-cassandra | <!--- STARTEXCLUDE --->
# Spring Data Cassandra REST API
*10 minutes, Beginner, [Start Building](https://github.com/DataStax-Examples/spring-data-starter#prerequisites)*
This application uses Spring Data Cassandra and DataStax Astra DB to build a REST API for a backend service that interacts with products and orders.
... | 1 |
DAYUCS/Hyperledger-Fabric-Demo | A sample Fabric SDK Java application | null | # Hyperledger
| 1 |
chrishantha/jfr-flame-graph | Get Method Sampling from Java Flight Recorder Dump and convert to FlameGraph compatible format. | flamegraph java java-flight-recordings jmc-parser | Note: Travis has removed the support for Oracle JDK 8. Therefore the build status is removed temporarily.
Converting JFR Method Profiling Samples to FlameGraph compatible format.
========================================================================
This is a simple application to read Method Profiling Samples from... | 0 |
melix/jmh-gradle-example | Sample project showcasing the JMH gradle plugin | null | jmh-gradle-example
==================
Sample project showcasing the JMH gradle plugin
Clone this repository, then change directory and type:
```./gradlew jmh```
| 1 |
kikoso/Event-Bus-Architecture | Event Bus Architecture sample | null | # Event-Bus-Architecture
Event Bus Architecture sample
Example for the medium post
| 1 |
matzuk/PaginationSample | Sample of practical using of AutoLoadingRecyclerView and PaginationTool | null | # PaginationSample
Sample of practical using of AutoLoadingRecyclerView and PaginationTool which transform common RecyclerView in RecyclerView with infinity pagination with RxJava help
# Components
1. <b>com.matsyuk.pagination_sample.utils</b> - <b><i>AutoLoadingRecyclerView</i></b> is a RecyclerView with the ability ... | 1 |
payu-intrepos/payumoney-new-sample-app | New Sample App For PayUmoney and PnP SKD integration | null | # payumoney-new-sample-app
Accept mobile payments in any Android App using our native Android SDK. With our mobile SDKs,
you do not need to worry about PCI DSS compliance by eliminating the need to send card data to your server.
Instead, our libraries send the card data directly to PayU servers which are PCI-DSS Compli... | 1 |
therealmanalu/pso-example-java | Particle Swarm Optimization (PSO) Sample Code using Java | null | pso-example-java
================
Particle Swarm Optimization (PSO) Sample Code using Java
This project is a complete version of Particle Swarm Optimization with Java sample code described in http://gandhim.wordpress.com/2010/04/04/particle-swarm-optimization-pso-sample-code-using-java.
| 1 |
vitovalov/TabbedCoordinatorLayout | TabbedCoordinatorLayout is a Sample project demostrating the usage of TabLayout (ViewPager with Tabs) inside of CollapsingToolbarLayout all together in CoordinatorLayout | null | # TabbedCoordinatorLayout with Navigation Drawer
TabbedCoordinatorLayout is a Sample project demostrating the usage of CoordinatorLayout, Collapsing Toolbar paired with TabLayout and now extended with side Navigation Drawer menu.

| 1 |
jaxio/generated-projects | Sample projects generated by Celerio, a Jaxio product. | null | null | 1 |
davidkiss/spring-cloud-streams-kafka-demo | Sample application using Spring Boot, Spring Cloud Stream and Kafka | null | null | 1 |
JorgeCastilloPrz/Dagger2Scopes | Dagger 2 sample app implementing multiple scopes. Clean arquitecture. | null | [](https://travis-ci.org/JorgeCastilloPrz/Dagger2Scopes) [](https://android-arsenal.com/details/3/1717)

## Contents
* [Introduction](#Introduction)
* [Environment Requirements](#Environment-Requirements)
* [Installation](#Installation)
* [Configuration](#Configuration)
* [Sample Code](#Sample-Code)
* [Technical Support](#technical-support)
* [Li... | 1 |
IntuitDeveloper/SampleApp-Webhooks-Java | Java Sample to demonstrate how to integrate your app using webhooks | java java-sample quickbooks sampleapp-webhooks-java webhook | [][ss1][][ss2][][ss3]
# SampleApp-Webhooks-Java
SampleApp-Webhooks-Java
<p>Welcome to the Intuit Developer's Webhooks Java Sample App.</p>
<p>This sample app is meant to provide working examples of how to integrate your app wi... | 1 |
viq854/lichee | Multi-sample cancer phylogeny reconstruction | null | LICHeE: Fast and scalable inference of multi-sample cancer lineages
============
### About
LICHeE is a combinatorial method designed to reconstruct multi-sample cell lineage trees and infer the subclonal composition of the given samples based on variant allele frequencies (VAFs) of deep-sequencing somatic single nucle... | 0 |
huzpsb/JavaObfuscatorTest | A list of Java obfuscators, obfuscated samples and benchmarks. | null | # JavaObfuscatorTest
A list of Java obfuscators, obfuscated samples and benchmarks.
## File structure
````
.
├───bench
│ ├───src
│ │ └───... (source files)
│ └───bin
│ └───TEST.jar (compiled benchmark)
└───samples
└───... (obfuscated samples)
````
## Obfuscators
( Pass, Fail, Error, Unknown[No ou... | 0 |
mechero/spring-boot-cucumber | Sample project showing how to set up DI with Cucumber using Spring Boot | cucumber cucumber-java cucumber-spring spring-boot thepracticaldeveloper | # Cucumber in Spring Boot using Dependency Injection
This code sample shows how to use Dependency Injection in Cucumber within a Spring Boot application.
You can find the complete instructions on this post at The Practical Developer site: [Cucumber Tests with Dependency Injection using Spring Boot](https://thepractic... | 1 |
aws-samples/serverless-graalvm-demo | Sample serverless application written in Java compiled with GraalVM native-image | graalvm-native-image java lambda serverless | ## Serverless GraalVM Demo

<p align="center">
<img src="imgs/diagram.png" alt="Architecture diagram"/>
</p>
This is a simple serverless application built in Java and uses the GraalVM native-image tool. It consist... | 1 |
kevinlynx/kcontainer | kcontainer is a lightweight container sample | null | kcontainer is a lightweight container sample.
1. import project into eclipse (existing maven project)
2. cd sample && compile.bat, compile test1 & test2 sample bundle and copy to `kcontainer/bundle` directory, make sure `bundle` directory exists
3. run kcontainer `Main` in eclipse
## Bundle
```
.
|-- bundle
|-- ... | 1 |
patrick-emmanuel/spring-boot-boilerplate | A full-featured production ready project to bootstrap your spring boot app with user authentication, and test samples. | boilerplate bootstrap database flyway-postgresql flywaydb hibernate-search java-8 junit jwt-authentication spring spring-boot spring-security swagger-ui swagger2 tdd | # Spring Boot Boilerplate
A project to bootstrap a spring boot app with user authentication with a database, and test samples.
# Worthy Mention
JWT implementation inspired by [szerhusenBC](https://github.com/szerhusenBC/jwt-spring-security-demo).
| 0 |
piomin/sample-camel-spring-boot | three samples in different branches that illustrates usage of apache camel as microservice framework providing integration with consul, hystrix, ribbon and other tools | apache-camel api-gateway circuit-breaker consul eip fallback hystrix inter-service-communication load-balancer spring-boot | null | 0 |
fabricioepa/lab-springboot-rest-sample | Sample code for Spring Boot RESTful Service | null | # lab-springboot-rest-sample
Sample code for Spring Boot RESTful Service workshop
The code is based on the CQRS pattern (Command Query Responsibility Segregation), introduced by Greg Young, decoupling
the models for the Read/Write operations.
The pattern is better described by Martin Fowler in his blog (http://martin... | 1 |
codepath/ParsePushNotificationExample | Simple code sample demonstrating how to use Parse Push notifications | null | # Parse Push Notification Sample Code
This sample code demonstrates a working example of push notifications with Parse! This source code was originally created by Vishal Kapoor as part of our Jan 2015 Android bootcamp. The code has been updated significantly by Roger Hu on March 3rd, 2016 to reflect Parse Server.
See... | 1 |
basdijkstra/tau-rest-assured | Sample code used in the TestAutomationU course on REST Assured that I created | null | About this repository
==================
This repository contains all the code samples that are shown in the videos of my REST Assured course that is part of [Test Automation University](https://testautomationu.applitools.com/).
What do I need to run these samples?
---
A Java 8 JDK and Maven. That's it.
What API is u... | 1 |
jaisonfdo/CheckOutFlow | Sample application explains about card payment. | null | null | 1 |
mechero/spring-boot-eureka | Sample project using Eureka and Spring Boot 2 | eureka-client eureka-cluster eureka-server peer-awareness spring-boot spring-cloud-eureka spring-cloud-netflix | # Service Discovery with Spring Boot 2 and Spring Cloud Eureka
## Introduction
This source code includes two projects with proper configuration to execute:
* Two Eureka Service Registry instances with the Peer Awareness feature enabled.
* Two Eureka Clients that register themselves and see each other thanks to the r... | 1 |
skate056/spring-security-oauth2-google | Sample Spring MVC web application which is secured by Spring Security OAuth2 + Google | null | # Spring Security OAuth2 Google Connector
---
## What do I do?
I am simple Spring MVC application which secured by Spring Security. Instead of using simple form based security, I am
secured by Spring Security OAuth2 and the OAuth provider is Google.
## Why am I required?
Developing a Spring MVC web application with... | 1 |
Azure-Samples/spring-openai-bot | Spring Boot + OpenAI sample application | null | # Spring Boot OpenAI Bot
Sample application showing how to use Spring Boot with OpenAI's GPT-3 API.
This is a fully reactive application that uses Spring WebFlux and the OpenAI streaming API,
that can be packaged as a GraalVM native image.
## Features
* Spring Boot 3
* Fully reactive with Spring WebFlux and Spring ... | 1 |
google-ar/codelab-cloud-anchors | Sample code for the ARCore Cloud Anchors Codelab | null | ARCore Cloud Anchors Codelab
=============================
Copyright (c) 2018 Google Inc. All rights reserved.
These are sample Android Studio projects intended for use with the Google AR Codelabs.
Please note, we do not accept pull requests.
## Documentation
* [Quickstart for Android Java](//developers.google.com... | 1 |
HouariZegai/java-pocs | Codes and samples were written 💻 to demonstrate the usage of Java with various technologies. | apis crm-rest hibernate java java8 javaee maven rest rest-crud spring spring-boot-crud spring-mvc spring-rest | # Java Proof of concepts :heart: :fire:
Codes and samples were written :computer: to demonstrate the usage of Java with various technologies.
[](LICENSE)
In this repository you will find sample mainly on the following topics:
- Java SE
- Java, Stream AP... | 0 |
cfg4j/cfg4j-sample-apps | Sample applications which use cfg4j for configuration management | null | ## Sample applications using [cfg4j](http://cfg4j.org) library
## Apps
* [classpath-bind](classpath-bind/) - reads configuration from a **classpath files** and outputs values
to the stdout.
* [consul-bind](consul-bind/) - reads configuration from a local **[Consul](http://consul.io) agent** and outputs values
to t... | 1 |
jhipster/jhipster-sample-app-microservice | This is a sample application created with JHipster, with the Microservice type | null | # jhipsterSampleMicroservice
This application was generated using JHipster 8.3.0, you can find documentation and help at [https://www.jhipster.tech/documentation-archive/v8.3.0](https://www.jhipster.tech/documentation-archive/v8.3.0).
This is a "microservice" application intended to be part of a microservice architec... | 1 |
AlexBenton/Teaching | Sample code for Further Graphics lectures, Cambridge University. | null | # Sample code for Cambridge University lecture series
Lectures are delivered annually at the Cambridge Computer Laboratory.
The current lecture series is [FGraphics1819](https://github.com/AlexBenton/Teaching/tree/master/FGraphics1819).
Code for previous years is not maintained or supported.
# Contents
Directory ... | 1 |
sdeleuze/spring-boot-sample-web-handlebars | Spring Boot Web Handlebars Sample | null | # spring-boot-sample-web-handlebars
Spring Boot Web Handlebars Sample, feel free to fork in order to experiment support for your
favorite Javascript based template engine.
More details about Spring Script Templating in
[Spring Framework reference manual](http://docs.spring.io/spring/docs/current/spring-framework-refe... | 1 |
mariadb-developers/java-quickstart | This repository contains code samples for getting started with Java and MariaDB. | java jdbc jdbc-driver mariadb mariadb-database quickstart r2dbc r2dbc-driver | # Quick Start: Java and MariaDB
[](https://opensource.org/licenses/MIT)
This repository contains examples on how to connect to [MariaDB](https://mariadb.com) databases using a combination of different Java libraries and frameworks.
## Before ... | 0 |
hitherejoe/BottomNavigationViewSample | A sample app for the new Bottom Navigation View from the Design Support library | null | # BottomNavigationViewSample
A sample app for the new Bottom Navigation View from the Design Support library.
Check out the article here for more info on how to use the new view: <a href="https://medium.com/@hitherejoe/exploring-the-android-design-support-library-bottom-navigation-drawer-548de699e8e0#.3zoac3eaw"> http... | 1 |
TinkerPatch/tinkerpatch-sample | 已经改造完自身App的Application的应用的参考Sample | hotfix tinker tinkerpatch | # This repository is DEPRECATED
# TinkerPatch SDK Sample
[](https://travis-ci.org/TinkerPatch/tinkerpatch-sample)
[ ](https://bin... | 0 |
openmhealth/sample-data-generator | An application that creates sample Open mHealth data. | null | # Open mHealth Sample Data Generator [](https://travis-ci.org/openmhealth/sample-data-generator)
When people become familiar with [Open mHealth](http://www.openmhealth.org/), they often ask if there's a data set they can test aga... | 1 |
ogaclejapan/FluxArchitectureSample | Sample app for Flux Architecture | null | FluxArchitectureSample
==============================
| 1 |
dschulten/spring-hateoas-rest-service-sample | Spring Hateoas Rest Service and Client Sample | null | null | 1 |
piomin/sample-spring-microservices-kubernetes | Sample Spring Boot application that uses some features provided by Spring Cloud Kubernetes, Spring Cloud OpenFeign and Spring Cloud Gateway deployed on Kubernetes | configmap docker kubernetes microservices minikube openshift ribbon spring-boot spring-cloud spring-cloud-kubernetes swagger2 zuul | null | 1 |
AndroidDeveloperLB/LollipopContactsRecyclerViewFastScroller | A sample of how to mimic the way that the contacts app handles a Fast-Scroller for a RecyclerView | null | # LollipopContactsRecyclerViewFastScroller
A sample of how to mimic the way that the contacts app handles a Fast-Scroller for a RecyclerView
This POC is based on [this website's tutorial](https://blog.stylingandroid.com/recyclerview-fastscroll-part-2/#comment-67201), but with a lot of fixes, optimizations, cleaner cod... | 1 |
hendisantika/springboot-ecommerce | Spring Boot E-Commerce sample | null | # springboot-ecommerce
#### Spring Boot Angular
A Simple E-Commerce Implementation with Spring
This module contains articles about Spring Boot with Angular
#### Technology Stacks
1. Java 8
2. Maven 3.6.3
3. IntelliJ Ultimate 2020.1
4. NodeJS v14.2.0
5. NPM 6.14.5
6. Angular CLI: 7.3.10
7. Angular: 7.2.16
8. H2 Databa... | 1 |
gjiazhe/LayoutSwitch | A sample showing an easy way to make switch animation from list layout to grid layout with RecyclerView. | null | # LayoutSwitch
This is a sample showing an easy way to make switch animation from list layout to grid layout with RecyclerView.

| 1 |
bonigarcia/rate-my-cat | Sample application for the book Mastering Software Testing with JUnit 5"" | codecov junit5 mockito selenium sonarqube spring-boot spring-mvc thymeleaf | # Rate my cat! [![][Logo]][GitHub Repository]
[](https://github.com/bonigarcia/rate-my-cat/actions)
[](https:... | 1 |
LiveTyping/u2020-mvp | [DEPRECATED] Port of Jake Wharton's U2020 sample app with use of MVP and Dagger 2 | null | U+2020-mvp
======
[DEPRECATED] We recomend to try [Moxy framework](https://github.com/Arello-Mobile/Moxy) instead of our solution.
Port of Jake Wharton's [U2020 sample app][u2020] with use of MVP pattern and [Dagger 2][dagger2].

Dagger 2
-------
[Watch the corresponding talk][parleys]... | 1 |
deepanshu42/dynamic-module-sample | Sample project for creating a dynamic feature module | null | # dynamic-module-sample
Sample project for creating a dynamic feature module
## How to deploy on a device?
1. Select Run > Edit Configurations from the menu bar.
2. In the left pane of the Run/Debug Configurations dialog, select your desired configuration under the Android App node.
3. In the dropdown menu next to De... | 1 |
hantsy/keycloak-spring-security-sample | Spring Security 5 OAuth2 Client/OIDC integration with Keycloak sample | keycloak oauth2 oidc spring-boot spring-security | # Spring Security Examples with KeyCloak
> For the legacy Spring Security 5 OAuth2 Client example, check the docs [here](./docs/boot-2.x), and get the source codes from tag [boot-2.x](https://github.com/hantsy/keycloak-spring-security-sample/releases/tag/boot-2.x) | 1 |
varunjohn/Booking-Seats-Layout-Sample | A sample that shows how to create a dynamic layout for booking seats | android-ui booking booking-android booking-layout booking-seats booking-ui booking-ux movie movie-booking movie-seating-arrangement movie-seats seating | # Booking-Seats-Layout-Sample
This project is sample app for Android it generates a dynamic layout for booking seats.

To create the layout dynamically we need to pass specific syntax in string... | 1 |
snicoll/spring-boot-4tw-uni | Sample app used for the Intro to Spring Boot for the web tier" university session at Devoxx" | null | null | 1 |
tekante/Dynamic-Jenkins-Parameter | A Jenkins parameter type that is based on the DynamicDropDownListBox item in the ui samples repo | null | A Jenkins parameter plugin that allows for two select elements. The second select populates values depending upon the selection made for the first select. See the [wiki page](https://github.com/tekante/Dynamic-Jenkins-Parameter/wiki) for more information.
| 0 |
mariubog/oauth-client-sample | sample app connecting to REST service secured with Oauth2 | null | # oauth-client-sample
#####Sample Ouath2 client app connecting to REST service secured with Oauth2.
It connects to the sample service created by royclarkson. You can find it here https://github.com/royclarkson/spring-rest-service-oauth.
Royclarkson service is runing on port 8080 and this app is runing on port 8005 wh... | 1 |
gareoke/VLCPlayer | A simple sample app that plays video using LibVLC | null | # VLCPlayer
A simple sample app that plays video using the LibVLC
| 1 |
gluonhq/hello-gluon-ci | HelloGluon sample including Github actions for automating builds and releases | null |
# HelloGluon CI
This sample shows how to automatically build a Gluon Application using Github Actions.
It uses a version of [HelloGluon](https://github.com/gluonhq/gluon-samples/tree/master/HelloGluon), a Hello World application with Java 11+, JavaFX 15+, Gluon Mobile and GraalVM.
For more details about Gluon Applic... | 1 |
Nasruddin/elasticsearch-reactive-spring-data | :trophy: A very basic sample starter application for Elasticsearch using Reactive Spring Data | docker docker-compse elastic elastic-server elasticsearch non-blocking reactive reactive-programming search-engine spring spring-boot spring-data springboot | # Elasticsearch Engine
:trophy: Sample Elasticsearch engine using Reactive Spring Data.
## Feature
* Read CSV and persist data in your elasticsearch cluster
* Add, search and filter data
* Basic operation to play around with elastic cluster
* Application fully reactive and non blocking
### For High Level REST Client;... | 1 |
gmvdm/mahoutinaction | Samples from Mahout in Action book, ported to Clojure. | null | # mahoutinaction
Examples from the [Mahout in Action](http://www.manning.com/owen/) book, ported to Clojure
## Setup
1. Build and install
[Mahout](https://cwiki.apache.org/MAHOUT/buildingmahout.html)
2. Load the dependencies
```
lein deps
```
## Usage
```
lein run
```
## License
Copyright (C) 2011 Geoff Wilson... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.