Enter exactly following command
$ gem source -r https://rubygems.org/
$ gem source -a http://rubygems.org/
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
{ | |
"name": "Rippler", | |
"version": "1.0.0", | |
"description": "test Ripple", | |
"main": "index.js", | |
"dependencies": {}, | |
"devDependencies": { | |
"cordova": "^4.1.2", | |
"gulp": "^3.8.10", | |
"open": "0.0.5", |
var gulp = require('gulp'); | |
var path = require('path'); | |
var o = require('open'); | |
var ripple = require('ripple-emulator'); | |
var webPath = function (p) { return path.join('./www/', p); }; | |
// The default task | |
gulp.task('default', function() { | |
var options = { |
Enter exactly following command
$ gem source -r https://rubygems.org/
$ gem source -a http://rubygems.org/
#!/bin/bash | |
# originally: https://github.com/taataam/helloworld | |
echo "Downloading GetDeb and PlayDeb" | |
wget http://archive.getdeb.net/install_deb/getdeb-repository_0.1-1~getdeb1_all.deb http://archive.getdeb.net/install_deb/playdeb_0.3-1~getdeb1_all.deb | |
echo "Installing GetDeb" | |
sudo dpkg -i getdeb-repository_0.1-1~getdeb1_all.deb |
# NAME REGEXP ADDRESS TTL | |
0 facebook.com 31.13.92.36 1d | |
1 twitter.com 104.244.42.193 1d | |
2 twitter.com 104.244.42.65 1d | |
3 plus.google.com 216.58.208.46 1d | |
4 youtube.com 216.58.208.46 1d | |
5 lh3.googleusercontent.com 172.217.2.1 1d | |
6 lh3.googleusercontent.com 216.58.213.33 |
@font-face { | |
font-family: IranSans; | |
font-style: normal; | |
font-weight: 300; | |
src: url('../assets/fonts/iransans/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ | |
url('../assets/fonts/iransans/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ | |
url('../assets/fonts/iransans/IRANSansWeb_Light.ttf') format('truetype'); | |
} | |
I hereby claim:
To claim this, I am signing this object:
{ | |
"presets": [ | |
"latest" | |
] | |
} |