Skip to content

Instantly share code, notes, and snippets.

'use strict'
const TestHarness = require('../src/index')
let th = new TestHarness()
th.run({
name: 'y-loadfactor', // specify unique config name here
discordUserId: null, // id of Discord user to send alert from Prometheus to (use `Copy ID` on profile to get)
// should be string
A Conversion failed!
A delaying streamer for 6 seconds
A ffmpeg version 4.0.3 Copyright (c) 2000-2018 the FFmpeg developers
A built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.11) 20160609
A configuration: --disable-debug --disable-doc --disable-ffplay --enable-shared --enable-avresample --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-gpl --enable-libass --enable-libfreetype --enable-libvidstab --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx265 --enable-libxvid --enable-libx264 --enable-nonfree --enable-openssl --enable-libfdk_aac --enable-libkvazaar --enable-libaom --extra-libs=-lpthread --enable-postproc --enable-small --enable-version3 --extra-cflags=-I/opt/ffmpeg/include --extra-ldflags=-L/opt/ffmpeg/lib --extra-libs=-ldl --prefix=/opt/ffmpeg
A libavutil 56. 14.100 / 56. 14.100
A libavcodec 58. 18.100 / 58. 18.100
A libavformat 58. 12.100 / 58. 12.100
A libavdevice 58.

Objective


Get paratii to play livepeer streams in a seamless way.

What's the current structure of paratii player?

Paratii mainly compromises of 3 core parts:

  • paratii-js : This has all the logic required to interact with paratii-contracts on the blockchain, and
[
{
"_id": "QmNPZWg2F946MjvLKFmyFkQ3kP1PbUazsKof1cmFUoTf98",
"title": "CESC2017 - Sinclair Davidson - What is a Token?",
"description": "",
"price": 0,
"src": "/ipfs/QmVf18CJ4kBJTXVZKMWVm54obnwVzMQs6JU9YxuTfDm5F2",
"mimetype": "video/mp4",
"thumb": "https://i.ytimg.com/vi/sIp11sadEyU/default.jpg",
"stats": {
'use strict'
const _ = require('lodash')
class HlsjsIPFSLoader {
constructor(config) {
this.ipfs = config.ipfs
this.hash = config.ipfsHash
}
'''
Simple function to calculate BETA ,ALPHA and R^2 for stocks
http://blog.aboveindex.com/
'''
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
# statsmodels is used to do OLS regression
import statsmodels.api as sm
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
# we're using yahoo finance data, pandas datareader will import the data we need
from pandas_datareader.data import DataReader
def get_adj_prices(symbols,start_date):
df = pd.DataFrame()
for symbol in symbols:
# Package Information for pkg-config
prefix=M:/Software/opencv
exec_prefix=${prefix}/build/x64/vc11/bin
libdir=${prefix}/build/x64/vc11/lib
includedir_old=${prefix}/build/include/opencv
includedir_new=${prefix}/build/include
Name: OpenCV
Description: Open Source Computer Vision Library