What would you need:
- Postgres 9.3, 9.4, 9.5, 9.6 or 10 with cstore_fdw extention (https://github.com/citusdata/cstore_fdw)
- Docker 1.12.6 or higher
- Docker Compose
- Linux machine
Hardware requirements
| #load packages | |
| library(quantmod) | |
| library(rvest) | |
| library(reshape2) | |
| library(plotly) | |
| library(akima) | |
| #get underlying stock info and last trade date | |
| symbol <- "AAPL" | |
| priceInfo <- getQuote(symbol) |
| #generalized black scholes merton model | |
| gBSM <- function(S, X, sigma, r, q, ttm, type){ | |
| #S = stock price | |
| #X = strike price | |
| #sigma = volatility | |
| #r = risk free interest rate | |
| #q = dividend yield | |
| #ttm = time to maturity in days | |
| #type = option type | |
What would you need:
Hardware requirements
Source document at: http://nginx.org/en/docs/http/ngx_http_core_module.html#variables
Wiki document (deprecated) at: http://wiki.nginx.org/HttpCoreModule
Read only| Name | Description |
|---|
This is a quick-and-dirty guide to setting up a Raspberry Pi as a "router on a stick" to PrivateInternetAccess VPN.
Install Raspbian Jessie (2016-05-27-raspbian-jessie.img) to your Pi's sdcard.
Use the Raspberry Pi Configuration tool or sudo raspi-config to: