Skip to content

Instantly share code, notes, and snippets.

View nuhyurdev's full-sized avatar

nuh yurduseven nuhyurdev

View GitHub Profile
@nuhyurdev
nuhyurdev / finAnalyzer-mercury.ipynb
Last active February 17, 2022 18:26
FinAnalyzer-mercury
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nuhyurdev
nuhyurdev / copy-of-timeseriespredicter.ipynb
Created October 15, 2021 17:34
Copy of timeSeriesPredicter.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nuhyurdev
nuhyurdev / tecnicalanalysis.ipynb
Last active October 15, 2021 17:36
tecnicalAnalysis.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NAME = "remote-Server"
IP = "192.168.1.XX"
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.hostname = NAME
config.vm.network "public_network", ip: IP
config.vm.provider "virtualbox" do |vb|
vb.customize ["modifyvm", :id, "--memory", '2048']