- Ensure that fullscreen is on
- Disable spell checker
- Record using Quicktime (no audio)
- If possible select rectangle recording area
- Save with highest possible quality e.g 1920x1080
- Hide cursor if not needed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# railroady -v --hide-private -i -o test.dot -s 'app/resources/**/*_resource.rb' -C && neato -Tpng -O test.dot | |
# RailRoady - RoR diagrams generator | |
# http://railroad.rubyforge.org | |
# | |
# Copyright 2007-2008 - Javier Smaldone (http://www.smaldone.com.ar) | |
# See COPYING for more details | |
require 'railroady/app_diagram' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nocompatible | |
filetype off | |
set rtp+=~/.vim/bundle/Vundle.vim | |
" Change path if necessary | |
call vundle#begin('~/vim-ctrlspace-learning') | |
Plugin 'VundleVim/Vundle.vim' | |
Plugin 'szw/vim-ctrlspace' | |
Plugin 'NLKNguyen/papercolor-theme' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Ember from 'ember'; | |
var errorize = Ember.Object.extend({ | |
init() { | |
this._super(); | |
this.set('errorsList', {}); | |
}, | |
validObject() { | |
return !!this.get('errors'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```javascript | |
import errorize from '../../../utils/errorize'; | |
import { module, test } from 'qunit'; | |
module('Unit | Utility | errorize'); | |
test('errorize', function(assert) { | |
var errors = { | |
responseJSON: { | |
errors:[ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```javascript | |
import { errorize } from '../../../utils/errorize'; | |
import { module, test } from 'qunit'; | |
module('Unit | Utility | errorize'); | |
test('errorize', function(assert) { | |
var errors = { | |
responseJSON: { | |
errors:[ |
$ vim
[CTRL]+[C]
[B]
$ vim
<kbd>CTRL</kbd>+<kbd>C</kbd>
<kbd>b</kbd>
<kbd>a</kbd>
⌗ Add directory to bookmarks: /Users/ryrych/projects/ember_awesome/<kbd>Enter</kbd>
⌗ New bookmark name: Ember is Awesome Bookmark<kbd>Enter</kbd>
$ vim
# Open Ember project
[CTRL]+[SPACE]
[B]
>ember<
[Enter]
# Search for `README.md` and open it in the current tab without closing the plugin window
NewerOlder