Skip to content

Instantly share code, notes, and snippets.

@EyeBool
EyeBool / Sine NN Approximation.ipynb
Created June 21, 2018 14:58
Sine Neural Network Approximation
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@EyeBool
EyeBool / script.py
Last active August 12, 2024 01:59
Tutorial: Creating a Sample Database for InfluxDB
#!/usr/bin/env python
# written for tutorial: https://medium.com/@eyebool/creating-a-sample-database-for-influxdb-102a89464132
FILEPATH = 'citibike_station_data.sample.log'
DATABASE = 'citibike_station_database'
HOST = 'localhost'
PORT = 8086
USER = 'root'
PASSWORD = 'root'