Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am mko-io on github.
  • I am mko_io (https://keybase.io/mko_io) on keybase.
  • I have a public key ASCUPzxpVbyOTIfC6YWbHAfpQXWCB-xLahWLAIB1VXqhnAo

To claim this, I am signing this object:

(function(){return !this})() && process.exit(1)
(function(){return !this})() && process.exit(0)
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});
{
"metadata": {
"name": "",
"signature": "sha256:9aaa56a65db5dee4b72ed3dcbca0acb157c6bb103a4ba3ed90af6c0628c16b6f"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
(function() {
'use strict'
let QUnit = global.QUnit = require('qunitjs')
let qe = require('qunit-extras')
qe.runInContext(global)
QUnit.module('Math')
QUnit.test('pow', function(assert) {
let result = Math.pow(2, 2)
@lin7sh
lin7sh / style-guide.md
Created August 22, 2015 02:08
字幕规格指导

#字幕规格指导

  1. 句号和逗号都用空格代替(根据@Ling和@Lin的讨论)
  2. 使用分号
  3. 使用问号
  4. 使用感叹号
set nocompatible
filetype off " required!
filetype plugin indent on " required!
syntax on
set encoding=utf-8
if has("gui_running")
set guifont=Monaco:h13
set guioptions-=r
set guioptions-=L
set transparency=10