- Lowercase
- Dashes Between Words
- Apply to Folder & Files
my-folder / my-file.css
//product.model.js | |
(function () { | |
'use strict'; | |
angular | |
.module('conta') | |
.factory('Product', ProductModel); | |
/** |
LOADING=false | |
usage() | |
{ | |
cat << EOF | |
usage: $0 [options] dbname | |
OPTIONS: | |
-h Show this help. | |
-l Load instead of export |
To compile node we need gcc, make and git to import node source code:
sudo yum install gcc-c++ make
sudo yum install openssl-devel
sudo yum install git
Cloning node.js source code:
git clone https://github.com/nodejs/node.git
# I use this script for make historical data of Ducascopy identical with FxClub forex broker. | |
# Then I can make deep historical optimization in MetaTrader 5 and use results in real trading on FxClub. | |
# You can edit some variables in code and code itself to edit Ducascopy historical data to make data as you need. | |
# Good luck. | |
import time | |
import pandas as pd | |
symbol = 'AUDUSD' |
nikita@MBP-Nikita gait-backend % docker-compose up --build --force-recreate | |
WARN[0000] The "RFook9WPRmDlk9rEOb" variable is not set. Defaulting to a blank string. | |
[+] Building 1.9s (9/9) FINISHED | |
=> [internal] load build definition from Dockerfile 0.0s | |
=> => transferring dockerfile: 32B 0.0s | |
=> [internal] load .dockerignore |
nikita@MBP-Nikita gait-backend % docker-compose up | |
WARN[0000] The "RFook9WPRmDlk9rEOb" variable is not set. Defaulting to a blank string. | |
[+] Building 2.5s (15/15) FINISHED | |
=> [gait-backend-api internal] load build definition from Dockerfile 0.0s | |
=> => transferring dockerfile: 32B 0.0s | |
=> [gait-backend-db internal] load build def |