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
' Not-ugly plantuml style defaults | |
skinparam style strictuml | |
skinparam defaultFontName Helvetica | |
skinparam sequenceMessageAlign center | |
skinparam monochrome true | |
skinparam shadowing false | |
skinparam roundcorner 8 | |
skinparam ParticipantPadding 40 | |
skinparam BoxPadding 40 |
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
'' | |
'' superhero theme based off of the bootstrap theme of the same name | |
'' https://bootswatch.com/superhero/ | |
'' | |
'' Author: Brett Schwarz | |
'' Copyright (c) 2019 by Brett Schwarz | |
!$THEME = "superhero-outline" | |
!if %not(%variable_exists("$BGCOLOR")) |
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
<style> | |
wbsDiagram { | |
node { | |
Padding 15 | |
Margin 15 | |
BackGroundColor lightblue | |
LineColor Black | |
} | |
rootNode { | |
Padding 15 |
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
""" | |
Requires python3 and pandas. | |
Add this to a file: | |
PS4='+ $EPOCHREALTIME\011 ' | |
exec 3>&2 2>/tmp/bashstart.$$.log | |
set -x | |
... | |
set +x |
OlderNewer