I hereby claim:
- I am bdkent on github.
- I am bdkent (https://keybase.io/bdkent) on keybase.
- I have a public key ASCC4S5kLYGNG8KXjNCkypge0zCisKgZoQ5qjXHNwFx50go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <div style={ {height: '500px'} }> | |
| <AutoSizer> | |
| { | |
| function (props) { | |
| var height = props.height; | |
| var width = props.width; | |
| return ( | |
| <Table height={height} width={width} rowCount={rowCount} rowHeight={25} headerHeight={50} | |
| className="table" rowGetter={rowGetter}> |
| var DEFAULT_CELL_HEIGHT = 250; | |
| var DEFAULT_CELL_SPACING = 10; | |
| function createFullWidthMasonry(props) { | |
| var cellSpacing = props.cellSpacing || DEFAULT_CELL_SPACING; | |
| var cellHeight = props.cellHeight || DEFAULT_CELL_HEIGHT; | |
| var keyMapper = props.keyMapper || _.identity(); |
| import scala.collection.mutable.ListBuffer | |
| import scala.annotation.tailrec | |
| object Converter { | |
| type Base = Int | |
| type Bit = Boolean | |
| def toBit(i: Int): Bit = { | |
| i match { |
| <div ui-tour ... > | |
| <tour-starter tour="tour" delay-ms="2000"></tour-starter> | |
| ... | |
| </div> |
| $ brew gist-logs camlp5 | |
| https://gist.github.com/4a1b4ba362a53f710174 |