Skip to content

Instantly share code, notes, and snippets.

View itsmaverick's full-sized avatar

Sadasivudu Malladi itsmaverick

View GitHub Profile
@itsmaverick
itsmaverick / gist-reveal.it-slides.html
Created July 12, 2017 20:55 — forked from ryanj/gist-reveal.it-slides.html
Gist-powered Revealjs slideshow presentations http://gist-reveal.it
<section data-background-transition='zoom' data-transition='concave' data-background='http://ryanjarvinen.com/presentations/shared/img/broadcast_reveal_dark.png' data-state='blackout'>
<h2>Gist-Powered</h2>
<h1>Reveal.js</h1>
<h2>Slideshow Presentations</h2>
<br/>
<h1 class='fragment grow'><a style='color:deepskyblue;' href='http://gist-reveal.it'>gist-reveal.it</a></h1>
</section>
<section data-background-transition='zoom' data-transition='linear' id='try-it'>
<h2>Try it out!</h2>
<p>Create your own deck by forking a copy of <a href='https://gist.github.com/ryanj/af84d40e58c5c2a908dd'>this github gist</a>: <br /><a href='https://gist.github.com/ryanj/af84d40e58c5c2a908dd'>https://gist.github.com/ryanj/af84d40e58c5c2a908dd</a></p>
{
"name": "csp",
"version": "0.0.18",
"services": [
{
"name": "portal",
"instances": 1,
"container": {
"spec": {
"cpus": 0.1,
#!/bin/sh -x
dfp_pull() {
if [ $# -lt 1 ]; then
echo "usage: dfp pull <agentip> <registry:imagename:tag> "
exit 1
fi
local agent_ip=$1
local name=$2
echo "Pull images on $agent_ip "
@itsmaverick
itsmaverick / logspout.ngp.json
Created December 13, 2016 18:58
logspout.ngp.json
{
"name": "logspout-loggly-deployment",
"application": "logspout-loggly-application",
"services": [{
"name": "logspout-loggly-service",
"containers": [{
"name": "logspout-loggly-container",
"cpus": 0.2,
"image": "iamatypeofwalrus/logspout-loggly",
"instances": 8,
#!/bin/bash -x
# The image of the docker used to communicate with
# remote instance of the cluster.
image=docker:1.11.2
registry=docker.inca.infoblox.com
version=0.6.1
# List of the IP addresse of the master nodes.