Skip to content

Instantly share code, notes, and snippets.

View niieani's full-sized avatar

Bazyli Brzóska niieani

View GitHub Profile
@niieani
niieani / app.html
Last active June 25, 2016 20:31
Aurelia Observer Test + evaluate + connectable-binding change
<template>
<require from="./example"></require>
<binding-intercept-example if.bind="show"></binding-intercept-example>
</template>
@niieani
niieani / app.html
Last active November 22, 2017 19:43
Aurelia Observer Test + evaluate + connectable-binding change + fix
<template>
<require from="./example"></require>
<binding-intercept-example if.bind="show"></binding-intercept-example>
</template>
@niieani
niieani / app.html
Last active January 4, 2018 02:38
Aurelia Observer Test + AST hooks
<template>
<require from="./example"></require>
<binding-intercept-example if.bind="show"></binding-intercept-example>
</template>
@niieani
niieani / index.html
Created June 25, 2016 23:44
Benchmark
<html>
<head>
<script src="https://wzrd.in/bundle/lodash@4.11"></script>
<script src="https://wzrd.in/bundle/platform@1.3"></script>
<script src="https://wzrd.in/bundle/benchmark@2.1"></script>
</head>
<body>
<script>
var Benchmark = require('benchmark');
var suite = new Benchmark.Suite;
@niieani
niieani / index.html
Last active June 26, 2016 13:34
Benchmark Descriptor Getting/Setting
<html>
<head>
<script src="https://wzrd.in/bundle/lodash@4.11"></script>
<script src="https://wzrd.in/bundle/platform@1.3"></script>
<script src="https://wzrd.in/bundle/benchmark@2.1"></script>
</head>
<body>
<script src="script.js"></script>
</body>
</html>
@niieani
niieani / CONVERTING.md
Last active April 26, 2017 21:14
Nikon TassinFlat LUT files for Adobe Premiere / Adobe Speedgrade / Adobe After Effects

Installing and using lut_to_lut from ColorPipe-tools under Mac OS X

# install dependencies:
brew install homebrew/python/numpy homebrew/python/scipy
brew install opencolorio --with-python
git clone https://github.com/mikrosimage/ColorPipe-tools
cd ColorPipe-tools/lubLab
ln -s ../utils utils
@niieani
niieani / README.md
Last active July 20, 2016 19:38
Installing and using lut_to_lut from ColorPipe-tools under Mac OS X

Installing and using lut_to_lut from ColorPipe-tools under Mac OS X

# install dependencies:
brew install homebrew/python/numpy homebrew/python/scipy
brew install opencolorio --with-python
git clone https://github.com/mikrosimage/ColorPipe-tools
cd ColorPipe-tools/lubLab
ln -s ../utils utils
@niieani
niieani / index.html
Last active July 31, 2016 15:44
Scroll Wheel Pass-through
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GistRun</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="fixed">mouse wheel over this fixed content</div>
<div id="container">
@niieani
niieani / # opam - 2016-09-03_17-10-13.txt
Created September 3, 2016 15:11
opam on Mac OS X 10.12 - Homebrew build logs
Homebrew build logs for opam on Mac OS X 10.12
Build date: 2016-09-03 17:10:13
@niieani
niieani / # opam - 2016-09-03_17-31-47.txt
Created September 3, 2016 15:32
opam on Mac OS X 10.12 - Homebrew build logs
Homebrew build logs for opam on Mac OS X 10.12
Build date: 2016-09-03 17:31:47