Skip to content

Instantly share code, notes, and snippets.

@gabrielmontagne
gabrielmontagne / .block
Last active January 11, 2017 10:28
Zambezi Grid -- edit cell values
license: mit
@gabrielmontagne
gabrielmontagne / .block
Last active January 10, 2017 17:18
Zambez Grid -- run header components
license: mit

I wanted to explore interpolation and extrapolation intra- and in-between frames from simple DL models that was trained to reconstruct an image.

The code that does the heavy lifting was remixed from Parag K. Mital's course repo notebooks -- which is licensed CC SA -- ... The code that puts it together is mine, also with the same license.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@gabrielmontagne
gabrielmontagne / .block
Last active October 20, 2016 11:10
Zambezi Grid -- cell popover
license: mit
@gabrielmontagne
gabrielmontagne / .block
Last active October 20, 2016 11:14
Stacked horizontal grid - WIP
height: 800
@gabrielmontagne
gabrielmontagne / .block
Last active May 23, 2017 06:33
Zambezi Grid -- row changed key optimization example
license: mit
height: 700
@gabrielmontagne
gabrielmontagne / .block
Last active October 11, 2016 15:04
Zambezi Grid -- Simple Nested Expanders
license: mit
@gabrielmontagne
gabrielmontagne / .block
Last active October 12, 2016 10:46
Zambezi Grid -- Nested pinned rows
license: mit
@gabrielmontagne
gabrielmontagne / index.html
Last active October 11, 2016 12:35
Zambezi Grid -- Simple custom column component
<!doctype html>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="https://npmcdn.com/[email protected]">
<div class="grid-target"></div>
<script src="https://npmcdn.com/[email protected]"></script>
<script src="https://d3js.org/d3.v4.js"></script>
<script src="https://npmcdn.com/[email protected]/faker.js"></script>
<script src="https://npmcdn.com/@zambezi/fun"></script>