Skip to content

Instantly share code, notes, and snippets.

View Flurrywinde's full-sized avatar

Flurrywinde Flurrywinde

  • California, USA
View GitHub Profile
@Flurrywinde
Flurrywinde / onename
Created October 8, 2017 00:18
onename
Verifying that "kanon11.id" is my Blockstack ID. https://onename.com/kanon11
@Flurrywinde
Flurrywinde / graph
Created March 29, 2022 21:47
test gv
digraph {
0 [label="START" shape=doublecircle fillcolor=chartreuse style=filled tooltip=""]
0 -> 67
67 [label="..." shape=box fillcolor=none style=filled tooltip="1: CREATE leadership 50
2: CREATE strength 50
4: Welcome to your very first ChoiceScript game! page_break Your majesty, your people are starving in t...
? (line 11)
"]
67 -> 64 [label="Make pre-emptive war on the western lands."]
64 [label="..." shape=box fillcolor=none style=filled tooltip="12: Make pre-emptive war on the western lands.
@Flurrywinde
Flurrywinde / python request module
Created March 30, 2022 01:02
GIST created by python code
digraph {
0 [ startln=0,shape=doublecircle,fillcolor=chartreuse,style=filled,label="START" ];
0 -> 2;
1 [ startln=-1,shape=doublecircle,fillcolor=firebrick,style=filled,label="END" ];
2 [ startln=1,shape=hexagon,fillcolor=powderblue,style=filled,label="CREATE leadership 50" ];
2 -> 3;
3 [ startln=2,shape=hexagon,fillcolor=powderblue,style=filled,label="CREATE strength 50" ];
3 -> 4;
4 [ startln=4,shape=box,fillcolor=none,style=filled,label="T[223]",tooltip="Welcome to your very first ChoiceScript game! page_break Your majesty, your people are starving in t..." ];
4 -> 5;
@Flurrywinde
Flurrywinde / python request module
Created March 30, 2022 01:07
GIST created by python code
digraph {
0 [ startln=0,shape=doublecircle,fillcolor=chartreuse,style=filled,label="START" ];
0 -> 2;
1 [ startln=-1,shape=doublecircle,fillcolor=firebrick,style=filled,label="END" ];
2 [ startln=1,shape=hexagon,fillcolor=powderblue,style=filled,label="CREATE leadership 50" ];
2 -> 3;
3 [ startln=2,shape=hexagon,fillcolor=powderblue,style=filled,label="CREATE strength 50" ];
3 -> 4;
4 [ startln=4,shape=box,fillcolor=none,style=filled,label="T[223]",tooltip="Welcome to your very first ChoiceScript game! page_break Your majesty, your people are starving in t..." ];
4 -> 5;
@Flurrywinde
Flurrywinde / python request module
Created March 30, 2022 01:09
GIST created by python code
digraph {
0 [ startln=0,shape=doublecircle,fillcolor=chartreuse,style=filled,label="START" ];
0 -> 2;
1 [ startln=-1,shape=doublecircle,fillcolor=firebrick,style=filled,label="END" ];
2 [ startln=1,shape=hexagon,fillcolor=powderblue,style=filled,label="CREATE leadership 50" ];
2 -> 3;
3 [ startln=2,shape=hexagon,fillcolor=powderblue,style=filled,label="CREATE strength 50" ];
3 -> 4;
4 [ startln=4,shape=box,fillcolor=none,style=filled,label="T[223]",tooltip="Welcome to your very first ChoiceScript game! page_break Your majesty, your people are starving in t..." ];
4 -> 5;
@Flurrywinde
Flurrywinde / python request module
Created March 30, 2022 01:09
GIST created by python code
digraph {
0 [ startln=0,shape=doublecircle,fillcolor=chartreuse,style=filled,label="START" ];
0 -> 2;
1 [ startln=-1,shape=doublecircle,fillcolor=firebrick,style=filled,label="END" ];
2 [ startln=1,shape=hexagon,fillcolor=powderblue,style=filled,label="CREATE leadership 50" ];
2 -> 3;
3 [ startln=2,shape=hexagon,fillcolor=powderblue,style=filled,label="CREATE strength 50" ];
3 -> 4;
4 [ startln=4,shape=box,fillcolor=none,style=filled,label="T[223]",tooltip="Welcome to your very first ChoiceScript game! page_break Your majesty, your people are starving in t..." ];
4 -> 5;
@Flurrywinde
Flurrywinde / python request module
Created March 30, 2022 01:10
GIST created by python code
digraph {
0 [ startln=0,shape=doublecircle,fillcolor=chartreuse,style=filled,label="START" ];
0 -> 2;
1 [ startln=-1,shape=doublecircle,fillcolor=firebrick,style=filled,label="END" ];
2 [ startln=1,shape=hexagon,fillcolor=powderblue,style=filled,label="CREATE leadership 50" ];
2 -> 3;
3 [ startln=2,shape=hexagon,fillcolor=powderblue,style=filled,label="CREATE strength 50" ];
3 -> 4;
4 [ startln=4,shape=box,fillcolor=none,style=filled,label="T[223]",tooltip="Welcome to your very first ChoiceScript game! page_break Your majesty, your people are starving in t..." ];
4 -> 5;
@Flurrywinde
Flurrywinde / python request module
Created March 30, 2022 01:13
GIST created by python code
digraph {
0 [ startln=0,shape=doublecircle,fillcolor=chartreuse,style=filled,label="START" ];
0 -> 2;
1 [ startln=-1,shape=doublecircle,fillcolor=firebrick,style=filled,label="END" ];
2 [ startln=1,shape=hexagon,fillcolor=powderblue,style=filled,label="CREATE leadership 50" ];
2 -> 3;
3 [ startln=2,shape=hexagon,fillcolor=powderblue,style=filled,label="CREATE strength 50" ];
3 -> 4;
4 [ startln=4,shape=box,fillcolor=none,style=filled,label="T[223]",tooltip="Welcome to your very first ChoiceScript game! page_break Your majesty, your people are starving in t..." ];
4 -> 5;
@Flurrywinde
Flurrywinde / cs_analysis
Created March 30, 2022 02:10
GIST created by python code
digraph {
0 [label="START" shape=doublecircle fillcolor=chartreuse style=filled tooltip=""]
0 -> 2 [label="None"]
2 [label="T[5790]" shape=box fillcolor=none style=filled tooltip="digraph { 0 [ startln=0,shape=doublecircle,fillcolor=chartreuse,style=filled,label="START" ]; 0 -> 2...."]
}
@Flurrywinde
Flurrywinde / cs_analysis
Created March 30, 2022 02:11
GIST created by python code
digraph {
0 [label="START" shape=doublecircle fillcolor=chartreuse style=filled tooltip=""]
0 -> 2 [label="None"]
2 [label="T[5790]" shape=box fillcolor=none style=filled tooltip="digraph { 0 [ startln=0,shape=doublecircle,fillcolor=chartreuse,style=filled,label="START" ]; 0 -> 2...."]
}