full_name
stringlengths
7
104
description
stringlengths
4
725
topics
stringlengths
3
468
readme
stringlengths
13
565k
label
int64
0
1
GDG-Korea/HelloRx
RxAndroid (RxJava) examples
null
# HelloRx RxAndroid examples
0
zonbeka/Cplex-Examples
null
null
examples ========
0
pcgrenier/nifi-examples
Apache Nifi Examples by http://www.nifi.rocks
null
null
0
dasniko/keycloak-extensions-demo
Demos, examples and playground for Keycloak extensions, providers, SPI implementations, etc.
examples extensions iam java keycloak oidc spi sso
# Keycloak Extensions Demo Demos, examples and playground for [Keycloak](https://www.keycloak.org) extensions, providers, SPI implementations, etc. [![CI build](https://github.com/dasniko/keycloak-extensions-demo/actions/workflows/maven.yml/badge.svg)](https://github.com/dasniko/keycloak-extensions-demo/actions/workf...
0
techatspree/jbosscc-as7-examples
JBoss AS 7 Example Projects
null
null
1
kittylyst/javanut6-examples
Example Code for Java in a Nutshell (6th Edition)
null
# javanut6-examples Example Code for Java in a Nutshell (6th Edition) This is the example programs and samples from Java in a Nutshell (6th Edition) written by Ben Evans and published by O'Reilly. The initial code drop is incomplete - rather than spending a lot of time tidying up the code from how it was actually wri...
1
gstreamer-java/gst1-java-examples
Repository for examples of using gst1-java-core
null
GStreamer Java examples ======================= This repository contains a series of example projects for using [GStreamer 1.x][gstreamer] with Java via the [GStreamer Java][gstreamer-java] libraries, including [gst1-java-core][gst1-core] and extensions. The code steps in each project source file are documented. Any ...
0
Simsilica/Examples
Example applications for various Simsilica libraries, singly or in combination.
null
# Examples Example applications for various Simsilica libraries, singly or in combination. ## simple-jme A simple JME "blue cube" example using a gradle build file and an asset project setup. To run: `gradle run` ## zay-es-net-basic A non-UI, non-graphical, example of using the zay-es-net networking layer for zay-es...
1
amitrp/spring-examples
Contains Spring and Spring Boot Code Samples used in https://www.amitph.com/ tutorials
hibernate jpa-hibernate spring spring-boot spring-data-jdbc spring-data-jpa spring-data-rest spring-mvc
# Spring Tutorials and Examples Examples of using Spring Framework and Spring Boot These examples are part of Spring & Spring Boot Tutorials on https://www.amitph.com/ ## List of few relevant tutorials - [Spring Data REST CRUD Example](https://www.amitph.com/spring-data-rest-example/) - [Spring Data REST Projections a...
0
tomekkaczanowski/junit-put-examples
Code examples for Practical Unit Testing with JUnit and Mockito" book"
null
null
0
loretoparisi/tensorflow-java
Tensorflow Java examples
deeplearning deeplearning-java java tensorflow tensorflow-java
# tensorflow-java Tensorflow Java pipeline and examples. This simple Java pipeline for TensorFlow Java API supports *Tensorflow >= 1.4* and it has been tested with Tensorflow from *TF 1.4.0* to *TF 1.13.1*. :new: ## How To Install You need to run the `jni.sh` to install the right Java bindings for your platform and th...
0
habren/JavaDesignPattern
Examples for Java Design Pattern
null
Java设计模式 --- 本项目主要记录《Java设计模式》系列文章对应的实例代码,具体的文章详见[作者个人博客](http://www.jasongj.com)[http://www.jasongj.com](http://www.jasongj.com) - [Java设计模式(一) 简单工厂模式不简单](http://www.jasongj.com/design_pattern/simple_factory/) - [Java设计模式(二) 工厂方法模式](http://www.jasongj.com/design_pattern/factory_method/) - [Java设计模式(三) 抽象工厂模式](http:/...
0
haoxiaoyong1014/springboot-redis-examples
redis 使用场景及实例
null
# springboot-redis-example 2018/6/12 添加 springboot-redis-docker(<a href="https://github.com/haoxiaoyong1014/springboot-examples/tree/master/springboot-redis-docker">Docker 部署 SpringBoot 项目整合 Redis 镜像做访问计数(PV)Demo</a>) 2018/07/27 添加springboot-redis-ranking (<a href="https://github.com/haoxiaoyong1014/springboot-redi...
0
stunstunstun/awesome-spring-boot
Code based and real world examples of Spring Boot and shiny things. 😍
awesome-spring awesome-spring-boot java spring spring-boot springboot
# <img src="http://stormpath.com/wp-content/uploads/2016/05/spring-boot-logo.jpg" width="50" align="absmiddle"/> Awesome Spring Boot [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Build Status](https://travi...
0
salaboy/Drools_jBPM5-Training-Examples
jBPM5 & Drools - Community Training Course - Examples
null
null
0
jgperrin/net.jgp.labs.spark
Apache Spark examples exclusively in Java
data-ingestion dataframe ingestion java spark udf
# Some Java examples for Apache Spark ## Welcome Welcome to this project I started several years ago with this simple idea: let's use **Apache Spark with Java** and not learn all those complex stuff like Hadoop or Scala. I am not that smart anyway... ## A book! This project has evolved in a book, named "**[Spark in...
0
sdaschner/coffee-testing
Code examples for effective enterprise testing
null
null
0
Syncleus/aparapi-examples
A framework for executing native Java code on the GPU.
null
![](http://aparapi.com/images/logo-text-adjacent.png) [![License](http://img.shields.io/:license-apache-blue.svg?style=flat-square)](http://www.apache.org/licenses/LICENSE-2.0.html) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.aparapi/aparapi-examples/badge.png?style=flat)](https://maven-badg...
0
F4bwDP6a6W/spring-mvc-mini
Spring MVC Example Project, light weight, no Database
null
Spring-mvc-mini是一个完整的,轻量、简单的Java项目,基于Spring MVC. 里面有基本的增删改查的功能。而且无需修改任何内容,就可以直接跑起来。 另外我有一个Spring MVC的RESTful项目,数据库是Mysql,请参看:https://github.com/hot13399/spring-mvc-REST ------------------- 在这个项目里主要实现了以下技术: * spring-webmvc * svnkit * jgit * javax.mail * jasypt * dom4j * spring scheduler 如何运行: ------------------- 在Wi...
1
kousen/mockito-hamcrest
Examples for Mockito and Hamcrest Matchers course
null
# mockito-hamcrest Examples for Mockito and Hamcrest Matchers course
0
asc-lab/java-cqrs-intro
Examples of implementation CQRS with Event Sourcing - evolutionary approach
cqrs java-11
# CQRS and Event Sourcing Intro for Developers We live in a world of dynamically changing technologies. New ways of architecturing our solutions, new frameworks and libraries seem to appear on almost daily basis. **But good software engineering is not about fancy frameworks and solutions aggressively promoted by the...
0
nitsanw/jmh-samples
JMH examples with my own examples + jar etc
null
jmh-samples =========== <b>NOTE: As of 15/06/2013 the jar/samples were up to date. JMH has come a long way since and is much easier to play with.<br/> I have now removed the old jar/samples and use the maven hosted dependency instead.<br/></b> JMH samples.<br/> This was setup to support my 2 blog posts about JMH:<br/> ...
0
camunda-community-hub/camunda-8-examples
null
camunda-8
[![](https://img.shields.io/badge/Community%20Extension-An%20open%20source%20community%20maintained%20project-FF4700)](https://github.com/camunda-community-hub/community) # Camunda 8 Examples A collection of examples related to the usage of Camunda 8. ## Table of Contents 1. **[Async Service Task Example](async-ser...
0
cirosantilli/java-cheat
Java minimal examples. Asserts used wherever possible. Cheatsheets, tutorials.
null
# Java Cheat ![logo](logo.png) [![Build Status](https://travis-ci.org/cirosantilli/java-cheat.svg)](https://travis-ci.org/cirosantilli/java-cheat) Java minimal examples. Asserts used wherever possible. 1. [Getting started](getting-started.md) 1. Code 1. [Main.java](Main.java) 1. [Hello world](HelloWorld....
0
codecentric/java8-examples
Some examples for the features introduced in Java 8
null
This repository contains some examples for the new features introuced in Java 8, such as: * Default Methods * Method References * Lambdas * Streaming API * Time API (JSR-310) You can get Java 8 from www.jdk8.java.net/download.html IDE-Support with Spring Tool Suite * Download STS 3.4.0 http://spring.io/tools/sts/all...
0
waylife/DemoCollections
Some demos, examples
null
null
0
afsalashyana/JavaFX-Tutorial-Codes
General program examples that I use for tutorials in 'GenuineCoder' YouTube channel
demo demo-app excercises genuine tutorial tutorial-code
# Genuine Coder Tutorial Code Collection This repository contains general program examples that I use for my tutorial videos and blogs. ## [YouTube Tutorials](https://www.youtube.com/channel/UCCXbhmjID-T2I0KfuDPbi6A) ### [JavaFX Scene Transition](https://youtu.be/cqskg3DYH8g) Tutorial about JavaFX scene transition wi...
0
aspose-slides/Aspose.Slides-for-Java
Aspose.Slides for Java Examples
null
![GitHub all releases](https://img.shields.io/github/downloads/aspose-slides/Aspose.slides-for-Java/total) ![GitHub](https://img.shields.io/github/license/aspose-slides/Aspose.slides-for-java) # Java PowerPoint API [Aspose.Slides](https://products.aspose.com/slides/java) a Java PowerPoint API for presentation manipula...
0
openzipkin/brave-example
A collection of examples how to use brave instrumentation in various frameworks and libraries.
brave distributed-tracing openzipkin zipkin
# Basic example showing distributed tracing across Java applications This is an example app where two Java services collaborate on a request. Notably, these services send data to [Zipkin](https://zipkin.io/), a distributed tracing system. Zipkin allows you to see the how long the operation took, as well how much time ...
0
realwear/Developer-Examples
This repository contains a number of examples with full documentation to help developers create applications for the HMT-1
null
## Introduction The code in the Developer Examples app provide clear explanations of how to use the key features that the HMT-1 provides. Some of the techniques use standard Android practices and are documented here to show common solutions for the HMT-1. Others techniques are unique to the HMT-1 and allow a develop...
0
serezhka/java-airplay-server-examples
null
null
# java-airplay-server-examples [![build](https://github.com/serezhka/java-airplay-server-examples/actions/workflows/build.yaml/badge.svg)](https://github.com/serezhka/java-airplay-server-examples/actions/workflows/build.yaml) ![ViewCount](https://views.whatilearened.today/views/github/serezhka/java-airplay-server-exam...
0
isaolmez/javabyexamples
Code examples for javabyexamples.com
null
# Java By Examples Code examples for javabyexamples.com
0
CircleCI-Public/circleci-demo-java-spring
Example Java application running on CircleCI
circleci circleci-demos java
# CircleCI 2.0 Java Demo Application using Gradle and Spring [![CircleCI status](https://circleci.com/gh/CircleCI-Public/circleci-demo-java-spring.svg "CircleCI status")](https://circleci.com/gh/CircleCI-Public/circleci-demo-java-spring) **Note:** This project is currently under substantial development to include addi...
1
szaza/tensorflow-java-examples-spring
Tensorflow Java tutorial with Spring and Gradle. This is a simple example application, which uses Yolo with TF Java API and Spring Framework.
java spring tensorflow tutorial
# TensorFlow Java tutorial with Spring Framework and Gradle Object detection server side application sample program written in Java. It uses the TensorFlow Java API with a trained YOLOv2 model. The server application is implemented with Spring Framework and it is built by Gradle. #### How it works? It provides a web ...
1
jboss-developer/jboss-eap-quickstarts
The quickstarts demonstrate JBoss EAP, Jakarta EE 10 and a few additional technologies. They provide small, specific, working examples that can be used as a reference for your own project.
null
null
0
coyarzun89/FabTransitionActivity
Example of fab animation
null
# FabTransitionActivity [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-FabTransitionActivity-green.svg?style=true)](https://android-arsenal.com/details/1/2763) It is based on [FabTransitionLayout](https://github.com/bowyer-app/FabTransitionLayout) ![transitionactivity](https://github.com/coyarzun8...
1
in28minutes/JavaTutorialForBeginners
Java Tutorial for Beginners with examples
java java-8
# Title of the Best Course in the world ## Caption for the course. * [Installing Eclipse, Maven and Java](#installing-tools) * [Running Examples](#running-examples) * [Course Overview](#course-overview) - [Course Steps](#step-list) - [Expectations](#expectations) * [About in28Minutes](#about-in28minutes) - [Our ...
1
tdziurko/Guava-Lessons
Various examples of usage Google Guava API.
null
null
0
mianshenglee/my-example
example code for my article
null
# 1. 说明 在写文章过程中,经常会使用一些示例工程来辅助说明,本仓库用于存放一些示例工程,以便于读者可以参考。 # 2. 示例说明 ## 2.1 java应用监测:`java-monitor-example` 用于[java监测技术文章](https://mianshenglee.github.io/)的示例说明,此示例是一个`spring boot`工程,里面包含简单的`controller`和`service`类,`OOM`的接口等功能。 文章列表如下: - [java应用监测(1)-java程序员应该知道的应用监测技术](https://mianshenglee.github.io/2019/08/23/jav...
1
langmi/spring-batch-examples-readers
null
null
null
0
mayanhui/hadoop-hbase-examples
hadoop hbase use case and examples, inclusing MR,HBaseUtil...
null
Applications based on hadoop & hbase #1. hadoop mapreduce application (1) multi-jobs (2) distribute cache (3) split file size #2. hbase application (1) bulk load vv to hbase (2) bulk load search keyword to hbase (3) bulk load ads #3. Redis read & write (1) random read (2) mapreduce bulk load (3) hash type d...
0
datumbox/datumbox-framework-examples
Code examples on how to use the Datumbox Machine Learning Framework.
null
Code Examples for Datumbox Machine Learning Framework ===================================================== [![Datumbox](http://www.datumbox.com/img/logo.png)](http://www.datumbox.com/) This project provides examples on how to use the [Datumbox Machine Learning Framework](https://github.com/datumbox/datumbox-framewor...
0
mp911de/spring-cloud-vault-config-samples
Examples for Spring Vault and Spring Cloud Vault Config
samples spring spring-cloud-vault spring-vault vault
null
0
Gsantomaggio/rabbitmqexample
RabbitMQ Examples
null
rabbitmqexample =============== Here some RabbitMQ example. 1. webSocketPython : How to redirect RabbitMQ messages to web-page using http://www.tornadoweb.org/. To get ready you need pika and tornado in this way: ``` pip install pika pip install tornado ``` Execute my-server.py and open a web page on http://localhos...
0
bonigarcia/selenium-webdriver-java
Examples of the O'Reilly book Hands-On Selenium WebDriver with Java""
docker gradle java junit4 junit5 maven selenium selenium-jupiter selenium-webdriver selenium4 testng
[![Build Status](https://github.com/bonigarcia/selenium-webdriver-java/workflows/build/badge.svg)](https://github.com/bonigarcia/selenium-webdriver-java/actions) [![badge-jdk](https://img.shields.io/badge/jdk-17-green.svg)](https://www.oracle.com/java/technologies/downloads/) [![License badge](https://img.shields.io/ba...
0
matzuk/Clean-multimodel-arch
Multimodel architecture example
null
null
1
esanchezros/quickfixj-spring-boot-starter-examples
QuickFixJ Spring Boot Starter Examples
null
null
0
halysongoncalves/Material-Design-Example
Material-Design-Example
null
Material Design Example ======================== [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Android--ObservableScrollView-brightgreen.svg?style=flat)](https://android-arsenal.com/details/3/1296) Material Design Example is a sample application for the new design concept made by Google, Material ...
0
jrodenbostel/beyond-the-examples
Code to support the Beyond The Examples series of blog posts at http://justinrodenbostel.com
null
beyond-the-examples =================== A series of projects intended to provide a step-by-step walkthrough of Spring-Boot, building an application from provided examples to something more useful in a real-world setting.
0
sandeep0402/technicalsand.com-examples
All the examples mention in https://technicalsand.com
null
# technicalsand.com-examples All the examples mention in https://technicalsand.com
0
senbox-org/snap-examples
SNAP example projects showing how to extend SNAP or build new applications on SNAP
null
# snap-examples SNAP example projects showing how to extend SNAP or build new applications on SNAP ## TOC * **snap-desktop-basic-single** - Template for a basic SNAP desktop extension that generates a single plugin (@snap dev team: keep this simple as possible!) * **snap-desktop-basic-multi** - Template for a basic S...
1
xumingming/storm-lib
hold storm examples, tests etc here.
null
storm-lib ========= hold storm examples, tests etc here.
0
eclipse/hawkbit-examples
null
null
<img src=hawkbit_logo.png width=533 height=246 /> # Eclipse hawkBit™ - Examples collection Example projects that show how [hawkBit](https://github.com/eclipse/hawkbit) can be customized or hawkBit compatible APIs leveraged. [![Circle CI](https://circleci.com/gh/eclipse/hawkbit-examples.svg?style=shield)](https://cir...
0
wildfly/wildfly-archetypes
WildFly maven archetypes & examples
null
WildFly archetypes ================== This project contains Maven Archetypes to generate Maven projects to develop Jakarta EE applications with [WildFly](https://wildfly.org/) * [wildfly-jakartaee-webapp-archetype](/wildfly-jakartaee-webapp-archetype/) generates a Maven project to develop a simple Web Archive (WAR) w...
0
cescoffier/reactive-systems-in-java
Reactive Systems in Java Code Examples
null
# Reactive Systems in Java book examples Welcome World! These are the working examples for Reactive Systems in Java from O'Reilly and written by Clement Escoffier and Ken Finnigan. ## How to open and run the examples? Readers of the book should directly open projects from sub-folders: they are all independent and se...
0
Wikidata/Wikidata-Toolkit-Examples
Examples showing how to use Wikidata Toolkit as a Maven library in your project
null
# Wikidata Toolkit Examples This is an example project that shows how to set up a Java project that uses [Wikidata Toolkit](https://github.com/Wikidata/Wikidata-Toolkit). It contains several simple example programs and bots in the source directory. What's found in this repository ------------------------------- The ...
0
algorithmica-repository/top20
It consists of all the code examples of Top-20(problem solving) course taken at algorithmica
null
top20 ===== It consists of all the code examples of Top-20(Problem solving) course taken up at Algorithmica across all years. You can use/redistribute this code for academic purpose only.
0
YugabyteDB-Samples/orm-examples
Examples showing how to use various ORMs with YSQL
null
# Using ORMs with YugabyteDB This repository has examples showing build a simple REST API server using ORMs on top of YugabyteDB (using the YSQL API). The scenario modelled is that of a simple online e-commerce store. It consists of the following. * The users of the ecommerce site are stored in the `users` table. * T...
0
ttddyy/datasource-proxy-examples
examples for how to use datasource-proxy
null
# datasource-proxy example projects Requires Java 17 to compile. [**jndi-embedded-example**](jndi-embedded-example/README.md) - JNDI lookup with *embedded* tomcat [**jndi-external-example**](jndi-external-example/README.md) - JNDI lookup with *external* tomcat [**spring-javaconfig-example**](spring-javaconfig-examp...
0
rd-1-2022/ai-openai-helloworld
Simple HelloWorld examples
null
# Spring AI with OpenAI This project contains a web service that will accept HTTP GET requests at `http://localhost:8080/ai/simple`. There is optional `message` parameter whose default value is "Tell me a joke". The response to the request is from the OpenAI ChatGPT Service. ## Prerequisites Before using the AI co...
0
oskardudycz/EventSourcing.JVM
Examples and Tutorials of Event Sourcing in JVM languages
cqrs eventsourcing java jvm spring
[![Github Sponsors](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&link=https://github.com/sponsors/oskardudycz/)](https://github.com/sponsors/oskardudycz/) [![blog](https://img.shields.io/badge/blog-event--driven.io-brightgreen)](https://event-driven.io/?utm_source=event_sourcing_jvm) [![...
0
eazybytes/openapi
OpenAPI Specification & Swagger Tools : Zero To Master - Code Examples
openapi-specification openapi3 swagger3
# OpenAPI Specification & Swagger Tools - Zero To Master [![Image](https://github.com/eazybytes/openapi/blob/main/openapi.png "OpenAPI Specification &amp; Swagger Tools - Zero To Master")](https://www.udemy.com/course/openapi-specification-swagger-tools-zero-to-master/?referralCode=F002A9A799DB126CD189) **'OpenAPI Sp...
0
zuo26/BlogSample
blog example.
null
### 持续更新,欢迎 star - example41: 汉字笔顺动画 - example40: Espresso UI 自动化实践 - example39: AIDL 使用实践 - example38: 自定义 ClassLoader 使用实践 - example19: 编译 so 库实战 - example18: Lottie 使用 - example17: Activity 过渡动画实践 - example16: 矢量可绘制动画、裁剪视图动画、布局过渡动画 - example13: 带回弹效果的 RecyclerView 实战 - example11: 可拖拽工具类 ViewDragHelper 使用 - example1...
0
AdoptOpenJDK/jdk9-jigsaw
Examples and exercises based on some of the features of jigsaw in JDK9/Jigsaw (Early Access builds)
challenge code-examples examples exercises java java9 jdk9 jigsaw jlink jshell modular modularisation modules
# jdk9-jigsaw Ver la [versión en Español](es/README.md) (See [Spanish version](es/README.md)) Examples of some of the features of Jigsaw released in the Early Access build of JDK9. Many of the examples here are directly from the Project Jigsaw: Module System Quick-Start Guide, see [http://openjdk.java.net/projects/j...
0
laolunsi/spring-boot-examples-old
old - :smile:Spring/SpringBoot/SpringCloud系列快速上手教程、源码学习、实战示例代码,新仓库在 https://github.com/laolunsi/spring-boot-examples
null
# SpringBoot系列基本教程 --- **本仓库不再更新,请移步新仓库[https://github.com/laolunsi/spring-boot-stack](https://github.com/laolunsi/spring-boot-stack)** --- 该仓库为springboot快速上手教程对应的示例代码,主要讲解SpringBoot相关的技术,后续计划包括SpringSecurity、SpringCloud、Spring源码等内容。 如果该系列教程对您有所帮助的话,还请点个star给予支持!感谢! --- 补充: > 1. 后缀为demo,表示技术示例、问题解决方案,专注实际问题解决 > 2...
0
SomMeri/org.meri.jpa.tutorial
Examples and test cases for JPA tutorial.
null
null
0
mraible/java-webapp-security-examples
Example projects showing how to configure security with Java EE, Spring Security and Apache Shiro.
null
# Java Web Application Security Examples Example projects showing how to configure security with Java EE, Spring Security and Apache Shiro.
1
lidong1665/seata-spring-boot-dubbo-nacos-shardingsphere-examples
如何进行seata1.2.0、sharding-sphere4.1.0和dubbo2.7.5 的整合,以及使用nacos作为我们的配置中心和注册中心
null
### 1.介绍 本篇将介绍,如何进行seata1.2.0、sharding-sphere4.1.0和dubbo2.7.5 的整合,以及使用nacos作为我们的配置中心和注册中心。如果你还是一个初学者,先建议学习一下,陈建斌的[七步带你集成Seata 1.2 高可用搭建](https://mp.weixin.qq.com/s/2KSidJ72YsovpJ94P1aK1g),这篇文章清楚的阐述了初学者容易遇到的5个问题,并且都提供完整的解决思路。 ### 2.环境配置 - mysql: 5.7.12 - nacos: 1.2.1 - spring-boot: 2.2.6.RELEASE - seata: 1.2.0 -...
0
cloudsimplus/cloudsimplus
State-of-the-art Framework 🏗 for Cloud Computing ⛅️ Simulation: a modern, full-featured, easier-to-use, highly extensible 🧩, faster 🚀 and more accurate ☕️ Java 17+ tool for cloud computing research 🎓. Examples: https://github.com/cloudsimplus/cloudsimplus-examples
auto-scaling cloud-computing cloud-infrastructure cloud-simulation cloudsim cloudsim-simulator cloudsimplus google-cluster-data iaas java java-17 load-balancing paas research saas simulation simulation-framework test-bed trace workload
<a id="top"></a> <p align="center"> <b><a href="#overview">Overview</a></b> | <b><a href="#exclusive-features">Exclusive Features</a></b> | <b><a href="#structure">Structure</a></b> | <b><a href="#usage">How to use</a></b> | <b><a href="#example">Example</a></b> | <b><a href="#docs-help">Docs and Help</a></b> | <b><a ...
0
b4w/Education
Directory with lerning examples and programms.
null
# Education Directory with lerning examples and programms. # [Notes](https://github.com/b4w/Education/tree/master/Notes "Notes") Some notes for online cources and more. * [android](https://github.com/b4w/Education/tree/master/Notes/android "android") * [databases](https://github.com/b4w/Education/tree/master/Notes/dat...
0
bezkoder/spring-boot-spring-security-jwt-authentication
Spring Boot + Security: Token Based Authentication example with JWT, Authorization, Spring Data & MySQL
jwt jwt-authentication spring-boot spring-boot-2 spring-boot-security spring-boot-server spring-data spring-security spring-security-jwt
# Spring Boot JWT Authentication example with Spring Security & Spring Data JPA ## User Registration, User Login and Authorization process. The diagram shows flow of how we implement User Registration, User Login and Authorization process. ![spring-boot-jwt-authentication-spring-security-flow](spring-boot-jwt-authent...
1
bitmovin/bitmovin-api-sdk-examples
Set of encoding workflow examples highlighting the use of the Bitmovin API SDKs
null
<p align="center"> <a href="https://www.bitmovin.com"> <img alt="Bitmovin API SDK Examples Header" src="https://cdn.bitmovin.com/frontend/encoding/openapi-clients/readme-headers/Readme_OpenApi_Header.png" > </a> <h4 align="center">This repository provides examples demonstrating usage of the <br><a href="http...
0
cincheo/jsweet-examples
A set of simple examples to show what can be done with the JSweet transpiler (Java to JavaScript)
null
# JSweet examples [![](https://github.com/cincheo/jsweet-examples/workflows/Build%20examples%20with%20Gradle/badge.svg)](https://github.com/cincheo/jsweet-examples/actions) A set of simple examples to show what can be done in Java with the [JSweet transpiler](https://github.com/cincheo/jsweet). All these example are ...
0
atduskgreg/Processing-Shader-Examples
Experiments working with shaders in Processing. Click the link below for formatted notes.
null
null
0
ramalho/python-patterns-examples
A collection of Design Patters implemented in Python
null
# python-patterns-examples A collection of Design Patters imlemented in Python
0
aalmiray/javatrove
Code examples for The Java Trove series
null
null
0
Hemant-Jain-Author/Problem-Solving-in-Data-Structures-Algorithms-using-Java
Code examples of Problem Solving in Data Structures and Algorithms using Java
null
# Problem-Solving-in-Data-Structures-Algorithms-using-Java **This is the code repository of book "Problem Solving in Data Structures & Algorithms Using Java".** ![alt text](https://m.media-amazon.com/images/I/41eQl-YMyfL.jpg) **About The Book** - This textbook provides in depth coverage of various Data Structures a...
0
4xes/FlipAnimation
Simple example for flip animation
null
### Simple flip animation demo. <img src="/art/readme_demo.gif?raw=true" width=360 height=640 alt="Quick Demo">
1
eventuate-tram/eventuate-tram-examples-customers-and-orders-redis
Microservices, Choreography-based saga, CQRS and Redis!
null
null
0
matsim-org/matsim-example-project
A small example of how to use MATSim as a library.
null
# matsim-example-project A small example of how to use MATSim as a library. By default, this project uses the latest (pre-)release. In order to use a different version, edit `pom.xml`. A recommended directory structure is as follows: * `src` for sources * `original-input-data` for original input data (typically not ...
1
sujee/hbase-mapreduce
map reduce examples on HBaase
null
null
0
puniverse/comsat-examples
Comsat Examples
null
# COMSAT Examples This project includes some examples that makes use of an embedded Jetty servers and several others that are packaged into WAR files and can be deployed to servlet containers. ## Running the Jetty examples In the shell: ```sh gradle :comsat-examples-embeddedjetty:run ``` A Jetty web actors example...
0
juneau001/GenericsExamples
null
null
null
0
bibryam/camel-message-routing-examples
Instant Apache Camel Message Routing Examples
null
### Instant Apache Camel Message Routing Examples Creating a Camel project Routing messages to different destinations Using components Connecting routes Removing unwanted messages Transforming messages Splitting a message into many Aggregating multiple messages into one Reorganizing messages Multicasting messages Erro...
0
s4/examples
Example applications
null
S4 Example Applications ======================= This is a set of example applications using S4. To build and deploy an example 1. Read the example's README file for build instructions 2. Refer to the [Getting Started](http://wiki.s4.io/Tutorials/GettingStarted) wiki for instructions on how to deploy and run the appli...
1
eventuate-tram/eventuate-tram-core-examples-basic
Basic examples for Eventuate Tram
null
null
0
yandex-qatools/htmlelements-examples
Getting started examples for HtmlElements framework on java
null
## HtmlElements Examples You can find some examples in *test* dir of modules: ### HtmlElements Thucydides Example [Examples of thucydides + HtmlElements](https://github.com/yandex-qatools/htmlelements-examples/tree/master/htmlelements-thucydides-example/src/test/java/my/company/web) ### HtmlElements JUnit Example [Ge...
0
douglascraigschmidt/CS892
This contains the source code examples and programming assignments for my CS 282 class
null
null
0
little-hands/ddd-examples
null
null
# ddd-examples DDDのサンプルコードを掲載しています ## パッケージ構成 * com.littlehands * task_management: シンプルなDDD事例として、タスク管理のサンプルコードです * aggregate: 集約のサンプルコードです
0
joinfaces/joinfaces-maven-jar-example
JoinFaces Maven Jar Example
angularfaces bootsfaces butterfaces jetty joinfaces jsf mojarra myfaces primefaces spring-boot tomcat undertow
JoinFaces Example ===== [![Build Status](https://github.com/joinfaces/joinfaces-maven-jar-example/actions/workflows/maven.yml/badge.svg)](https://github.com/joinfaces/joinfaces-maven-jar-example/actions) [![Codecov](https://codecov.io/gh/joinfaces/joinfaces-maven-jar-example/branch/4.7.x/graph/badge.svg)](https://codec...
1
graalvm/simplelanguage
A simple example language built using the Truffle API.
null
# SimpleLanguage A simple demonstration language built using Truffle for GraalVM. SimpleLanguage is heavily documented to explain the how and why of writing a Truffle language. A good way to find out more is to read the source with comments. Start reading [here](https://github.com/graalvm/simplelanguage/blob/master/l...
1
graalvm/fastr-examples
null
null
# GraalVM Examples A collection of examples and use-cases for the GraalVM and FastR. [GraalVM](http://graalvm.org) is a universal virtual machine for running applications written in JavaScript, Python 3, Ruby, R, JVM-based languages like Java, Scala, Kotlin, and LLVM-based languages such as C and C++. FastR is a Gra...
0
CuteXiaoKe/iText7-examples
iText7官网系列教程的样例,持续更新,并且自己有博客介绍程序
null
# iText7-examples ## 介绍 &nbsp;&nbsp;&nbsp;&nbsp;iText7官网上有三本电子书的,目前已翻译完成: 1. 《iText 7 Jump-Start Tutorial》 2. 《iText 7: Building Blocks》 3. 《iText 7: Converting HTML to PDF with pdfHTML》 &nbsp;&nbsp;&nbsp;&nbsp;访问我的[CSDN博客](https://blog.csdn.net/u012397189),CSDN上面有专栏,[iText学习笔记](https://blog.csdn.net/u012397189/cat...
0
fishpro/spring-boot-study
about learning Spring Boot via examples. 基于 spring boot 2.x 的学习教程简洁易懂
shiro spring spring-boot spring-boot-examples spring-boot-jwt spring-boot-mybatis spring-boot-redis spring-boot-security spring-boot-shiro spring-boot-upload-file spring-boot-webservice spring-jpa thymeleaf xmldom4j
最近上来看了下,还有兄弟在看这个教程,不胜荣幸,我最近上 github 的实际不多,有问题请加微信号 fishpro 或 QQ 502086 # 为什么要写 Spring Boot 系列文章 好记性不如烂笔头,学习 Spring Boot 一定要自己多练练,并能够把他记录下来,当有需要的时候,可以查看自己编写功能教程,能够很快获取相关代码,使用到项目中。 本系列文章是针对 Spring Boot 各个知识点实战训练的笔记,所有代码都经过测试获取正确的结果。并且不断的添加到本系列中。 本教程适用 Spring Boot 2.x 版本,当有代码对 Spring Boot 版本有特别要求的时候的时候,示例说明中有特别说明。 **喜...
0
IanDarwin/patterns-demos
Examples of Design Patterns in Java
design-patterns java patterns
null
0
perspilling/jdbi-examples
Some examples of using JDBI as a persistence framework
null
# JDBI examples This repo contains some example code used to try out using [JDBI](http://jdbi.org) as a persistence framework in Java projects. The domain model used in the examples looks like this: | Team | ---> | Person | -(cascade)-> | Address | ## Notes ### CGLIB issue with references JDBI generates boilerpla...
0
beaunus/stanford-algs
Example Test Cases for Stanford's Algorithms Coursera Specialization
algorithms algorithms-stanford coursera stanford stanford-algs test-cases
# stanford-algs ## Overview This repository contains some example test case files for Stanford's Coursera specialization [_Learn To Think Like A Computer Scientist_](https://www.coursera.org/specializations/algorithms) ## Intention These files are intended to be used as a supplement to the above course. In order t...
1
Cascading/Impatient
source examples to support the Cascading for the Impatient" blog post series"
null
## Cascading for the Impatient Welcome to [Cascading for the Impatient](http://docs.cascading.org/impatient), a tutorial for [Cascading 3.1.x](http://www.cascading.org/) to get you started. Quickly. Like, yesterday. This set of progressive coding examples starts with a simple file copy and builds up to a MapReduce im...
0
ddd-by-examples/library
A comprehensive Domain-Driven Design example with problem space strategic analysis and various tactical patterns.
aggregate aggregate-root archunit c4 crud ddd ddd-architecture domain-driven-design event-storming events functions hexagonal-architecture ports-and-adapters spring vavr
[![CircleCI](https://circleci.com/gh/ddd-by-examples/library.svg?style=svg)](https://circleci.com/gh/ddd-by-examples/library) [![Code Coverage](https://codecov.io/gh/ddd-by-examples/library/branch/master/graph/badge.svg)](https://codecov.io/gh/ddd-by-examples/library) # Table of contents 1. [About](#about) 2. [Domain...
1
janbodnar/Java-Swing-Examples
Java Swing code examples
gui java swing
# Java-Swing-Examples Java Swing code examples from Java Swing tutorial Built with OpenJDK 13 https://zetcode.com/javaswing/ ### Advanced Java Swing e-book https://zetcode.com/ebooks/advancedjavaswing/
0