Skip to content

Instantly share code, notes, and snippets.

View pgherveou's full-sized avatar

PG Herveou pgherveou

View GitHub Profile
@pgherveou
pgherveou / iptables.rules
Created April 24, 2012 22:32 — forked from logicalparadox/iptables.rules
Getting Node.js process to run on port 80 without sudo
# NAT interface routing
*nat
# Setup
:PREROUTING ACCEPT [0:0]
:INPUT ACCEPT [2:128]
:OUTPUT ACCEPT [2:120]
:POSTROUTING ACCEPT [2:120]
# Redirect port 80 to port 8080
@pgherveou
pgherveou / dabblet.css
Created May 18, 2012 17:56 — forked from LeaVerou/dabblet.css
Scrolling shadows by @kizmarh and @LeaVerou
/**
* Scrolling shadows by @kizmarh and @leaverou
* Only works in browsers supporting background-attachment: local; & CSS gradients
* Degrades gracefully
*/
html {
background: white;
font: 120% sans-serif;
}
@pgherveou
pgherveou / dabblet.css
Created May 18, 2012 21:41 — forked from LeaVerou/dabblet.css
Playing with background-attachment
/**
* Playing with background-attachment
*/
pre {
max-height: 150px;
border: 1px solid silver;
overflow: auto;
background: url('http://placekitten.com/200/200');
color: white;
body {
background: #333;
padding: 50px;
}
.img img {
border-radius: 100px;
width: 100px;
body {
background: #333;
padding-top: 100px;
text-align: center
}
.img img {
border-radius: 1000px;
width: 100px;
body {
margin: 200px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.btn-sq{
font-size:size;
border:solid 1px #349eac;
background-color:#4ebbca;
@pgherveou
pgherveou / dabblet.css
Created June 22, 2012 09:28 — forked from dgmid/dabblet.css
CSS text-shadows - Example 2
/**
* CSS text-shadows - Example 2
*/
/* page styles */
@font-face {
font-family: 'ChunkFiveRegular';
src: url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/chunkfive-webfont.eot');
src: url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/chunkfive-webfont.eot?iefix') format('eot'),
body {
margin: 100px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.close {
display: block;
text-decoration: none;
border: 1px solid black;
width: 56px;
body {
margin: 100px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.close {
display: block;
text-decoration: none;
border: 1px solid black;
width: 56px;
body {
margin: 100px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.va {
display: block;
text-decoration: none;
border: 1px solid black;
width: 56px;