Skip to content

Instantly share code, notes, and snippets.

@jonasholtkamp
jonasholtkamp / requirements.txt
Created November 27, 2017 08:13
Code Camp Trader.AI pip requirements
bleach==1.5.0
cycler==0.10.0
dependency-injector==3.8.0
enum34==1.1.6
h5py==2.7.1
html5lib==0.9999999
Keras==2.1.1
Markdown==2.6.9
matplotlib==2.1.0
numpy==1.13.3
@jonasholtkamp
jonasholtkamp / code_camp_preparation.md
Last active June 27, 2018 18:22
Preparations for Code Camp Machine Learning
{
"event": {
"eventStreamId": "user-31",
"eventId": "39334613-4613-4613-4613-154539334613",
"eventNumber": {
"low": 0,
"high": 0,
"unsigned": false
},
"eventType": "DeletionTest",
{
"event": null,
"link": {
"eventStreamId": "$et-DeletionTest",
"eventId": "6c773947-b4da-4099-a7cd-864255844263",
"eventNumber": {
"low": 0,
"high": 0,
"unsigned": false
},
const esClient = require('node-eventstore-client')
const uuid = require('uuid/v4')
const axios = require('axios')
const Long = require('long')
const createEventStoreUser = async () => {
const callOptions = {
baseURL: `http://localhost:2113`,
timeout: 5000,
auth: {
const esClient = require('node-eventstore-client')
const uuid = require('uuid/v4')
const axios = require('axios')
const Long = require('long')
const createEventStoreUser = async () => {
const callOptions = {
baseURL: `http://localhost:2113`,
timeout: 5000,
auth: {