You can use your favorite package manager or please follow this instructions.
https://www.erlang-solutions.com/downloads/download-erlang-otp
$ mkdir ~/dev| import React, { PropTypes } from 'react'; | |
| import { TransitionMotion, spring } from 'react-motion'; | |
| /** | |
| * One example of using react-motion (0.3.0) within react-router (v1.0.0-rc3). | |
| * | |
| * Usage is simple, and really only requires two things–both of which are | |
| * injected into your app via react-router–pathname and children: | |
| * | |
| * <RouteTransition pathname={this.props.pathname}> |
| | iOS Device | Release | iOS version | | |
| | ------------ | ------------- | ------------ | | |
| | iPhone(1st) | June 29, 2007 | 1.0 - 3.1.3(February 2, 2010) | | |
| | iPhone 3G | July 11, 2008 | 2.0 - 4.2.1(November 22, 2010) | | |
| | iPhone 3GS | June 19, 2009 | 3.0 - 6.1.6(February 21, 2014) | | |
| | iPhone 4 | June 24, 2010 | 4.0 - 7.1.2(June 30, 2014) | | |
| | iPhone 4S | October 14, 2011 | 5.0 - 8.3 | | |
| | iPhone 5 | September 21, 2012 | 6.0 - 8.3 | | |
| | iPhone 5C | September 20, 2013 | 7.0 - 8.3 | | |
| | iPhone 5S | September 20, 2013 | 7.0 - 8.3 | |
You can use your favorite package manager or please follow this instructions.
https://www.erlang-solutions.com/downloads/download-erlang-otp
$ mkdir ~/dev| 'use strict'; | |
| var React = require('react'); | |
| function createAsyncHandler(getHandlerAsync, displayName) { | |
| var Handler = null; | |
| return React.createClass({ | |
| displayName: displayName, |
| Below is a dump of a STUN message that can be used to validate your | |
| STUN message integrity check. The password that is used to encrypt | |
| the Message-Integrity is: "Q9wQj99nsQzldVI5ZuGXbEWRK5RhRXdC" (without quotes) | |
| /* Raw STUN message as received from Chrome */ | |
| ----------- | |
| 00 01 00 58 | |
| 21 12 A4 42 | |
| 48 75 38 77 |
Google Chrome Developers says:
The new WOFF 2.0 Web Font compression format offers a 30% average gain over WOFF 1.0 (up to 50%+ in some cases). WOFF 2.0 is available since Chrome 36 and Opera 23.
Some examples of file size differences: WOFF vs. WOFF2
Magic words:
psql -U postgresSome interesting flags (to see all, use -h or --help depending on your psql version):
-E: will describe the underlaying queries of the \ commands (cool for learning!)-l: psql will list all databases and then exit (useful if the user you connect with doesn't has a default database, like at AWS RDS)