full_name
stringlengths
7
104
description
stringlengths
4
725
topics
stringlengths
3
468
readme
stringlengths
13
565k
label
int64
0
1
heremaps/here-workspace-examples-java-scala
HERE Workspace Examples for Java and Scala Developers
examples here-workspace java scala
# HERE Workspace Examples for Java and Scala Developers ## Introduction This repository holds a series of Java and Scala examples, that demonstrate typical use cases for the HERE Workspace – a part of HERE platform. HERE Workspace is an environment to enrich, transform and deploy location-centric data. Go to [HERE pl...
0
raeperd/realworld-springboot-java
Spring boot java implementation of realworld example.app
github-action jacoco-plugin java11 jib-gradle lombok-gradle sonarcloud spring-boot spring-data-jpa
![RealWorld example apps cover](./doc/image/realworld-cover.png) [![Build](https://github.com/raeperd/realworld-springboot-java/actions/workflows/build.yml/badge.svg)](https://github.com/raeperd/realworld-springboot-java/actions/workflows/build.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)...
0
ThomasVitale/spring-security-examples
Examples with Spring Security (OAuth2 and OpenID Connect, Authentication and Authorization)
null
# Spring Security Examples Examples with Spring Security (OAuth2 and OpenID Connect, Authentication and Authorization) ## OAuth2 and OpenID Connect * [Login - Custom authorities from UserInfo](https://github.com/ThomasVitale/spring-security-examples/tree/main/oauth2/login-user-authorities) * [Login - Custom authori...
0
pedroSG94/vlc-example-streamplayer
Example code how to play a stream with VLC
stream streamplayer vlc
# vlc-example-streamplayer [![Release](https://jitpack.io/v/pedroSG94/vlc-example-streamplayer.svg)](https://jitpack.io/#pedroSG94/vlc-example-streamplayer) Example code how to play a stream with VLC. Use this endpoint for test: ``` rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov ``` Consider usi...
1
zhouyongtao/spring-cloud-microservice
spring-cloud-microservice-example
microservice
容器与微服务架构 ======================================================================= # docker&kubernetes * https://www.cncf.io/projects/ * https://github.com/kubernetes/kubernetes * https://github.com/kubernetes/examples * https://kubernetes.io/docs/concepts/ * https://github.com/ramitsurana/awesome-kubernetes * https://d...
0
taes-k/spring-example
spring-example
null
# Spring-Example 스프링 예제 소스를위한 Repository 입니다. ### - spring-boot-start-test 스프링 부트 시작하기 예제
0
DiUS/pact-workshop-jvm
Example JVM project for the Pact workshop
null
## ⚠️ Important note ⚠️ This repository has been archived, please use the latest workshop here: https://github.com/pact-foundation/pact-workshop-jvm-spring ## Introduction This workshop is aimed at demonstrating core features and benefits of contract testing with Pact. Whilst contract testing can be applied retrosp...
1
mstahv/jpa-invoicer
Jakarta EE, JPA, Vaadin example app
null
# Invoicing example application Note: This project is currently beeing upgraded to Vaadin 24 & Jakarta EE 10. The old Vaadin 7 version is available in a [separate branch](https://github.com/mstahv/jpa-invoicer/tree/vaadin-7). This version misses certain things, like authentication has not been upgraded/tested. Simple...
1
jcasbin/casbin-spring-boot-starter
Spring Boot 2.x & 3.x Starter for Casbin, see example at: https://github.com/jcasbin/casbin-spring-boot-example
abac acl auth authorization authz casbin java jcasbin rbac spring spring-boot spring-boot-2 spring-boot-3 springboot springbootstarter
# Casbin Spring Boot Starter [![Codecov branch](https://img.shields.io/codecov/c/github/jcasbin/casbin-spring-boot-starter/master.svg?logo=codecov&style=flat-square)](https://codecov.io/gh/jcasbin/casbin-spring-boot-starter) [![GitHub Actions](https://github.com/jcasbin/casbin-spring-boot-starter/workflows/build/badge...
1
thecodinglive/JPub-JavaWebService
here is book example
null
# 스프링부트로 배우는 자바 웹 서비스 here is book example <img src="https://i.imgur.com/yfYoywG.jpg" width="350" height="450"/> ## download [zip파일로 소스코드 전체 다운로드](https://github.com/thecodinglive/JPub-JavaWebService/archive/master.zip) 목차 CHAPTER 1 개발 환경의 변화와 자바 · 1 CHAPTER 2 서블릿 · 11 CHAPTER 3 스프링 프레임워크 · 49 CHAPTER 4 스프링 부...
1
timothyrenner/kafka-streams-ex
A collection of examples and use-cases for Kafka Streams
null
# Kafka Streams Examples This repository contains examples of use cases (ranging from trivial to somewhat complex) of Kafka Streams. Each example is in it's own directory. The repository contains the following examples: * [Exclamation](https://github.com/timothyrenner/kafka-streams-ex/tree/master/exclamation): Trivi...
0
graalvm/graalvm-demos
This repository contains example applications to illustrate the different capabilities of GraalVM
graalvm graalvm-demos native-image
# GraalVM Demos This repository contains demo applications and benchmarks written in Java, JavaScript, Python, and other languages. These applications illustrate the diverse capabilities of [GraalVM](http://graalvm.org). The demos are sorted by a framework, by a programming language, or by a technology. Each director...
1
PacktPublishing/Spring-5.0-By-Example
Spring 5.0 By Example, published by Packt
null
# Spring 5.0 By Example This is the code repository for [Spring 5.0 By Example](https://www.packtpub.com/application-development/spring-50-example?utm_source=github&utm_medium=repository&utm_campaign=9781788624398), published by [Packt](https://www.packtpub.com/?utm_source=github). It contains all the supporting pro...
0
odnoklassniki/jvm-serviceability-examples
Sample code for the presentation on JVM Serviceability Tools
null
null
1
mianshenglee/spring-batch-example
example for spring batch
null
## 项目说明 由于需要对数据进行批处理,使用`Spring Batch `进行学习与开发,本项目(`spring-batch-example `)旨在提供基于`Spring Batch`进行批处理的示例,每个示例都以解决某一问题为目标,以帮助`Spring Batch`使用者更方便学习,以实践带动学习,欢迎大家可以一起交流学习,欢迎`fork`和添加更多的示例。 ## 示例列表 当前示例列表如下: - [spring-batch-helloworld](https://github.com/mianshenglee/spring-batch-example/tree/master/spring-batch-hellowor...
1
readlearncode/Java-EE-8-Sampler
Code examples demonstrating the new capabilities of Java EE 8
javaee8
# Java-EE-8-Sampler Code examples demonstrating the new capabilities of Java EE 8
0
healenium/healenium-example-maven
Test automation examples on Java with Maven.
null
# healenium-example-maven Java + Maven + Junit5 project with healenium usage example ### To setup Healenium see the tutorial: https://www.youtube.com/watch?v=Ed5HyfwZhq4 ## How to start ### 1.Start Healenium backend from infra folder ```cd infra``` ```docker-compose up -d``` To download this file into your project...
0
ttulka/ddd-example-ecommerce
Domain-driven design example in Java with Spring framework
architecture ddd design domain-driven-design event-driven example hexagonal-architecture high-cohesion java low-coupling modular-monolith ood oop rich-domain-model screaming-architecture service-oriented-architecture services soa spring spring-boot
# DDD Example Project in Java: eCommerce The purpose of this project is to provide a sample implementation of an e-commerce product following **Domain-Driven Design (DDD)** and **Service-Oriented Architecture (SOA)** principles. Programming language is Java with heavy use of Spring framework. ```sh # build ./mvnw cl...
1
Perfecto-Quantum/Quantum-Starter-Kit
Get started with Quantum! Clone or download this repository to start, contains examples of tests and step definitions.
null
<img src="https://github.com/Perfecto-Quantum/Quantum-Starter-Kit/blob/master/DOC/image/perfecto.jpg" height="75" width="300"/> ![CircleCI status](https://circleci.com/gh/Perfecto-Quantum/Quantum-Starter-Kit.svg?style=shield "CircleCI status") # Quantum Starter Kit This Quantum starter kit is designed to get you up a...
0
tvd12/master-design-patterns
design patterns example
design-pattern desing-patterns java-design-pattern java-examples oop-design
null
1
tipsy/spark-basic-structure
Example of one possible way of structuring a Spark application
null
# spark-basic-structure This is an example of one possible way of structuring a Spark application The application has filters, controllers, views, authentication, localization, error handling, and more. It contains the source code for the tutorial found at https://sparktutorials.github.io/2016/06/10/spark-basic-struct...
1
malmstein/MaterialAnimations
Material Animations examples
null
# MaterialAnimations Material Animations examples
0
codurance/task-list
This is an example of code obsessed with primitives.
null
# Task List &nbsp; [![Build Status](https://travis-ci.org/codurance/task-list.png)](https://travis-ci.org/codurance/task-list) This is an example of code obsessed with primitives. A *primitive* is any concept technical in nature, and not relevant to your business domain. This includes integers, characters, strings, a...
1
robinhuy/react-native-typescript-examples
Learn React Native by examples.
react-native typescript
# React Native Typescript examples Learn React Native (version 0.70 with Typescript) by easy-to-difficult examples. _For more basic examples, see [React Native Expo examples](https://github.com/robinhuy/react-native-expo-examples)_ ## Run project in development - Setting up the development environment: https://reac...
0
natanfudge/fabric-example-mod-kotlin
Example Kotlin Fabric Mod
null
# Fabric Example Mod - Kotlin ![Gradle build](https://github.com/natanfudge/fabric-example-mod-kotlin/workflows/Gradle%20build/badge.svg) ## Setup 0. Create a new mod repository by pressing the "Use this template" button and clone the created repository. 1. Import build.gradle file with IntelliJ IDEA 2. Edit build.g...
1
rolandkrueger/vaadin-by-example
Learn Vaadin by working example projects.
vaadin
Welcome to _vaadin-by-example_ ============================== __Learn Vaadin by working example projects.__ - - - - - - - - - - - - - - - - - - - - - - - - - - - The goal of this project is to provide learners of the [Vaadin](http://www.vaadin.com/ "Vaadin") toolkit with working example projects for various problems...
1
gxercavins/dataflow-samples
Examples using Google Cloud Dataflow - Apache Beam
null
# Dataflow-samples This repository contains some Google Cloud Dataflow / Apache Beam samples. ## Quickstart Each folder contains specific instructions for the corresponding example. Use the below button to clone this repository into Cloud Shell and start right away: [![Open this project in Cloud Shell](http://gsta...
0
hantsy/spring-graphql-sample
Spring GraphQL examples using Netflix DGS, GraphQL Java and Spring GraphQL
graphql graphql-java netflix-dgs spring spring-boot spring-graphql
# spring-graphql-sample Spring GraphQL examples using the following frameworks and libraries: * [Netflix DGS(Domain Graph Service) framework](https://netflix.github.io/dgs/) * [Spring GraphQL](https://github.com/spring-projects/spring-graphql) * [GraphQL Java Kickstart](https://www.graphql-java-kickstart.com/) * [Gra...
0
jboss-developer/jboss-picketlink-quickstarts
The quickstarts demonstrate PicketLink and a few additional technologies. They provide small, specific, working examples that can be used as a reference for your own project.
null
# PicketLink Quickstarts ## Introduction These quickstarts run JBoss Enterprise Application Platform 6 and WildFly. We recommend using the ZIP distribution file for both JBoss Enterprise Application Platform 6 and WildFly. You can also run PicketLink in Apache TomEE or Glassfish. In this case, you may need some add...
0
patniemeyer/learningjava
Example Code for Learning Java, O'Reilly & Associates, 4th Edition
null
learningjava ============ Example Code for Learning Java, O'Reilly &amp; Associates, 4th Edition
1
find-sec-bugs/juliet-test-suite
:microscope: A collection of test cases in the Java language. It contains examples for 112 different CWEs.
application code sample vulnerable
# Juliet Test Suite A collection of test cases in the Java language. It contains examples for 112 different CWEs. The test suite is taken from [NIST website](https://samate.nist.gov/SRD/testsuite.php) This repository add alternative build integration : Gradle and Maven ## Gradle ``` gradle build ``` ## Maven ``` ...
0
v5tech/dubbo-example
dubbo example
dubbo dubbo-example
# dubbo-example dubbo 分布式服务配置案例 升级到dubbox 2.8.4 dubbox 2.8.4编译安装 ``` https://github.com/dangdangdotcom/dubbox/archive/dubbox-2.8.4.zip 修改根pom中curator_version版本为<curator_version>2.6.0</curator_version> mvn install -Dmaven.test.skip=true ``` ### 1. 项目结构介绍 dubbo-service 公共接口服务 dubbo-provider 公共接口服务实现(dubbo provider...
1
ElanYoung/spring-boot-learning-examples
🤖 Spring Boot 2.x 实践案例(实用)
actuator druid easy-excel jasypt jwt minio quartz spring-boot spring-security websocket
<h1 align="center"><a href="https://github.com/ElanYoung" target="_blank">🤖 Spring Boot 2.x 实践案例</a></h1> <p align="center"> <a href="https://travis-ci.com/ElanYoung/spring-boot-learning-examples"><img alt="Travis-CI" src="https://travis-ci.com/xkcoding/spring-boot-demo.svg?branch=master"/></a> <a href="https://ww...
0
yida-lxw/solr-book
Solr book Example Code
null
# solr-book Solr book Example Code
1
appiumbook/appiumbook
This repository contains all the sample examples discussed on Appium Book.
null
null
1
Mikuu/Pact-JVM-Example
Example Consumer & Provider projects for Pact JVM
consumer-driven-contract-testing contract-testing pact pact-jvm
null
1
eip-work/kuboard-example
eip-service-dashboard-example
null
# kuboard-example kuboard 的主要特点: * 面向运维场景的设计 * 微服务分层显示 * 关联到微服务上下文的监控 详细文档请参考 Kuboard 官网, [https://kuboard.cn](https://kuboard.cn) kuboard-example 完成部署后的效果如下所示: <p> <a href="http://demo.eip.work/#/login?isReadOnly=true&token=eyJhbGciOiJSUzI1NiIsImtpZCI6IiJ9.eyJpc3MiOiJrdWJlcm5ldGVzL3NlcnZpY2VhY2NvdW50Iiwia3ViZXJu...
0
paulcwarren/spring-content-examples
Examples projects showing how to use Spring Content
null
[![Build Status](https://travis-ci.org/paulcwarren/spring-content-examples.svg?branch=master)](https://travis-ci.org/paulcwarren/spring-content-examples) # Spring Content Examples Examples projects showing how to use each Spring Content module. While each `boot-starter` example does not specify a meta-data store, th...
0
pact-foundation/pact-workshop-jvm-spring
Example Spring Boot project for the Pact workshop
hacktoberfest
# Example Spring Boot project for the Pact workshop This workshop should take about 2 hours, depending on how deep you want to go into each topic. This workshop is setup with a number of steps that can be run through. Each step is in a branch, so to run through a step of the workshop just check out the branch for tha...
1
mzgreen/HideOnScrollExample
This is an example on how to show/hide views when scrolling a list.
null
HideOnScrollExample ============= This example shows how to show/hide views (i.e. Toolbar or FAB) when a list is scrolled up/down. There is a blog post explaining the code: [part 1 - outdated](http://mzgreen.github.io/2015/02/15/How-to-hideshow-Toolbar-when-list-is-scroling%28part1%29/) [part 2 - outdated](http://m...
1
rakeshcusat/Code4Reference
This repo has code which can be referred as example code. These code have been written for learning purpose.
null
null
1
fhopf/akka-crawler-example
Some example code of using Akka from Java
null
# Simple Producer Consumer example for Akka in Java This repository contains 3 examples of a simple web crawler: * A sequential example * An example where the logic is split in 3 Actors * An example where the retrieval of the pages is handled by multiple Actors in parallel. * An example where retrieval fails and the a...
1
DNBbank/getting-started
Code examples to get your first working request to DNB APIs
null
# Getting started examples for DNB Open Banking In this repo you will find code sorted by languages to get you started with DNB's Open Banking APIs. The aim of this repo is to provide code that can just be used once the developer's credentials are setup in each file. You will find a readme file in each subfolder that ...
0
giltene/GilExamples
null
null
null
0
trishagee/mongodb-getting-started
Some examples of how to use the MongoDB Java driver, via unit tests.
null
Getting started with MongoDB and Java ======================= Step by step examples (via unit tests) of how to do simple operations with the 2.12 version of the MongoDB Java driver. Use this code to play along with the Getting Started guides: [Getting Started with MongoDB and Java: Part I](http://blog.mongodb.org/p...
0
nats-io/java-nats-examples
Repo for java-nats-examples
null
![NATS](images/large-logo.png) # NATS - Java Examples A [Java](http://java.com) examples for the [NATS messaging system](https://nats.io). [![License Apache 2](https://img.shields.io/badge/License-Apache2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![Build Badge](https://github.com/nats-io/java-nats-exa...
0
bezkoder/spring-boot-security-postgresql
Spring Boot, Spring Security, PostgreSQL: JWT Authentication & Authorization example
authentication authorization jwt-authentication postgresql spring-boot spring-data-jpa spring-security
# Spring Boot, Spring Security, PostgreSQL: JWT Authentication & Authorization example ## User Registration, User Login and Authorization process. The diagram shows flow of how we implement User Registration, User Login and Authorization process. ![spring-boot-spring-security-postgresql-jwt-authentication-flow](sprin...
1
fpj/zookeeper-book-example
This is a code example that complements the material in the ZooKeeper O'Reilly book.
null
# Apache ZooKeeper - O'Reilly Book Example This is some code example we have developed for the Apache ZooKeeper book. This code constitutes complementary material to the book and it has been written to illustrate how to implement an application with ZooKeeper. It hasn't been heavily tested or debugged, and it misses f...
1
gurkanucar/spring-security-examples
spring security 6
null
# spring-security-examples ## 1) In Memory Auth ### With this example, you will understand the spring security mechanism. No need to database. Just we are adding some users and authorities (roles). In this example we used Basic Authentication (username, password) ```java @Bean public UserDetailsService users() { ...
0
wimdeblauwe/blog-example-code
Example code for my blog entries
null
null
1
bezkoder/spring-boot-refresh-token-jwt
Spring Boot Refresh Token using JWT example - Expire and Renew JWT Token
jwt jwt-auth jwt-authentication jwt-authorization spring-boot spring-boot-2 spring-boot-security spring-data spring-security
# Spring Boot Refresh Token with JWT example Build JWT Refresh Token in the Java Spring Boot Application. You can know how to expire the JWT, then renew the Access Token with Refresh Token. The instruction can be found at: [Spring Boot Refresh Token with JWT example](https://bezkoder.com/spring-boot-refresh-token-jwt...
1
saturnism/docker-kubernetes-by-example-java
An end-to-end Spring Boot example w container and Kubernetes
docker google-cloud-platform java kubernetes microservices spring-boot
Spring Boot with Kubernetes --------------------------- Ray used this repository for many of his demos during his talks around the world in conferences. You can find a list of Ray's videos on how to run the demos in his [YouTube playlist](https://www.youtube.com/playlist?list=PL4uYfigiauVYH4OwOyq8FGbPQOn-JueEf). But s...
1
cuiyungao/JavaCodeExamples
null
null
# JavaCodeExamples The repository includes some examples of the Java course. You're welcome to modify and add examples. 第二章:java语言基础[src](https://github.com/cuiyungao/JavaCodeExamples/tree/master/src) 第三章:类和对象[src3](https://github.com/cuiyungao/JavaCodeExamples/tree/master/src3) 第四章:接口与继承[src4](https://github.com/cu...
0
chanjarster/spring-mvc-error-handling-example
Spring MVC error handling example
null
# Spring Boot & Spring MVC 异常处理的N种方法 参考文档: * Spring Boot 1.5.4.RELEASE [Documentation][spring-boot-doc] * Spring framework 4.3.9.RELEASE [Documentation][spring-mvc-doc] * [Exception Handling in Spring MVC][blog-exception-handling-in-spring-mvc] ## 默认行为 根据Spring Boot官方文档的说法: > For machine clients it will produce a...
1
philipsorst/angular-rest-springsecurity
An example AngularJS Application that uses a Spring Security protected Jersey REST backend based on Hibernate/JPA
null
angular-rest-springsecurity =========================== [![Build Status](https://travis-ci.org/philipsorst/angular-rest-springsecurity.svg?branch=master)](https://travis-ci.org/philipsorst/angular-rest-springsecurity) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webs...
1
FirelyTeam/fhirstarters
A collection of example projects to get you up to speed with HL7 FHIR
null
# fhirstarters This repository contains samples to get you started at playing with FHIR! * [Browser/Postman Tutorial](./postman/): First introduction, requires no coding * [Java/HAPI](./java/): Sample client and server projects in Java * [.NET](./dotnet/): Sample project in .NET/C# * [iOS](./ios/): Sample client proj...
1
ellucianEthos/java-examples
Set of sample code for invoking Ethos APIs and publishing/consuming change-notifications.
null
# java-examples This is a set of sample code for performing the following actions against the Ethos Integration services: - getting an access token - invoking the proxy API - consuming change-notifications - publishing change-notifications This folder can be imported into eclipse as a java project.
1
janlindblad/bookzone
Bookzone example
null
BookZone Example Project ======================== This project is an open source network programmability tutorial accompanying the book "Network Programmability with YANG: The Structure of Network Automation with YANG, NETCONF, RESTCONF, and gNMI". We hope you will find this project useful whether you are reading the ...
1
dehora/nakadi-java
🌀 Client library for the Nakadi Event Broker (examples: http://bit.ly/njc-examples, site: https://dehora.github.io/nakadi-java/)
gson java nakadi rxjava
**Status** - Build: [![CircleCI](https://circleci.com/gh/dehora/nakadi-java.svg?style=svg)](https://circleci.com/gh/dehora/nakadi-java) - Source Release: [0.19.0](https://github.com/zalando-incubator/nakadi-java/releases/tag/0.19.0) - Contact: [maintainers](https://github.com/zalando-incubator/nakadi-java/blob/master...
0
nielsutrecht/jwt-angular-spring
JSON Web Token example that integrates both a Spring backend with an AngularJS frontend.
blogs java spring spring-boot
# JSON Web Token / AngularJS / Spring Boot example [Blog post on this subject](http://niels.nu/blog/2015/json-web-tokens.html) This is an example project where a Spring REST API is secured using JSON Web Tokens. Since there are relatively few examples available for Java and there are some pitfalls (such as most sourc...
1
bclozel/spring-resource-handling
Spring Framework 4.1 Resource Handling example
null
Spring Resource Handling ======================== [![Build Status](https://travis-ci.org/bclozel/spring-resource-handling.svg?branch=master)](https://travis-ci.org/bclozel/spring-resource-handling) This application demonstrates new resource handling features in Spring Framework 4.1. It was originally developed for th...
1
dteleguin/beercloak
BeerCloak: a comprehensive Keycloak extension example
keycloak
# BeerCloak: a comprehensive Keycloak extension example BeerCloak is a collection of different techniques for building custom admin resources in Keycloak. * `BeerEntity` JPA entity + LiquiBase changelog; * `BeerResource` realm REST resource with CRUD operations & more; * Authorization: * roles: `view-beer` and `man...
1
jfaster/mango-example
Example of Mango Framework
null
[![Build Status](https://travis-ci.org/jfaster/mango-example.svg?branch=master)](https://travis-ci.org/jfaster/mango-example) mango-doc示例代码
1
HUPO-PSI/mzML
Repository for mzML and the corresponding examples
null
## mzML - Reporting Spectra Information in MS-based experiments ## General Mass spectrometry is a popular method to analyse bio-molecules by measuring the intact mass-to-charge ratios of their in-situ generated ionised forms or the mass-to-charge ratios of in-situ-generated fragments of these ions. The resulting mas...
0
hamen/rxjava-essentials
This repo is a reference for the topics and the examples in my RxJava Essentials
null
# RxJava Essentials by Ivan Morgillo This repo is a reference for the topics and the examples in my RxJava Essentials by [Packt Publishing](http://bit.ly/rxjava-essentials). ## Slides ## The slides provided here are free to use, but I'd like to be mentioned somehow if you use them for your talks. ## App ## The app...
0
eventuate-tram-examples/eventuate-tram-examples-micronaut-customers-and-orders
Microservices, Sagas, Choreography, Eventuate Tram, Micronaut
null
null
0
marcojakob/tutorial-javafx-8
Example Sources for JavaFX 8 Tutorial
null
# JavaFX 8 Tutorial - Sources These are example sources for the [JavaFX 8 Tutorial](http://code.makery.ch/java/javafx-8-tutorial-intro/).
1
jgasmi/jhipster-mt
JHipster Multitenant Example
null
README for JHipster Multitenant Example ========================== This JHipster multi-tenant example is based on: - Bien évidemment on JHipster: https://jhipster.github.io/ - https://www.youtube.com/watch?v=nBSHiUTHjWA - https://code.google.com/p/ddd-cqrs-base-project/ - http://www.insaneprogramming.be/blog/2012/01/30...
1
fengcunhan/Hotpatch-Sample
The example of Hotpatch
null
null
1
architjn/SharePanel
A small Behavior Example
null
# SharePanel [![API](https://img.shields.io/badge/API-15%2B-orange.svg)](https://developer.android.com/about/versions/android-4.0.3.html) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)]() A small library to show share buttons panel with coordinatorLayout with behaviour Library supports OS on A...
1
Jaouan/Carousel-Browsing-Example
It's just an example of carousel browsing.
null
Android - Carousel browsing example ======== It's just an example of carousel browsing, a bit inspired by [Frank Lau's animation](https://dribbble.com/shots/2906536-animation). ![demo](art/demo.gif) License ======== [Apache License Version 2.0](LICENSE)
1
indrabasak/spring-gateway-example
Spring Cloud Gateway Example
auth0-jwt oauth2-authentication okta spring-cloud-gateway
[![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] ![](./img/spring-cloud-gateway.svg) Spring Cloud Gateway Example ===========...
1
varvet/BarcodeReaderSample
A barcode scanner example using Google Play services.
null
# BarcodeReaderSample A barcode scanner example using Google Play services. [This tutorial](https://www.varvet.com/blog/android-qr-code-reader-made-easy/) should be of interest :).
1
alejandro-du/vaadin-microservices-demo
A microservices example developed with Spring Cloud and Vaadin
demo eureka fault-tolerance high-availability java load-balancing microservice netflix-ribbon spring-boot vaadin zuul
# Microservices with Vaadin demo A microservices demo implemented with [Spring Cloud Netflix](http://cloud.spring.io/spring-cloud-netflix/) and [Vaadin](https://vaadin.com). If you are using Vaadin 8, checkout the [vaadin-8](https://github.com/alejandro-du/vaadin-microservices-demo/tree/vaadin-8) branch. ## Building...
1
openjfx/samples
JavaFX samples to run with different options and build tools
documentation eclipse examples gradle ide intellij java java-11 java-12 javafx javafx-11 javafx-12 maven modular netbeans non-modular openjfx
OpenJFX Docs Samples === Description --- This repository contains a collection of HelloFX samples. Each one is a very simple HelloWorld sample created with JavaFX that can be run with different options and build tools. The related documentation for each sample can be found [here](https://openjfx.io/openjfx-docs/)....
0
dataArtisans/kafka-example
Simple example for reading and writing into Kafka
null
# kafka-example Simple example for reading and writing into Kafka # Set up Kafka ```bash #get kafka wget http://mirror.softaculous.com/apache//kafka/0.8.2.1/kafka_2.10-0.8.2.1.tgz # unpack tar xf kafka_2.10-0.8.2.1.tgz cd kafka_2.10-0.8.2.1 # start zookeeper server ./bin/zookeeper-server-start.sh ./config/zookeeper...
1
la-team/lightadmin-springboot
LightAdmin and Spring Boot integration example
null
LightAdmin and Spring Boot integration example This application is a usual spring-boot application, where lightadmin was added. Applying this to your own, existent project/applications means: * add lightadmin, tomcat and jasper to your pom * add some lightadmin init code in (or around) your main code It is really tr...
1
jmgarridopaz/bluezone
An example application implementing Hexagonal Architecture
hexagonal-architecture java modules
# BlueZone ## An example application implementing Hexagonal Architecture See the article series: [https://jmgarridopaz.github.io/content/hexagonalarchitecture-ig/intro.html] ![BlueZone: Hexagonal Application Figure](bluezone.png) __BlueZone__ allows car drivers to pay remotely for parking cars at zones in a city, in...
1
vladimirvivien/workbench
My code collection for testing new ideas, blog examples, etc
null
null
0
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
gemiusz/gatling-examples-maven-java
GeMi Gatling Examples in JAVA
gatling gatling-maven-plugin java load-testing maven performance-testing
GeMi Gatling Examples in JAVA [![Build Status](https://github.com/gemiusz/gatling-examples-maven-java/actions/workflows//gatling_test_all_mine_after_push.yml/badge.svg?branch=master)](https://github.com/gemiusz/gatling-examples-maven-java/actions/workflows/gatling_test_all_mine_after_push.yml?query=branch%3Amaster) ===...
0
cescoffier/vertx-microservices-examples
Vert.x Microservices examples
null
# Vert.x Microservices examples This repository demonstrates how to build two common microservice patterns with vert.x: 1. aggregation 2. pipeline It uses vert.x discovery, circuit breaker and if you run them on Openshift Origin, Kubernetes discovery. In an aggregation, a microservice aggregates the results from ot...
0
TheThinMatrix/OpenGL-Animation
A simple example of skeletal animation using OpenGL (and LWJGL).
null
A simple example of skeletal animation using OpenGL (and LWJGL). To get the code working in an Eclipse project you need to set up a project with the lwjgl, lwjgl_utils,and PNGDecoder jars added to the build path, along with the relevant LWJGL natives. In case you’ve forgotten how to set up a LWJGL project, you can fi...
1
OpenSharding/opensharding-spi-impl-example
ShardingSphere spi-impl example
null
# sharding-spi-impl-example
1
lievendoclo/cleanarch
Java example of the Clean Architecture
null
![Build status](https://travis-ci.org/lievendoclo/cleanarch.svg?branch=master) # Clean Architecture in Java Some time ago Robert C. Martin published an interesting article about how software architecture should be designed in such a way that technological decisions can be deferred to a much later stage and to the edg...
1
nicolasgramlich/AndEngineRobotiumExtensionExample
AndEngine - Robotium Extension Example
null
null
1
JJBRT/advanced-java-tutorials
A collection of examples about advanced Java programming
advanced collection example examples java tutorial
# Advanced Java tutorials <a href="https://jjbrt.github.io/advanced-java-tutorials/"> <img src="https://raw.githubusercontent.com/JJBRT/advanced-java-tutorials/master/docs/Java-logo.png" alt="Java-logo.png" height="180px" align="right"/> </a> A collection of examples about advanced Java programming. Here you will find...
0
jsvazic/GAHelloWorld
A simple example of a Genetic Algorithm that generates Hello world!""
null
# Genetic Algorithm Hello World! This is a simple project intended to showcase genetic algorithms with a well known example for all new developers; namely the classic "Hello, world!" example! ## Overview The application simply "evolves" the string "Hello, world!" from a population of random strings. It is intended ...
1
vrudas/spring-framework-examples
An educational project with Spring Framework examples. Used for lectures at courses.
java jwt-authentication oauth2-client remember-me spring spring-boot spring-framework spring-framework-5 spring-guides spring-mvc spring-security
<p align="center"> <img src="https://github.com/vrudas/spring-framework-examples/assets/8240025/9d664274-e5b0-431b-8c09-9c29d9b92fa0" alt="Spring Logo" width="256"/> </p> <h1 align="center"> Spring Framework Examples </h1> <p align="center"> An educational project with Spring Framework examples. Used for l...
0
eliostvs/clean-architecture-delivery-example
A example of clean architecture in Java 8 and Spring Boot 2.0
clean-architecture java java-8 jwt-authentication spring-boot spring-security
[![Build Status](https://travis-ci.org/eliostvs/clean-architecture-delivery-example.svg?branch=master)](https://travis-ci.org/eliostvs/clean-architecture-delivery-example) # Clean Architecture Example ## Description The architecture of the project follows the principles of Clean Architecture. It is a simple food del...
1
mstahv/spring-boot-spatial-example
A Spring Boot example editing spatial data in MySQL
null
# A Spring Boot example editing spatial data in relational database ![Alt text](./screenshot.png?raw=true "Screenshot") This is a small example app that shows how one can use: * [Spring Boot](http://projects.spring.io/spring-boot/) and [Spring Data](https://spring.io/projects/spring-data) * Latest [Hibernate](http...
1
microsoft/flink-on-azure
Examples of Flink on Azure
azure azuredatafactory azuredatalakegen2 azuresqldb big-data cdc client-go flink flink-examples flink-stream-processing golang hdfs helm java kubeflow kubernetes tensorflow
# Flink on Azure Apache Flink is a framework and distributed processing engine for stateful computations over unbounded and bounded data streams. Flink has been designed to run in all common cluster environments, perform computations at in-memory speed and at any scale. This repo provides examples of Flink integratio...
0
mploed/event-driven-spring-boot
Example Application to demo various flavours of handling domain events in Spring Boot
atom event-driven event-sourcing events feed rest-api spring spring-boot spring-cloud-stream spring-data-jpa
# Event Driven Applications with Spring Boot This projects tries to capture various options you have when dealing with Event Driven Spring Boot applications. The follwing Spring Technologies are being used: - Spring Boot - Spring Cloud Stream Rabbit - Spring Data JPA These examples contain various different ways to m...
1
peterl1084/cdiexample
Vaadin CDI example project
null
# Vaadin Java EE app example This is a work in progress Vaadin CDI example project that could be a starting point for a larger Java EE app. Stuff that this app is built on: * [Vaadin](https://vaadin.com/) * [Java EE](http://www.oracle.com/technetwork/java/javaee/overview/index.html) * [JPA](http://en.wikipedia.or...
1
wkrzywiec/library-hexagonal
An example application written in Hexagonal (Ports and Adapter) architecture
cqrs ddd docker docker-compose domain-driven-design hexagonal-architecture java-11 ports-and-adapters postgres spring-boot tdd
# Library > written in *Hexagonal (Ports & Adapters) Architecture* ![Master Branch](https://github.com/wkrzywiec/library-hexagonal/workflows/Master%20Branch/badge.svg?branch=master) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=wkrzywiec_library-hexagonal&metric=alert_status)](https:...
1
mapr-demos/finserv-application-blueprint
Example blueprint application for processing high-speed trading data.
null
BY USING THIS SOFTWARE, YOU EXPRESSLY ACCEPT AND AGREE TO THE TERMS OF THE AGREEMENT CONTAINED IN THIS GITHUB REPOSITORY. See the file EULA.md for details. # An Example Application for Processing Stock Market Trade Data on the MapR Converged Data Platform Stock exchanges offer real-time streams of information about...
1
huaweicse/ServiceComb-Company-WorkShop
MicroSerivce WorkShop Example for user to use ServiceComb
null
# ServiceComb Demo - Company [![Build Status](https://travis-ci.org/ServiceComb/ServiceComb-Company-WorkShop.svg?branch=master)](https://travis-ci.org/ServiceComb/ServiceComb-Company-WorkShop)[![Coverage Status](https://coveralls.io/repos/github/ServiceComb/ServiceComb-Company-WorkShop/badge.svg)](https://coveralls.io/...
1
bduncavage/recyclerViewToTheRescue
Examples of how to use RecyclerView to achieve complex list UIs
null
# RecyclerView to The Rescue Examples of how to use RecyclerView to achieve complex list UIs RecyclerView is the evolution of the legacy ListView and GridView in Android. If you aren't using it yet, you should be. This repository contains a simple sample project that illustrates how to use RecyclerView to achieve simp...
0
k33ptoo/JavaFX-MySQL-Login
A JavaFX example SignIn/SignUp with MySQL database intergration.
java javafx scenebuilder
# JAVAFX LOGIN UI DESIGN WITH MYSQL DB INTERGRATION Focus areas - UI Design - DB integration - Insert - Retrieve A simple sample to get you started. ![](https://github.com/k33ptoo/JavaFX-MySQL-Login/blob/master/img.png) ![](https://github.com/k33ptoo/JavaFX-MySQL-Login/blob/master/img2.png)
1
minhthuy30197/LearnSpringBoot
My example course code when learning Spring Boot
null
# TUTORIAL HƯỚNG DẪN HỌC SPRING BOOT
1