I hereby claim:
- I am lebek on github.
- I am lebek (https://keybase.io/lebek) on keybase.
- I have a public key whose fingerprint is 11ED 2123 8E5B 5F44 8558 108A 78F7 D964 0730 D900
To claim this, I am signing this object:
var histWidth = 2; // Number of bins in x | |
var histHeight = 2; // Number of bins in y | |
var pointWidth = 5; // Number of points in x | |
var pointHeight = 5; // Number of points in y | |
var xScale = d3.scale.quantile() | |
.domain([0, pointWidth-1]) | |
.range([0, histWidth-1]); | |
var yScale = d3.scale.quantile() | |
.domain([0, pointHeight-1]) |
{ | |
"metadata": { | |
"language": "Julia", | |
"name": "Untitled0" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ |
date | close | |
---|---|---|
2014-02-07 | 361.08 | |
2014-02-06 | 354.59 | |
2014-02-05 | 346.45 | |
2014-02-04 | 347.95 | |
2014-02-03 | 346.15 | |
2014-01-31 | 358.69 | |
2014-01-30 | 403.01 | |
2014-01-29 | 384.2 | |
2014-01-28 | 394.43 |
date | close | |
---|---|---|
2014-02-07 | 361.08 | |
2014-02-06 | 354.59 | |
2014-02-05 | 346.45 | |
2014-02-04 | 347.95 | |
2014-02-03 | 346.15 | |
2014-01-31 | 358.69 | |
2014-01-30 | 403.01 | |
2014-01-29 | 384.2 | |
2014-01-28 | 394.43 |
2014-02-07 | 361.08 | |
---|---|---|
2014-02-06 | 354.59 | |
2014-02-05 | 346.45 | |
2014-02-04 | 347.95 | |
2014-02-03 | 346.15 | |
2014-01-31 | 358.69 | |
2014-01-30 | 403.01 | |
2014-01-29 | 384.2 | |
2014-01-28 | 394.43 |
2014-02-07 | 361.08 | |
---|---|---|
2014-02-06 | 354.59 | |
2014-02-05 | 346.45 | |
2014-02-04 | 347.95 | |
2014-02-03 | 346.15 | |
2014-01-31 | 358.69 | |
2014-01-30 | 403.01 | |
2014-01-29 | 384.2 | |
2014-01-28 | 394.43 |
I hereby claim:
To claim this, I am signing this object:
import scalaz.stream._ | |
import scalaz.concurrent.Task | |
object test { | |
val P = Process | |
def logger: Sink[Task,String] = io.stdOutLines | |
def one: Writer[Task, String, Int] = P.tell("Running one") |
import numpy as np | |
import theano | |
import theano.tensor as T | |
class Point(): | |
def __init__(self, p): | |
self.p = p | |
class Vector(): |
class UMoveObjectCommand: public USketchCommand { | |
private: | |
FString SketchObjectGuid; | |
/* New transform in sketch-space */ | |
FTransform NewTransform; | |
public: | |
UMoveObjectCommand() {}; |