full_name
stringlengths
7
70
description
stringlengths
4
590
created_at
stringlengths
20
20
last_commit
float64
readme
stringlengths
14
559k
label
int64
0
1
bintray/bintray-examples
Examples of resolving and deploying to Bintray.com
2013-03-25T07:45:57Z
null
bintray-examples ================ Examples of resolving and deploying to Bintray.com For comments, issues and questions please use the feeback form on Bintray.com
1
asciidoctor/asciidoctor-maven-examples
A collection of example projects that demonstrates how to use the Asciidoctor Maven plugin.
2013-12-23T01:55:33Z
null
null
1
spring-framework-guru/sfg-blog-posts
Source code examples for blog posts
2019-05-09T15:45:23Z
null
[![CircleCI](https://circleci.com/gh/spring-framework-guru/sfg-blog-posts.svg?style=svg)](https://circleci.com/gh/spring-framework-guru/sfg-blog-posts) # SFG Blog Posts This repository contains source code examples from various blog posts from [Spring Framework Guru](https://springframework.guru) Are you interested ...
1
pajikos/java-examples
For more info, check my blog:
2017-04-24T19:57:06Z
null
# Java examples Working project examples
1
GoogleCloudPlatform/cloud-bigtable-examples
Examples of how to use Cloud Bigtable both with GCE map/reduce as well as stand alone applications.
2014-12-05T12:59:52Z
null
# Google Cloud Bigtable examples [![Travis CI status][travis-shield]][travis-link] [![Stack Overflow][stackoverflow-shield]][stackoverflow-link] Bigger than a data warehouse, fast enough for real-time access, and less expensive than running virtual machines. The world-renowned database that powers Google is now avail...
1
RefactoringGuru/design-patterns-java
Design Pattern Examples in Java
2017-09-15T12:26:36Z
null
# Design Patterns in Java This repository is part of the [Refactoring.Guru](https://refactoring.guru/design-patterns) project. It contains Java examples for all classic GoF design patterns. ## Requirements The examples were written in Java 8, but also tested in Java 9. For the best experience, we recommend workin...
1
joshlong-attic/boot-examples
a repository for convenient Spring Boot examples
2013-12-16T10:39:28Z
null
boot-examples ============= a repository for convenient Spring Boot examples
1
zpng/spring-cloud-microservice-examples
spring-cloud-microservice-examples
2016-10-28T04:31:24Z
null
# spring-cloud-microservice-examples spring-cloud-microservice-examples ## 说明 目前该项目实现了 zuul(路由模块), config-server(配置管理), eureka server(服务注册和发现), zipkin(服务调用追踪),hystrix, turbine stream (熔断分析) simple-service,simple-serviceB两个待发现的服务 simple-ui (一个用angular写的前端页面) 路由功能实现在 cloud-api-gateway 模块,注册到eureka server上面,所有...
1
RameshMF/spring-boot-tutorial
100+ Spring Boot Articles, Tutorials, Video tutorials, Projects, Guides, Source code examples etc
2018-09-17T07:25:55Z
null
<h1>YouTube Channel - Spring Boot Tutorial</h1> <p>Subscribe for future video and updates</p> <a href="https://www.youtube.com/playlist?list=PLGRDMO4rOGcNSBOJOlrgQqGpIgo6_VZgR" target="_blank">Spring Boot Tutorial on YouTube </a> # Newly published spring boot tutorials (2020) <ul style="text-align: left;"> <li><a hre...
1
CamelCookbook/camel-cookbook-examples
Example source code for Apache Camel Developer's Cookbook
2013-01-13T21:06:57Z
null
Apache Camel Developer's Cookbook, 2nd Edition Samples ====================================================== [![Build Status](https://travis-ci.org/CamelCookbook/camel-cookbook-examples.png?branch=master)](https://travis-ci.org/CamelCookbook/camel-cookbook-examples) [![Stories in Ready](https://badge.waffle.io/CamelC...
1
payara/Payara-Examples
Repository for Example Code to demonstrate Payara specific features
2015-06-20T15:38:47Z
null
// // Copyright (c) 2016-2022 Payara Foundation and/or its affiliates. // # Payara Platform Examples Repository for Example Code to demonstrate Payara specific features ### [Administration Samples](administration-examples) This module contains some example asadmin scripts for managing Payara ### [Java EE](javaee) So...
1
databricks/learning-spark
Example code from Learning Spark book
2014-06-16T04:47:54Z
null
[![buildstatus](https://travis-ci.org/holdenk/learning-spark-examples.svg?branch=master)](https://travis-ci.org/holdenk/learning-spark-examples) Examples for Learning Spark =============== Examples for the Learning Spark book. These examples require a number of libraries and as such have long build files. We have also ...
1
castagna/jena-examples
A collection of ready to use, small and self contained examples on how to use Apache Jena
2011-10-10T13:02:42Z
null
null
1
zhangjun0x01/bigdata-examples
分享一些在工作中的大数据实战案例,包括flink、kafka、hadoop、presto等等。欢迎大家关注我的公众号【大数据技术与应用实战】,一起成长。
2020-05-30T09:11:48Z
null
分享自己平时工作和学习中遇到的一些大数据相关的知识点,如hadoop、flink、presto、hive、iceberg等等,更多精彩内容欢迎大家关注我的微信公众号: ![欢迎关注我的公众号:大数据技术与应用实战](https://img-blog.csdnimg.cn/20200727095900191.png)
1
dtpublic/examples
DataTorrent code samples for guides, tutorials, blogs
2015-10-07T18:29:18Z
null
# DataTorrent Application Examples DataTorrent RTS, powered by Apache Apex, provides a high-performing, fault-tolerant, scalable, easy to use data processing platform for both batch and streaming data. It includes advanced management, monitoring, development, visualization, data ingestion and distribution features. Fo...
1
leeowenowen/rxjava-examples
全面,完整,图文并茂的RxJavaAPI使用示例。
2016-04-16T03:04:32Z
null
#RxJava 示例工程 #理解RxJava API的一个关键是明白API需要Observable的Case是异步使用场景,而返回普通对象类型的是同步使用场景, 比如flatmap与map, buffer中的多个重载等。 讲解RxJava如何使用的示例工程,你可以将它安装在android手机上,然后就可以随手学习RxJava的api了. 点击API名称,可以看到源码,源码输出以及对应的marble-diagram. >API描述目前支持中文和英文两种语言, 如果你的Android设备使用的是中文,那么你看到的API描述会跟我如下的截图有所不同. # rxjava-examples rxjava-example android ...
1
haoxiaoyong1014/springboot-examples
spring boot 集成各技术案例
2018-05-28T03:03:07Z
null
# springboot-examples spring boot 集成各技术案例 <img src="https://camo.githubusercontent.com/95c3d7ef0b5da8445087e462514063675f79321d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4372656174697665253230436f6d6d6f6e732d4443334432342e737667" alt="知识共享协议(CC协议)" data-canonical-src="https://img.shields...
1
eventuate-tram/eventuate-tram-examples-customers-and-orders
An example of Choreography-based sagas in Spring Boot/JPA microservices
2018-03-19T17:29:16Z
null
null
1
mattdesl/lwjgl-basics
:wrench: LibGDX/LWJGL tutorials and examples
2012-11-05T01:42:27Z
null
null
1
spring-projects/spring-integration-samples
You are looking for examples, code snippets, sample applications for Spring Integration? This is the place.
2011-08-10T04:40:02Z
null
Spring Integration Samples ========================== [![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.spring.io/scans?search.rootProjectNames=spring-integration-samples) Welcome to the **Spring Integration Samples** repository whic...
1
jjenkov/javafx-examples
A large collection of JavaFX examples demonstrating basic + advanced features of JavaFX.
2020-10-21T10:37:31Z
null
# JavaFX Examples This repository contains a growing collection of JavaFX examples. So far this GitHub repository contains 76 examples. I have plans to add lots more examples in the future, so make sure you star this repository for future reference ;-) The lists of examples is found here: - [JavaFX Basic Examples](...
1
mscharhag/blog-examples
null
2013-11-17T16:07:41Z
null
blog-examples ============= This repository contains example code for various blog posts on [https://www.mscharhag.com/][1] [1]:https://www.mscharhag.com/
1
mswiderski/jbpm-examples
Various examples of jBPM 5
2012-07-30T14:11:59Z
null
jbpm-examples ============= Various examples of jBPM 5 and 6: - use of jbpm as a framwork - use of jbpm service - use of jbpm services with spring to build execution server
1
streamnative/examples
Apache Pulsar examples and demos
2019-05-10T15:37:59Z
null
<img src="images/streamnative-logo.png" width="250"> * [Overview](#overview) # Overview This is a curated list of demos that showcase Apache Pulsar® messaging and event streaming capabilities. # Clients - [PubSub Client Examples](clients/README.md) # Cloud - [SteamNative Cloud Examples](cloud/README.md) # Flink...
1
m0ver/tinystruct-examples
The framework is quite easy to be used, but in order to help you to understand deeply, we prepared some code examples for your reference. It might be helpful for you to hand it easily.
2013-02-19T01:10:41Z
null
<img src="https://avatars.githubusercontent.com/u/3723144?s=400&u=6c4b365e7feb0aab20383785d77ba27abf9f5bb8&v=4" title="tinystruct2.0" /> tinystruct framework ========= [![Build Status](https://travis-ci.org/m0ver/tinystruct-examples.svg?branch=master)](https://travis-ci.org/m0ver/tinystruct2.0) This is an example pr...
1
googleads/googleads-adsense-examples
Samples for the AdSense Management API
2014-03-04T17:32:59Z
null
Samples for the AdSense Management API =========================== The AdSense Management API v2 is [now availble](https://ads-developers.googleblog.com/2021/04/announcing-v2-of-adsense-management-api.html). Updated examples can be found for each language in the top-level `v2` directory. These code samples are organiz...
1
in28minutes/MavenIn28Minutes
Maven Tutorial for Beginners with Examples
2015-09-05T14:10:50Z
null
# Maven Tutorial for Beginners - with Examples In28Minutes [![Image](https://www.springboottutorial.com/images/Course-Maven-Tutorial-Manage-Java-Dependencies-in-20-Steps.png "Maven Tutorial - Manage Java Dependencies in 20 Steps")](https://www.udemy.com/course/learn-maven-java-dependency-management-in-20-steps/) ## I...
1
resteasy/resteasy-examples
RESTEasy examples
2016-05-24T08:09:29Z
null
null
1
aliyun/tablestore-examples
Example code for aliyun tablestore.
2019-03-13T07:29:58Z
null
# Aliyun TableStore Examples [![License Status](https://img.shields.io/badge/license-apache2-brightgreen.svg)](https://travis-ci.org/aliyun/aliyun-tablestore-nodejs-sdk) ## [Click here for the English README](README_EN.md) **目录** - [1、项目结构](#1%E9%A1%B9%E7%9B%AE%E7%BB%93%E6%9E%84) - [2、开通与配置](#2%E5%BC%80%E9%80%9A%E4%B...
1
ttrelle/spring-data-examples
Examples for using Spring Data for JPA, MongoDB, Neo4j, Redis
2011-12-23T10:11:17Z
null
# Spring Data Blog Series This projects holds the Java source examples for my blog post series on the Spring Data project: * [GridFS Support in Spring Data MongoDB](http://blog.codecentric.de/en/2012/07/gridfs-support-in-spring-data-mongodb/) * [Part 6: Spring Data Redis](http://blog.codecentric.de/en/2012/04/sp...
1
swagger-api/swagger-core
Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API
2011-07-05T23:44:11Z
null
# Swagger Core <img src="https://raw.githubusercontent.com/swagger-api/swagger.io/wordpress/images/assets/SW-logo-clr.png" height="50" align="right"> **NOTE:** If you're looking for Swagger Core 1.5.X and OpenAPI 2.0, please refer to [1.5 branch](https://github.com/swagger-api/swagger-core/tree/1.5). **NOTE:** Since ...
1
langchain4j/langchain4j-examples
null
2023-06-20T16:04:18Z
null
# [LangChain4j](https://github.com/langchain4j/langchain4j) Examples This repository provides several examples using the LangChain4j library. A good place to start includes: - [Tutorials](https://github.com/langchain4j/langchain4j-examples/tree/main/tutorials/src/main/java) - [More examples](https://github.com/langch...
1
eazybytes/microservices-with-spring-sectionwise-code
Microservices With Spring, Docker, Kubernetes - Code Examples
2021-09-27T10:05:16Z
null
# This repo belongs to older version of the course. For the current version of the microservice course, please use below GitHub repo, https://github.com/eazybytes/microservices
1
GoogleCloudPlatform/cloud-build-samples
Code snippets used in Cloud Build documentation
2021-03-04T21:25:11Z
null
# 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...
1
openjfx/samples
JavaFX samples to run with different options and build tools
2018-11-02T10:44:22Z
null
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/)...
1
GoogleCloudPlatform/getting-started-java
null
2015-11-10T19:10:49Z
null
# Getting started on Google Cloud Platform for Java® [![CircleCI Build Status](https://circleci.com/gh/GoogleCloudPlatform/getting-started-java.svg?style=shield&circle-token=51b789e102291cbeae6817678d02da0f4cf25f1f)](https://circleci.com/gh/GoogleCloudPlatform/getting-started-java) [![Coverage Status](https://codecov....
0
mybatis/jpetstore-6
A web application built on top of MyBatis 3, Spring 3 and Stripes
2013-02-10T11:13:55Z
null
MyBatis JPetStore ================= [![Java CI](https://github.com/mybatis/jpetstore-6/actions/workflows/ci.yaml/badge.svg)](https://github.com/mybatis/jpetstore-6/actions/workflows/ci.yaml) [![Container Support](https://github.com/mybatis/jpetstore-6/actions/workflows/support.yaml/badge.svg)](https://github.com/mybat...
0
android/testing-samples
A collection of samples demonstrating different frameworks and techniques for automated testing
2014-10-11T03:51:27Z
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...
1
ihrupin/samples
samples
2013-01-23T16:32:59Z
null
###This repo contains sample source code for my blog [WWW.HRUPIN.COM](http://www.hrupin.com)
1
netgloo/spring-boot-samples
Spring Boot samples by Netgloo
2014-05-22T19:05:50Z
null
null
1
GoogleCloudPlatform/cloud-bigtable-examples
Examples of how to use Cloud Bigtable both with GCE map/reduce as well as stand alone applications.
2014-12-05T12:59:52Z
null
# Google Cloud Bigtable examples [![Travis CI status][travis-shield]][travis-link] [![Stack Overflow][stackoverflow-shield]][stackoverflow-link] Bigger than a data warehouse, fast enough for real-time access, and less expensive than running virtual machines. The world-renowned database that powers Google is now avail...
1
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.
2013-12-09T18:41:41Z
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.
1
apache/dubbo-samples
samples for Apache Dubbo
2018-04-28T09:25:29Z
null
# Dubbo Samples Samples for Apache Dubbo. ![Build Status](https://github.com/apache/dubbo-samples/workflows/Dubbo%202/badge.svg) ![license](https://img.shields.io/github/license/apache/dubbo-samples.svg) This repository contains a number of projects to illustrate various usages of Dubbo from basic to advanced, pls. ...
1
spring-projects/spring-integration-samples
You are looking for examples, code snippets, sample applications for Spring Integration? This is the place.
2011-08-10T04:40:02Z
null
Spring Integration Samples ========================== [![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](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
2015-03-25T22:48:38Z
null
# 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...
1
baomidou/mybatis-plus-samples
MyBatis-Plus Samples
2018-07-23T02:32:11Z
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...
1
apache/incubator-seata-samples
Apache Seata(incubating) Samples for Java
2019-01-29T16:01:42Z
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...
1
javaee-samples/javaee7-samples
Java EE 7 Samples
2013-08-27T18:47:51Z
null
# 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/)...
1
VaughnVernon/IDDD_Samples
These are the sample Bounded Contexts from the book Implementing Domain-Driven Design" by Vaughn Vernon: http://vaughnvernon.co/?page_id=168"
2013-04-08T22:12:57Z
null
These are the sample Bounded Contexts from the book "Implementing Domain-Driven Design" by Vaughn Vernon: http://vaughnvernon.co/?page_id=168 The models and surrounding architectural mechanisms may be in various states of flux as the are refined over time. Some tests may be incomplete. The code is not meant to be a r...
1
microservices-security-in-action/samples
Microservices Security in Action Book Samples
2018-04-15T22:49:51Z
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...
1
junit-team/junit5-samples
Collection of sample applications using JUnit 5.
2015-11-13T21:28:16Z
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 结合使用的几个最常见使用方式举例
2016-03-24T13:08:10Z
null
样例代码已正式切换到基于 RxJava 2 ================ > 需要旧版 RxJava 1 代码的点[这里](https://github.com/rengwuxian/RxJavaSamples/tree/1.x) ### 项目介绍 RxJava 2 和 Retrofit 结合使用的几个最常见使用方式举例。 1. **基本使用** 实现最基本的网络请求和结果处理。 ![screenshot_1](./images/screenshot_1.png) 2. **转换(map)** 把返回的数据转换成更方便处理的格式再交给 Observer。 ![screenshot_2](./imag...
0
sanaulla123/samples
Samples used in my blog posts
2017-10-31T17:41:56Z
null
## Related Blog Posts - [JDK 12 – JEP 325 Switch Expressions](https://sanaulla.info/2019/04/13/jdk-12-switch-expressions/) - [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...
1
pavansolapure/opencodez-samples
The code repository for Opencodez. Here at this git, we are trying to share code for Java, Python, PHP, Oracle and any new technology we try our hands and feel it can add value.
2016-09-26T06:47:02Z
null
# www.opencodez.com - code samples This is where we keep all of our code samples. Please feel free to download, try and suggest any changes or enhancements. I am providing here link for each of the article that is associated with code. This will help you understand and give you a chance to express your thoughts. # Ja...
1
spring-projects/spring-security-samples
null
2020-07-29T17:05:15Z
null
null
1
lenve/javaboy-code-samples
公众号【江南一点雨】文章案例汇总,技术文章请戳这里----->
2019-05-10T11:36:20Z
null
各位小伙伴大家好! 扫码加微信(微信ID:**a_java_boy2**),备注 SpringBoot,进群讨论。 ![微信ID:a_java_boy2](https://user-images.githubusercontent.com/6023444/75459026-ba70d500-59b9-11ea-8cbd-3d5889f356c4.png) ## 仓库简介 松哥长期坚持在微信公众号**江南一点雨**上分享原创技术教程,但是代码一直没有统一管理过,最近有小伙伴提出,希望松哥能把文章的代码整理下,方便大伙参考。于是,松哥创建了这个仓库,用来分享微信公众号**江南一点雨**上文章的案例。小伙伴要是觉得这个仓库有用的...
1
agoncal/agoncal-sample-jaxrs
Samples about JAX-RS
2012-11-23T17:14:05Z
null
# 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" ...
1
habuma/spring-in-action-5-samples
Home for example code from Spring in Action 5.
2018-08-11T23:29:43Z
null
null
1
mercyblitz/thinking-in-spring-boot-samples
小马哥书籍《Spring Boot 编程思想》示例工程
2018-11-22T13:34:21Z
null
# 《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/)...
1
hazelcast/hazelcast-code-samples
Hazelcast Code Samples
2013-07-27T17:31:05Z
null
Hazelcast Code Samples Readme ============================= The folder **/code-samples** in your package contains an extensive collection of code samples which you can use to learn how to use Hazelcast features. From distributed primitives to Service Provider Interface (SPI), you can see Hazelcast in action readily. ...
1
spring-cloud/spring-cloud-stream-samples
Samples for Spring Cloud Stream
2016-02-19T14:32:27Z
null
null
1
googleworkspace/java-samples
☕ Java samples for Google Workspace APIs.
2014-05-02T18:11:16Z
null
# 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...
1
udacity/ud862-samples
null
2015-08-10T22:29:29Z
null
# ud862-samples This repository holds the code samples written for ud862 - Android Design for Developers.
1
devunwired/accessory-samples
Talk to Your Toaster Accessory Sample Code
2012-08-15T20:07:50Z
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
spring-projects/spring-amqp-samples
Samples for Spring AMQP
2011-03-10T14:40:16Z
null
This project hosts some samples that complement [Spring AMQP](https://github.com/SpringSource/spring-amqp), showing you how to get started with Spring and AMQP. # Build Instructions # Install the [RabbitMQ](https://www.rabbitmq.com) broker first (version 2.3.1 or better). Then clone from GIT and then use Maven (2.1....
1
vinsguru/vinsguru-blog-code-samples
null
2019-09-01T01:29:19Z
null
vinsguru-blog-code-samples
1
JetBrains/intellij-sdk-code-samples
Mirror of the IntelliJ SDK Docs Code Samples
2020-04-02T15:20:51Z
null
# IntelliJ Platform SDK Code Samples [![official JetBrains project](https://jb.gg/badges/official-flat-square.svg)][jb:github] [![JetBrains IntelliJ Platform SDK Docs](https://jb.gg/badges/docs.svg?style=flat-square)][jb:docs] [![X Follow](https://img.shields.io/badge/follow-%40JBPlatform-1DA1F2?logo=x)][jb:x] [![Buil...
1
IBMStreams/samples
This repository contains open-source sample applications for IBM Streams.
2013-11-25T23:31:25Z
null
## README -- IBMStreams samples This repository contains sample applications for IBM Streams. ### [Search the samples using the samples catalog](http://ibmstreams.github.io/samples) 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常见的使用场景,例子简洁、经典、易懂...
2015-12-23T09:16:54Z
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带入...
0
graphql-java-kickstart/samples
Samples for using the graphql java kickstart projects
2018-11-07T16:10:45Z
null
# GraphQL Java Kickstart Samples [![Discuss on GitHub](https://img.shields.io/badge/GitHub-discuss-orange)](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...
1
liferay/liferay-blade-samples
null
2016-04-07T20:43:30Z
null
null
1
Mike-bel/MDStudySamples
Material Design Widgets Study Samples
2016-08-04T07:23:43Z
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...
1
lenve/spring-security-samples
null
2020-03-23T01:13:22Z
null
### 跟着松哥学 Spring Security 扫码加微信(微信ID:**a_java_boy2**),备注 SpringSecurity,进群讨论。 ![微信ID:a_java_boy2](https://user-images.githubusercontent.com/6023444/75459026-ba70d500-59b9-11ea-8cbd-3d5889f356c4.png) 扫码关注微信公众号【江南一点雨】,回复 **ss** 获取 Spring Security 系列完整文章: ![](https://open.weixin.qq.com/qr/code?username=a_javaboy) ###...
1
g00glen00b/spring-samples
A series of examples used to demonstrate certain features of Spring.
2015-11-15T18:48:53Z
null
# 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 ...
1
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.
2021-07-30T12:23:25Z
null
# 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
javaee-samples/javaee8-samples
Java EE 8 Samples
2014-10-06T16:22:37Z
null
# Java EE 8 Samples # This workspace consists of Java EE 8 Samples and unit tests. They are categorized in different directories, one for each Technology/JSR. Some samples/tests have documentation, otherwise read the code. ## How to run? ## Samples are tested on Payara, GlassFish and Tomcat using Arquillian. Arqui...
1
gupaoedu-tom/spring5-samples
《Spring5核心原理与30个类手写实战》随书代码示例工程
2019-08-20T02:43:47Z
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...
1
apache/servicecomb-samples
Apache servicecomb
2019-02-21T13:02:49Z
null
# ServiceComb samples This project is samples for java-chassis 3.x.x. You can switch to other branches to see different samples. ## basic A sample shows a provider, a consumer and a gateway using java chassis. ## porter_lightweight A sample shows an application with basic login, download file, delete file functions...
1
spring-cloud-samples/spring-cloud-contract-samples
Samples for Spring Cloud Contract project
2016-11-09T12:30:56Z
null
null
1
pinguo-zhouwei/MaterialDesignSamples
Material Design 系列控件samples,讲了Material Design 系列新控件的使用方法和一些场景示例,使用详情请看对应博客,持续更新中...
2016-12-12T10:52:00Z
null
null
0
habuma/spring-in-action-4-samples
null
2014-11-06T18:32:03Z
null
SpringInActionExamples ====================== These are the examples from Spring in Action, Fourth Edition.
1
gluonhq/gluon-samples
Gluon sample projects
2016-12-14T12:06:29Z
null
# Gluon Samples Java, JavaFX and Gluon Mobile samples to run with Java 11+, GraalVM and the GluonFX plugin for [Maven](https://github.com/gluonhq/gluonfx-maven-plugin/). The following platforms are currently supported: * Linux * Mac OS X * Windows * iOS * Android * Embedded ## Documentation Before getting started ...
1
GoogleCloudPlatform/cloud-code-samples
Code templates to make working with Kubernetes feel like editing and debugging local code.
2019-03-28T02:06:05Z
null
# Code Templates for Google Cloud Code ## What is Google Cloud Code Cloud Code brings the power and convenience of IDEs to cloud-native application development. Cloud Code integrates with Google Cloud services like Google Kubernetes Engine, Cloud Run, Cloud APIs and Secret Manager, and makes you feel like you are wor...
1
googleads/googleads-shopping-samples
Samples for the Content API for Shopping and the Manufacturer Center API
2014-06-05T15:16:46Z
null
# Samples for the Content API for Shopping and Manufacturer Center API These code samples are organized by platform or language. Each language directory contains a `README` with more information about how to run the samples for that particular language. Here, we cover setting up authentication and the common configur...
1
heibaiying/spring-samples-for-all
spring、spring-boot、spring-cloud 常用整合用例
2018-12-18T00:59:53Z
null
# Spring-Samples-For-All ![spring](https://img.shields.io/badge/spring-5.1.3.RELEASE-brightgreen.svg) ![springboot](https://img.shields.io/badge/springboot-2.1.1.RELEASE-brightgreen.svg) ![springcloud](https://img.shields.io/badge/springcloud-Finchley.SR2-brightgreen.svg) ![jdk](https://img.shields.io/badge/j...
1
bitbar/test-samples
Sample test scripts and applications for Bitbar Cloud
2014-04-10T20:45:44Z
null
# Bitbar Test Samples This repository contains Bitbar Cloud sample test scripts and applications. ## Repository Structure * [apps](apps/) - Prebuilt sample applications that you can use to start testing if you don't have your own * [samples](samples/) - Test samples for using different testing frameworks and some ot...
1
habuma/spring-in-action-6-samples
Sample code from Spring in Action 6
2021-01-04T04:41:04Z
null
# Spring in Action, 6th Edition Sample Code This repo will hold the sample code from [Spring in Action, 6th edition](https://www.manning.com/books/spring-in-action-sixth-edition). ## What are all of the weird comments with "tag::" and "end::" about??? (Note: In the most recent commit, I've removed these comments. Bu...
1
ipipman/JavaSpringBootSamples
SpringBoot、Dubbo、SpringCloud的各种集成例子:Atomikos、gRPC、Thrift、Seata、ShardingSphere、Dubbo、Hmily、Nacos、Consul、Ribbon、Jedis、Lettuce、Redisson等框架
2020-12-10T01:48:53Z
null
# 目录 ### SpringBoot相关实例 - ##### [SpringBoot集成Atomikos框架-实现分布式数据库XA事务;](https://github.com/ipipman/JavaSpringBootSamples/tree/master/springboot-atomikos-xa-sample "SpringBoot集成Atomikos框架,实现分布式数据库XA事务;") - ##### [SpringBoot集成Seata框架-实现TCC模式柔性事务;](https://github.com/ipipman/JavaSpringBootSamples/tree/master/springboot-se...
0
dynamic-datasource/dynamic-datasource-samples
null
2020-09-23T06:04:42Z
null
# 演示例子 大部分数据库连接为 H2Database,仅供测试。 除开 `com.baomidou:springboot3-sample`, 其他子模块均可在 [OpenJDK 8, OpenJDK 21] 的 JDK 范围及其下游发行版下执行单元测试。 所有单元测试在 Github Actions 完成验证。你可能希望参考 [位于 Github Actions 的 CI 文件](./.github/workflows/ci.yml)。 - add-remove-datasource 动态添加删除数据源的使用示例 - all-datasource-sample 所有不同连接池使用示例(大乱炖,实际不建议) - druid-...
1
thingsboard/samples
Thingboard sample applications
2016-12-21T14:13:08Z
null
# samples Thingboard sample applications
1
Adobe-Consulting-Services/acs-aem-samples
AEM Code Samples repository
2015-01-07T02:40:07Z
null
# ACS AEM Samples #### Samples index: [http://adobe-consulting-services.github.io/acs-aem-samples/#samples](http://adobe-consulting-services.github.io/acs-aem-samples/#samples) This project is a collection of sample implementation of the various, common building blocks for AEM-based applications. The samples in this...
1
GoogleCloudPlatform/point-of-sale
Anthos Edge Use Cases for bringing apps and computation closer to the location where the action is, to improve response times and save bandwidth.
2021-09-01T17:24:52Z
null
# Point of Sale (PoS) **Point of Sale** is a sample application that simulates a retail store kiosk used to submit and track orders and payments. This application is used by Google to demonstrate use cases where [Anthos](https://cloud.google.com/anthos) clusters are installed and run outside of Google Cloud Platform ...
0
lenve/javaboy-video-samples
null
2019-08-21T13:39:14Z
null
## Spring Boot 实战系列视频教程,配套案例 扫码加微信(微信ID:**a_java_boy2**),备注 SpringBoot,进群讨论。 ![微信ID:a_java_boy2](https://user-images.githubusercontent.com/6023444/75459026-ba70d500-59b9-11ea-8cbd-3d5889f356c4.png) 本仓库是 Spring Boot 实战系列视频教程官方配套案例,有用的话,欢迎给个 star。(*^_^*)。 案例对应的视频下载地址(付费):链接:https://pan.baidu.com/s/1wbZ4JreJq_D0t29Tw...
1
gupaoedu-tom/netty4-samples
《Netty4核心原理与手写RPC框架实战》随书代码示例工程
2019-10-26T07:48:17Z
null
# 《Netty4核心原理与手写RPC框架实战》 ### 京东购买链接:[https://item.jd.com/12829724.html](https://item.jd.com/12829724.html) ### 当当购买链接:[http://product.dangdang.com/28528192.html](http://product.dangdang.com/28528192.html) 在互联网分布式系统的推动下,Netty是作为一个能够支撑高性能高并发的底层网络通信框架而存在。Netty底层是基于Java NIO来实现的,对NIO进行了非常多的优化,因此深受广大开发者尤其是一线大厂开发者的青睐。 作为一个...
1
PerfectoCode/Samples
Product Samples
2016-03-20T11:22:24Z
null
![Perfecto](http://www.perfectomobile.com/sites/all/themes/perfecto/img/logo.png) # Product Samples This repository contains official product and code samples for consuming Perfecto services from different supported languages and frameworks. The following examples are included: | Sample | Description | Perf...
1
kunny/blog_samples
Sample projects provided on blog article
2013-05-22T01:33:24Z
null
# Blog samples [![Build Status](https://travis-ci.org/kunny/blog_samples.svg?branch=master)](https://travis-ci.org/kunny/blog_samples) 블로그 [커니의 안드로이드 이야기](http://androidhuman.com)에 게재되는 포스트에서 사용한 예제를 제공합니다. ## 예제 프로젝트를 다운로드 하려면? ### git을 사용하여 전체 저장소 다운로드 `Github` 애플리케이션을 사용거나, 터미널에서 다음 명령어를 사용하면 전체 저장소를 다운로드 할 수 있습...
1
eclipse-edc/Samples
null
2022-11-10T12:58:34Z
null
# EDC Samples This repository provides samples for the Eclipse Dataspace Components (EDC) project, that aim to support the onboarding process for new community members. The samples are sorted by scope for easy navigation and serve as a step-by-step guide for getting familiar with the project. The code and a detailed d...
0
spring-cloud/spring-cloud-dataflow-samples
Sample starter applications and code for use with the Spring Cloud Data Flow project
2015-12-09T17:48:43Z
null
null
1
temporalio/samples-java
Temporal Java SDK samples
2019-10-17T16:45:18Z
null
# Temporal Java SDK Samples This repository contains samples that demonstrate various capabilities of Temporal using the [Java SDK](https://github.com/temporalio/sdk-java). It contains two modules: * [Core](/core): showcases many different SDK features. * [SpringBoot](/springboot): showcases SpringBoot autoconfig in...
1
Coder-EdisonZhou/EDT.SpringCloud.Samples
Spring Cloud作为第二代微服务的代表性框架,已经在国内众多大中小型的公司有实际应用案例。许多公司的业务线全部拥抱Spring Cloud,部分公司选择部分拥抱Spring Cloud。此示例基于Spring Boot 1.5.x编写,展示了Spring Cloud的核心组件的基本使用方式,在学习Spring Cloud时可以参考本示例。
2018-08-27T06:12:40Z
null
# EDC.SpringCloud.Samples ## 温馨提示 本示例基于Spring Boot 1.5.x实现,如对Spring Boot不熟悉,可以先学习我的这一篇:《[Spring Boot 1.5.x 基础学习示例](https://www.cnblogs.com/edisonchou/p/java_spring_boot_foundation_demos.html)》。关于微服务基本概念不了解的童鞋,可以先阅读下始祖Martin Fowler的《[Microservice](https://mp.weixin.qq.com/s/fzk-kENu0I22P3F2Vu7KBA)》,本文不做介绍和描述。 本示例配套介绍博文...
0