Typing effect mimicking human behavior.
Forked from Gabin Aureche's Pen TheaterJS.
A Pen by Ionel Roiban on CodePen.
Based on the Hammer.js Carousel, this is a simple work-in-progress concept for an upcoming mobile web app.
It's looking to have similar features to the Google Maps native app style of carousel for places, where you can add and remove carousel slides/panes dynamically.
Forked from DFJS's Pen A mobile carousel based on Hammer.js.
A Pen by Ionel Roiban on CodePen.
Forked from Dan Leatherman's Pen kAzgw.
Forked from Captain Anonymous's Pen XJpLoj.
A Pen by Ionel Roiban on CodePen.
// --- Compiling --- | |
$ wget http://download.redis.io/releases/redis-2.8.3.tar.gz | |
$ tar xzvf redis-2.8.3.tar.gz | |
$ cd redis-2.8.3 | |
$ make | |
$ make install | |
// --- or using yum --- | |
$ rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm | |
$ rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm |
development: | |
adapter: mysql2 | |
encoding: utf8 | |
database: my_database | |
username: root | |
password: |
NOTE: You can check, if your config here:
http://www.sslshopper.com/ssl-checker.html
Decrypt the private key using the password you entered when you created your key:
openssl rsa -in ssl.key -out /etc/nginx/conf/ssl.key
Protect your key from prying eyes:
chmod 600 /etc/nginx/conf/ssl.key
A free Class 1 certificate from StartSSL can be obtained and used with pump.io. However, an extra step is needed to prevent issues behind the scenes. This step is similar to using a StartSSL cert with Nginx.
- Obtain StartSSL cert at http://www.startssl.com/
- Fetch the Class 1 intermediate Server CA certificate
wget http://www.startssl.com/certs/sub.class1.server.ca.pem
- Concatenate your certificate with the Class 1 certificate into a "unified" certificate
cat pumpio.crt sub.class1.server.ca.pem > pumpio-unified.crt
- Use the "unified" certificate in your pump.io config,
pump.io.json
"cert": "/path/to/pumpio-unified.crt",
- (Re)Start the pump
env GIT_SSL_NO_VERIFY=true git clone https://github... |
.eot - application/vnd.ms-fontobject | |
.woff - application/font-woff | |
.ttf - application/x-font-truetype | |
.svg - image/svg+xml | |
.otf - application/x-font-opentype | |
IIS (Web.Config) | |
<remove fileExtension=".eot" /> | |
<mimeMap fileExtension=".eot" mimeType="application/vnd.ms-fontobject" /> | |
<remove fileExtension=".ttf" /> |