Skip to content

Instantly share code, notes, and snippets.

Continuous Delivery for your team

* Organize into teams of 3-6 people
* Define roles (you are free to change these at every sprint):
    * Scrum master
    * Product owner (Andrey or Mike)
    * Devops
    * Development

We will run 45 minute sprints, 5 minute retrospective, 10 minute weekends

set up a docker swarm on docker machine

docker-machine create -d virtualbox manager
docker-machine create -d virtualbox agent1
docker-machine create -d virtualbox agent2
eval $(docker-machine env manager)
docker run --rm swarm create
docker-machine ls
docker run -d -p 3376:3376 -t -v /var/lib/boot2docker:/certs:ro \

swarm manage -H 0.0.0.0:3376 \

@meekrosoft
meekrosoft / config
Last active August 29, 2015 14:24 — forked from mojombo/config
$ git config --global user.name "Mike Long"
$ git config --global user.email "mike@praqma.com"
$ git config --global color.ui true
@meekrosoft
meekrosoft / gist:789401
Created January 21, 2011 08:09
Codesourcery Linker Script (Hosted)
/* Linker script for lm3s8962
*
* Version: Sourcery G++ 4.4-104
* Support: https://support.codesourcery.com/GNUToolchain/
*
* Copyright (c) 2007, 2008, 2009, 2010 CodeSourcery, Inc.
*
* The authors hereby grant permission to use, copy, modify, distribute,
* and license this software and its documentation for any purpose, provided
* that existing copyright notices are retained in all copies and that this
#include <signal.h>
#include <unistd.h>
#include <iostream>
#include <stdint.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <gtest/gtest.h>
Index: src/test/java/hudson/plugins/warnings/parser/CoolfluxChessccParserTest.java
===================================================================
--- src/test/java/hudson/plugins/warnings/parser/CoolfluxChessccParserTest.java (revision 0)
+++ src/test/java/hudson/plugins/warnings/parser/CoolfluxChessccParserTest.java (revision 0)
@@ -0,0 +1,49 @@
+package hudson.plugins.warnings.parser;
+
+import static junit.framework.Assert.*;
<html>
<head>
<style type="text/css">
#something {
width: 200px;
height: 200px;
background-color: red;
color: white;
border: 4px solid black;
margin: 100px 0 0 80px;