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 | |
read -p "Enter Domain Name: " domain_name | |
#Change to your company details | |
commonname=$domain_name | |
country="US" | |
state="Las Vegas" | |
locality=$domain_name | |
organization=$domain_name |
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
using System; | |
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using MLAPI; | |
using MLAPI.SceneManagement; | |
using UnityEngine.SceneManagement; | |
using RufflesTransport; | |
namespace TankWar |
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
using System; | |
using cAlgo.API; | |
using cAlgo.API.Internals; | |
using cAlgo.API.Indicators; | |
using cAlgo.Indicators; | |
// Calgo Weiss Wave Indicator By RLB | |
namespace cAlgo | |
{ |
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
using System; | |
using cAlgo.API; | |
using cAlgo.API.Internals; | |
using cAlgo.API.Indicators; | |
// My crack at duplicating LazyBear's indicator from TradingView - RLB | |
namespace cAlgo.Indicators | |
{ | |
[Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)] |
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
<?php | |
namespace App\Payments\CoinPaymentsBundle\Security; | |
/** | |
* Very Simple Interface for HMAC Authentication for CoinPayments. | |
* Set this up somewhere. Add this class as a service and add the following to | |
* security.yaml in packages. | |
* | |
* coinpayments: | |
* memory: |