I hereby claim:
- I am aekrylov on github.
- I am aek (https://keybase.io/aek) on keybase.
- I have a public key ASDID7IxrrnUs7CMQdnT5MxWNb1ulYUBRNgAzg-JtNtGcQo
To claim this, I am signing this object:
--- ALL IN | |
Mean return: 4876.21 | |
Proportion of positives: 0.212 | |
Mean return for positives: 22955.23 | |
Median return for positives: 11.77 | |
Mean log-return for positives: 3.16 | |
Mean return for negatives: 0.07 | |
--- HALF | |
Mean return: 143.10 | |
Proportion of positives: 0.748 |
package ru.cg.selenium_test; | |
import java.io.File; | |
import java.io.IOException; | |
import java.net.MalformedURLException; | |
import java.net.URL; | |
import java.nio.file.Path; | |
import java.nio.file.Paths; | |
import java.util.LinkedList; | |
import java.util.concurrent.TimeUnit; |
I hereby claim:
To claim this, I am signing this object:
#ifndef BUILDING_NODE_EXTENSION | |
#define BUILDING_NODE_EXTENSION | |
#endif | |
#include "big_array.hpp" | |
#include <nan.h> | |
using namespace v8; | |
void InitAll(Handle<Object> target) { |