View tag-list.js
This file contains 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
// If you just want a list of linkable tags | |
import React from 'react' | |
import { tags } from '@/tags' | |
function TagList() { | |
return ( | |
<ul className="divide-y divide-gray-200"> | |
View docker run traefik:1.7.0-rc3 --help
This file contains 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
traefik is a modern HTTP reverse proxy and load balancer made to deploy microservices with ease. | |
Complete documentation is available at https://traefik.io | |
Usage: traefik [--flag=flag_argument] [-f[flag_argument]] ... set flag_argument to flag(s) | |
or: traefik [--flag[=true|false| ]] [-f[true|false| ]] ... set true/false to boolean flag(s) | |
Available Commands: | |
bug Report an issue on Traefik bugtracker | |
healthcheck Calls traefik /ping to check health (web provider must be enabled) | |
storeconfig Store the static traefik configuration into a Key-value stores. Traefik will not start. |
View docker run traefik:1.6.6 --help
This file contains 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
traefik is a modern HTTP reverse proxy and load balancer made to deploy microservices with ease. | |
Complete documentation is available at https://traefik.io | |
Usage: traefik [--flag=flag_argument] [-f[flag_argument]] ... set flag_argument to flag(s) | |
or: traefik [--flag[=true|false| ]] [-f[true|false| ]] ... set true/false to boolean flag(s) | |
Available Commands: | |
bug Report an issue on Traefik bugtracker | |
healthcheck Calls traefik /ping to check health (web provider must be enabled) | |
storeconfig Store the static traefik configuration into a Key-value stores. Traefik will not start. |
View .zshrc
This file contains 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
# Path to your oh-my-zsh installation. | |
export ZSH=/Users/Anthony/.oh-my-zsh | |
export TERM="xterm-256color" | |
# Set name of the theme to load. | |
# Look in ~/.oh-my-zsh/themes/ | |
# Optionally, if you set this to "random", it'll load a random theme each | |
# time that oh-my-zsh is loaded. | |
ZSH_THEME="bullet-train" |
View evoPackage.cs
This file contains 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
package evolution_package { | |
function TR2Game::getTeamName(%game, %team) | |
{ | |
if ( $Evo::ThisMission::TeamName[%team] ) | |
{ | |
return $Evo::ThisMission::TeamName[%team]; | |
} | |
if($Evo::ETMMode && %team != 0) |
View PubSubReactExample.jsx
This file contains 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
/** | |
* PubSubReactExample.jsx | |
* https://anthonymineo.com/communication-between-independent-components-in-react-using-pubsubjs/ | |
* | |
* Anthony Mineo (@Mineo27) | |
* | |
* Disclaimer: The goal was to make this example easy to follow. | |
* Obviously, there are a number of optimizations that can be done to the code below. | |
**/ |
View grids.json
This file contains 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
[{"name":"BS4 - XL - 1140 (canvas:1470)","notation":"$v = | 65px | 15px | 15px |\n$vC = | 65px |\n150px | 15px | 15px | $v*11 | $vC | 15px | 15px | 150px ( vlp, | ~ )"},{"name":"BS4 - LG - 940 (canvas:1270)","notation":"150px | 17px | 15px | 48px | 15px | 15px | 48px | 15px | 15px | 48px | 15px | 15px | 48px | 15px | 15px | 48px | 15px | 15px | 48px | 15px | 15px | 48px | 15px | 15px | 48px | 15px | 15px | 48px | 15px | 15px | 48px | 15px | 15px | 48px | 15px | 15px | 48px | 15px | 17px | ( vlp )"},{"name":"BS4 - MD - 720 (canvas:1050)","notation":"150px | 15px | 15px | 30px | 15px | 15px | 30px | 15px | 15px | 30px | 15px | 15px | 30px | 15px | 15px | 30px | 15px | 15px | 30px | 15px | 15px | 30px | 15px | 15px | 30px | 15px | 15px | 30px | 15px | 15px | 30px | 15px | 15px | 30px | 15px | 15px | 30px | 15px | 15px | ( vlp )"}] |