full_name
stringlengths
7
104
description
stringlengths
4
725
topics
stringlengths
3
468
readme
stringlengths
13
565k
label
int64
0
1
microsoft/todo-app-java-on-azure
Sample TODO app using Java on Azure
null
# Todo App Java On Azure This TodoList app is an Azure Java application. It provides end-to-end CRUD operation to todo list item from front-end AngularJS code. Behind the scene, todo list item data store is [Azure CosmosDB DocumentDB](https://docs.microsoft.com/en-us/azure/cosmos-db/documentdb-introduction). This appl...
1
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
IBM-Cloud/todo-apps
Sample ToDo application (various languages) running on IBM Cloud
bluemix cloud-foundry cloudant couchdb java mongodb nodejs php python rails swift
about ================================================================================ The ToDo sample apps are meant to be simple demos of how you can take advantage of Bluemix and a database service. In addition it shows how to take advantage of both the [built-in](https://www.ng.bluemix.net/docs/starters/rt_landin...
1
odrotbohm/spring-restbucks
Implementation of the sample from REST in Practice based on Spring projects
null
null
1
Rukey7/TagLayout
TagView Sample
null
# TagLayout [![Apache 2.0 License](https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0.html) [![](https://jitpack.io/v/Rukey7/TagLayout.svg)](https://jitpack.io/#Rukey7/TagLayout) ### 多功能的标签流布局 ## Screenshot ##### 不同标签形状: ![](https://raw.githubuserconte...
1
binblee/springcloud-swarm
Spring Cloud Application Samples on Docker swarm-mode cluster
null
# Spring Cloud Demo on Docker # Spring Cloud application Demo application is a tiny Spring Cloud application which has three services. ```Web``` and ```BookService```will register itself to ```Eureka``` Service during boot. ```Web``` service depends on ```BookService```, when it is invoked, it will find available i...
0
beast-dev/beast-mcmc
Bayesian Evolutionary Analysis Sampling Trees
bayesian-analysis beast evolution java mcmc phylogenetics
# BEAST BEAST is a cross-platform program for Bayesian analysis of molecular sequences using MCMC. It is entirely orientated towards rooted, time-measured phylogenies inferred using strict or relaxed molecular clock models. It can be used as a method of reconstructing phylogenies but is also a framework for testing ev...
0
stepanowon/OAuth_20
OAuth 2.0 Provider & Client Java Samples
null
OAuth_20 ======== Samples for OAuth 2.0 Provider &amp; Client OAuth2 Provider & Consumer Sample입니다. https://tools.ietf.org/html/rfc6749 를 근거하여 작성하였습니다. 이 코드는 샘플 코드입니다. 상업적인 목적으로 사용하지 말아주세요. 스터디 용도로만 사용해주세요. 환경설정에 대한 질문, 코드 자체에 대한 질문은 받지 않겠습니다. OAuth2.0에 대한 질문도 위의 RFC 문서를 직접 읽어보세요. 상업적인 목적이 아니라면 이용가능한 코드입니다. 상업적인 목적...
0
AndroidAdvanceWithGeektime/Chapter02
Sample for stop FinalizerWatchdogDaemon
null
# Chapter02 简介 ====== 该例子主要演示了如何通过关闭`FinalizerWatchdogDaemon`来减少`TimeoutException`的触发 需要注意的是,此种方法并不是去解决问题,而是为了避免上报异常采取的一种 hack 方案,并没有真正的解决引起 `finialize()` 超时的问题。 界面 ====== ![screen](screen.png) 操作步骤 ====== 1. 最好在模拟器下执行例子,因为各个手机设置的超时时长不同,不容易观看效果。 2. 点击`触发 Timeout`按钮,等待10多秒后,应用会触发 TimeOut Crash,产生如下日志 ``` D/gho...
1
SolaceSamples/solace-samples-mqtt
Getting Started Samples for using MQTT with Solace Message Routers.
mqtt solace solace-samples
[![Build Status](https://travis-ci.org/SolaceSamples/solace-samples-mqtt.svg?branch=master)](https://travis-ci.org/SolaceSamples/solace-samples-mqtt) # Getting Started Examples ## MQ Telemetry Transport (MQTT) MQTT is a standard lightweight protocol for sending and receiving messages. As such, in addition to informat...
0
mkirsche/Jasmine
Jasmine: SV Merging Across Samples
null
[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/jasminesv/README.html) [![European Galaxy server](https://img.shields.io/badge/usegalaxy-.eu-brightgreen?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAA...
0
keets2012/Spring-Cloud_Samples
based on Spring-Cloud `Finchley` version.
null
## Spring-Cloud-Samples #### based on Spring-Cloud `Finchley` version. ## modules - spring-cloud-gateway-server - user-server(gateway-client)
0
Simba-cheng/ApacheCamelDemo
Apache Camel Demo (Learning Sample Demo)
apachecamel cxf java
# Apache Camel Demo PS: 各位学习、参考此Demo的朋友请注意,由于时间、兼容性问题,此项目中的jar版本很少变动,只会修复 dependabot 提醒的漏洞,如你要在生产环境使用,请使用最新的jar版本,并进行兼容性测试。 Apache Camel Blog:https://blog.csdn.net/simba_cheng/category_9271875.html 之前不小心将一些无用的配置文件上传了,请自行清除 该项目中包含 * Apache Camel - FTP组件 * Apache Camel - CXF组件(Code First and WSDL File First) * Apache...
1
githubhaohao/MVVMRxJavaRetrofitSample
MVVM RxJava Retrofit Sample
mvvm retrofit rxjava sample
## Sample 简介 一个简单的结合 Retrofit 和 RxJava 框架实现 MVVM 架构的例子。 最近在研究 [Kotlin](https://github.com/githubhaohao/JavaToKotlin) for Android,做了一个基于 Clean 架构以及 Retrofit , RxKotlin , Dagger 框架实现的 Kotlin for Android App ,更多详情请[戳这里](https://github.com/githubhaohao/DoubanBook)。 ## 效果预览 ![result](https://github.com/githubhaohao/MVVM...
1
hantsy/spring-r2dbc-sample
Code samples for demonstrating R2dbc, Spring R2dbc, and Spring Data R2dbc.
r2dbc r2dbc-h2 r2dbc-mssql r2dbc-mysql r2dbc-oracle r2dbc-postgresql spring spring-boot spring-data-r2dbc testcontainers
# Spring R2dbc Example >This repository contains the latest changes in the Spring R2dbc(part of Spring Framework 5.3), Spring Data R2dbc 1.2 and Spring Boot 2.4. I have created several R2dbc examples in the [spring-reactive-sample](https://github.com/hantsy/spring-reactive-sample/) repository since it was born. But S...
0
CompEvol/beast2
Bayesian Evolutionary Analysis by Sampling Trees
bayesian-inference beast evolution java mcmc phylogenetics
BEAST 2 ======= [![Build Status](https://github.com/CompEvol/beast2/workflows/Core%20tests/badge.svg)](https://github.com/CompEvol/beast2/actions?query=workflow%3A%22Core+tests%22) BEAST is a cross-platform program for Bayesian inference using MCMC of molecular sequences. It is entirely oriented towards rooted, time-...
0
minerllabs/minerl
MineRL Competition for Sample Efficient Reinforcement Learning - Python Package
null
# The [MineRL](http://minerl.io) Python Package [![Documentation Status](https://readthedocs.org/projects/minerl/badge/?version=latest)](https://minerl.readthedocs.io/en/latest/?badge=latest) [![Downloads](https://pepy.tech/badge/minerl)](https://pepy.tech/project/minerl) [![PyPI version](https://badge.fury.io/py/mine...
1
AlfrescoArchive/activiti-spring-boot-samples
null
null
# activiti-spring-boot-samples Examples of how to use spring boot with com.activiti Make sure you have alfresco-internal maven reposiotry configured in your .m2/settings.xml ```xml <servers> <server> <id>alfresco-internal</id> <username>YOUR-USERNAME</username> <pa...
0
GoogleChromeLabs/cronet-sample
A sample for the Cronet library
null
Cronet Sample =================================== [Cronet](https://chromium.googlesource.com/chromium/src/+/master/components/cronet?autodive=0%2F%2F) is Chromium's Networking stack packaged as a library. This sample app shows how to use the library. ### Getting Started --------------- 1. Clone or download this repos...
1
googletez/inapp-payment-samples
null
null
# inapp-payment-samples
0
odrotbohm/rest-microservices
Sample for Spring Boot based REST microservices
null
null
1
se-edu/addressbook-level3
:ab::three: Address Book sample application (Level 3)
education java javafx students
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions) ![Ui](docs/images/Ui.png) * This is **a sample project for Software Engineering (SE) students**.<br> Example usages: * as a starting point of a course project (as oppose...
1
Bahmni/OpenElis
Fork of OpenELIS for managing Lab workflows (Tests, Results, Samples, etc).
emr hacktoberfest hospital-management-system java social-impact tech4good
OpenElis ======== [![Build and Publish OpenELIS](https://github.com/Bahmni/OpenElis/actions/workflows/build_publish_openelis.yml/badge.svg)](https://github.com/Bahmni/OpenElis/actions/workflows/build_publish_openelis.yml) [![Build and Publish OpenELIS Demo DB](https://github.com/Bahmni/OpenElis/actions/workflows/buil...
0
kbastani/service-block-samples
Spring Cloud Function Service Block Samples
null
# Spring Cloud Function Service Block Samples This repository contains a collection of service block examples that will help you learn how to use Spring Cloud Function in your microservice architecture. ## What are Service Blocks? Service blocks are cloud-native applications that share many characteristics with micr...
0
primefaces/primefaces-test
Sample project to provide test cases
null
![PrimeFaces icon](https://www.primefaces.org/wp-content/uploads/2016/10/prime_logo_new.png) # PrimeFaces Test This is a sample maven project that uses <strong>Latest PrimeFaces Release</strong> version. If you have a PrimeFaces issue, please download or fork this project. Then, you should change these files by yours...
1
aws-containers/retail-store-sample-app
Sample application for demonstrating container platforms and related technology
amazon-eks aws containers docker docker-compose golang java javascript kubernetes
# AWS Containers Retail Sample This is a sample application designed to illustrate various concepts related to containers on AWS. It presents a sample retail store application including a product catalog, shopping cart and checkout. It provides: - A distributed component architecture in various languages and framewor...
1
pravega/video-samples
Obsolete - see https://github.com/pravega/gstreamer-pravega
null
# Pravega Video Samples ## ATTENTION - THIS REPOSITORY IS OBSOLETE ## This repository and the techniques demonstrated in it are obsolete. Those interested in video with Pravega should refer to https://github.com/pravega/gstreamer-pravega. ## Overview ![grid-sample](images/video-samples-diagram.png) This project d...
0
TheGreyGhost/MinecraftByExample
Working sample code for the basic concepts in Minecraft and Forge.
null
MinecraftByExample [1.16.4] ================== The purpose of MinecraftByExample is to give simple working examples of the important concepts in Minecraft and Forge. If you're anything like me, a good code example is worth several screens of waffling explanation, and can very quickly explain the key concepts. I also f...
1
boxfuse/boxfuse-sample-java-war-hello
Boxfuse Sample Hello World Java application packaged as a war file
null
boxfuse-sample-java-war-hello ============================= Boxfuse Sample Hello World Java application packaged as a war file ## Prerequisites - Git - Java - Maven - VirtualBox - Boxfuse ## Running 1. git clone https://github.com/boxfuse/boxfuse-sample-java-war-hello 2. cd boxfuse-sample-java-war-hello 3. mvn pac...
1
vdenotaris/spring-boot-security-saml-sample
SBS3 — A sample SAML 2.0 Service Provider built on Spring Boot.
authentication iam identity java saml spring spring-boot spring-security-saml sso
[SBS3] Spring Boot Sample SAML 2.0 Service Provider ==================== [![Build Status](https://travis-ci.org/vdenotaris/spring-boot-security-saml-sample.svg?branch=master)](https://travis-ci.org/vdenotaris/spring-boot-security-saml-sample) [![DOI](https://zenodo.org/badge/22013861.svg)](https://zenodo.org/badge/lat...
1
javaee-samples/javaee7-simple-sample
A simple Java EE 7 Sample
null
null
1
stefoxp/head-first-design-patterns
Book's notes and samples
design-patterns exercises
# Head First - Design Patterns This is my summary of the "Head First - Design Patterns", by Eric Freeman & Elisabeth Freeman. - [Book reviews on GoodReads.com](https://www.goodreads.com/book/show/58128.Head_First_Design_Patterns) I use it while learning and as quick reference. It is not intended to be an standalone ...
0
cloudfoundry-samples/hello-spring-cloud
Spring Cloud Connectors sample application.
null
Hello Spring Cloud Connectors ============ A [Spring Boot application](http://github.com/cloudfoundry-samples/hello-spring-cloud) that uses [Spring Cloud Connectors](https://cloud.spring.io/spring-cloud-connectors/) to connect to cloud services and get information about cloud environment. ## Building the application ...
1
bleeding182/samples
Code samples and tutorials
null
# samples Code samples and tutorials
0
treygrainger/solr-in-action
Sample code, data, and configuration for the book
null
null
1
eddumelendez/testcontainers-samples
Testcontainers samples
java testcontainers
null
0
easybest/spring-data-mybatis-samples
This is a demo project based on Spring Data NyBatis. According to this demo project, you can quickly learn the basic usage of Spring Data MyBatis.
null
<p align="center"> <a href="https://github.com/easybest/spring-data-mybatis"> <img src="https://raw.githubusercontent.com/easybest/spring-data-mybatis/main/logo.png"/> </a> </p> ---- <p align="center"> <a href="https://github.com/easybest/spring-data-mybatis/actions/workflows/github-actions-ci.yml...
0
nashtech-garage/yas
YAS: Yet Another Shop, a sample microservices project in Java
docker ecommerce hacktoberfest java keycloak kubernetes microservices sample-project shop spring-boot
# YAS: Yet Another Shop YAS is a pet project aim to practice building a typical microservice application in Java [![storefront-ci](https://github.com/nashtech-garage/yas/actions/workflows/storefront-ci.yaml/badge.svg)](https://github.com/nashtech-garage/yas/actions/workflows/storefront-ci.yaml) [![storefront-bff-ci](...
1
bmuschko/docker-for-jvm-projects
The exercises and samples for the training Docker for JVM projects"."
null
# Docker for JVM projects Want to use Docker with your Java Virtual Machine (JVM) projects but don’t know where to start? You’ve come to the right place. Join expert Benjamin Muschko to learn how Docker can help you deliver reliable, containerized software as part of your automation process. You’ll containerize, dist...
0
ddewaele/spring-cloud-security-samples
null
null
Contains a number of spring Boot Security / SSO samples. # sample1 A simple authserver / gateway / ui / resource pattern. - Everything goes through the gateway - Authentication against an auth server - Both UIs and Resources are behind gateway. - Everything secured with Oauth2 - Out of the box config (simple annota...
0
hantsy/spring-puzzles
Code samples for tips, problem-resolving methods, patterns in Spring development
spring spring-boot
# Spring puzzles My personal playground to share tips, code samples, techniques, problem-resolving methods, answers of StackOverflow questions or cutting-edge features in the progress of Spring application development. * [Switching between multi DataSources in Spring](./jdbc-ds-vanilla/GUIDE.md) * [Using multi DataSo...
0
gengjiawen/ci-sample
React Native CI Sample
null
## Build React Native App Using CI [![CircleCI](https://circleci.com/gh/gengjiawen/ci-sample.svg?style=svg)](https://circleci.com/gh/gengjiawen/ci-sample) [![pipeline status](https://gitlab.com/gengjiawen/ci-sample/badges/master/pipeline.svg)](https://gitlab.com/gengjiawen/ci-sample/commits/master) [![Build Status](htt...
1
DexPatcher/dexpatcher-gradle-samples
Sample projects using the DexPatcher Gradle plugins
null
null
1
SAP/cloud-security-services-integration-library
Integration libraries and samples for authenticating users and clients bound to XSUAA authentication and authorization service or Identity authentication service.
open-source
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/cloud-security-services-integration-library)](https://api.reuse.software/info/github.com/SAP/cloud-security-services-integration-library) [![Maven Build main](https://github.com/SAP/cloud-security-services-integration-library/actions/workflows/maven-build...
0
scottfrederick/spring-music
A sample application for using database services on Cloud Foundry with Spring Framework.
null
Spring Music ============ This is a sample application for using database services on [Cloud Foundry](http://cloudfoundry.org) with the [Spring Framework](http://spring.io) and [Spring Boot](http://projects.spring.io/spring-boot/). This application has been built to store the same domain objects in one of a variety o...
1
cloudgrey-io/appiumpro
Sample code to accompany the appiumpro.com newsletter
null
# appiumpro Sample code to accompany the appiumpro.com newsletter
1
ThomasVitale/spring-boot-multitenancy
Samples showing how to build multitenant applications with Java and Spring Boot
java keycloak micrometer multitenancy spring-boot testcontainers
# Spring Boot Multitenancy ## Stack * Java 21 * Spring Boot 3.2 * Grafana OSS ## Usage You can use Docker Compose to run the necessary backing services for observability, authentication, and AI. From the project root folder, run Docker Compose. ```bash docker-compose up -d ``` The Instrument Service application ...
0
Marketo/REST-Sample-Code
Marketo REST API sample code.
null
# Marketo REST API Sample Code This repository contains language-specific directories with samples. The samples simply show how to invoke various REST API endpoints. # Documentation Reference documentation can be found on the [Marketo Developers website](http://developers.marketo.com/rest-api/). # Contributing We enco...
1
cafebazaar/TrivialDrive
In-app Purchase Sample
null
null
1
michaelisvy/proxy-samples
null
null
null
0
tarek360/BottomNavigation-RichPath-Sample
BottomNavigation RichPath Sample
animation bottom-navigation bottomnavigation-demo bottomnavigationview path richpath svg vector vectordrawable
# Bottom navigation sample, made by [RichPath](https://github.com/tarek360/RichPath) <img src="/gifs/demo.gif">
1
acmeair/acmeair
A Java implementation of the Acme Air Sample Application.
null
# Acme Air Sample and Benchmark This application shows an implementation of a fictitious airline called "Acme Air". The application was built with the some key business requirements: the ability to scale to billions of web API calls per day, the need to develop and deploy the application in public clouds (as opposed ...
1
Snapchat/login-kit-sample
Sample App For Login Kit
null
# Login Kit Sample Apps - [Sample iOS App](ios) - [Sample Android App](android) - [Sample React Native](react-native)
1
haibuzou/MVPSample
MVP Sample
null
# MVPSample 一点点MVP的个人心得 博客介绍: http://blog.csdn.net/dantestones/article/details/50899235 ## MVC VS MVP 同样的功能使用MVC和MVP2种实现方式,比较才能更好的理解 ![](http://img.blog.csdn.net/20160317163144720) ## MVC架构 - M : 业务层和模型层,相当与javabean和我们的业务请求代码 - V : 视图层,对应Android的layout.xml布局文件 - C : 控制层,对应于Activity中对于UI 的各种操作 ## MVP架构 - M : 还是业务...
1
morevaadin/More-Vaadin
Sample projects of articles on morevaadin.com
null
# More Vaadin code This repository hosts the code for http://morevaadin.com. [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/nfrankel/more-vaadin/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
1
refactown/cleancode
Clean Code Samples
null
# Curso de Clean Code (Udemy) Este projeto é parte integrante do curso sobre "Clean Code" disponibilizado na Udemy. Para maiores informações clique no link abaixo: [https://www.udemy.com/course/clean-code-na-pratica/?referralCode=24F598EE94626485768C](https://www.udemy.com/course/clean-code-na-pratica/?referralCode=24...
0
gradle/exemplar
Discover and verify code samples and services
documentation gradle-bt gradle-bt-build-infrastructure samples testing
null
0
ta893115871/VideoEdit
A sample for video edit ui
null
# 高仿微信视频编辑页 android视频编辑页面-高仿微信视频编辑页 # 效果图 <img src="/pic1.png" width=360 height=640/> <img src="/pic2.png" width=360 height=640/> # 介绍 http://blog.csdn.net/ta893115871/article/details/70188162 http://www.jianshu.com/p/55dcb62ca0b3
1
sbrannen/spring-events
Spring Events Sample Application
null
## Spring Events _Spring Events_ is a sample application that demonstrates how to implement and test a modern Spring-powered web application. The following highlight the technologies used and features of the application. * Java 11 * Spring Framework 5.2.0 * Spring Boot 2.2.0 * Spring Security 5.2.0 * JUnit 5.5.2 * T...
1
pivotal-cf/identity-sample-apps
Pivotal Single Sign-On Service Sample Applications
null
# Pivotal Single Sign-On Service Sample Applications This repo holds separate sample applications for each one of the four OAuth 2.0 grant types supported by the Pivotal Single Sign-On Service. The grant type specific environment variables are configured to their relevant values in the manifests of sample application....
1
jkazama/sample-boot-jpa
Spring Boot + JPA [ DDD Sample ]
ddd devcontainer gradle java jpa spring-boot spring-security
sample-boot-jpa --- ### Preface It is DDD sample implementation from [Spring Boot](https://spring.io/projects/spring-boot) / [Spring Security](https://spring.io/projects/spring-security) / [Spring Data JPA](https://spring.io/projects/spring-data-jpa). It is not a framework, please use it as a base template when you s...
1
rcandidosilva/rest-oauth2-sample
rest-oauth2-sample
null
rest-oauth2-sample ================== ### Presentation Slides http://www.slideshare.net/rcandidosilva/javaone-2014-securing-restful-resources-with-oauth2
0
SolaceSamples/solace-samples-cloudfoundry-java
Samples showing how to connect and exchange messages with Solace Messaging for Pivotal Cloud Foundry.
cloud-foundry solace solace-messaging solace-samples spring-boot spring-cloud-connectors
[![Build Status](https://travis-ci.org/SolaceSamples/solace-samples-cloudfoundry-java.svg?branch=master)](https://travis-ci.org/SolaceSamples/solace-samples-cloudfoundry-java) # Getting Started Examples ## Solace Cloud Foundry Java The repository contains example applications that use the Solace Pubsub+ service on Pi...
0
helloworlde/spring-cloud-alibaba-component
Sample of Spring Cloud Alibaba component
nacos seata spring-boot spring-cloud spring-cloud-alibaba
# Spring Cloud Alibaba 组件使用 ## Nacos > Nacos 是一个配置和注册中心,类似 Spring Cloud Config 和 Eureka、ZooKeeper、Consul - [Spring Boot 使用 Nacos 作为配置中心](./boot-config/README.md) - [Spring Cloud 使用 Nacos 作为配置中心](./cloud-config/README.md) - [Spring Cloud 使用 Nacos 作为服务注册中心](./cloud-discovery/README.md) ## Sentinel > Sentinel 是一个流量控制...
1
CasterIO/RxExamples
Samples from the Rx Episodes on Caster.IO
null
null
0
cuub/sugared-list-animations-sample
Sugared List Animations Sample
null
SugaredListAnimations Sample ========= <br />Demo app for [SugareListAnimations] Donwload [here]. License - MIT *Free Software, Fuck Yeah!* [SugareListAnimations]: https://github.com/cuub/sugared-list-animations [here]: http://goo.gl/JWIb0
1
BarathArivazhagan/spring-cloud-sidecar-polygot
This project contains samples demonstrating the usage of side car polygot
microservice nodejs side-car sidecar spring-boot spring-cloud zuul-proxy
# spring-cloud-sidecar-polygot-demo This project demonstrates the usage of netflix`s side car polygot. Spring cloud side car helps to register non jvm applications in eureka service registration server and available as part of service discovery to route traffic to non jvm applications through sidecar proxy. > <b> Note...
0
rubensousa/Transitions
A sample that showcases some transitions
null
# Transitions A sample that showcases some transitions <img src="screenshots/fab.gif" width="350"> <img src="screenshots/shared.gif" width="350"> <img src="screenshots/layout.gif" width="350"> ## References http://guides.codepath.com/android/shared-element-activity-transition https://github.com/lgvalle/Material-...
1
ekirastogi/spring-boot-gradle-mvc
SpringBoot Gradle MVC sample application
null
# SpringBoot-MVC-application SpringBoot Gradle MVC sample application This is a sample Spring Boot Application that uses 1. JDBC 2. Mysql 3. JPA 4. MVC 5. Gradle To use this application follow the steps listed below 1. git clone git@github.com:gitekiras/spring-boot-gradle-mvc.git 2. go to this director...
1
spring-cloud-samples/bookstore-service-broker
Sample application for Spring Cloud Open Service Broker
cloudfoundry kubernetes open-service-broker open-service-broker-api
null
1
terasolunaorg/terasoluna-tourreservation-mybatis3
Sample Application (MyBatis3 version)
null
## Tour Reservation Sample Application This is a reference application built completely using TERASOLUNA Server Framework for Java (5.x) ([http://terasoluna.org](http://terasoluna.org "http://terasoluna.org")). This application shows **how an IDEAL project configuration and package structure must be like.** It also sh...
1
OlivierLD/raspberry-coffee
JVM related (Java, Groovy, Scala, Kotlin, etc) samples for the Raspberry PI, relying on PI4J. IoT and friends.
electronic-components gradle java jvm jvm-languages pi4j raspberry-pi
<h1><img align="middle" alt="Raspberry Coffee" src="./raspberryCoffee.png"> Raspberry Coffee</h1> #### Java code and wirings for the Raspberry Pi, featuring reusable libraries and snippets > This project was started in 2015. > Among several modules, some emerged. We clearly have two major threads: > - Actuators and S...
0
mechero/spring-boot-testing-strategies
Sample project demonstrating different Test Strategies that can be followed when using Spring Boot.
junit spring spring-boot springboottest
null
1
qianxiaoai/RuntimePermissionsDemo
A runtime permission demo based on Google RuntimePermissions Sample
null
# RuntimePermissionsDemo A runtime permission demo based on Google RuntimePermissions Sample。 谷歌权限demo地址 : https://github.com/googlesamples/android-RuntimePermissions * 因为工作需要,简单研究了一下Android6.0,动态权限申请,基于Google提供的demo,写了一个简单的demo。 * [原文地址:http://www.jianshu.com/p/a51593817825](http://www.jianshu.com/p/a51593817825) #...
1
christophstrobl/spring-data-solr-showcase
Sample Spring MVC Application demonstrating usage of Spring Data Solr.
null
Spring Data Solr Showcase ========================= This example shows basic usage concepts of [Spring Data Solr](http://projects.spring.io/spring-data-solr). The commit order from initial to latest guides you through: 1. STEP 1: Initial setup and configuration. 2. STEP 2: Custom `Repository` implementation for auto...
1
zixpo/candybar-sample
Sample Implementation of CandyBar Dashboard.
null
# CandyBar Sample [![JitPack Version](https://jitpack.io/v/zixpo/candybar.svg)](https://jitpack.io/#zixpo/candybar) [![Build Status](https://img.shields.io/github/actions/workflow/status/zixpo/candybar-sample/android.yml?branch=main)](https://github.com/zixpo/candybar-sample/actions/workflows/android.yml) Sample Imple...
1
sdeleuze/spring-jackson-demo
Sample Spring + Jackson application
null
This application shows various Spring Jackson integration features. Run the Application.main() with a Java 8 runtime to start the embedded Tomcat on port 8080. Some URL to try: * Get one message (JSON): http://localhost:8080/1.json * Get one message (JSONP) : http://localhost:8080/1.json?jsonp=parseResponse * Get ...
1
forcedotcom/pub-sub-api
Sample project to get started with the Pub/Sub API
grpc pubsub salesforce
# Getting Started with the Pub/Sub API - [About Pub/Sub API](#about-pubsub-api) - [gRPC](#grpc) - [Documentation and Blog Posts](#documentation-and-blog-post) - [Code Samples](#code-samples-from-salesforce) ## About Pub/Sub API Welcome to Pub/Sub API! Pub/Sub API provides a single interface for publishing and subscri...
1
hantsy/angularjs-springmvc-sample
A RESTful sample using AnguarJS/Bootstrap as frontend and Spring MVC as REST API producer
angularjs bootstrap hibernate spring-boot spring-data-jpa spring-mvc
angularjs-springmvc-sample ========================== An example application using AngularJS/Bootstrap as frontend and Spring MVC as REST API producer. **More details about the codes, please read the online GitBook: [Building REST APIs with Spring MVC](https://www.gitbook.com/book/hantsy/build-a-restful-app-with-spri...
1
VenomVendor/RecyclerView
Sample for using RecyclerView instead of ListView
null
# RecyclerView Demo Demo for using [RecylcerView][1] instead of ListView. ##Prerequisites - [android-support-v4.jar](#) - [lib-recyclerview.jar][3] ## Usage <pre> &lt;android.support.v7.widget.RecyclerView android:id="@+id/recycler_view" android:layout_width="fill_parent" android:layout...
1
SelfZhangTQ/T-MVVM
This repository contains a detailed sample app that implements MVVM architecture using LiveData,ViewModel,Retrofit,Rxjava
livedata mvvm rxjava viewmodel
## T-MVVM 努力打造简单实用的开发框架 ## 艺术帮是一款艺术图片应用,采用LiveData+ViewModel+RxJava+okHttp+Retrofit+Glide架构的项目,仅用于学习交流,不断完善中<br/> 项目github地址:<https://github.com/SelfZhangTQ/T-MVVM> <br/> [apk下载地址](https://github.com/SelfZhangTQ/T-MVVM/raw/master/screenshots/app.apk) #### T-MVVM 2.0版本更新说明<br/> * 基于LiveBus事件除去ViewModel...
1
bmuschko/testcontainers-integration-testing
The exercises and samples for the training Integration Testing with Docker and Testcontainers"."
null
# Integration Testing with Docker and Testcontainers The process of developing an application typically involves the work of multiple engineers, and that work is usually broken down into several modules. There is always a risk that modules developed by different engineers will not sync when integrating with each other...
0
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
gujc71/board_sample
Spring 4 + MyBatis 3 + MariaDB : board sample
null
null
1
odrotbohm/repositories-deepdive
Sample code for the Spring Data JPA repositories deep dive talk
null
null
1
mohanmanu484/RibbonView
Ribbon view sample
null
# RibbonView Ribbon view sample # Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url "https://jitpack.io" } } } # Step 2. Add the dependency dependencies { c...
1
aws-samples/aws-sdk-js-tests
Code Sample for testing AWS SDK for JavaScript
aws aws-sdk-js browser javascript nodejs react-native sdk typescript
# aws-sdk-js-tests Code Samples for testing AWS SDK for JavaScript. ## Steps to test: - Fork this repo, and clone your fork. - Create a local branch in your workspace. - Update the code for testing AWS SDK for JavaScript. - The SDK clients are created and API calls are made in [`packages/utils/src/utils.js`](./pac...
1
cstettler/ddd-to-the-code-workshop-sample
Sample project for DDD to the Code" workshop"
null
# DDD-To-The-Code Workshop: Sample Code Sample project for "DDD to the Code" workshop. ## Disclaimer :warning: please do not practice Cargo Cult - when using this sample code in your projects, make sure you understand that code, and know why you are using it. This sample project is for educational purposes only. It...
1
yevheniyJ/springboot
Sample(Spring Boot + Spring MVC + Spring Security + Thymeleaf + Web jars)
java spring spring-boot
# springboot Project where you can see how to configure spring security (via UserDetailsService implementation) and thymeleaf template engine in spring boot application and use spring security name spaces on web pages.
0
mythz/java-linq-examples
C#'s 101 LINQ Samples translated to Java
null
101 C# LINQ Samples in Java =========================== Port of the [C# 101 LINQ Samples](http://code.msdn.microsoft.com/101-LINQ-Samples-3fb9811b) rewritten into Andriod-compatible [Java 1.7](http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html). Compare Java to other LINQ examples wri...
0
dmadunic/clidemo
Sample SpringShell CLI demo
null
# SpringShell CLI Demo ![](https://img.shields.io/badge/Java-ED8B00?style=for-the-badge&logo=java&logoColor=white&style=flat) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) Sample Command line interpreter (CLI) demo app developed with Spring Shell libra...
1
AdamBien/followme.fx
Sample afterburner.fx project
null
followme.fx =========== A better name would be "cloneme.fx". Follow me is the simplest possible afterburner.fx application demonstrating: 1. A MVP architecture with FXML and CSS 2. Integration with [http://afterburner.adam-bien.com](http://afterburner.adam-bien.com) 3. Dependency Injection of models / services 4. Con...
1
yfain/java24hourtrainer2ndedition
This repository has code samples for the 2-nd edition of my upcoming book Java 24-Hour Trainer
null
Java 24 Hour Trainer 2nd Edition =========================== This repository has code samples for the 2-nd edition of my upcoming book Java 24-Hour Trainer (Wiley/Wrox). The print version will be available in March 2015. Table of Contents ======= 1. Introducing Java<br> 2. Integrated Development Environment<br> 3. Ob...
0
BijanVan/Spring-Boot-Websocket-Sample
Spring Boot Websocket Sample
null
Spring-Boot-Websocket-Sample ============================ This application is based on "spring-websocket-portfolio" (https://github.com/rstoyanchev/spring-websocket-portfolio). Here are the main differences: 1) Using Spring Boot 2) Using AngularJS 3) Using embedded ActiveMQ 4) Using SSL
1
IntuitDeveloper/SampleApp-TimeTracking_Invoicing-Java
Time Tracking & Invoicing Sample App using OAuth1.0
null
[![Sample Banner](views/Callout.png)][ss1] Time Tracking and Invoicing Java Sample App ===================================== ## Note : This sample uses OAuth1.0 <p>Welcome to the Intuit Developer's Time Tracking and Invoicing Java Sample App.</p> <p>This sample app is meant to provide working examples of how to inte...
1
piomin/sample-spring-microservices-advanced
More advanced samples of spring boot and spring cloud microservices showing usage of such tools like api Swagger2 on Zuul, integraction with MongoDB, configuration server, testing with Spring Cloud Contract or Hoverfly
api-gateway hoverfly microservices mongodb spring-boot spring-cloud spring-cloud-config spring-cloud-contract swagger2 testing zuul
null
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
royrusso/spring-mvc-rest-mockito
Sample Spring-MVC, REST, Mockito project
null
RESTful Services with SpringMVC (tested with Mockito) ===================================================== Sample project that covers the following concepts: * Spring-MVC * REST responses on Spring Controllers * Testing for REST endpoints using Mockito REST Endpoints ============== We try to follow well-accepted R...
1
Medisana/vitadock-api
VitaDock Online API library, samples and wiki
null
VitaDock Online API ============ Projects - java-client-standalone Available soon: - java-library - Android (sample code) - ObjectiveC (sample code) - PHP (sample code) - Python (sample code) Also check out the projects of our community: - C# - https://github.com/karstenols - https://github.com/karstenols/VitaDoc...
0
FISCO-BCOS/evidenceSample
A sample of using FISCO BCOS to build an evidence application
null
<center> <h1>区块链存证案例使用说明</h1> </center> **全新适配FISCO-BCOS 2.0+版本,如果使用FISCO-BCOS 1.2或1.3版本请用[v1.0.0版本](https://github.com/FISCO-BCOS/evidenceSample/releases/tag/v1.0.0)。** # 一、 背景介绍 * FISCO-BCOS区块链存证是聚焦于企业级应用服务的区块链技术平台,从电子数据的全生命周期介入,实现区块链存证、取证、维权、核证,让司法机构参与到业务过程中,实时见证,为后续的证据核实、纠纷解决、裁决送达提供了可信、可追溯、可证明的技术保障。适用场景:金融行业网络信贷、...
1