Request #1:
method: put
endpoint: https://api.ofdb.io/v0/events/4d2e31714cc64e4daf66890d4630a420
data:
{
"title":"Artaban Osterlager",
Request #1:
method: put
endpoint: https://api.ofdb.io/v0/events/4d2e31714cc64e4daf66890d4630a420
data:
{
"title":"Artaban Osterlager",
Request #1: post: https://api.ofdb.io/v0/events
data:
{
"title":"test",
"description":"asdfwerasdfert",
"tags":[
"coffee"
npm install -g yarn
git clone https://github.com/navid-kalaei/kartevonmorgen
cd kartevonmorgen
git checkout hotfix/v0.1.35
yarn install
{ | |
"title":"The Linux Command Line", | |
"subtitle":"A Complete Introduction", | |
"authors":[ | |
"William E. Shotts, Jr." | |
], | |
"publisher":"No Starch Press", | |
"publishedDate":"2012", | |
"description":"You've experienced the shiny, point-and-click surface of your Linux computer—now dive below and explore its depths with the power of the command line. The Linux Command Line takes you from your very first terminal keystrokes to writing full programs in Bash, the most popular Linux shell. Along the way you'll learn the timeless skills handed down by generations of gray-bearded, mouse-shunning gurus: file navigation, environment configuration, command chaining, pattern matching with regular expressions, and more. In addition to that practical knowledge, author William Shotts reveals the philosophy behind these tools and the rich heritage that your desktop Linux machine has inherited from Unix supercomputers of yore. As you make your way through the book's short, easily-digestible chapters, you'll lea |
import org.apache.spark.SparkContext | |
import org.apache.spark.SparkContext._ | |
import org.apache.spark.SparkConf | |
val appName = "Fibonacci 1" | |
val conf = new SparkConf() | |
conf.setAppName(appName) | |
val sparkCxt = new SparkContext(conf) | |
var seed1:BigInt = 1 |
# download and install Anaconda | |
# NOTE: don't forget to add it to the path. You should check something while installing! | |
https://www.anaconda.com/download/ | |
# verify the installation. It should print the conda version | |
conda --version | |
# download the merchant environment file | |
https://gist.github.com/navid-kalaei/0b56975b03faaad36f900c54f531c971 |
name: data | |
channels: | |
- conda-forge | |
- defaults | |
dependencies: | |
- appdirs=1.4.3=py_1 | |
- asn1crypto=0.24.0=py37_1003 | |
- atomicwrites=1.2.1=py_0 | |
- attrs=18.2.0=py_0 | |
- automat=0.7.0=py_1 |
_____ __ ____ | |
/ ___/____ ____ ______/ /__ / __ )__ __ | |
\__ \/ __ \/ __ `/ ___/ //_/ / __ / / / / | |
___/ / /_/ / /_/ / / / ,< / /_/ / /_/ / | |
/____/ .___/\__,_/_/ /_/|_| /_____/\__, / | |
/_/ /____/ | |
______ __ __ __ ___ | |
/ ____/___ _/ /____ ____ ___ ___ / /_ / /___ _____ ___ ____ _/ (_) | |
/ /_ / __ `/ __/ _ \/ __ `__ \/ _ \/ __ \ __ / / __ `/ __ `__ \/ __ `/ / / | |
/ __/ / /_/ / /_/ __/ / / / / / __/ / / / / /_/ / /_/ / / / / / / /_/ / / / |