Pinned Loading
-
gcm-android-client
gcm-android-client PublicA library which helps you register Google Cloud Messaging tokens and listen for GCM messages.
-
PureMetrics/puremetrics-android-sdk
PureMetrics/puremetrics-android-sdk PublicPureMetrics Measurement Android SDK
Java 3
-
A Sample state machine spec which sh...
A Sample state machine spec which shows wiring up lambdas execution in parallel, a choice state, a pass state, input paths and result paths 1{
2"Comment": "Load Data from Firebase and send it to AWS Cloud Search",
3"StartAt": "CalculateInterval",
4"States": {
5"Get data from Firebase": {
-
Snippet of an amplitude data import ...
Snippet of an amplitude data import pipeline 1//Configuring the options etc
23Pipeline p = Pipeline.create(options);
4p.apply(TextIO.Read.named("ReadFiles").from(options.getInputFile()).withCompressionType(CompressionType.GZIP))
5.apply(new ProcessRecords(eventType))
-
Monthly Accounting Query across years.
Monthly Accounting Query across years. 1SELECT
2integer(mnthid/100) YEAR,
3integer(mnthid%100) MONTH,
4NewUsers,
5Recurring,
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.