http://docs.aws.amazon.com/AmazonVPC/latest/GettingStartedGuide/GetStarted.html
phpMyAdmin
Type | Protocol | Port Range | Destination |
---|---|---|---|
SSH | TCP | 22 | 0.0.0.0/0 |
<!-- | |
Breaking Bad | |
A tribute to the best fucking series in the world. | |
Just some CSS and SVG. I created the SVG from the original Logo with | |
Photoshop (path) and Illustrator (SVG). | |
The original Logo is © by American Movie Classics Company LLC. | |
<div class="twitter-widget"> | |
<div class="header cf"> | |
<a href="http://twitter.com/kayrel" target="_blank" class="avatar"><img src="http://cameronbaney.com/codepen/twitter-widget/avatar.jpg" alt="Edwin Delgado"></a> | |
<h2>Edwin Delgado @kayrel</h2> | |
<p>I do not recall how I came into existence.<br>Something to do with my dad and mom.</p> | |
</div> | |
<div class="stats cf"> | |
<a href="#" class="stat"> | |
<strong>1,250</strong> | |
tweets |
$ cd ~ | |
$ sudo curl -sS https://getcomposer.org/installer | sudo php | |
$ sudo mv composer.phar /usr/local/bin/composer | |
$ sudo ln -s /usr/local/bin/composer /usr/bin/composer | |
then you can run | |
$ sudo composer install |
http://docs.aws.amazon.com/AmazonVPC/latest/GettingStartedGuide/GetStarted.html
phpMyAdmin
Type | Protocol | Port Range | Destination |
---|---|---|---|
SSH | TCP | 22 | 0.0.0.0/0 |
// @flow | |
import { PureComponent, type Node, Fragment } from 'react'; | |
import { TimelineLite } from 'gsap'; | |
import SplitText from 'Lib/gsap-bonus/umd/SplitText'; | |
import Waypoint from 'react-waypoint'; | |
type RevealTextProps = { | |
children: Node, | |
waypointTopOffset: string, | |
waypointBottomOffset: string, |