Skip to content

Instantly share code, notes, and snippets.

View penguinwokrs's full-sized avatar
💭
( ・`ω・´) つ ☕️

Ko Maeda penguinwokrs

💭
( ・`ω・´) つ ☕️
View GitHub Profile
@penguinwokrs
penguinwokrs / puma
Last active June 19, 2017 07:27 — forked from niwo/puma
puma with rbenv on CentOS 6
#!/bin/sh
#
# puma - this script starts and stops the puma daemon
#
# chkconfig: - 85 15
# description: Description \
# goes here...
# processname: puma
# config: /etc/puma.conf
# pidfile: /home/stanislaw/apps/micro-apps/puma/puma.pid
@penguinwokrs
penguinwokrs / gist:11030838
Created April 18, 2014 08:08
flipsnap-distance-enebled
.flipsnap {
width: 1350px; /* (item width + margin) * (item count) */
padding-left: 25px;
}
.flipsnap:after {
content: '';
display: block;
clear: both;
height: 0;