Demo of typing & erasing effects, plus a blinking cursor. Full-text tutorial: http://burnmind.com/tutorials/how-to-create-a-typing-effect-an-eraser-effect-and-a-blinking-cursor-using-jquery
A Pen by Patrick Tully on CodePen.
Demo of typing & erasing effects, plus a blinking cursor. Full-text tutorial: http://burnmind.com/tutorials/how-to-create-a-typing-effect-an-eraser-effect-and-a-blinking-cursor-using-jquery
A Pen by Patrick Tully on CodePen.
ping nassy.local |
mail -s mysubjecthere [email protected] your message goes here | |
. |
field allowed values | |
----- -------------- | |
minute 0-59 | |
hour 0-23 | |
day of month 1-31 | |
month 1-12 (or names, see below) | |
day of week 0-7 (0 or 7 is Sun, or use names) |
RewriteEngine on | |
RewriteCond %{REQUEST_FILENAME} !-f | |
RewriteRule ^(.*)$ /index.php?request=$1 |
auth, authpriv, cron, dæmon, kern, lpr, mail, mark, news, syslog, user, UUCP and local0 through local7. |
{ "Version": "2008-10-17", "Id": "http referer policy", "Statement": [ { "Sid": "readonly policy", "Effect": "Allow", "Principal": "*", "Action": "s3:GetObject", "Resource": "arn:aws:s3:::BUCKET_NAME_HERE/*" } ] } |
language: ruby | |
rvm: | |
- 1.9.3 | |
script: bundle exec jekyll build | |
install: bundle install | |
after_success: bundle exec s3_website push --headless |
s3_id: <%= ENV['S3_ACCESS_KEY_ID'] %> | |
s3_secret: <%= ENV['S3_SECRET_KEY'] %> | |
s3_bucket: YOUR_WEBSITE_HERE | |
max_age: | |
"public/*": 6000 | |
"*": 300 | |
s3_endpoint: us-east-1 |
source "https://rubygems.org" | |
gem 'jekyll' | |
gem 'redcarpet' | |
gem 's3_website' | |
gem 'nokogiri' | |
gem 'json' |