This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const NOTIFICATION_PREFERENCES = ['email', 'sms', 'whatsapp']; | |
| const CustomerNotificationPreferencesResource = Joi.object() | |
| .keys({ | |
| invoice_created: Joi.array() | |
| .items(Joi.string().valid(NOTIFICATION_PREFERENCES)) | |
| .optional() | |
| .allow([]), | |
| invoice_reminder: Joi.array() | |
| .items(Joi.string().valid(NOTIFICATION_PREFERENCES)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| How to Open an Account: | |
| 1. Navigate to https://fbs.com/?ppu=15864506 | |
| If chrome is not working, use another browser | |
| 2. Once registered and email has been verified, Click > Open account | |
| - choose Cent (if you are planning to invest below $1000) | |
| - MetaTrader version: Metatrader 4 | |
| - Account currency: USD | |
| - Leverage: 1:1000 | |
| - choose Standard (if you are planning to invest above $1000) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ############################################### | |
| # To use: | |
| # chmod +x install-redis.sh | |
| # ./install-redis.sh | |
| ############################################### | |
| version=5.0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cl_crosshairalpha "255"; cl_crosshaircolor "5"; cl_crosshaircolor_b "0"; cl_crosshaircolor_r "0"; cl_crosshaircolor_g "250"; cl_crosshairdot "0"; cl_crosshairgap "-7"; cl_crosshairsize "1"; cl_crosshairstyle "2"; cl_crosshairusealpha "1"; cl_crosshairthickness "2.5"; cl_fixedcrosshairgap "-7"; cl_crosshair_outline "0"; cl_crosshair_outline_draw "0" |