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
digraph g{ | |
rankdir=LR; | |
edge[samehead=h1, sametail=t1]; | |
a1->b->c1; | |
a2->b->c2; | |
edge[samehead=h2, sametail=t2]; | |
a3->b->c3; | |
a4->b->c4; | |
} |
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
license: mit |
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
license: mit |
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
license: mit |
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
license: mit |
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
license: mit |
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
body { | |
background: url(bk.png); | |
background-image: url(bk.png); | |
background-position-x: initial; | |
background-position-y: initial; | |
background-size: initial; | |
background-repeat-x: initial; | |
background-repeat-y: initial; | |
background-attachment: initial; | |
background-origin: initial; |
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
#!/usr/bin/env bash | |
# | |
# Free Pascal installation script for Unixy platforms. | |
# Copyright 1996-2004 Michael Van Canneyt, Marco van de Voort and Peter Vreman | |
# | |
# Don't edit this file. | |
# Everything can be set when the script is run. | |
# | |
# Release Version will be replaced by makepack |
NewerOlder