This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Downloading http://haproxy.1wt.eu/download/1.4/src/haproxy-1.4.17.tar.gz | |
File already downloaded in /Users/tom/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/tom/Library/Caches/Homebrew/haproxy-1.4.17.tar.gz | |
==> make TARGET=generic USE_KQUEUE=1 USE_POLL=1 USE_PCRE=1 PREFIX=/usr/local/Cellar/haproxy/1.4.17 DOCDIR=/usr/local/Cellar/haproxy/1.4.17/share/doc/haproxy CC=/usr/bin/clang CFLAGS=-Os -w -pipe -march=native -Qunused-arguments LDFLAGS= install | |
make TARGET=generic USE_KQUEUE=1 USE_POLL=1 USE_PCRE=1 PREFIX=/usr/local/Cellar/haproxy/1.4.17 DOCDIR=/usr/local/Cellar/haproxy/1.4.17/share/doc/haproxy CC=/usr/bin/clang CFLAGS=-Os -w -pipe -march=native -Qunused-arguments LDFLAGS= install | |
/usr/bin/clang -Iinclude -Iebtree -Wall -Os -w -pipe -march=native -Qunused-arguments -DTPROXY -DENABLE_POLL -DENABLE_KQUEUE -DUSE_PCRE -I/usr/local/include -DCONFIG_HAPROXY_VERSION=\"1.4.17\" -DCONFIG_HAPROXY_DATE=\"2011/09/05\" \ | |
-DBUILD_TARGET='"generic"' \ | |
-DBUILD_ARCH='""' \ | |
-DBUILD_CPU='"gen |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<!-- <link rel="stylesheet" href="bootstrap.2.0.1.css" type="text/css" media="screen" title="no title" charset="utf-8"> --> | |
<link rel="stylesheet" href="bootstrap.2.0.2.css" type="text/css" media="screen" title="no title" charset="utf-8"> | |
<style type="text/css" media="screen"> | |
#wrapper { | |
padding: 0; | |
margin: 0; | |
width: 100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Module dependencies. | |
*/ | |
var express = require('express') | |
, routes = require('./routes') | |
, http = require('http') | |
, cluster = require('cluster') | |
, numCPUs = require('os').cpus().length |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!upstart | |
description "seaport server" | |
author "smagch" | |
start on started mountall | |
stop on shutdown | |
# Automatically Respawn: | |
respawn | |
respawn limit 99 5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/var/log/seaport.log { | |
daily | |
rotate 5 | |
copytruncate | |
} | |
/var/log/bouncer.log { | |
daily | |
rotate 5 | |
copytruncate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
branch=$(git rev-parse --symbolic --abbrev-ref $1) | |
DEPLOY_DIR=/var/www/dogazei.org/dogazei.org-latest/ | |
echo Update pushed to branch $branch | |
update () { | |
cd $DEPLOY_DIR || exit | |
unset GIT_DIR | |
git checkout -f |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>CodePen · A Pen by smagch</title> | |
<style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>CodePen · A Pen by smagch</title> | |
<style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>CSS3 3D transform mouse animation with centering demo · CodePen</title> | |
<style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>CSS3 3D the first person view demo using glmatrix · CodePen</title> | |
<style> |
OlderNewer