The spec has moved to a repo: https://github.com/defunctzombie/package-browser-field-spec to facilitate collaboration.
This file contains hidden or 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
(require 'package) | |
(add-to-list 'package-archives | |
'("melpa" . "https://melpa.org/packages/")) | |
(package-initialize) ;; You might already have this line | |
(require 'multiple-cursors) |
This file contains hidden or 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
/* | |
Fraction: an ES6 class to preserve decimal precision in rational number arithmetic | |
Notes: | |
- reliably preserves decimal precision for floats that can be represented in decimal with 16 decimal places or less | |
- for decimals with more than 16 decimal places, precision is preserved up to 16 decimal places | |
CONSTRUCTOR: | |
constructor([a|Number|Fraction]) => [Fraction]: returns a Fraction from a number |
This file contains hidden or 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
/** @jsx React.DOM */ | |
var SVGComponent = React.createClass({ | |
render: function() { | |
return this.transferPropsTo( | |
<svg>{this.props.children}</svg> | |
); | |
} | |
}); |
As configured in my dotfiles.
start new:
tmux
start new with session name: