full_name stringlengths 7 104 | description stringlengths 4 725 ⌀ | topics stringlengths 3 468 ⌀ | readme stringlengths 13 565k ⌀ | label int64 0 1 |
|---|---|---|---|---|
hantsy/spring4-sandbox | Sample codes to demonstrate new features of Spring 4.x | null | spring4-sandbox
===============
Sample codes for demonstrating new features of Spring 4.x.
Please read the [wiki](https://github.com/hantsy/spring4-sandbox/wiki) for more details.
| 1 |
xtremebiker/jsf-spring-boot | JSF 2.3 + Spring Boot 2 sample application | null | # jsf-spring-boot
JSF 2.3 + Spring Boot 2 sample application
## Instructions
Build it with maven and run the war as if it was an standard jar:
`java -jar target/jsf-spring-boot-1.0.0.war`
It will launch a JSF and Spring powered website that you can access at http://localhost:8080/ui/hello.xhtml
| 1 |
ThomasVitale/developer-experience-java-kubernetes | Samples showing how to use different tools and patterns to improve the developer experience and optimise the inner development loop. | buildpacks cartographer cartographers carvel cloud-native java knative kubernetes paketo-buildpack skaffold telepresence tilt | # Developer Experience with Java on Kubernetes
In the cloud-native world, being a developer might be challenging. The number of technologies and patterns to know can be overwhelming. This repository presents an approach based on open-source technologies and focused on improving the inner development loop and continuou... | 0 |
auth0-samples/auth0-spring-security5-api-sample | Sample demonstrating how to secure your API using Spring Boot 2 and Spring Security 5 | dx-sdk-quickstart quickstart | # Auth0 Spring Security API Samples
[](https://circleci.com/gh/auth0-samples/auth0-spring-security5-api-sample)
These samples demonstrate how to create an API with Spring Boot and the [Okta Spring Boot Starter](https://g... | 1 |
friyiajr/BLESampleExpo | A Sample of BLE in Expo to Accompany my YouTube Video | null | null | 1 |
RawSanj/spring-tiles-sample-app | Spring MVC - Apache Tile - AdminLTE Bootstrap template - Sample Application | adminlte apache-tiles docker spring-data-jpa spring-mvc spring-security spring-tiles-sample twitter-bootstrap | # Spring-Tiles-AdminLTE-Demo-App
### Spring MVC - Spring Data JPA - Spring Security - AdminLTE Bootstrap template - Apache Tile - Sample Application
This is a demo for how to integrate Spring MCV with Apache Tiles and AdminLTE (a Bootstrap 3 based Admin Panel template).
- Spring
- Apache Tiles
- AdminLTE - A Bo... | 1 |
guigarage/mastering-javafx-controls | This repository contains all samples of the Mastering JavaFX 8 Controls" book. You can find more information about the book at http://www.guigarage.com/javafx-book/" | null | mastering-javafx-controls
=========================
This repository contains all samples of the "Mastering JavaFX 8 Controls" book. You can find more information about the book at http://www.guigarage.com/javafx-book/
| 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 |
firatkucuk/diffie-hellman-helloworld | Sample Diffie Hellman Key Exchange" usage in Java" | null | This little Diffie-Hellman Key Exchange program implemented for learning purposes.
This is how things done in Main.java:
```java
// 1. ------------------------------------------------------------------
// This is Alice and Bob
// Alice and Bob want to chat securely. But how?
final Person alice = new Person();
final ... | 1 |
isuperqiang/ExpandableListViewDemo | ExpandableListView 使用(A simple sample of ExpandableListView) | null | # ExpandableListViewDemo
该项目是对 ExpandableListView 使用的简单总结,包括 API 的使用和一些小技巧。
**几个要点:**
* 支持点击分组后关闭其他的分组,默认是点开哪个展开哪个,各个分组互不影响;
* 支持自定义分组展开和折叠的指示器,效果还是不错的;
* 系统提供的简单适配器参数复杂,使用起来不方便,建议还是自己定义适配器;
| 1 |
ncbo/ncbo_rest_sample_code | Sample code that demonstrates the use of the NCBO REST services | null | # NCBO REST Sample Code
Sample code that demonstrates the use of the NCBO REST services.
Documentation for REST services is available at [http://data.bioontology.org/documentation](http://data.bioontology.org/documentation)
Questions and bug reports can be directed to the NCBO Support List: [support@bioontology.org]... | 1 |
odrotbohm/whoops-architecture | Sample code for my talk Whoops! Where did my architecture go?"" | null | null | 1 |
jhipster/jhipster-sample-app-vuejs | This is a sample application created with JHipster, with the Vue.js blueprint | null | # jhipsterSampleApplicationVue
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).
## Project Structure
Node is required for generation and recommended for develop... | 1 |
michaljemala/spring-captcha | Spring Security SimpleCaptcha integration sample | null | Spring Captcha
==============
Spring Security SimpleCaptcha integration sample.
It demonstrates a way how to introduce a CAPTCHA verification into the form logins. After 3 unsuccessful login attempts a CAPTCHA will required to be provided.
To generate CAPTCHAs the [SimpleCaptcha library](http://simplecaptcha.sourcef... | 1 |
yongjhih/dagger2-sample | CoffeeMaker Sample | null | # CoffeeMaker Dagger2-Sample
[](https://travis-ci.org/yongjhih/dagger2-sample)
## Usage
```bash
./gradlew execute
```
## Getting Start
Main: [examples/simple/src/main/java/coffee/CoffeeApp.java](examples/simple/src/main/java/coffee/CoffeeApp.java)
... | 1 |
gonzalonm/RoomDemo | Sample application using Room Persistence Library | android-application persistence sqlite | # RoomDemo
Sample application using Room Persistence Library based on the following post:
https://medium.com/@lalosoft/getting-started-with-room-persistence-library-8932276b4d8c
### Screenshot

| 1 |
bharathish-diggavi/selenium-testng-framework | A sample framework based on Page Object Model, Selenium, TestNG using Java. | automation-testing java page-object-framework page-object-model selenium selenium-automation selenium-java selenium-testng-framework testng web-auto | selenium-testng-framework
---
---
A sample framework based on Page Object Model, Selenium, TestNG using Java.
This framework is based in **Page Object Model (POM).**
The framework uses:
1. Java
2. Selenium
3. TestNG
4. ExtentReport
5. Log4j
6. SimpleJavaMail
Steps to create test cases:
----
Let's say we want to au... | 1 |
i-tanaka730/design_pattern | Design pattern sample program | null | # design_pattern
## Overview
It is a sample program of design pattern.
## Requirement
- Java
## Thanks
This program is a modification of the program created by Hiroshi Yuki.
Thank you for the great program. I became very studying.
## License (Hiroshi Yuki)
Copyright (C) 2001,2004 Hiroshi Yuki.
http://www.hyuki.c... | 1 |
confluentinc/training-ksql-and-streams-src | Sample solutions for the exercises of the course KSQL & Kafka Streams | null | null | 1 |
tunjos/RxJava2-RxMarbles-Samples | RxJava 2 RxMarbles Samples | example examples java learning-rxjava rxjava rxjava2 sample samples tutorial tutorials | RxJava 2 RxMarbles Samples
==============
This repository contains RxJava 2 implementations of the sample operators found in the [RxMarbles Android Application](https://play.google.com/store/apps/details?id=com.moonfleet.rxmarbles). Please download the app for a more interactive tutorial.
### Running
Simply import t... | 0 |
jeffreyscarpenter/reservation-service | Sample microservice implementation based on reservation data model from Cassandra: The Definitive Guide, 2nd/3rd Ed | null | # reservation-service
This repository provides a sample microservice implementation based on the reservation data model from the O'Reilly book [Cassandra: The Definitive Guide, 3rd Edition](https://www.amazon.com/Cassandra-Definitive-Guide-Distributed-Scale/dp/1098115163)

See e... | 1 |
Azure-Samples/azure-search-openai-demo-java | This repo is the Java version of Microsoft's sample app for ChatGPT + Enterprise data. | null | ---
page_type: sample
languages:
- azdeveloper
- java
- bicep
- typescript
- html
products:
- azure
- azure-openai
- active-directory
- azure-cognitive-search
- azure-app-service
- azure-container-apps
- azure-kubernetes-service
- azure-sdks
- github
- document-intelligence
- azure-monitor
- azure-pipelines
urlFragment... | 1 |
khannedy/spring-command-pattern | Sample Project for Spring Web Reactive + Reactive Mongo + Command Pattern | command-pattern reactor spring spring-data-mongodb spring-reactive web-reactive | null | 1 |
appiumbook/appiumbook | This repository contains all the sample examples discussed on Appium Book. | null | null | 1 |
zavenco/DigitalImageProcessing | This is the sample application that uses OpenCV library. | null | null | 1 |
SaiUpadhyayula/SpringShoppingStore | This project is a sample eCommerce ShoppingStore application created for learning purposes | null | #SpringShoppingStore
SpringShoppingStore is a sample shopping store which is under development.
This project uses Spring MVC,Twitter Bootstrap, JDBC implementations.
I am developing a more advanced Shopping Store in this repository : https://github.com/SaiUpadhyayula/NgSpringShoppingStore
This app is developed using ... | 1 |
ozlerhakan/java9-module-examples | a list of Java 9 module samples to dive into the modular world | java java9 java9-jigsaw jigsaw modularity module serviceloader | null | 0 |
micronaut-projects/micronaut-guides | Guides and Tutorials on how to use Micronaut including sample code | groovy java kotlin micronaut tutorials | # Micronaut Guides
This is the main repository for the [Micronaut Guides](https://guides.micronaut.io).
## Build the guides
To build all the guides run:
```shell
$ ./gradlew build
```
This will generate all the projects and guides in `build/dist` and this is what needs to be published to GitHub Pages.
To build a ... | 1 |
aalmiray/sb-cli | Sample Spring Boot CLI application | null | null | 1 |
googleapis/discovery-artifact-manager | The Discovery Artifact Manager is intended to facilitate testing, publishing, and synchronization of generators and artifacts for client libraries and generated code samples of Google APIs defined by the API Discovery Service. | null | # Introduction
The Discovery Artifact Manager is intended to facilitate testing, publishing, and synchronization of generators and artifacts for client libraries and generated code samples of Google APIs defined by the API Discovery Service.
This repo includes copies of the following in separate top-level directories... | 0 |
ThomasVitale/llm-apps-java-spring-ai | Samples showing how to build Java applications powered by Generative AI and LLMs using Spring AI. | embeddings generative-ai large-language-models llm ollama openai rag spring-ai | # LLM Applications with Java and Spring AI
Samples showing how to build Java applications powered by Generative AI and LLMs using [Spring AI](https://docs.spring.io/spring-ai/reference/).
## Pre-Requisites
* Java 21
* Docker/Podman
* [OpenAI](http://platform.openai.com) API Key (optional)
* [Ollama](https://ollama.a... | 0 |
yfain/Java4Kids_code | The sources of code sample for the Java For Kids book | null | null | 1 |
afester/FranzXaver | JavaFX components, tools, and sample applications | null | null | 1 |
nadvolod/selenium-java | This is the sample repository that we use in the Complete Selenium WebDriver with Java Bootcamp | java selenium test-automation | 
[](https://app.codacy.com/manual/nadvolod/selenium-java?utm_source=github.com&utm_medium=referral&utm_content=nadvolod... | 1 |
playgameservices/8bitartist | 8 Bit Artist sample featuring Real-Time Multiplayer and Nearby Connections | null | # 8 Bit Artist
8 Bit Artist is a fully-featured multiplayer game demonstrating the
[Real-time Multiplayer](https://developers.google.com/games/services/android/realtimeMultiplayer)
and [Nearby Connections](https://developers.google.com/games/services/android/nearby) APIs.
<img src="screenshot.png" width="600" title="8... | 1 |
kasecato/vscode-javadebug-sample | Java Debugging sample in Visual Studio Code | null | # Java Debugging in Visual Studio Code
- [Maven + Jetty version](https://github.com/kasecato/vscode-javadebug-sample/tree/maven-jetty)
## Getting Started
### Install Extension
* Microsoft, Java Extension Pack, https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-pack
### Setting the JDK
* Temur... | 1 |
BelooS/CircleToRect-ActivityTransition | Sample of how to perform circle to rect activity transition | null | null | 1 |
SpringCloud/sample-zuul-swagger2 | :palm_tree: A sample for zuul-swagger2 to test original services | null | 
# sample-zuul-swagger2
:palm_tree: A sample for zuul-swagger2 to test original service
sample-zuul-swagger2 是在Zuul中整合Swagger2,来动态生成源服务测试Dashboard的项目。
```
@Configuration
@EnableSwagger2
public class SwaggerConfig {
//利用注入Zuul的配置文件,实现对路由源服务API的测试
@Autow... | 1 |
anthonygauthier/jmeter-elasticsearch-backend-listener | JMeter plugin that lets you send sample results to an ElasticSearch engine to enable live monitoring of load tests. | backend backend-listener cd ci continous-delivery continuous-integration elasticsearch elasticsearch-engine grafana java jmeter jmeter-plugin jmeter-plugins kibana listener performance performance-analysis performance-testing plugin reporting | [](https://app.codacy.com/app/antho325/jmeter-elasticsearch-backend-listener?utm_source=github.com&utm_medium=referral&utm_content=delirius325/jmeter-elasticsearch-backend-listener&utm_campaign=Badge_Grade_Dashboard)
[
<B>Output</br>

| 1 |
AndroidDeveloperLB/ThreePhasesBottomSheet | A bottom sheet sample that's similar to how Google Maps treat it | null | # ThreePhasesBottomSheet
A bottom sheet sample that's similar to how Google Maps treat it.
Example animation:

This is based mainly on these 2 repositories:
- https://github... | 1 |
Nasruddin/spring-boot-3-jwt-auth | :key: Sample Spring boot application secured using JWT auth in custom header(X-Auth-Token). | authentication authorization custom-jwt custom-jwt-auth jwt jwt-tokens openapi3 spring-boot spring-boot-3 spring-security spring-security-jwt swagger-documentation swagger-ui | # spring-boot-3-jwt-auth
:key: Sample Spring boot 3 application for Authentication and Authorization
## Features
* Customizable header(X-Auth-Token) to pass Auth token.
* JWT for token creation and validation.
* Role based authorization.
* Device based auth.
* Custom Validators
* Spring doc.
## Running the sample ap... | 1 |
snicoll/cfp-example | Sample app for the 10 ways to get super-productive with Spring Boot" talk" | null | null | 1 |
antlr/jetbrains-plugin-sample | A sample plugin for jetbrains IDEs that uses an ANTLR grammar for a nontrivial custom language. | null | # Sample IntelliJ plugin using ANTLR grammar
This is a demonstration of [ANTLRv4 library for IntelliJ plugins](https://github.com/antlr/antlr4-intellij-adaptor/),
which makes it easy to create plugins for IntelliJ-based IDEs based on an ANTLRv4 grammar.
<img src=screenshot.png>
## Running the plugin for the first ti... | 1 |
tdunning/anomaly-detection | A simple demonstration of sub-sequence sampling as used for anomaly detection with EKG signals | null | ### Anomaly Detection using Sub-sequence Clustering
This project provides a demonstration of a simple time-series anomaly detector.
The idea is to use sub-sequence clustering of an EKG signal to reconstruct the EKG. The difference between
the original and the reconstruction can be used as a measure of how much like ... | 0 |
OhadR/authentication-flows | oAuth2 sample: auth-server, resource server and client. Authentication-Flows" is also a sub-module here." | null | Authentication-Flows [](https://travis-ci.org/OhadR/authentication-flows) [](https://maven-badges.herokuapp.com/maven-central/... | 0 |
manoelcampos/padroes-projetos | 🤝📘☕️🧩Design Patterns: Padrões de Projeto em Java com implementações OO e programação funcional, incluindo modelagem e exemplos realistas 😎 | design-patterns fp functional-programming gof java object-oriented-programming oop padroes-de-projetos projects samples solid | null | 0 |
spaceraccoon/spring-boot-actuator-h2-rce | Sample Spring Boot App Demonstrating RCE via Exposed env Actuator and H2 Database | null | # Spring Boot Actuator H2 RCE
## Introduction
Writeup: [Remote Code Execution in Three Acts: Chaining Exposed Actuators and H2 Database Aliases in Spring Boot 2](https://spaceraccoon.dev/remote-code-execution-in-three-acts-chaining-exposed-actuators-and-h2-database)
This is a sample app based off the default Spring ... | 1 |
hitherejoe/Pickr | A sample application demoing the Google Play Services Place Picker and Autocomplete | null | Pickr [](https://travis-ci.org/hitherejoe/Pickr)
=====
<p align="center">
<img src="images/devices.png" alt="Device screenshots"/>
</p>
A simple demo application that demonstrates the use of the Place Picker and Autocomplete functionality f... | 1 |
android-cjj/JJSwipeLayout | The Sample Swipe Layout! | null | JJSwipeLayout
=============================================
The Sample Swipe Layout!
---------------------------------------------
滑动删除的比较出名的的有代码家的[https://github.com/daimajia/AndroidSwipeLayout](https://github.com/daimajia/AndroidSwipeLayout)和Mr.Bao的[https://github.com/baoyongzhang/SwipeMenuListView](https://github.c... | 1 |
mechero/spring-boot-jboss-wildfly | Spring Boot application sample that can be deployed to a JBoss Wildfly application server | docker jboss spring-boot spring-mvc wildfly wildfly13 | # Spring Boot - JBoss Wildfly demo app
## Description
This is a sample project that shows how to deploy a `war` file with a Spring Boot 2 application on a Wildfly server, included in a post at [The Practical Developer site](https://thepracticaldeveloper.com/2017/09/02/how-to-deploy-a-spring-boot-war-in-wildfly-jboss/... | 1 |
mobindustry/emojikeyboard | mobindustry - Sample of emoji keyboard | null | # EmojiKeyboard
Telegram like implementation for emoticons that displays in the app as a pop-up over the soft keyboard

### Requirements
The library requires Android API Level 14+.
## Integration
* Download and unzip the proj... | 1 |
marcfasel/SessionInCookie | Sample code to demonstrate the Session In Cookie pattern | null | # SessionInCookie Sample Application #
This application is an implementation of the SessionInCookie pattern in Java. It has a CookieSessionFilter that
serialises and deserialises the session attributes to and from a cookie.
To demonstrate the functionality a sample SpingMVC application is included. Deploy the applicat... | 1 |
elechantelepate/bip_hack | Sample app for hacking the BIP! card on the Santiago Public Transit system. | null | null | 1 |
tomsquest/java-agent-asm-javassist-sample | Sample maven project containing a Java agent and examples of bytecode manipulation with ASM and Javassist | null | # Sample Java Agent and Bytecode manipulation
Sample maven project containing a Java agent and examples of bytecode manipulation with ASM and Javassist.
See article on my blog : http://tomsquest.com/blog/2014/01/intro-java-agent-and-bytecode-manipulation/
## Build
```
$ # From the root dir
$ mvn package
```
## Ru... | 1 |
cscotta/recordinality | Implementation of 'Recordinality' cardinality estimation sketch with distinct value sampling | null | #### Cardinality Estimation and Distinct Value Sampling with Recordinality
###### C. Scott Andreas | Aug 19, 2013
**Cardinality Estimation**
Determining the number of unique elements that make up a stream is a frequently-encountered problem in stream processing. A few applications include counting the number of uniqu... | 0 |
archfirst/bullsfirst-server-java | A sample trading application demonstrating best practices in software development | null | # bullsfirst-server-java
Bullsfirst is a sample trading application demonstrating best practices in software development. You can read more about it on [archfirst.org](https://archfirst.org/bullsfirst/).
## Requirements
- [JDK 7](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
- [Apache Maven 3.x](... | 1 |
hitherejoe/WatchTower | A sample application created to test, explore and demonstrate the Proximity Beacon API | null | WatchTower
===================
<p align="center">
<img src="images/ic_launcher_web.png" alt="Web Launcher"/>
</p>
Note: In order to use this app, you'll need to use the Google API Console to register your SHA1 token along with the package name, this app won't work otherwise.
WatchTower is a simple application wh... | 1 |
saki4510t/AudioVideoPlayerSample | Sample project to play audio and video from MPEG4 file using MediaCodec | null | AudioVideoPlayerSample
=========================
Sample project to play audio and video from MPEG4 file using MediaCodec
Copyright (c) 2014-2015 saki t_saki@serenegiant.com
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obta... | 1 |
johnhowe/BlueTerm | BlueTerm is the result of mix Term and BluetoothChat sample. http://pymasde.es/blueterm/ | null | BlueTerm
========
BlueTerm is the result of mix Term and BluetoothChat sample. http://pymasde.es/blueterm/
| 0 |
jhipster/jhipster-sample-app-ng2 | DEPRECATED now that Angular 2+ is the default - This is a sample application created with JHipster, using Angular 2 | angular jhipster | # jhipsterSampleApplicationNG2
This application was generated using JHipster 4.12.0, you can find documentation and help at [http://www.jhipster.tech/documentation-archive/v4.12.0](http://www.jhipster.tech/documentation-archive/v4.12.0).
## Development
Before you can build this project, you must install and configure... | 1 |
smcvb/gamerental | Sample project for a Game Rental application as a showcase for Axon | axon axon-framework cqrs ddd event-sourcing | # Game Rental Application
## Description
The "Game Rental" application showcases how [Axon Framework](https://github.com/AxonFramework/AxonFramework)
and [Axon Server](https://developer.axoniq.io/axon-server/overview) or [AxonIQ Cloud](https://cloud.axoniq.io/) can be used during software development.
The domain foc... | 1 |
kinabalu/mysticpaste | A sample pastebin built using the Apache Wicket java web framework | null | # Overview
This pastebin was built using Apache Wicket. The original code was built by
several folks as a tutorial for learning Wicket named 5 Days of Wicket.
There's a link in the navigation to the source code which you can peruse at
your leisure.
The idea of a pastebin is simple, copy all or a fragment of code you ... | 1 |
daemontus/VuforiaTransparentVideo | Sample app that can render transparent video using augmented reality framework Vuforia. | null | Vuforia Transparent Video
=======================
Hi, this is an example project that shows how to use Vuforia augmented reality framework to display video with transparency, such as the one shown in the screenshot.
For more info, read this article: http://treeset.wordpress.com/2014/03/29/chroma-keying-with-vuforia-a... | 1 |
khauser/microservices4vaadin | Sample application to show the secured integration of microservices and vaadin | authserver docker eventstore gradle microservice oauth2 rancher redis service-discovery spring-session sso vaadin | # microservices4vaadin  [](https://coveralls.io/github/khauser/microservices4v... | 1 |
michaelliao/how-to-become-rich | A sample Maven repo that makes you rich. | null | # How to Become Rich
This is a tutorial about how to publish a Maven artifact to GitHub:
https://www.liaoxuefeng.com/wiki/1252599548343744/1347981037010977
### Usage
Add the following to `pom.xml`:
```
<project ...>
...
<repositories>
<repository>
<id>github-rich-repo</id>
... | 1 |
spring-cloud-services-samples/animal-rescue | A sample application that demonstrates the usage of Spring Cloud Gateway for VMware Tanzu or Spring Cloud Gateway for Kubernetes. | null | # Animal Rescue

Sample app for VMware's Spring Cloud Gateway commercial products. Features we demonstrate with this sample app:
- Routing traffic to configured internal routes with container-to-con... | 1 |
jaysonzanarias/patterns-of-enterprise-application-architecture | Compilation of sample code from the book Patterns of Enterprise Application Architecture by Martin Fowler. | null | # Patterns of Enterprise Application Architecture
Compilation of sample code from the book Patterns of Enterprise Application Architecture by Martin Fowler.
I used and created this repo when I studied the book. Super worth reading it!
Read the book and learn more on each topic.
Enjoy! :)
## Layering
- Presentation
... | 1 |
bkatwal/zookeeper-demo | Sample Distributed system created using spring boot app server and zookeeper as backbone | null | ### GitLab [](https://gitlab.com/bikas.katwal10/zookeeper-demo/pipelines)

## Key features supported:
- Model a database that is replicated acro... | 1 |
typesafehub/playconf | Sample application for the introductory Play/Java online training course | null | PlayConf: Fictitious conference application
===========================================
This application is used as a use case for **Building Reactive Play Apps** Java course from Typesafe Inc. You can sign up for the course [here](https://typesafe.com/how/online-training)
Here is the outline of the course
----------... | 1 |
oregami/dropwizard-guice-jpa-seed | A sample REST application written in Java (dropwizard, guice, jpa, hibernate, cors and more) | null | [](https://travis-ci.org/oregami/dropwizard-guice-jpa-seed)
dropwizard-guice-jpa-seed
=========================
This a sample REST application written in Java. It's purpose is to create a generic project that can be used as a starting point fo... | 1 |
isoos/gwt_mail_sample | Migrate the GWT mail sample application to Angular Dart | dart dartlang gwt | # AngularDart Mail Sample App
Earlier this year (2017) I was asked if there’s a good way to compare
developing web UIs in Google Web Toolkit (GWT) vs. Dart, specifically
AngularDart. Having worked with both GWT and Dart, I had a good idea
of the differences, but as I thought more, I started to wonder how hard
it would... | 1 |
sunrenjie/jpwh-2e-examples | Sample code from the book Java Persistence with Hibernate, Second Edition | null | null | 1 |
jacobtabak/droidcon | Droidcon 2014 Retrofit Sample | null | Droidcon NYC 2014 Retrofit Demo
===============================
This sample project demonstrates Retrofit implementations for the Foursquare and Reddit APIs.
Foursquare
----------
The Foursquare demo is a rather straightforward retrofit implementation. The documentation for the
venues endpoint can be found
[here](h... | 1 |
Kernald/recyclerview-sample | Sample for article at https://enoent.fr/blog/2015/01/18/recyclerview-basics/ | null | null | 1 |
EPSONePOS/ePOS | EPSON ePOS Printer Sample | null | # ePOS-Print SDK for Android

Version 1.9.0a
Copyright Seiko Epson Corporation 2012-2015 All rights reserved.
# About this software!
The ePOS-Print SDK for Android is an SDK aimed at development engineers who
are developing Android applications for printing on... | 1 |
odnoklassniki/jvm-serviceability-examples | Sample code for the presentation on JVM Serviceability Tools | null | null | 1 |
jonashackt/soap-spring-boot-cxf | Sample Project for producing & testing a SOAP-WSDL-driven Service with Spring Boot, Apache CXF & JAX-WS | apache-cxf java jax-ws soap spring-boot wsdl | # SOAP-Webservices with Apache CXF & SpringBoot using JAX-WS RI & JAXB - Annotations only, absolutely no XML
[](https://travis-ci.org/jonashackt/soap-spring-boot-cxf)
[.
Could be useful, for example, if you are trying to implement a real-time user notification system with ReactJS.
[*DEMO*:](h... | 1 |
MoshDev/LikeYahooWeather | This is a sample shows list view with blur effect similar to Yahoo Weather App | null | LikeYahooWeather
================
This is a sample shows list view with blur effect similar to Yahoo Weather App
Snapshots
================
![Sample image1][1] ![Sample image2][2]
[1]:http://i.imgur.com/9Z3BrWc.png?1
[2]:http://i.imgur.com/0PxQuIU.png?1
| 1 |
spencergibb/myfeed | Myfeed is a sample cloud natvie application build using spring-cloud | null | # myfeed
Myfeed is a non-trivial sample cloud native application build using:
* spring-cloud
* spring-boot
* spring-data
# build
Java 8. We use the [takari/maven-wrapper](https://github.com/takari/maven-wrapper).
```
./mvnw clean package
```
or (on windows)
```
mvnw.bat clean package
```
## TODO
- [X] RxJava Sa... | 1 |
ghillert/spring-batch-integration-sample | Sample for the Spring Batch Integration project - see: https://github.com/SpringSource/spring-batch-admin/tree/master/spring-batch-integration | null | Spring Batch Integration Samples
================================
[](https://travis-ci.org/ghillert/spring-batch-integration-sample)
This project contains samples for the [Spring Batch Integration][] module.
[Spring Batch Integration]... | 1 |
wiverson/maven-jpackage-template | Sample project illustrating building nice, small cross-platform JavaFX or Swing desktop apps with native installers while still using the standard Maven dependency system. | cross-platform-javafx java javafx javafx-application javafx-desktop-apps jpackage macos maven native-installers | # Java + Maven + GitHub Actions = Native Desktop Apps
[JavaFX](https://openjfx.io) or Swing + [jpackage](https://docs.oracle.com/en/java/javase/18/docs/specs/man/jpackage.html) +
[Maven](http://maven.apache.org) template project for generating native desktop applications.
# Goals
1. Build nice, small cross-platfor... | 1 |
aws-observability/aws-otel-playground | Sample Application for the AWS X-Ray SDK with support for OpenTelemetry | null | # X-Ray Instrumentation Playground
This repository contains a toy application which exhibits a simple yet somewhat representative trace,
including AWS SDK calls, a frontend and backend, and HTTP and gRPC.
The same application is instrumented in several ways, allowing us to compare the experience when viewing
traces f... | 1 |
steveonjava/MaryHadALittleLambda | Sample project to demonstrate lambda features using JavaFX and the very finest retro 8-bit graphics. | null | MaryHadALittleLambda
====================
Sample project to demonstrate lambda features using JavaFX and the very finest retro 8-bit graphics.
| 1 |
adam-hurwitz/Retrorecycler | A sample of a Retrofit network call displayed with a RecyclerAdapter. | null | # Retrorecycler
## _See [The Simplest Dagger2 Dependency Injection Sample App](https://android.jlelse.eu/the-simplest-dagger2-dependency-injection-sample-80a0eb60e33b)_
**A sample of a Retrofit network call displayed with a RecyclerAdapter.**
[
You can find here the slides and the sample code of my talk "Testen von und mit Infrastruktur".
## Simulate Infrastructure in Software Tests
All code sample for simulating infrastucture in software te... | 0 |
meistermeier/reactive-thymeleaf | Sample project for reactive server side rendering | java reactive thymeleaf | null | 1 |
jvm-graphics-labs/hello-triangle | Simple sample showing a complete rendering of a triangle, in Java and Kotlin | globe java jogl kotlin opengl texture triangle | ## Content:
- OpenGL 4:
- Hello Triangle: <img src="./screenshots/triangle-gl4.png" height="36px">
- [Simple Java](https://github.com/java-opengl-labs/helloTriangle/blob/master/src/main/java/gl4/HelloTriangleSimple.java) using pure plain JOGL, without additional libraries
- [Java](https://github.co... | 1 |
SvenWoltmann/hexagonal-architecture-java | This repository contains a sample Java REST application implemented according to hexagonal architecture. | hexagonal-architecture hexagonal-architectures java ports-and-adapters | # Hexagonal Architecture in Java Tutorial
[](https://github.com/SvenWoltmann/hexagonal-architecture-java/actions/workflows/build.yml)
[ ](https://bintray.com/simsun/maven/tinkerpatch-android-sdk/_latestVersion)
[](https://slack.tinkerpatch.com)
集成[AndResGuard](h... | 1 |
IntuitDeveloper/SampleApp-CRUD-Java | Java sample app to show how to define basic CRUD operations for entities available in the QuickBooks API | java java-sample quickbooks sampleapp-crud-java | [][ss1][][ss2][][ss3]
# SampleApp-CRUD-Java
SampleApp-CRUD-Java
<p>Welcome to the Intuit Developer's Java Sample App for CRUD operations.</p>
<p>This sample app is meant to provide working examples of how to integrate your app... | 1 |
AudioRoute/AudioRoute-SDK | AudioRoute SDK and sample projects (Delay effect, Simple synth and Hostsample host) | null | # AudioRoute
Connect Android Audio apps
To add AudioRoute SDK to your music app please check the Developer guide
https://audioroute.ntrack.com/developer-guide.php
Linking to the .so files is required only for host apps. Hosted apps only need to include the header files.
©2018-2019 n-Track S.r.l.
Loosely based on Pa... | 1 |
WASdev/sample.daytrader7 | The DayTrader 7 benchmark sample, which is a Java EE 7 application built around the paradigm of an online stock trading system. #JavaEE7 | null | # sample.daytrader7 [](https://travis-ci.org/WASdev/sample.daytrader7)
# Java EE7: DayTrader7 Sample
Java EE7 DayTrader7 Sample
This sample contains the DayTrader 7 benchmark, which is an application built around the paradigm of an onl... | 0 |
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 |
recepinanc/spring-boot-grpc-benchmarking | A Sample Project to experiment gRPC and Spring Boot Together | benchmarking grpc grpc-java jmeter rest spring spring-boot | # Spring Boot and gRPC Benchmarking
This project compares the performances of gRPC + Protocol Buffers and REST + JSON.
The comparison is made under certain conditions which we discuss in more detail in the ***Benchmarking*** section below.
Because this experiment is conducted on my local machine, I accept that it ju... | 1 |
felipemeriga/Eureka-Zuul-Kubernetes | This is a sample of how to deploy a eureka server using zuul gateway in Kubernetes(EKS) | null |
Spring Boot Zuul - Eureka - Kubernetes
------------------------------------------
This example demonstrates the main features of the Zuul API gateway integrated into spring cloud :<br>
• Service auto registration via eureka<br>
• Service registration by address<br>
• Service registration by service ID<br>
• Filters (l... | 1 |
LambdaTest/java-testng-selenium | Run TestNG and Selenium scripts on LambdaTest automation cloud. A sample repo to help you run TestNG framework based test scripts in parallel with LambdaTest | automation automation-testing cloud example examples java lambdatest selenium selenium-grid selenium-webdriver selenium4 test-automation testing testng | # Run Selenium Tests With TestNG On LambdaTest

<p align="center">
<a href="https://www.lambdatest.com/blog/?utm_source=github&utm_medium=repo&utm_campaign=Java-TestNG-Selenium" target="_bank">Blog</a>
... | 1 |
ewolff/microservice-consul | Sample of a Microservice setup for my book ported to Consul / Apache httpd. Based on Spring Cloud / Netflix / Java / Docker / Docker Compose / Docker Machine | null | Microservice Consul Sample
===================
[Deutsche Anleitung zum Starten des Beispiels](WIE-LAUFEN.md)
This sample is like the sample for my Microservices Book
([English](http://microservices-book.com/) /
[German](http://microservices-buch.de/)) that you can find at
https://github.com/ewolff/microservice .
... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.