(note: replace ORGANIZATION and PROJECT)
git clone git clone git@github.com:ORGANIZATION/PROJECT.git my-repository
| JsonMLFormatter = function(simpleFormatter) | |
| { | |
| this._simpleFormatter = simpleFormatter; | |
| } | |
| JsonMLFormatter.prototype = { | |
| header: function(object, config) | |
| { | |
| var c = this._simpleFormatter.preview(object); |
| package com.benjiweber.anontypes; | |
| import java.util.*; | |
| import java.util.function.Consumer; | |
| import java.util.function.Function; | |
| import java.util.function.Predicate; | |
| import java.util.function.UnaryOperator; | |
| import java.util.stream.Collectors; | |
| import java.util.stream.Stream; |
| 100+ different js counter apps... |
| import com.google.auto.value.AutoValue; | |
| import java.lang.annotation.Retention; | |
| import java.lang.annotation.Target; | |
| import static java.lang.annotation.ElementType.TYPE; | |
| import static java.lang.annotation.RetentionPolicy.RUNTIME; | |
| /** | |
| * Marks an {@link AutoValue @AutoValue}-annotated type for proper Gson serialization. | |
| * <p> |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| platforms/ | |
| plugins/ |