Guide to add localhost:80 to localhost:8080 forwarding.
Since Mavericks stopped using the deprecated ipfw
(as of Mountain Lion), we'll be using pf
to allow port forwarding.
####1. anchor file
/* | |
CSS organisation principles | |
============================================================================================== | |
*/ | |
.elem-no-rules {} | |
.elem-no-rules_child { | |
display: inline-block; | |
} |
/* | |
Комментарии в CSS | |
============================================================================================== | |
*/ | |
/* | |
Нужно комментировать все не однозначные свойства и значения. | |
*/ |
/* | |
CSS properties order | |
============================================================================================== | |
*/ | |
.class { | |
position: relative; | |
right: 0; | |
left: 0; | |
z-index: 77; |
/* | |
CSS hedings | |
============================================================================================== | |
*/ | |
/* Level 1 | |
---------------------------------------------------------------------------------- */ | |
.somecode { |
#!/bin/bash | |
# | |
# description: DevShelf service | |
# processname: node | |
# pidfile: /var/run/devshelf.pid | |
# logfile: /var/log/devshelf.log | |
# | |
# Based on https://gist.github.com/jinze/3748766 | |
# | |
# To use it as service on Ubuntu: |
Большое спасибо @webstandards_up за текстовую трансляцию!
Тест Мы начинаем текстовую трансляцию Fronteers 2013, двухдневной конференции в Амстердаме — http://t.co/QB5SYQ3cMx
Пол Айриш из Google открывает шестую конференцию Fronteers. Россия на шестом месте по количеству участников, например.
.item {display:block} | |
.item_rank_0 { display: none; } | |
.item:last-of-type { font-weight: bold; } |
@keyframes bgg { | |
from {background: yellow;} | |
to {background: blue;} | |
} | |
.anim { | |
width: 200px; | |
height: 200px; |
operatino:Apps operatino$ npm install -g local-tld | |
npm http GET https://registry.npmjs.org/local-tld | |
npm http 304 https://registry.npmjs.org/local-tld | |
npm http GET https://github.com/sstephenson/dnsserver.js/archive/library.tar.gz | |
npm http GET https://registry.npmjs.org/watchfd | |
npm http GET https://registry.npmjs.org/http-proxy | |
npm http 304 https://registry.npmjs.org/watchfd | |
npm http 304 https://registry.npmjs.org/http-proxy | |
npm http 200 https://github.com/sstephenson/dnsserver.js/archive/library.tar.gz | |
npm http GET https://registry.npmjs.org/colors |