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
| ytd-reel-shelf-renderer.style-scope.ytd-item-section-renderer {}ytd-reel-shelf-renderer.style-scope.ytd-item-section-renderer {}ytd-reel-shelf-renderer.style-scope.ytd-item-section-renderer {}ytd-reel-shelf-renderer.style-scope.ytd-item-section-renderer { | |
| display: none !important; | |
| } | |
| yt-icon#logo-icon:before { | |
| content: 'Customized...'; | |
| position: absolute; | |
| left:1em; | |
| top:0.5em; | |
| } |
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
| // Fields available to open a new position in kraken on a given asset | |
| { | |
| "Order Type": { | |
| "Description": "Type of order for execution", | |
| "Options": { | |
| "Market": { | |
| "description": "Executes at the current market price", | |
| "fields": {} | |
| }, | |
| "Limit": { |
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 | |
| # Put this file in your react project root. | |
| IMAGE="node:lts-alpine" | |
| OUTPUT_DIR="$(pwd)/../public/" | |
| if [ "$1" == "help" ]; then | |
| echo "Usage: $0 [command] [options]" | |
| echo | |
| echo "Commands:" | |
| echo " none build once and shutdown the container." |
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
| pcat() { | |
| local module_path | |
| module_path="$(pwd)" | |
| local allowed_extensions=( | |
| php module inc install profile theme engine py yml yaml twig html.twig js json css scss sass html ts sh mjs md Dockerfile dockerfile-dev code-workspace prettierrc | |
| ) | |
| local exclude_list=(".git/" "node_modules/" "dist/" "build/") |
OlderNewer