begin
: delaydur
: durationfrom
: the value where the animation should startto
: the value where the animation should endeasing
: the name of an easing function
- easeInSine
Soooooooolarized!!!!! | |
======================================================== | |
author: Hiroaki Yutani | |
date: 2015/2/11 | |
font-import: http://fonts.googleapis.com/css?family=Bangers | |
css: solarized_with_webfont.css | |
solarized | |
======================================================== |
CREATE DATABASE misc; | |
use misc; | |
CREATE TABLE drive_stats ( | |
date DATE NOT NULL, | |
serial_number VARCHAR(32) NOT NULL, | |
model VARCHAR(32) NOT NULL, | |
capacity_bytes TINYINT NOT NULL, | |
failure TINYINT NOT NULL, | |
smart_1_normalized TINYINT, |
ウェブフォントのテストですよこれは。(A Test To See If RPresentation Works Well With Japanese Web Fonts) | |
======================================================== | |
author: @yutannihilation | |
date: 2015年2月7日 | |
css: test.css | |
Overview | |
======================================================== | |
This presentation uses Google's [Noto Sans Japan](https://www.google.com/fonts/specimen/Noto+Sans). Red characters are rendered with Noto Sans. |
var gulp = require('gulp'); | |
var concat = require('gulp-concat'); | |
var uglify = require('gulp-uglify'); | |
var uglifycss = require('gulp-uglifycss'); | |
var mainBowerFiles = require('main-bower-files'); | |
var gulpFilter = require('gulp-filter'); | |
gulp.task('default', function() { | |
var jsFilter = gulpFilter('**/*.js'); | |
var cssFilter = gulpFilter('**/*.css'); |
I want to verify this similarity by 語句類似度算出API of goo lab.
When specifying named arguments, you have to use =
, instead of <-
.
This code
data.frame(x2 <- x2, y2 <- y2)
is actually iterpreted like this: