I hereby claim:
- I am nicknezis on github.
- I am nnezis (https://keybase.io/nnezis) on keybase.
- I have a public key ASCTU4bxcSVcDPpD52IdapCXkkwmNzbmR83g95EBIUw7nwo
To claim this, I am signing this object:
package main | |
import ( | |
"fmt" | |
"log" | |
"net" | |
"os" | |
"strconv" | |
"strings" | |
"syscall" |
... | |
ifdef HASNATS | |
proc_nats_in$(WS_SFX): proc_nats_in.c | |
$(SHOWFILE) | |
$(CPP) $(CPPFLAGS) -I/usr/local/include $< -o $@ /usr/local/lib/libnats_static.a $(LDFLAGS) | |
$(INSTALL) $@ $(WS_PROCS_DIR) | |
else | |
proc_nats_in$(WS_SFX): proc_nats_in.c | |
@echo " not building $@, set HASNATS to build" |
I hereby claim:
To claim this, I am signing this object:
<template> | |
<require from="bootstrap/css/bootstrap.css"></require> | |
<nav class="navbar navbar-default" role="navigation"> | |
<div class="navbar-header"> | |
<a class="navbar-brand" href="#"> | |
<i class="fa fa-user"></i> | |
<span> | |
Open API Designer | |
</span> | |
</a> |
# Docker image to use with Vagrant | |
# Aims to be as similar to normal Vagrant usage as possible | |
# Adds Puppet, SSH daemon | |
FROM centos:centos7 | |
MAINTAINER Sam Bashton <[email protected]> | |
# Replace fake systemd with real systemd | |
# Lifted from http://jperrin.github.io/centos/2014/09/25/centos-docker-and-systemd/ | |
RUN yum -y swap -- remove fakesystemd -- install systemd systemd-libs initscripts | |
RUN yum -y update; yum clean all; \ |
apply plugin: "nebula.ospackage" | |
apply plugin: "maven" | |
configurations { | |
moduleArchives | |
serviceArchives | |
} | |
dependencies { | |
moduleArchives project(path: ":modules:Base", configuration: "archives") |
<template> | |
<div id="main" class="container-fluid clear-top"> | |
<div class="row"> | |
<div class="col-md-4 col-sm-12 col-xs-12"> | |
<div class="row"> | |
<div id="quarterback" class="col-md-12 col-sm-12 col-xs-12"> | |
<table class="table table-condensed table-hover table-striped"> | |
<tbody> | |
<tr repeat.for="$i of 10"> | |
<td>1</td> |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../core-icons/core-icons.html"> | |
<link rel="import" href="../paper-icon-button/paper-icon-button.html"> | |
<link rel="import" href="../core-menu/core-submenu.html"> | |
<link rel="import" href="../paper-item/paper-item.html"> | |
<polymer-element name="my-element"> |