Skip to content

Instantly share code, notes, and snippets.

View marilynwaldman's full-sized avatar

Marilyn Waldman marilynwaldman

  • Durango, Colorado
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@marilynwaldman
marilynwaldman / MapReduce
Created January 15, 2018 17:30
Java 8 Map Reduce with Streams - a small example
package com.mdw;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Collectors;
/**
* Compute f(g(x)) where
* g(x) = x*x
* and f(x) = 3x + 4
*/
@marilynwaldman
marilynwaldman / Jenkins On GCP Kubernetes
Created December 3, 2017 22:41
Instructions for setting up Jenkins on Kubernetes - tested
Continuous deployment with Jenkins
Connection Details
Open Google Console
Username
Password
GCP Project ID
Continuous Deployment with Jenkins