full_name stringlengths 7 104 | description stringlengths 4 725 ⌀ | topics stringlengths 3 468 ⌀ | readme stringlengths 13 565k ⌀ | label int64 0 1 |
|---|---|---|---|---|
twitch4j/twitch4j-chatbot | Chatbot example using the Twitch4J API [https://github.com/twitch4j/twitch4j] | chatbot hacktoberfest twitch4j | # Twitch4J - Chatbot Template
Support:
[](https://discord.gg/FQ5vgW3)
[<img src="https://discordapp.com/api/guilds/143001431388061696/widget.png?style=shield">](https://discord.gg/FQ5vgW3)
--------
## A quick note:
This Chatbot is pa... | 1 |
colintheshots/RxJavaExamples | Several simple examples demonstrating how to use RxJava along with a few exercises to try. | null | RxJavaExamples
==============
Several simple examples demonstrating how to use RxJava along with a few exercises to try as seen in the comments. All code here are simple Java examples wrapped up so you can try them in Android Studio's console.
* Use this online documentation:
* https://github.com/R... | 0 |
JohT/showcase-quarkus-eventsourcing | Shows an example on how to use AxonFramework in conjunction with microprofile on quarkus | axon axon-framework event-driven event-sourcing eventsourcing jasmine-tests microprofile poc quarkus reactive server-sent-events showcase sse | # showcase-quarkus-eventsourcing
Shows an example on how to use [AxonFramework][AxonFramework] in conjunction with [MicroProfile][MicroProfile] on [Quarkus][Quarkus].
More informations can be found inside the module
[showcase-quarkus-eventsourcing](./showcase-quarkus-eventsourcing/README.md)
[AxonFramework]: https://... | 1 |
aws-samples/amazon-qldb-dmv-sample-java | A DMV based example application which demonstrates best-practices for using QLDB & the QLDB Driver for Java. | amazon-qldb sample | # Amazon QLDB Java DMV Sample App
[](https://github.com/awslabs/amazon-qldb-driver-java/blob/master/LICENSE)
[](https://aws.amazon.com/qldb/)
The samples in th... | 1 |
jonashackt/spring-rabbitmq-messaging-microservices | Example project showing how to build a scalable microservice architecture using Spring Boot & RabbitMQ | null | spring-rabbitmq-messaging-microservices
======================================================================================
[](https://github.com/jonashackt/spring-rabbitmq-messaging-microservices/actions)... | 1 |
jonashackt/spring-boot-openapi-kong | Example project showing how to integrate Spring Boot microservices with Kong API Gateway | null | # spring-boot-openapi-kong
[](https://github.com/jonashackt/spring-boot-openapi-kong/actions)
[](https://github.com/jonashackt/spring-boot-... | 1 |
EnjoyAndroid/RecyclerviewNestedRecyclerview | An example of a recyclerview nested recyclerview | nested recyclerview recyclerview-nested-recyclerview | # RecyclerviewNestedRecyclerview
An example of a recyclerview nested recyclerview
最近项目中用到了两个RecyclerView嵌套的布局,即RecyclerView的item也是RecyclerView,其中遇到了两个比较典型的问题:1、当item的方向是垂直方向时,父RecyclerView首次加载会出现位移;2、当item的方向是水平方向时,父RecyclerView上下滑动之后,子RecyclerView位置会还原,本文主要解决以上两个问题。我们先来瞄一眼这两个问题的效果图:
 & cxf-spring-boot-starter | docker eureka eureka-server feign spring-boot spring-cloud-netflix web-services zuul | cxf-spring-cloud-netflix-docker
======================================================================================
[](https://github.com/jonashackt/cxf-spring-cloud-netflix-docker/action... | 1 |
brunoborges/javaee7-jms-websocket-example | Example of a Java EE 7 application that integrates JMS 2.0, WebSockets 1.0, CDI events, and EJB 3 | null | Java EE 7 Example for JMS and WebSockets integration
=========================
This application demonstrates a full-duplex scenario using WebSockets and JMS, with a fully functional server-side asynchronous push, using CDI events and EJB.
Details and step-by-step were blogged here: https://blogs.oracle.com/brunoborge... | 1 |
gregwhitaker/springboot-rsocketjwt-example | Example of using JWT with RSocket and Spring Boot | jwt reactive reactive-programming reactive-streams rsocket rsocket-java spring-boot spring-messaging spring-security | # springboot-rsocketjwt-example

An example of using [JWT](https://jwt.io/), for authentication and authorization, with [RSocket](http://rsocket.io) and Spring Boot.
This example consists of an RSocket service, `hello-ser... | 1 |
idris/spring-example-gae | Example of Spring 3.0 on Google App Engine | null | null | 1 |
enpassio/Databinding | Various examples on databinding which can help not only understand how to get started with it but it also shows how this can be used in complex and real use cases | null | # Android Data Binding Samples
This repository contains three samples for demonstrating the use of Android Data Binding Library. All three samples have both Java and Kotlin versions. The three samples are of various difficulty levels. We tried to avoid unnecessary complexities and minimize the use of external librarie... | 0 |
yole/comparisonChainGen | Example plugin created during the Live Coding an IntelliJ IDEA Plugin from Scratch" webinar." | null | null | 1 |
spektom/realtime-dashboard-example | This is a real-time dashboard example using Spark Streaming and Node.js | dashboard-application flink kafka meetup rethinkdb spark spark-streaming | coding-with-af-spark-streaming
===============================
Spark Streaming makes it easy to build scalable fault-tolerant streaming applications.
At AppsFlyer, we use Spark for many of our offline processing services. Spark Streaming joined our technology stack a few months ago for real-time work flows, reading d... | 1 |
lijingyao/microservice_coffeeshop | An example of microservice architecture with SpringBoot,SpringCloud-Eureka,JPA and so on.You can build docker image with gradle. | null | # microservice_coffeeshop
## 简介
这是一个微服务架构为基础的,简单的咖啡厅的微服务示例。主要的微服务工程如下:
1. service_user 维护了来咖啡厅的用户的领域模型。
2. service_item 维护了咖啡厅的主要商品,包含了咖啡饮品的领域模型。
3. service_trade 包含订单、子订单的领域模型。
主要使用的基础技术如下:
* 微服务的服务发现使用EurekaServer。 EurekaServer的Docker镜像可以从 dockerhub 中download。
* 微服务的数据组装、转发在API Gateway 工程中,可以去 [API-Gateway](http... | 1 |
jonashackt/spring-boot-graalvm | This example project shows how to compile a Webflux based Spring Boot application into a Native App using GraalVM Native Image locally & on GitHub Actions with & without Docker | docker github-actions graalvm graalvm-native-image heroku heroku-container-registry heroku-docker java native-image native-image-maven-plugin spring-boot spring-graal substratevm travis travis-ci | # spring-boot-graalvm
[](https://github.com/jonashackt/spring-boot-graalvm/actions)
[](https://github.com/jonashackt/spring-boot-graalvm/blob/master/LICENSE)
... | 1 |
joolu/ddd-sample | An SVN import of the Domain Driven Design (DDD) example project hosted on http://dddsample.sourceforge.net/ | null | null | 1 |
lynx-r/tictactoe-microservices-example | An example of Spring Cloud Microservices application based on books (see Links section) | eureka hystrix jwt microservices-application reactive-applications reactive-microservices ribbon spring-boot spring-boot-admin spring-cloud spring-config-server spring-gateway spring-microservices zipkin zuul | # An example of a simple microservices application
# Run in Postman
[](https://app.getpostman.com/run-collection/3d22b6efe9ada28ae2de#?env%5Btictactoe-local%5D=W3sia2V5IjoiSE9TVCIsInZhbHVlIjoiaHR0cDovL2xvY2FsaG9zdDo1NTU1IiwiZGVzY3JpcHRpb24iOiIiLCJlbmFibGVkIjp0cnVlfSx7... | 1 |
Nepxion/DiscoveryGuide | ☀️ Nepxion Discovery Guide is a guide example for Nepxion Discovery 蓝绿灰度发布、路由、限流、熔断、降级、隔离、追踪、流量染色、故障转移、多活的指南示例 | apollo blue-green-deployment gray-release nacos opentelemetry sentinel skywalking spring-cloud | 
# Discovery【探索】云原生微服务解决方案
 [](https://tokei.rs/b1/github/Nepxion/Discovery?category... | 1 |
pereferrera/trident-lambda-splout | A toy example of a Lambda architecture" using Storm's Trident as real-time layer and Splout SQL as batch layer." | null | trident-lambda-splout
=====================
A toy example of a ["Lambda architecture"](http://www.dzone.com/links/r/big_data_lambda_architecture.html) using Storm's [Trident](https://github.com/nathanmarz/storm/wiki/Trident-tutorial)
as real-time layer and [Splout SQL](http://sploutsql.com) as batch layer.
The proble... | 1 |
aspear/izpack5-example-installer | This is a complete example of an izpack 5.x based installer that uses Maven to build. | null | null | 1 |
ThomasVitale/spring-cloud-gateway-resilience-security-observability | Example with Spring Boot 3 focused on resilience, security and observability. It uses Spring Cloud Gateway, Spring Security and Spring Cloud Circuit Breaker. | grafana grafana-loki grafana-tempo keycloak microservices opentelemetry prometheus redis spring-boot spring-cloud spring-cloud-gateway spring-security | # Spring Cloud Gateway - Resilience, Security, and Observability
Do you want to use a microservices architecture? Are you looking for a solution to manage access to single services
from clients? How can you ensure resilience and security for your entire system? Spring Cloud Gateway is a project
based on Reactor, Sprin... | 1 |
isilher/red-vs-blue | Example React Native white label by config | null | # RED vs BLUE
_React Native white label by config_
## Context
This demo React Native application showcases a simple white label implementation by environment configuration. This means:
- One codebase.
- Centralised config for Android, iOS and JS variables.
- No flavors, no extra schemes, no extra targets.
- No hass... | 1 |
java-crypto/cross_platform_crypto | Example codes for cryptographic exchange between several platforms (Java, PHP, C#, Javascript, NodeJs, node-forge, Python, Go and Dart) | aes crypto-js cryptography csharp dart go java javascript keyexchange node-js php python rsa | null | 1 |
oldratlee/io-api | 📐 generic API design example by I/O, the demo implementation of https://dzone.com/articles/generic-inputoutput-api-java | api api-design demo design generic io io-api java | # 📐 `Java`的通用`IO API`设计
<p align="center">
<a href="https://github.com/oldratlee/io-api/actions/workflows/ci.yaml"><img src="https://img.shields.io/github/actions/workflow/status/oldratlee/io-api/ci.yaml?branch=main&logo=github&logoColor=white" alt="Github Workflow Build Status"></a>
<a href="https://app.codecov.io/g... | 1 |
minimaldevelop/libgdx-scene2d-demo-game | Example game using libgdx with scene2d, actors, box2d and other cool stuff. In this game you are falling man that avoid platforms. | null | null | 1 |
eiceblue/Spire.Office-for-Java | A collection of examples that shows you how to use Spire.Office for Java to create, convert and manipulate Word, PowerPoint & PDF documents, and generate and scan 1D & 2D barcodes. | barcode-generator barcode-scanner java-library processing-office-document processing-pdf-document | # Spire.Office-for-Java-Java Libraries for Processing MS Office Documents and PDF
[](https://www.e-iceblue.com/Introduce/office-for-java.html)
[Product Page](https://www.e-iceblue.com/Introduce/office-for-java.html) | [Tutorials](https://www.e-iceblue.com/Tutorials.html) | [Exam... | 0 |
IvanWooll/FloatingLabelValidator | A small library including an example app which uses the 'floating label' pattern to show form validation | null | # FloatingLabelValidator
A small library including an example app demonstrating a concept of combining the 'floating label' pattern with form validation.
[Youtube video demo](https://youtu.be/9O6cJpybySg)
---
This is more a proof of concept than a full blown library but if you want to use it all the files you need are ... | 1 |
android10/DynamicProxy_Java_Sample | This is an example written in Java that demonstrates how to implement a simple dynamic proxy for intercepting method calls. | null | Dynamic Proxy Java Sample
==================
This is an example written in Java that demonstrates how to implement a simple dynamic proxy for intercepting method calls.
Proxy Pattern (from Wikipedia)
-----------------
In computer programming, the proxy pattern is a software design pattern.
A proxy, in its most gen... | 1 |
jreznot/intellij-selenide-example | Example of the project created by Selenium UI Testing plugin for IntelliJ IDEA | allure-report intellij-idea selenide selenium ui-testing ui-tests | # intellij-selenide-example
Example of a project created by Selenium UI Testing plugin for IntelliJ IDEA.
Includes:
- Gradle with JUnit 5
- Selenide tests
- Allure listener setup
- Browsers.json file for Selenoid
[Read more about Selenium plugin for IntelliJ IDEA](https://blog.jetbrains.com/idea/2020/03/intellij-id... | 1 |
traex/SlidingMenuExample | Example for one of my tutorials at http://blog.robinchutaux.com/blog/how-to-create-a-menu-like-hello-sms/ | null | SlidingMenuExample
==================

This is an example of [How to create a menu like Hello SMS](http://blog.robinchutaux.com/blog/how-to-create-a-menu-like-hello-sms/)
[HelloSMS](https://hellotext.com) is an awesome app with ... | 1 |
gauravgyal/MVVM-LIveData-ViewModel | This is a basic example which gives an idea of MVVM Architecture along with LiveData and ViewModel Architecture components. | null | A sample project which illustrate uses of MVVM Architecture and LiveData,ViewModel Architecture components.
It displays list of news in a Recycler view and on click of any news, news will be opened in a WebView.
https://android.jlelse.eu/android-architecture-pattern-components-mvvm-livedata-viewmodel-lifecycle-544e84e8... | 1 |
Azure-Samples/hdinsight-kafka-java-get-started | Basic example of using Java to create a producer and consumer that work with Kafka on HDInsight. Also a demonstration of the streaming api. | null | ---
page_type: sample
languages:
- java
products:
- azure
- azure-hdinsight
description: "The examples in this repository demonstrate how to use the Kafka Consumer, Producer, and Streaming APIs with a Kafka on HDInsight cluster."
urlFragment: hdinsight-kafka-java-get-started
---
# Java-based example of using the K... | 1 |
nicksieger/refactoring-to-rails | Example of refactoring a Spring/Hibernate application to Rails | null | null | 1 |
ilya40umov/spring-batch-quartz-example | An example which is meant to show how Spring Batch and Quartz can address the key issues of batch processing and job scheduling in a clustered environment. | null | spring-batch-quartz-example
===========================
## Summary ##
An example which is meant to show how Spring Batch and Quartz can address the key issues of batch processing and job scheduling in a clustered
environment.
## Used Technologies ##
Spring Framework(IoC, JDBC, Transactions, etc.), Quartz Scheduler,... | 1 |
aws-samples/designing-cloud-native-microservices-on-aws | Introduce a fluent way to design cloud native microservices via EventStorming workshop, this is a hands-on workshop. Contains such topics: DDD, Event storming, Specification by example. Including the AWS product : Serverless Lambda , DynamoDB, Fargate, CloudWatch. | aws cloudnative ddd dynamodb ecr ecs eventbridge eventstorming fargate lambda microservices serverless | # Designing Cloud Native Microservices on AWS (via DDD/EventStormingWorkshop)

_Picture license-free from [Pexels](https://www.pexels.com/photo/background-beverage-breakfast-brown-414645/)_
Building software is hard. Understanding the business needs of the software is even harder. In almost e... | 0 |
naftulikay/commons-daemon-example | An example project using the Apache Commons Daemon library to run a Java system service. | null | commons-daemon-example
======================
Version: ${project.version}
A fairly simple project to demonstrate the awesomeness of the Apache Commons
Daemon project. This project demonstrates a complete application which
can be run in the foreground, or (more importantly) as a background daemon
service using `jsvc`... | 1 |
andbed/clean-architecture | An example of the application built around clean architecture principles as defined by Uncle Bob. | null | Clean-architecture
==================
An example of applying "The Clean Architecture" principles as defined by Uncle Bob:
http://blog.8thlight.com/uncle-bob/2012/08/13/the-clean-architecture.html
This is only to illustrate key concepts.
Version 1.1
Next TODOs:
* Add HSQLDB
* Finish configuring app as a working REST... | 1 |
sureshg/java-rust-ffi | 🍋 FFI example for accessing Rust lang dynamic libraries from java | java jvm rust rust-ffi | # Java-Rust-FFI
FFI example for accessing rust dynamic libraries from java
| 1 |
digitalgust/java2llvm | An Example shown convert java class bytecode to llvm ir , then compile llvm ir to standalong executable file . | null |
# java2llvm
An Example Project Show Convert Java Byte Code to LLVM IR assembler , then compile to standalone executable file
This project is referenced on [class2ir](https://github.com/MParygin/class2ir), that based on an old llvm version.
So I've changed instruction syntax, reimplemention to stack mode to fix branc... | 1 |
levinotik/ReusableAsyncTask | An example of using the Observer pattern to implement a reusable AsyncTask | null | null | 1 |
krugloid/todo-jedux | A simple Todo app example using Jedux for building app architecture and Anvil for reactive views | null | # todo-jedux
A simple Todo app example using [Jedux](https://github.com/trikita/jedux) for building app architecture and [Anvil](https://github.com/zserge/anvil) for reactive views

| 1 |
danramirez/wearable-listview-example | Simple wearable listview example, with custom rows and center position animations | null | # Wearable Listview Example
Simple example showing how to use WearableListview for Android Wear.
Implements OnCenterProximityListener interface to change view style when focus on some list items

# Icons by Norbert Kucsera
You can download his icons collection from The Noun... | 0 |
jonashackt/spring-boot-buildpack | Example project showing how to use Buildpacks.io together with Spring Boot & it's layered jar feature | null | # spring-boot-buildpack
[](https://github.com/jonashackt/spring-boot-buildpack/actions)
[](https://github.com/jonashackt/spring-boot-buildpack/blob/master/LICENSE)
[ + a game implementation example | null | # VoxelEngine
-----------------------------------------------------------------------
A Game engine for Voxel games, using OpenGL, GLFW, OpenAL, Netty
**ABANDONNED**
-----------------------------------------------------------------------
## DEMO VIDEOS
https://www.youtube.com/playlist?list=PLTsKtD9K5K8nkeK2MzVr3JF... | 1 |
PavelMal/selenide-example | Example of using Selenide for UI Autotests | null |
This is an example of using the Selenide framework and showcasing tests using the Page Object pattern. The project includes basic tests for search/clearing the search/ displaying pop-up suggestions, as well as attempting to log in with incorrect data.
You can run tests in parallel by adding param `-Psuite="Parallel"`... | 1 |
mzubal/spring-boot-monolith | Simple example of monolithic spring-boot app with components isolated using Java visibility modifiers. | null | # Simple Spring-boot Monolith
This repository represents a very simple proof of concept of creating a *monolithic* *spring-boot* project with *separation* of internal components via Java APIs (hiding their internals from others). This is intentionally the most simple way of doing this using Java visibility modifiers (a... | 1 |
camunda-community-hub/Make-Rest-Calls-From-Camunda-7-Example | This is an example application which demonstrates the main ways in which a rest call can ben made by from a Camunda BPMN process. | null | # Make REST calls from Camunda Platform 7 Example
This document outlines an example project, and four ways to make REST calls from Camunda Platform 7 to external systems. Each method offers a series of pros and cons, but this document aims to provide a better understanding as to which method may be the best option for... | 1 |
tringuyenhoaiphuong/DrawerOnTopActionBar | This example demonstrates how to make NavigationDrawer on top of Actionbar. Remember to add appcompat_v7 project to its libraries before compiling. | null | DrawerOnToActionBar
===================
This example demonstrates how to make NavigationDrawer on top of Actionbar.
Remember to add appcompat_v7 project to its libraries before compiling. | 1 |
yrojha4ever/JavaStud | Official, Main: This is Core/Advance java example series project. It help to learn java step by step using pdf tutorial provided here and corresponding demo project for the eclipse. Tag: Java Student, Java Stud, Stud Java, StudJava, Java Teachers, Studs Quick Start Guide, Studs Java, Object Oriented Programming, Core J... | angular angularjs corejava hibernate java java-enterprise-edition java-guru java-students java-tutorial java-tutorials jsp maven object-oriented-programming servlet spring spring-boot stud-java stud-projects student swing | # JavaStud
This is java tutorial example series. Visit http://yro-tech.blogspot.com/ blog for more resources.
[1.Introduction:](https://drive.google.com/open?id=0B3_WIs_SGCRzbDdKbTVoZHZUMGs)<br/>
[2.OOP:](https://drive.google.com/open?id=0B3_WIs_SGCRzZHk2MmNsVkxqa1U)<br/>
[3.Exception Handling,Inner Class, Date Time, ... | 1 |
MinecraftU/copper-mod | Minecraft mod intended as an example for teaching | null | null | 1 |
kevinthecity/DialerAnimation | Two different examples of how one could architect the Lollipop Dialer Animation | null | # DialerAnimation
Two different examples of how one could architect the Lollipop Dialer Animation
Deep link to the java source - https://github.com/kevinthecity/DialerAnimation/tree/master/app/src/main/java/com/tumblr/myapplication
| 0 |
gabrieldim/Resource-Description-Framework | Resource Description Framework aka RDF examples written in Java | java pretty-rdf-xml rdf turtle xml | # Resource Description Framework also known as RDF
Used syntaxes for developing this repository:
- RDF/XML
- N-TRIPLES
- TURTLE
- pretty RDF/XML
| 0 |
tunjos/RxJava2-RxMarbles-Samples | RxJava 2 RxMarbles Samples | example examples java learning-rxjava rxjava rxjava2 sample samples tutorial tutorials | RxJava 2 RxMarbles Samples
==============
This repository contains RxJava 2 implementations of the sample operators found in the [RxMarbles Android Application](https://play.google.com/store/apps/details?id=com.moonfleet.rxmarbles). Please download the app for a more interactive tutorial.
### Running
Simply import t... | 0 |
UrsZeidler/shr5rcp | The shadowrun 5 rich client platfrom is a model driven project for managing shadowrun resources. A shadowrun 5 character generator for example ... | character-generator emf java rcp shadowrun | shr5rcp
=====================

1. Overview
This is a program to manage resources and characters for the rolegame shadowrun 5.0.
It is dedicated to create and manage characters, providing game master aid and reporting.
Refer to [releases](https://github.co... | 1 |
jwboardman/whirlpool | Example Microservices using Kafka 3.3.1 and WebSockets with Netty 5.0.0-alpha2 with both React/Typescript and HTML/JavaScript UIs | null | # TL;DR
- clone repo
- `./maclocal_run.sh` or `./linuxlocal_run.sh` or `wsllocal_run.sh`
- when that finishes
- `cd src/main/ui`
- `yarn start`
# Recommended Development Setup
- Mac OSX, Ubuntu 20.04, or Windows WSL Ubuntu
- JDK 8
- Maven 3
## Notes
- I'm using Java 8, Maven 3.8.6, Kafka 3.3.1, and Netty 5.0.0-alpha2... | 1 |
vitrivr/cineast | Cineast is a multi-feature content-based mulitmedia retrieval engine. It is capable of retrieving images, audio- and video sequences as well as 3d models based on edge or color sketches, textual descriptions and example objects. | 3d audio images java oas retrieval video | [](https://github.com/vitrivr/cineast)
[](https://github.com/vitrivr/cineast/releases/)
[ according to the following [Validation Report](https://github.com/openso... | 0 |
GoogleCloudPlatform/cloud-build-samples | Code snippets used in Cloud Build documentation | samples | # code-examples
This repository contains code examples used in the official Cloud Build [documentation](https://cloud.google.com/build/docs/).
## Contributing changes
### New samples
- New samples are accepted at reviewer discretion.
- New samples should come with a `README` either linking to documentation or expla... | 0 |
openjfx/samples | JavaFX samples to run with different options and build tools | documentation eclipse examples gradle ide intellij java java-11 java-12 javafx javafx-11 javafx-12 maven modular netbeans non-modular openjfx | OpenJFX Docs Samples
===
Description
---
This repository contains a collection of HelloFX samples. Each one is a very simple
HelloWorld sample created with JavaFX that can be run with different options and build tools.
The related documentation for each sample can be found [here](https://openjfx.io/openjfx-docs/).... | 0 |
mybatis/jpetstore-6 | A web application built on top of MyBatis 3, Spring 3 and Stripes | java samples | MyBatis JPetStore
=================
[](https://github.com/mybatis/jpetstore-6/actions/workflows/ci.yaml)
[](https://github.com/mybat... | 0 |
android/testing-samples | A collection of samples demonstrating different frameworks and techniques for automated testing | null | Android testing samples
===================================
A collection of samples demonstrating different frameworks and techniques for automated testing.
### Espresso Samples
**[BasicSample](https://github.com/googlesamples/android-testing/blob/main/ui/espresso/BasicSample)** - Basic Espresso sample
**[CustomMat... | 0 |
ihrupin/samples | samples | null | ###This repo contains sample source code for my blog
[WWW.HRUPIN.COM](http://www.hrupin.com) | 0 |
netgloo/spring-boot-samples | Spring Boot samples by Netgloo | java samples spring-boot | null | 0 |
youtube/api-samples | Code samples for YouTube APIs, including the YouTube Data API, YouTube Analytics API, and YouTube Live Streaming API. The repo contains language-specific directories that contain the samples. | null | api-samples
===========
Code samples for YouTube APIs, including the YouTube Data API, YouTube Analytics API, and YouTube Live Streaming API. The repo contains language-specific directories that contain the samples.
| 0 |
spring-projects/spring-integration-samples | You are looking for examples, code snippets, sample applications for Spring Integration? This is the place. | null | Spring Integration Samples
==========================
[](https://ge.spring.io/scans?search.rootProjectNames=spring-integration-samples)
Welcome to the **Spring Integration Samples** repository whic... | 1 |
GoogleCloudPlatform/java-docs-samples | Java and Kotlin Code samples used on cloud.google.com | appengine auth automl cdn java kotlin samples translate video vision | # Google Cloud Platform Java Samples
[![Build Status][java-11-badge]][java-11-link] [![Build
Status][java-17-badge]][java-17-link] [![Build Status][java-21-badge]][java-21-link]
<a href="https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/java-docs-samples&page=editor&open... | 0 |
baomidou/mybatis-plus-samples | MyBatis-Plus Samples | null | # MyBatis-Plus Samples
[贡献代码](https://github.com/baomidou/mybatis-plus-samples)
[企业版 Mybatis-Mate 高级特性](https://gitee.com/baomidou/mybatis-mate-examples)
本工程为 MyBatis-Plus 的官方示例,项目结构如下:
- mybatis-plus-sample-quickstart: 快速开始示例
- mybatis-plus-sample-quickstart-springmvc: 快速开始示例(Spring MVC版本)
- mybatis-plus-sample-re... | 0 |
apache/incubator-seata-samples | Apache Seata(incubating) Samples for Java | null | # samples code specification
## Directory Structure
The first and second levels are more of a directory
Top level: seata-samples
Second layer: at-sample, tcc-sample, saga-sample, xa-sample
Third floor, The third layer is the specific sample and the naming convention is as follows:
## naming
naming with framewor... | 0 |
javaee-samples/javaee7-samples | Java EE 7 Samples | cdi glassfish jaspic java javaee javaee7 jaxrs jboss jsf junit liberty payara servlet tomcat tomee | # Java EE 7 Samples #
This workspace consists of Java EE 7 Samples and unit tests. They are categorized in different directories, one for each Technology/JSR.
Some samples/tests have documentation, otherwise read the code. The [Java EE 7 Essentials](http://www.amazon.com/Java-EE-Essentials-Arun-Gupta/dp/1449370179/)... | 0 |
microservices-security-in-action/samples | Microservices Security in Action Book Samples | null | # Microservices Security In Action
**By [Prabath Siriwardena](https://twitter.com/prabath) and [Nuwan Dias](https://twitter.com/nuwandias)**
<img src="cover.jpeg" style="float: left; width: 100%" />
[Amazon](https://www.amazon.com/Microservices-Security-Action-Prabath-Siriwardena/dp/1617295957/) | [Manning](https://w... | 0 |
junit-team/junit5-samples | Collection of sample applications using JUnit 5. | null | # JUnit 5 Samples [![ci-badge]][ci-actions]
Welcome to _JUnit 5 Samples_, a collection of sample applications and extensions
using JUnit Jupiter, JUnit Vintage, and the JUnit Platform on various build systems.
CI builds for sample projects are performed by [GitHub Actions][ci-actions]. Using JDK 11+'s
`jshell` tool, ... | 1 |
rengwuxian/RxJavaSamples | RxJava 2 和 Retrofit 结合使用的几个最常见使用方式举例 | null | 样例代码已正式切换到基于 RxJava 2
================
> 需要旧版 RxJava 1 代码的点[这里](https://github.com/rengwuxian/RxJavaSamples/tree/1.x)
### 项目介绍
RxJava 2 和 Retrofit 结合使用的几个最常见使用方式举例。
1. **基本使用**
实现最基本的网络请求和结果处理。

2. **转换(map)**
把返回的数据转换成更方便处理的格式再交给 Observer。

- [How to create a QR Code SVG using Zxing and JFreeSVG in Java?](https://sanaulla.info/2019/04/12/how-to-create-a-qr-code-svg-using-zxing-and-jfreesvg-in-java/)
- [Launch Single-File Source-Code P... | 0 |
lenve/javaboy-code-samples | 公众号【江南一点雨】文章案例汇总,技术文章请戳这里-----> | null | 各位小伙伴大家好!
扫码加微信(微信ID:**a_java_boy2**),备注 SpringBoot,进群讨论。

## 仓库简介
松哥长期坚持在微信公众号**江南一点雨**上分享原创技术教程,但是代码一直没有统一管理过,最近有小伙伴提出,希望松哥能把文章的代码整理下,方便大伙参考。于是,松哥创建了这个仓库,用来分享微信公众号**江南一点雨**上文章的案例。小伙伴要是觉得这个仓库有用的... | 0 |
spring-projects/spring-security-samples | null | null | null | 0 |
agoncal/agoncal-sample-jaxrs | Samples about JAX-RS | jax-rs samples | # Samples - JAX-RS
## Purpose of this sample
Several samples about JAX-RS :
* 01-Testing : Simple integration test
# Licensing
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /... | 0 |
habuma/spring-in-action-5-samples | Home for example code from Spring in Action 5. | null | null | 1 |
mercyblitz/thinking-in-spring-boot-samples | 小马哥书籍《Spring Boot 编程思想》示例工程 | book code-project examples java mercyblitz samples spring spring-boot thinking-in-spring-boot | # 《Spring Boot 编程思想》
> 谨以此书纪念已故外婆 - 解厚群
本书全名为《Spring Boot 编程思想》,是以 Spring Boot 2.0 为讨论的主线,讨论的范围将涵盖 Spring Boot 1.x 的所有版本,以及所关联的 Spring Framework 版本,致力于:
- 场景分析:掌握技术选型
- 系统学习:拒绝浅尝辄止
- 重视规范:了解发展趋势
- 源码解读:理解设计思想
- 实战演练:巩固学习成果
## 自序
- [《核心篇》](https://mercyblitz.github.io/books/thinking-in-spring-boot/core/preface/)... | 0 |
spring-cloud/spring-cloud-stream-samples | Samples for Spring Cloud Stream | null | null | 0 |
googleworkspace/java-samples | ☕ Java samples for Google Workspace APIs. | google-workspace gsuite java samples | # Google Workspace Java Samples
A collection of samples that demonstrate how to call Google Workspace APIs in Java.
## APIs
### Admin SDK
- [Alert Center Quickstart](https://developers.google.com/admin-sdk/alertcenter/quickstart/java)
- [Directory Quickstart](https://developers.google.com/admin-sdk/directory/v1/qui... | 0 |
udacity/ud862-samples | null | null | # ud862-samples
This repository holds the code samples written for ud862 - Android Design for Developers.
| 0 |
devunwired/accessory-samples | Talk to Your Toaster Accessory Sample Code | null | Android Accessory Examples
--------------------------
This repository contains sample applications demonstrating many of the techniques for doing custom accessory development discussed in "Talk to Your Toaster".
Examples include:
- Bluetooth RFCOMM
- Bluetooth Headset Profile
- USB Open Accessory Protocol
- USB Host... | 1 |
vinsguru/vinsguru-blog-code-samples | null | null | vinsguru-blog-code-samples
| 0 |
JetBrains/intellij-sdk-code-samples | Mirror of the IntelliJ SDK Docs Code Samples | intellij intellij-idea intellij-platform intellij-plugin intellij-plugins intellij-sdk jetbrains jetbrains-plugin jetbrains-plugins | # IntelliJ Platform SDK Code Samples
[][jb:github]
[][jb:docs]
[][jb:x]
[
You can also [Contribute a sample](https://github.com/IBMStreams/samples/wiki/Adding-a-sample-to-the-catalog-and-repo)
To learn more... | 1 |
THEONE10211024/RxJavaSamples | 收集了RxJava常见的使用场景,例子简洁、经典、易懂... | null | # RxJavaSamples
收集了RxJava常见的使用场景,例子简洁、经典、易懂...samples中的例子我已经在我的博客里介绍了,想进一步了解的同学可以看[这里](http://blog.csdn.net/theone10211024/article/details/50435325)
## (非)著名的库
* [RxJava](https://github.com/ReactiveX/RxJava) 没什么好说的,众多Rx系列的发源地。
* [RxAndroid](https://github.com/ReactiveX/RxAndroid) JakeWharton大神主导,将RxJava带入了Android,例子不多但... | 0 |
liferay/liferay-blade-samples | null | null | null | 0 |
graphql-java-kickstart/samples | Samples for using the graphql java kickstart projects | null | # GraphQL Java Kickstart Samples
[](https://github.com/graphql-java-kickstart/samples/discussions)
## We are looking for contributors!
Are you interested in improving our documentation, working on the codebase, reviewing PRs?
[Reach out to us o... | 0 |
Mike-bel/MDStudySamples | Material Design Widgets Study Samples | null | # MDStudySamples
Android Material Design 材料设计风格的系统性学习案例
设计规范:
- [Google官网](https://material.google.com/)
- [极客中文翻译](http://wiki.jikexueyuan.com/project/material-design/)
## TabLayout
博客地址:[Android TabLayout 分分钟打造一个滑动标签页](http://www.jianshu.com/p/39a66373498c)
## Snackbar
博客地址:[Android 一文告诉你到底是用Dialog,Snackbar,还是T... | 0 |
lenve/spring-security-samples | null | null | ### 跟着松哥学 Spring Security
扫码加微信(微信ID:**a_java_boy2**),备注 SpringSecurity,进群讨论。

扫码关注微信公众号【江南一点雨】,回复 **ss** 获取 Spring Security 系列完整文章:

###... | 0 |
g00glen00b/spring-samples | A series of examples used to demonstrate certain features of Spring. | spring spring-boot spring-cloud spring-cloud-netflix spring-security | # Example applications using Spring boot
This is a collection of small applications demonstrating certain features of Spring boot. Most of these are covered as well in [my blog posts](https://dimitri.codes/tag/spring-boot/).
## Contents
| Blog post | GitHub ... | 0 |
kunal-kushwaha/DSA-Bootcamp-Java | This repository consists of the code samples, assignments, and notes for the Java data structures & algorithms + interview preparation bootcamp of WeMakeDevs. | algorithms competitive-programming data-structures faang-interview faang-preparation faang-questions google-interview interview-preparation java leetcode leetcode-java leetcode-solutions math | # DSA + Interview preparation bootcamp
- [Join Replit](http://join.replit.com/kunal-kushwaha)
- Subscribe to the [YouTube channel](https://www.youtube.com/KunalKushwaha?sub_confirmation=1)
- [Lectures](https://www.youtube.com/playlist?list=PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ)
- [Course website](https://wemakedevs.org/co... | 0 |
gupaoedu-tom/spring5-samples | 《Spring5核心原理与30个类手写实战》随书代码示例工程 | null | # 《Spring5核心原理与30个类手写实战》
### 4个月销量破万,连续占据畅销榜
### 京东购买链接:[https://item.jd.com/12650902.html](https://item.jd.com/12650902.html?_blank)
### 当当购买链接:[http://product.dangdang.com/27905338.html](http://product.dangdang.com/27905338.html)
倾注十年Spring研究精华与见解
★本书几乎涵盖在Spring应用中可能遇到的所有问题,核心原理(IoC、DI、AOP、MVC)、高仿手写、数据访问等
★深度解析S... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.