full_name
stringlengths
7
104
description
stringlengths
4
725
topics
stringlengths
3
468
readme
stringlengths
13
565k
label
int64
0
1
sdaschner/coffee
Yet another coffee shop example project
istio javaee kubernetes microprofile
null
1
gradle/gradle-build-scan-quickstart
An example project to experience the Build Scan® service of Develocity with Gradle builds.
null
# Build Scan® quickstart This is an example project that you can use to experience the [Build Scan® service of Develocity][gradle.com]. It is a small Java project that has the [Develocity Gradle Plugin][manual] already applied. ## Create a Build Scan® Follow these simple steps to create and publish a Build Scan® on...
1
quux00/hive-json-schema
Tool to generate a Hive schema from a JSON example doc
null
# Overview The best tool for using JSON docs with Hive is [rcongui's openx Hive-JSON-Serde](https://github.com/rcongiu/Hive-JSON-Serde). When using that JSON Serde, you define your Hive schema based on the contents of the JSON. Hive schemas understand arrays, maps and structs. You can map a JSON array to a Hive arr...
1
mark-watson/java_practical_semantic_web
Code examples for my book Practical Semantic Web Programming (Java
Scala
null
0
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
link-intersystems/blog
Example code and projects used in our blogs.
null
Travis CI ========= [![Build Status](https://travis-ci.org/link-intersystems/blog.svg?branch=master)](https://travis-ci.org/link-intersystems/blog) blog ==== This repository contains example code and projects used in our blogs: - [Clean Architecture Example In Pure Java](https://github.com/link-intersystems/clean-a...
1
gorbin/ASNETutorial
Simple example project for https://github.com/gorbin/ASNE library
null
ASNETutorial [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-ASNETutorial-brightgreen.svg?style=flat)](https://android-arsenal.com/details/3/921) [![Codeproject](https://img.shields.io/badge/Codeproject-article-ff9900.svg?style=flat)](http://www.codeproject.com/Articles/815900/Android-social-netwo...
1
anvil-ui/anvil-examples
Short and descriptive examples for the Anvil MVC framework
null
# Anvil samples [Anvil][1] is a tiny reactive UI library for Android. Inspired by [React][2] and [Mithril][3], it brings declarative data binding, unidirectional data flow and componentization and other things that would make your code look cleaner and easier to maintain. This repository contains small examples of ho...
0
springapidev/java-certification
The examples are based on JAVA certification possible questions and It will also increase anyone skils of JAVA
java
# java-certification The examples are based on JAVA certification possible questions and It will also increase anyone skils of JAVA
0
kpbird/fused-location-provider-example
Fused Location Provider Example
null
fused-location-provider-example =============================== Fused Location Provider Example
1
fernandospr/spring-jetty-example
Spring MVC 4 example application
null
Spring MVC Embedded Jetty Example ================================= Basic Spring MVC 4 application using embedded Jetty 9 server. No-xml configuration. Includes API REST service, Freemarker and JSP examples. Integration with Mongo DB. Requirements ------------ * [Java Platform (JDK) 8](http://www.oracle.com/techne...
1
matsim-org/matsim-maas
This project contains a collection of examples to run (Autonomous) Mobility as a Service in MATSim.
null
![100,000 robo-taxis driving in Berlin (10% sample)](docs/header_big.png "100,000 robo-taxis driving in Berlin (10% sample)") # MATSim – Mobility as a Service [![Build Status](https://travis-ci.org/matsim-org/matsim-maas.svg?branch=master)](https://travis-ci.org/matsim-org/matsim-maas) This project contains a collect...
0
imotov/elasticsearch-native-script-example
Example of Now Deprecated Native Script Plugin for Elasticsearch
null
null
1
akka/alpakka-samples
Example projects building Reactive Integrations using Alpakka
akka akka-streams alpakka reactive-streams
# Alpakka samples [Alpakka documentation](https://docs.akka.io/docs/alpakka/) Akka is licensed under the Business Source License 1.1, please see the [Akka License FAQ](https://www.lightbend.com/akka/license-faq).
1
mkuthan/example-spring
Example Spring project
bdd ddd spring tdd
null
1
erikrozendaal/cqrs-lottery
Java example Domain-Driven-Design Command-Query Responsibility Separation
null
null
1
bezkoder/spring-boot-security-jwt-auth-mongodb
Build Spring Boot MongoDB JWT Authentication & Authorization example with Spring Security, Spring Data
authentication authorization jwt-authentication mongodb rest-api restful-api spring-boot spring-data spring-data-mongodb spring-jwt-authentication spring-security
# Spring Boot, Spring Security, MongoDB - JWT Authentication & Authorization example - Appropriate Flow for User Signup & User Login with JWT Authentication - Spring Boot Application Architecture with Spring Security - How to configure Spring Security to work with JWT - How to define Data Models and association for Au...
1
damico/OpenPgp-BounceCastle-Example
This is an OpenPgp + BounceCastle, Java Example, for education.
null
OpenPgp-BounceCastle-Example ============================ This is an OpenPgp + BounceCastle, Java Example, for education. Check the 3 test methods inside the class org.jdamico.bc.openpgp.tests.TestBCOpenPGP: * genKeyPair() * encrypt() * decrypt() ------ This source code was based on the examples found inside Bounce...
0
crnk-project/crnk-example
example application from crnk
null
# crnk example application [![Build Status](https://travis-ci.org/crnk-project/crnk-example.svg?branch=master)](https://travis-ci.org/crnk-project/crnk-example) [![Gitter](https://img.shields.io/gitter/room/crkn-io/lobby.svg)](https://gitter.im/crnk-io/Lobby) [![License](https://img.shields.io/badge/License-Apache%202...
1
infinum/Dagger-2-Example
Dagger 2 example project
null
# Dagger 2 example An example project showing how to use Dagger 2. It uses [Pokeapi](http://pokeapi.co/docs/) to show a list of pokemons with details. # Credits Maintained and sponsored by [Infinum] (http://www.infinum.co). <img src="https://infinum.co/infinum.png" width="264">
1
soyjuanmalopez/clean-architecture
A example of clean architecture in Java 8 and Spring Boot 2.0
actors arquitecture clean clean-arch clean-architecture clean-code hibernate java-8 lombok maven multiproject spring spring-boot template video
Clean Architecture example Multiporject maven. Explain https://medium.com/swlh/clean-architecture-java-spring-fea51e26e00 My other artichels Recillence in Java Aplication https://medium.com/swlh/future-proofing-your-java-applications-understanding-the-power-of-resilience-patterns-with-cfbafdcfdc86 Concurrency Jav...
1
mschwartau/keycloak-custom-protocol-mapper-example
An example for building custom keycloak protocol mappers
null
# Keycloak custom protocol mapper example / customize JWT tokens Per default [Keycloak](https://www.keycloak.org/) writes a lot of things into the [JWT tokens](https://tools.ietf.org/html/rfc7519), e.g. the preferred username. If that is not enough, a lot of additional built in protocol mappers can be added to customi...
1
joshlong-attic/spring-and-kafka
Example code for my blog introducing Spring and Apache Kafka
null
# Apache Kafka and Spring Integration, Spring XD, and the Lattice Distributed Runtime Applications generated more and more data than ever before and a huge part of the challenge - before it can even be analyzed - is accommodating the load in the first place. [Apache's Kafka](http://kafka.apache.org) meets this challen...
1
Jaouan/Article-Details-Transition-Example
It's just an example of material transition.
null
Android - Article details transition example ======== [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Article--Details--Transition--Example-green.svg?style=true)](https://android-arsenal.com/details/3/4114) It's just some examples of material transitions. Pop from top|Pop from item -------------|--...
1
khanhnguyenj/huongdanjava.com
All example projects from https://huongdanjava.com.
null
# huongdanjava.com
1
JonathanM2ndoza/Hexagonal-Architecture-DDD
Example of Hexagonal Architecture and DDD
hexagonal-architecture
# Hexagonal-Architecture-DDD Ports and Adapters or also known as Hexagonal Architecture, is a popular architecture invented by Alistair Cockburn in 2005. Example of how to use Hexagonal Architecture and the basic of Domain Driven Design (DDD) This example is made with Spring Boot, MongoDB, PostgreSQL ## Domain Driv...
1
redhat-cop/businessautomation-cop
All examples related to business automation processes such as jbpm, drools, dmn, optaplanner, cloud native kogito(quarkus), quickstart, pipelines, runtimes, etc.
buisness-automation businessautomation-cop dmn dmn-examples drools drools-example jbpm jbpm-example jbpm-process jbpm-springboot kogito kogito-example kogito-quickstart optaplanner quarkus rhdm rhpam rhpam-setup rhpam-springboot rhpam7
[![License](https://img.shields.io/hexpm/l/plug.svg?maxAge=2592000)]() # Business Automation Community of Practice Business Automation or Red Hat Process Automation Manager is a portfolio that includes a web tool for authoring, rules management application and building business processes (Workbench/Business Central). ...
0
srecon/the-apache-ignite-book
All code samples, scripts and more in-depth examples for The Apache Ignite Book. Include Apache Ignite 2.6 or above
bigdata distributed-database gridgain hadoop hibernate hibernate-ogm hive ignite in-memory-caching in-memory-computations in-memory-database java memoization nosql-database spark spring-data sql streaming streaming-data
# The Apache Ignite Book <a href="http://leanpub.com/ignitebook"><img src="https://github.com/srecon/the-apache-ignite-book/blob/master/3D_mini.png" alt="he Apache Ignite Book" height="256px" align="right"></a> This is the code repository (code samples, scripts and more in-depth examples) for [The Apache Ignite Book]...
0
ITHit/WebDAVServerSamplesJava
WebDAV server examples in Java based on IT Hit WebDAV Server Library for Java
amazon-s3 java kotlin ms-ofba oracle samples server spring spring-boot springboot sql webdav
<h1>WebDAV Server Examples, Java</h1> <div class="description"><p style="line-height: 22px; font-size: 15px; font-weight: normal;">IT Hit WebDAV Server Library for Java is provided with several examples that demonstrate how to build a WebDAV server with SQL back-end or with file system storage. You can adapt these sam...
0
mphasize/FullDome
Tools and Examples
null
FullDome: Tools and Examples ============================ This is a collection of tools and code I came across or I modified for displaying interactive content in a fulldome environment. I do this as part of a class I'm taking called "Immersive Data Visualisation" at the FH Potsdam. [Workspace](http://incom.org/works...
0
viglucci/app-jcef-example
Example application for using Java Chrome Embedded Framework
null
# app-jcef-example Example application for using Java Chrome Embedded Framework ## Prerequisites ### JCEF A build of JCEF to be available via your PATH environment variable. https://bitbucket.org/chromiumembedded/java-cef/wiki/BranchesAndBuilding Add the `some_directory/jcef_build/native/Release` directory to you...
1
alexaverbuch/akka_chat_java
Akka chat example using Java API
null
null
1
ewolff/microservice-istio
Example for a microservices system based in Kubernetes and the service mesh Istio
null
Microservice Istio Sample ===================== [Deutsche Anleitung zum Starten des Beispiels](WIE-LAUFEN.md) This demo uses [Kubernetes](https://kubernetes.io/) as Docker environment. Kubernetes also support service discovery and load balancing. An Apache httpd as a reverse proxy routes the calls to the services. A...
1
oktadev/jhipster-microservices-example
JHipster Microservices Example using Spring Cloud, Spring Boot, Angular, Docker, and Kubernetes
angular docker google-cloud jhipster jhipster-microservices kubernetes minikube spring-boot spring-cloud webpack
# JHipster Microservices Example > A microservice architecture created with JHipster. Uses Spring Cloud, Spring Boot, Angular, and MongoDB for a simple blog/store applications. Please read [Develop and Deploy Microservices with JHipster](https://developer.okta.com/blog/2017/06/20/develop-microservices-with-jhipster) ...
1
brainhubeu/react-native-opencv-tutorial
👩‍🏫Fully working example of the OpenCV library used together with React Native
camera computer-vision java javascript jest objective-c objective-c-plus-plus opencv react react-native react-native-camera reactnative
<br/> <h1 align="center"> react-native-opencv-tutorial </h1> <p align="center"> A fully working example of the OpenCV library used together with React Native. </p> <p align="center"> <strong> <a href="https://brainhub.eu/blog/opencv-react-native-image-processing/">Blog post</a> | <a href="https://brainh...
1
juhahinkula/StudentListFinal
Spring Boot CRUD example with Spring security
crud spring-boot spring-data-jpa spring-security
# StudentList Simple CRUD application made with Spring Boot - Spring Boot - Spring Security - Thymeleaf - H2 database - Bootstrap Usage:<br> 1) Clone the project <br>```git clone https://github.com/juhahinkula/StudentListFinal.git```<br> 2) run the following command in a terminal window (in the complete) directory:<b...
1
raycad/stream-processing
Stream processing guidelines and examples using Apache Flink and Apache Spark
apache-flink apache-spark batch-processing data-analysis streaming
## 1. Big Data Analysis Overview ![Big Data Analysis Overview](./docs/images/bigdata_analysis_overview.png) ## 2. Batch Processing vs Stream Processing ### 2.1. Batch Processing In batch processing, newly arriving data elements are collected into a group. The whole group is then processed at a future time (as a batch...
0
teslacoil/Example_NovaTheme
Documented example theme for Nova Launcher
null
Example Nova Launcher Theme =========================== Nova Launcher is the highly customizable launcher for Android. Part of this customization comes from developers such as yourself. This document covers the theme format for Nova Launcher. Most launchers, including Nova Launcher, support a superset of the theme f...
1
Nukkit/ExamplePlugin
Example Nukkit plugin, showing the API
null
# ExamplePlugin Example Nukkit plugin, showing the API
1
gtiwari333/spring-boot-web-application-sample
Real World Spring Boot Web Application Example with tons of ready to use features
archunit gatling java java-web jms keycloak mapstruct seed-project selenide selenium skeleton-application spock spring spring-boot spring-mvc spring-security thymeleaf webjars
### A Spring Boot Web Application Sample with tons of ready-to-use features. This can be used as starter for bigger projects. #### Variations - Simpler version without KeyCloak and multi-modules is on separate project https://github.com/gtiwari333/spring-boot-blog-app - Microservice example that uses Spring Cloud feat...
1
Microservice-API-Patterns/LakesideMutual
Example Application for Microservice API Patterns (MAP) and other patterns (DDD, PoEAA, EIP)
null
# ![Lakeside Mutual Logo](./resources/logo-32x32.png) Lakeside Mutual Lakeside Mutual is a fictitious insurance company which serves as a sample application to demonstrate microservices and domain-driven design. The company provides several digital services to its customers and its employees. [Microservice API Pattern...
1
JavaZakariae/Spring5Certification
Spring Certification: This repository contains my examples and some best references to prepare the Spring 5 certification
aop certification ioc-framework pluralsight-courses spring spring-boot spring-data spring-data-jpa spring-jdbc spring-mvc spring-security springboot springframework springmvc
![stars](https://img.shields.io/github/stars/javazakariae/spring5certification?style=social) ![last commit date](https://img.shields.io/github/last-commit/javazakariae/spring5certification) # Preparation for the Spring 5 Certification - [Preparation for the Spring 5 Certification](#preparation-for-the-spring-5-certif...
0
theautonomy/bouncycastle-gpg-example
Bouncy Castle OpenGPG encryption and decryption example
null
## Introduction This is an example of using Bouncy Castle's OpenPGP utility to encrypt and decrypt files. This project is a refactory of the Bouncy Castle example which you can find [here](http://www.java2s.com/Open-Source/Java-Document/Security/Bouncy-Castle/org/bouncycastle/openpgp/examples/KeyBasedLargeFileProcess...
1
PacktPublishing/Java-9-Programming-By-Example
Java 9 Programming By Example published by Packt
null
# Java 9 Programming By Example This is the code repository for [Java 9 Programming By Example](https://www.packtpub.com/application-development/java-9-programming-example?utm_source=github&utm_medium=repository&utm_campaign=9781786468284), published by [Packt](https://www.packtpub.com/?utm_source=github). It contai...
1
ttulka/ddd-example-ecommerce-microservices
Domain-driven design microservices example
architecture ddd docker domain-driven-design event-driven example kubernetes microservices oop soa spring-boot
# DDD Microservices 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 Boot, Docker and Kub...
1
piomin/sample-quarkus-applications
Example application built using Quarkus framework
graphql h2-database jaxrs openapi3 panache quarkus quarkus-hibernate-orm quarkus-kotlin quarkus-maven quarkus-panache quarkus-resteasy smallrye swagger
null
1
minwan1/spring-security-oauth2-example
:dart: This is spring-oauth2 example
null
[![Build Status](https://travis-ci.com/minwan1/spring-security-oauth2-example.svg?branch=master)](https://travis-ci.com/minwan1/spring-security-oauth2-example) [![Coverage Status](https://coveralls.io/repos/github/minwan1/spring-security-oauth2-example/badge.svg)](https://coveralls.io/github/minwan1/spring-security-oau...
1
agiledon/payroll-ddd
DDD Example based on Scenario-Driven Design and Test-Driven Design
null
null
1
Jaouan/Sending-Animation-Example
It's just an example of sending animation.
null
Android - Article sending animation example ======== It's just an example of sending animation. ![demo](art/demo.gif) References ======== - The project uses [ButterKnife](http://jakewharton.github.io/butterknife/). License ======== [Apache License Version 2.0](LICENSE)
1
damienbeaufils/spring-boot-clean-architecture-demo
An example of clean architecture implementation with Spring Boot
null
# spring-boot-clean-architecture-demo [![Build Status](https://travis-ci.org/damienbeaufils/spring-boot-clean-architecture-demo.svg?branch=master)](https://travis-ci.org/damienbeaufils/spring-boot-clean-architecture-demo) An example of clean architecture with Spring Boot ## Foreword This application is designed usi...
1
ssalevan/cc-helloworld
CommonCrawl Hello World example
null
null
1
ajbkr/HTML5-Cross-Platform-Game-Development-Using-Phaser-3
Reworked examples from Emanuele Feronato's HTML5 Cross Platform Game Development Using Phaser 3 (Babel, webpack)
null
HTML5 Cross Platform Game Development Using Phaser 3 ==================================================== Reworked examples from Emanuele Feronato's [HTML5 Cross Platform Game Development Using Phaser 3](http://phaser.io/shop/books/phaser3-cross-platform-games). I have modified some of the source code to use ES6/7 an...
0
kousen/mockitobook
Code examples for the book Mockito Made Clear, from Pragmatic Programmers
null
# mockitobook Code examples for the book _Mockito Made Clear_, published by Pragmatic Programmers. See [the book page](https://pragprog.com/titles/mockito/mockito-made-clear/) for more information. ![Visualization of this repo](./diagram.svg) You can check out the whole GitHub Action at [diagram.yml](/.github/workfl...
0
msfroh/lucene-university
Self-contained worked examples of Apache Lucene features and functionality
null
# Self-contained Lucene examples This repository contains some examples of [Apache Lucene](https://lucene.apache.org/) features with verbose explanations as code comments written in Markdown. The goal is to provide code samples that can be used a few ways: 1. Read the source code. The comments should make what's goi...
0
pauldragoslav/Spring-boot-Banking
Example project demonstrating the use of Spring-boot in a banking microservice
null
# Spring-boot Banking Example project demonstrating the use of Java and Spring-boot to build a microservice to be used by an online bank ## Running locally ``` ./mvnw clean install -DskipTests=true ``` ``` java -jar target/Banking-0.0.1.jar ``` ## Running on Docker ``` docker build -t "spring-boot:banking" . ``` ``...
1
studerw/activiti-example
Activiti Workflow example using Spring MVC
activiti-workflow activity alfresco java spring-mvc workflow
# Activiti Workflow Example Activiti Workflow example using **Spring MVC 4**, **Activiti Workflow 5**, and an embedded **Tomcat Servlet**. __________________________________________ ![long-polling-redis](https://github.com/studerw/activiti-example/blob/master/example.gif) ## Running To run you need Maven: ```bash ...
1
caseyscarborough/spring-redis-caching-example
An example of caching in Spring using Redis.
null
# Spring Redis Caching Example This repository contains an example of caching data in Spring using Redis. ## Running the Application The application can be run by executing the following: ```bash mvn clean jetty:run ``` Then navigate to [localhost:8080](http://localhost:8080) in your browser.
1
utopia-group/regel
REGEL: Regular Expression Generation from Examples and Language
null
# REGEL: Regular Expression Generation from Examples and Language This is the code repository for the paper ["Multi-modal Synthesis of Regular Expressions"](https://arxiv.org/abs/1908.03316). ## Prerequisites Before runing the code for parsing your own language or reproducing experimental results, please first set u...
0
jakubnabrdalik/architecture-guild
An example of an Architecture Guild repository
null
null
1
pavelfomin/spring-boot-rest-example
Spring boot example with REST and spring data JPA
null
# Spring boot example with REST and spring data JPA See [micronaut-rest-example](https://github.com/pavelfomin/micronaut-rest-example) for `Micronaut` implementation. ### Running tests * Maven: `./mvnw clean test` * Gradle: `./gradlew clean test` ### Endpoints | Method | Url | Decription | | ------ | --- | ---------...
1
mraible/jhipster5-demo
Get Started with JHipster 5 Tutorial and Example
angular java jhipster jwt-authentication spring-boot typescript webpack
# blog This application was generated using JHipster 5.0.1, you can find documentation and help at [https://www.jhipster.tech/documentation-archive/v5.0.1](https://www.jhipster.tech/documentation-archive/v5.0.1). ## Development Before you can build this project, you must install and configure the following dependenci...
1
RayRoestenburg/AkkaExamples
Akka examples
null
null
0
tehmou/RxJava-code-examples
Simple code examples in forms of JUnit tests to illustrate functional reactive programming with RxJava
null
# Running the project This project contains only JUnit tests. First install Gradle (mine was 1.8) and then run the tests from the project root with `gradle test`
0
cdietrich/xtext-languageserver-example
An Example for an Xtext Language Server
null
# Xtext Visual Studio Code Example This is an [Example](https://github.com/xtext/xtext-languageserver-example/blob/master/vscode-extension-self-contained/README.md) showing the Visual Studio Code Integration of Xtext using the Microsoft Language Server Protocol. ![Build Status](https://github.com/xtext/xtext-languag...
1
steveonjava/JavaFX-Spring
Example application demonstrating integration of JavaFX and Spring technologies on the client and server
null
JavaFX-Spring ============= Example application demonstrating integration of JavaFX and Spring technologies on the client and server. For more details about the technologies used, and a details of the code, please refer to the following 3 part blog series: * [JavaFX in Spring Day 1 - Application Initialization](http...
1
perslab/depict
DEPICT code, instructions and an example
null
# Dependencies * Mac OS X, or UNIX operating system (Microsoft Windows is not supported) * Java SE 6 (or higher) * [Java.com](https://www.java.com/en/download/) * Python version 2.7 (Python version 3 or higher is not supported) * [Python.org](https://www.python.org/downloads/) * PIP (used for install Python librari...
1
yidongnan/spring-boot-grpc-example
spring-boot-grpc-example
grpc spring-boot spring-boot-grpc
# Spring Boot Grpc Example
0
MaLeLabTs/RegexGenerator
This project contains the source code of a tool for generating regular expressions for text extraction: 1. automatically, 2. based only on examples of the desired behavior, 3. without any external hint about how the target regex should look like
null
# RegexGenerator This project contains the source code of a tool for generating regular expressions for text extraction and classification (flagging): 1. automatically, 2. based only on examples of the desired behavior, 3. without any external hint about how the target regex should look like. An online, interactive ...
0
mbode/flink-prometheus-example
Example setup to demonstrate Prometheus integration of Apache Flink
flink prometheus
[![Actions Status](https://github.com/mbode/flink-prometheus-example/workflows/Gradle/badge.svg)](https://github.com/mbode/flink-prometheus-example/actions) [![codecov](https://codecov.io/gh/mbode/flink-prometheus-example/branch/master/graph/badge.svg)](https://codecov.io/gh/mbode/flink-prometheus-example) [![Flink v1....
1
eliast/dropwizard-guice-example
A complete dropwizard example for using Guice
null
dropwizard-guice-example ======================== A complete dropwizard example for using Guice. ``` mvn clean package java -jar target/hello-guice-*-SNAPSHOT.jar server hello-world.yml ```
1
Leandros/ActionBar-with-Tabs
Example for ActionBar with Tabs
null
Example Android App for ActionBar with Tabs layout ================================================== Visit: http://arvid-g.de The original article to this example: http://arvid-g.de/12/android-4-actionbar-with-tabs-example
1
GoogTech/design-patterns-in-java
:coffee: 📖 使用通俗易懂的案例,类图,及配套学习笔记来详解 Java 的二十三种设计模式 !
classdiagram examples java-design-patterns jdk11 learning-notes maven
### 配套博客学习笔记 : https://goog.tech/blog/tags/design-and-pattern > 参考书籍( 推荐 ) : `《Java设计模式 - 刘伟》`,`《图解设计模式 - [日]结城浩》` ### 创建型模式 :heavy_check_mark: `简单工厂模式( Simple Factor Pattern )` > :memo: [学习笔记](https://goog.tech/blog/2019/09/06/Java%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E4%B9%8BSimple-Factory-Pattern/) ,[示例程序](https...
0
asbnotebook/spring-boot
List of example codes related to spring boot. More details are available at : https://asbnotebook.com
null
This is list of spring boot example code which is posted on https://asbnotebook.com.
1
ricardojlrufino/eclipse-cdt-standalone-astparser
Example using the Eclipse CDT Parser API
null
eclipse-cdt-standalone-astparser ======== Example of Using the Eclipse CDT Parser API Another usage sample is: https://github.com/ricardojlrufino/cplus-libparser Dependencies ==== *already included (but you can grab the new versions)* * org.eclipse.cdt.core_5.6.0.201402142303.jar * org.eclipse.equinox.common_3.6.2...
1
plaa/mongo-spark
Example application on how to use mongo-hadoop connector with Spark
null
mongo-spark =========== Example application on how to use [mongo-hadoop][1] connector with [Apache Spark][2]. Read more details at http://codeforhire.com/2014/02/18/using-spark-with-mongodb/ [1]: https://github.com/mongodb/mongo-hadoop [2]: https://spark.incubator.apache.org/ Prerequisites ------------- * MongoDB...
1
allure-examples/junit4-java-maven
Example of Allure Report usage with JUnit 4, Java and Maven
allure allure-report example java junit junit4 jupiter maven
# Allure Example > Example of Allure Report usage with JUnit 4, Java and Maven <!--<img src="https://allurereport.org/public/img/allure-report.svg" alt="Allure Report logo" style="float: right" />--> - Learn more about Allure Report at https://allurereport.org - 📚 [Documentation](https://allurereport.org/docs/) – d...
1
Dinnerbone/BukkitFullOfMoon
Custom generator example for Bukkit
null
null
1
k33ptoo/Drapo-Dashboard-JavaFX
A JavaFX example based on Drapo's dashboard an inspiration ui.
javafx javafx-application javafx-desktop-apps javafx-gui
# Drapo-Dashboard-JavaFX A JavaFX example based on Drapo's dashboard an inspiration ui. Clone and do your thing. ![alt text](https://github.com/k33ptoo/Drapo-Dashboard-JavaFX/blob/master/images/img1.png) Check out - https://dribbble.com/shots/3750197-Drapo-Pro-s-dashboard?utm_source=Pinterest_Shot&amp;utm_campaign=dr...
1
HMS-Core/hms-ml-demo
HMS ML Demo provides an example of integrating Huawei ML Kit service into applications. This example demonstrates how to integrate services provided by ML Kit, such as face detection, text recognition, image segmentation, asr, and tts.
asr audio-file-transcription bank-card-recognition classification deep-learning document face-detection face-recognition hms huawei id-card-recognition image-segmentation kotlin-android language-detection machine-learning object-detection-and-tracking ocr text-to-speech text-translation tts-android
# hms-ml-demo [![License](https://img.shields.io/badge/Docs-hmsguides-brightgreen)](https://developer.huawei.com/consumer/en/doc/development/hiai-Guides/service-introduction-0000001050040017) English | [中文](https://github.com/HMS-Core/hms-ml-demo/blob/master/README_ZH.md) ## Introduction This project includes multi...
1
albertattard/java-fork-join-example
Java Creed - Java Fork Join Example
null
Java 7 introduced a new type of `ExecutorService` ([Java Doc](https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ExecutorService.html)) called **Fork/Join Framework** ([Tutorial](https://docs.oracle.com/javase/tutorial/essential/concurrency/forkjoin.html)), which excels in handling recursive algorithms. Di...
1
lisawray/fontbinding
A full example of custom fonts in XML using data binding and including font caching.
null
## [Deprecated] Fonts in XML are now supported by the Android support library as of 26.0, including in styles and themes. I recommend using the support library and IDE integration for all your modern font needs! https://developer.android.com/guide/topics/ui/look-and-feel/fonts-in-xml.html#using-support-lib # fontbindi...
1
neo4j-examples/movies-java-bolt
Neo4j Movies Example application with SparkJava backend using the neo4j-java-driver
bolt cypher graph graph-database java movies-api neo4j
null
1
iriusrisk/zap-webdriver
Example security tests using Selenium WebDriver and OWASP ZAP
null
zap-webdriver ============= Example security tests using JUnit, Selenium WebDriver and OWASP ZAP to test the Bodgeit store (https://code.google.com/p/bodgeit/) The tests use selenium to navigate and login to the app, then spider the content with ZAP and perform a security scan using ZAP's scanner. Tests pass or fail b...
1
cstew/CustomBehavior
An example of a custom CoordinatorLayout Behvior
null
Two examples of custom `Behavior`s with `FloatingActionButton` and `CoordinatorLayout`. Shrink and Rotate ![](https://raw.githubusercontent.com/cstew/CustomBehavior/master/art/fab_shrink.gif)
1
oktadev/auth0-java-oauth-examples
null
null
null
0
m-cakir/bubble-sheet-multiple-choice-scanner
Bubble sheet multiple choice scanner example with OpenCV
bubble-sheet image-processing java multiple-choice opencv
# Bubble Sheet Multiple Choice Scanner Bubble sheet multiple choice scanner example with OpenCV Java (opencv-3.4.0). Not ready for production usage yet. ## Install Download OpenCV from [official site](https://opencv.org/releases.html). Then add library to project and set VM options as following. ``` // native libra...
1
unclebob/Episode-10-ExpenseReport
The Expense Report example from cleancoders.com episode 10
null
null
1
mikesmullin/Assembly
Various x86/64 Assembly examples for learning
null
# Assembly Follow along as we learn Assembly Language (ASM). Including x86, x86_64 architecture, machine language, JVM bytecode, and fundamentals of hardware. # My Book - Thorough notes and links on x86/64 Machine Code Assembly / Disassembly https://gist.github.com/mikesmullin/6259449 # Examples: - `bootloader/`...
0
mrthetkhine/designpattern
Design pattern code example in Java
design pattern programming
Implementatin of Major Design pattern in GoF Design pattern code example in Java
1
bekkopen/jetty-pkg
Embed-your-webapp into jetty7 example
null
Usage ===== * Add your war file artifact to the Maven <code>pom.xml</code> * Build it <code>mvn clean install</code> * Run it <code>java -jar yourWebApp-version.jar start</code> Configuration ============= Create a secret (i.e. one per environment): <pre> :➜ md5sum yourWarFile.war eb27fb2e61ed603363461b3b4e37e0a0 y...
1
smithy-lang/smithy-examples
A collection of examples to help users get up and running with Smithy
api aws build-tool codegen examples smithy smithy-models
# Smithy Examples [![Build Status](https://github.com/smithy-lang/smithy-examples/workflows/integ/badge.svg)](https://github.com/smithy-lang/smithy-examples/actions/workflows/integ.yml) This repository contains a range of examples to help you get up and running with [Smithy](https://smithy.io). *Note*: You will need ...
0
sysco-middleware/kafka-testing
Test examples of kafka-clients: unit, integration, end-to-end
embedded-kafka embeddedsinglenodekafkacluster kafka-streams kafka-streams-test-utils kafka-testing
null
0
lemonlabs/u2020-mortar
[DEPRECATED] Port of Jake Wharton's U2020 sample app with use of Mortar & Flow + couple more examples
null
U+2020 mortar ============ Disclaimer: Mortar & Flow have evolved since this project was created. It will be updated when we've completely decided what to do with the libraries. Port of Jake Wharton's U+2020 sample app with use of Mortar &amp; Flow + couple more examples. This is more of a kitchen sink of things we ...
1
networknt/light-example-4j
Example APIs or services to demo all feature of the light-4j framework
null
# light-example-4j Example APIs to demo all feature of the light-4j and frameworks built on top of light-4j. [Stack Overflow](https://stackoverflow.com/questions/tagged/light-4j) | [Google Group](https://groups.google.com/forum/#!forum/light-4j) | [Gitter Chat](https://gitter.im/networknt/light-4j) | [Subreddit](https...
1
frenmanoj/bookstore
A complete example for Spring MVC + Maven + Hibernate CRUD operation
null
# bookstore A complete example for Spring MVC + Maven + Hibernate CRUD operation # Running the Application + Open the Command Prompt + Go to the root project directory ( bookstore ) + Run the following maven command to download all dependent JARs. ``` mvn eclipse:clean eclipse:eclipse ``` + Run Tomcat server ``` ...
1
hdiv/hdiv-spring-mvc-showcase
Spring MCV and Hdiv example application
null
Hdiv: Application Self-Protection ================================= Sample application showing the integration between Spring Mvc and Hdiv. How to build the application ============================ Clone this repo and build war file (you'll need Git and Maven installed): git clone git://github.com/hdiv/hdiv-sprin...
1
headius/indy_deep_dive
Examples from my invokedynamic deep dive" talk"
null
null
0
oktadev/auth0-full-stack-java-example
🔥 Full Stack Java Example
auth0 fullstack fullstack-java java oidc react spring-boot
# Full Stack Java Example with JHipster (React + Spring Boot) 🤓 This example app shows you how to create a slick-looking, full-stack, secure application using React, Spring Boot, and JHipster. Please read the following blog posts to learn more: - [Full Stack Java with React, Spring Boot, and JHipster][blog] to see ...
1
gpcodervn/Design-Pattern-Tutorial
This project includes all examples about 23 design patterns of GoF with some other patterns in software development
null
# Design-Pattern-Tutorial This project includes all examples about 23 design patterns of GoF with some other patterns in software development ## Design Patterns là gì? Design Pattern là một kỹ thuật trong lập trình hướng đối tượng, nó khá quan trọng và mọi lập trình viên muốn giỏi đều phải biết. Được sử dụng thường ...
0
asanchezyu/RetrofitSoapSample
Retrofit with SOAP services Example. ( WSDL, SOAP, converter, SimpleXml,...)
null
null
0