big import of my main blog to this one. still not 100% ready
1
.gitignore
vendored
@ -8,6 +8,7 @@ pelican-plugins/*
|
||||
#Python
|
||||
*.py[cod]
|
||||
venv/
|
||||
env/
|
||||
.ropeproject/
|
||||
|
||||
# C extensions
|
||||
|
134
_nb_header.html
@ -1544,69 +1544,69 @@ span#checkpoint_status,span#autosave_status{font-size:small}
|
||||
|
||||
|
||||
<style type="text/css">
|
||||
.highlight-ipynb .hll { background-color: #ffffcc }
|
||||
.highlight-ipynb { background: #f8f8f8; }
|
||||
.highlight-ipynb .c { color: #408080; font-style: italic } /* Comment */
|
||||
.highlight-ipynb .err { border: 1px solid #FF0000 } /* Error */
|
||||
.highlight-ipynb .k { color: #008000; font-weight: bold } /* Keyword */
|
||||
.highlight-ipynb .o { color: #666666 } /* Operator */
|
||||
.highlight-ipynb .cm { color: #408080; font-style: italic } /* Comment.Multiline */
|
||||
.highlight-ipynb .cp { color: #BC7A00 } /* Comment.Preproc */
|
||||
.highlight-ipynb .c1 { color: #408080; font-style: italic } /* Comment.Single */
|
||||
.highlight-ipynb .cs { color: #408080; font-style: italic } /* Comment.Special */
|
||||
.highlight-ipynb .gd { color: #A00000 } /* Generic.Deleted */
|
||||
.highlight-ipynb .ge { font-style: italic } /* Generic.Emph */
|
||||
.highlight-ipynb .gr { color: #FF0000 } /* Generic.Error */
|
||||
.highlight-ipynb .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
||||
.highlight-ipynb .gi { color: #00A000 } /* Generic.Inserted */
|
||||
.highlight-ipynb .go { color: #888888 } /* Generic.Output */
|
||||
.highlight-ipynb .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
|
||||
.highlight-ipynb .gs { font-weight: bold } /* Generic.Strong */
|
||||
.highlight-ipynb .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
||||
.highlight-ipynb .gt { color: #0044DD } /* Generic.Traceback */
|
||||
.highlight-ipynb .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
|
||||
.highlight-ipynb .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
|
||||
.highlight-ipynb .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
|
||||
.highlight-ipynb .kp { color: #008000 } /* Keyword.Pseudo */
|
||||
.highlight-ipynb .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
|
||||
.highlight-ipynb .kt { color: #B00040 } /* Keyword.Type */
|
||||
.highlight-ipynb .m { color: #666666 } /* Literal.Number */
|
||||
.highlight-ipynb .s { color: #BA2121 } /* Literal.String */
|
||||
.highlight-ipynb .na { color: #7D9029 } /* Name.Attribute */
|
||||
.highlight-ipynb .nb { color: #008000 } /* Name.Builtin */
|
||||
.highlight-ipynb .nc { color: #0000FF; font-weight: bold } /* Name.Class */
|
||||
.highlight-ipynb .no { color: #880000 } /* Name.Constant */
|
||||
.highlight-ipynb .nd { color: #AA22FF } /* Name.Decorator */
|
||||
.highlight-ipynb .ni { color: #999999; font-weight: bold } /* Name.Entity */
|
||||
.highlight-ipynb .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
|
||||
.highlight-ipynb .nf { color: #0000FF } /* Name.Function */
|
||||
.highlight-ipynb .nl { color: #A0A000 } /* Name.Label */
|
||||
.highlight-ipynb .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
|
||||
.highlight-ipynb .nt { color: #008000; font-weight: bold } /* Name.Tag */
|
||||
.highlight-ipynb .nv { color: #19177C } /* Name.Variable */
|
||||
.highlight-ipynb .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
|
||||
.highlight-ipynb .w { color: #bbbbbb } /* Text.Whitespace */
|
||||
.highlight-ipynb .mb { color: #666666 } /* Literal.Number.Bin */
|
||||
.highlight-ipynb .mf { color: #666666 } /* Literal.Number.Float */
|
||||
.highlight-ipynb .mh { color: #666666 } /* Literal.Number.Hex */
|
||||
.highlight-ipynb .mi { color: #666666 } /* Literal.Number.Integer */
|
||||
.highlight-ipynb .mo { color: #666666 } /* Literal.Number.Oct */
|
||||
.highlight-ipynb .sb { color: #BA2121 } /* Literal.String.Backtick */
|
||||
.highlight-ipynb .sc { color: #BA2121 } /* Literal.String.Char */
|
||||
.highlight-ipynb .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
|
||||
.highlight-ipynb .s2 { color: #BA2121 } /* Literal.String.Double */
|
||||
.highlight-ipynb .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
|
||||
.highlight-ipynb .sh { color: #BA2121 } /* Literal.String.Heredoc */
|
||||
.highlight-ipynb .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
|
||||
.highlight-ipynb .sx { color: #008000 } /* Literal.String.Other */
|
||||
.highlight-ipynb .sr { color: #BB6688 } /* Literal.String.Regex */
|
||||
.highlight-ipynb .s1 { color: #BA2121 } /* Literal.String.Single */
|
||||
.highlight-ipynb .ss { color: #19177C } /* Literal.String.Symbol */
|
||||
.highlight-ipynb .bp { color: #008000 } /* Name.Builtin.Pseudo */
|
||||
.highlight-ipynb .vc { color: #19177C } /* Name.Variable.Class */
|
||||
.highlight-ipynb .vg { color: #19177C } /* Name.Variable.Global */
|
||||
.highlight-ipynb .vi { color: #19177C } /* Name.Variable.Instance */
|
||||
.highlight-ipynb .il { color: #666666 } /* Literal.Number.Integer.Long */
|
||||
.highlight .hll { background-color: #ffffcc }
|
||||
.highlight { background: #f8f8f8; }
|
||||
.highlight .c { color: #408080; font-style: italic } /* Comment */
|
||||
.highlight .err { border: 1px solid #FF0000 } /* Error */
|
||||
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
|
||||
.highlight .o { color: #666666 } /* Operator */
|
||||
.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
|
||||
.highlight .cp { color: #BC7A00 } /* Comment.Preproc */
|
||||
.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
|
||||
.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
|
||||
.highlight .gd { color: #A00000 } /* Generic.Deleted */
|
||||
.highlight .ge { font-style: italic } /* Generic.Emph */
|
||||
.highlight .gr { color: #FF0000 } /* Generic.Error */
|
||||
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
||||
.highlight .gi { color: #00A000 } /* Generic.Inserted */
|
||||
.highlight .go { color: #888888 } /* Generic.Output */
|
||||
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
|
||||
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
||||
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
||||
.highlight .gt { color: #0044DD } /* Generic.Traceback */
|
||||
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
|
||||
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
|
||||
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
|
||||
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
|
||||
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
|
||||
.highlight .kt { color: #B00040 } /* Keyword.Type */
|
||||
.highlight .m { color: #666666 } /* Literal.Number */
|
||||
.highlight .s { color: #BA2121 } /* Literal.String */
|
||||
.highlight .na { color: #7D9029 } /* Name.Attribute */
|
||||
.highlight .nb { color: #008000 } /* Name.Builtin */
|
||||
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
|
||||
.highlight .no { color: #880000 } /* Name.Constant */
|
||||
.highlight .nd { color: #AA22FF } /* Name.Decorator */
|
||||
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
|
||||
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
|
||||
.highlight .nf { color: #0000FF } /* Name.Function */
|
||||
.highlight .nl { color: #A0A000 } /* Name.Label */
|
||||
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
|
||||
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
|
||||
.highlight .nv { color: #19177C } /* Name.Variable */
|
||||
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
|
||||
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
||||
.highlight .mb { color: #666666 } /* Literal.Number.Bin */
|
||||
.highlight .mf { color: #666666 } /* Literal.Number.Float */
|
||||
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
|
||||
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
|
||||
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
|
||||
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
|
||||
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
|
||||
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
|
||||
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
|
||||
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
|
||||
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
|
||||
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
|
||||
.highlight .sx { color: #008000 } /* Literal.String.Other */
|
||||
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
|
||||
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
|
||||
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
|
||||
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
|
||||
.highlight .vc { color: #19177C } /* Name.Variable.Class */
|
||||
.highlight .vg { color: #19177C } /* Name.Variable.Global */
|
||||
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
|
||||
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
|
||||
</style>
|
||||
|
||||
<style type="text/css">
|
||||
@ -1667,17 +1667,13 @@ init_mathjax = function() {
|
||||
if (window.MathJax) {
|
||||
// MathJax loaded
|
||||
MathJax.Hub.Config({
|
||||
TeX: {
|
||||
extensions: ["AMSmath.js"],
|
||||
equationNumbers: { autoNumber: "AMS", useLabelIds: true}
|
||||
},
|
||||
tex2jax: {
|
||||
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
|
||||
displayMath: [ ['$$','$$'], ["\\[","\\]"] ]
|
||||
},
|
||||
displayAlign: 'center', // Change this to 'center' to center equations.
|
||||
displayAlign: 'left', // Change this to 'center' to center equations.
|
||||
"HTML-CSS": {
|
||||
styles: {'.MathJax_Display': {"margin": 4}}
|
||||
styles: {'.MathJax_Display': {"margin": 0}}
|
||||
}
|
||||
});
|
||||
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
|
||||
|
@ -1 +1 @@
|
||||
code.xsteadfastx.org
|
||||
xsteadfastx.org
|
||||
|
BIN
content/images/00001980_big-150x150.jpg
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
content/images/00001980_big-300x227.jpg
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
content/images/00001980_big.jpeg
Normal file
After Width: | Height: | Size: 153 KiB |
BIN
content/images/0140_a32e-140x300.png
Normal file
After Width: | Height: | Size: 90 KiB |
BIN
content/images/0140_a32e-150x150.png
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
content/images/0140_a32e.png
Normal file
After Width: | Height: | Size: 475 KiB |
BIN
content/images/0250_9d32_480-150x150.jpg
Normal file
After Width: | Height: | Size: 7.8 KiB |
BIN
content/images/0250_9d32_480-200x300.jpg
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
content/images/0250_9d32_480.jpeg
Normal file
After Width: | Height: | Size: 71 KiB |
BIN
content/images/0420_0f27-150x150.gif
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
content/images/0420_0f27-300x162.gif
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
content/images/0420_0f27.gif
Normal file
After Width: | Height: | Size: 519 KiB |
BIN
content/images/0424-150x150.jpg
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
content/images/0424-300x169.jpg
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
content/images/0424.jpg
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
content/images/0551_7b31_480-150x150.jpeg
Normal file
After Width: | Height: | Size: 9.7 KiB |
BIN
content/images/0551_7b31_480-300x300.jpeg
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
content/images/0551_7b31_480.jpeg
Normal file
After Width: | Height: | Size: 74 KiB |
BIN
content/images/0580_847a_480-150x150.jpeg
Normal file
After Width: | Height: | Size: 9.1 KiB |
BIN
content/images/0580_847a_480-221x300.jpeg
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
content/images/0580_847a_480-480x288.jpeg
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
content/images/0580_847a_480.jpeg
Normal file
After Width: | Height: | Size: 62 KiB |
BIN
content/images/0587a699ed2ae98457a26aba08e92893-150x150.jpg
Normal file
After Width: | Height: | Size: 9.6 KiB |
BIN
content/images/0587a699ed2ae98457a26aba08e92893-300x225.jpg
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
content/images/0587a699ed2ae98457a26aba08e92893.jpg
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
content/images/0UN1I-150x150.jpg
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
content/images/0UN1I-300x246.jpg
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
content/images/0UN1I.jpg
Normal file
After Width: | Height: | Size: 217 KiB |
After Width: | Height: | Size: 6.0 KiB |
After Width: | Height: | Size: 12 KiB |
BIN
content/images/0f48c97ef0ed7ecf9d41a0f206edd6bb3081e2.jpg
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
content/images/1.-cover-150x150.jpg
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
content/images/1.-cover-300x300.jpg
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
content/images/1.-cover.jpg
Normal file
After Width: | Height: | Size: 272 KiB |
BIN
content/images/1000px-Gonzo.svg_-1000x500.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
content/images/1000px-Gonzo.svg_-150x150.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
content/images/1000px-Gonzo.svg_-203x300.png
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
content/images/1000px-Gonzo.svg_-694x1024.png
Normal file
After Width: | Height: | Size: 377 KiB |
BIN
content/images/1000px-Gonzo.svg_.png
Normal file
After Width: | Height: | Size: 102 KiB |
After Width: | Height: | Size: 206 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 30 KiB |
BIN
content/images/1024px-Boulevard_du_Temple_by_Daguerre.jpg
Normal file
After Width: | Height: | Size: 199 KiB |
After Width: | Height: | Size: 8.5 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 96 KiB |
After Width: | Height: | Size: 204 KiB |
After Width: | Height: | Size: 9.4 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 85 KiB |
BIN
content/images/1024px-Dinosaur_Jr._at_WTAI_in_Stockholm.jpg
Normal file
After Width: | Height: | Size: 154 KiB |
BIN
content/images/1024px-JMeese_dragon_flag-150x150.jpg
Normal file
After Width: | Height: | Size: 9.1 KiB |
BIN
content/images/1024px-JMeese_dragon_flag-300x200.jpg
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
content/images/1024px-JMeese_dragon_flag-624x418.jpg
Normal file
After Width: | Height: | Size: 75 KiB |
BIN
content/images/1024px-JMeese_dragon_flag.jpg
Normal file
After Width: | Height: | Size: 137 KiB |
BIN
content/images/1024px-KRPKR-150x150.jpg
Normal file
After Width: | Height: | Size: 8.2 KiB |
BIN
content/images/1024px-KRPKR-300x206.jpg
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
content/images/1024px-KRPKR-624x430.jpg
Normal file
After Width: | Height: | Size: 62 KiB |
BIN
content/images/1024px-KRPKR.jpg
Normal file
After Width: | Height: | Size: 142 KiB |
After Width: | Height: | Size: 280 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 35 KiB |
After Width: | Height: | Size: 315 KiB |
BIN
content/images/1024px-Zuse-Z-11-150x150.jpg
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
content/images/1024px-Zuse-Z-11-300x225.jpg
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
content/images/1024px-Zuse-Z-11-624x468.jpg
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
content/images/1024px-Zuse-Z-11.jpg
Normal file
After Width: | Height: | Size: 91 KiB |
BIN
content/images/1089386220-1-150x150.jpg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
content/images/1089386220-1-300x300.jpg
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
content/images/1089386220-1.jpg
Normal file
After Width: | Height: | Size: 214 KiB |
BIN
content/images/121209ApocalypseFINAL-111x1024.gif
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
content/images/121209ApocalypseFINAL-150x150.gif
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
content/images/121209ApocalypseFINAL-32x300.gif
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
content/images/121209ApocalypseFINAL.gif
Normal file
After Width: | Height: | Size: 1.8 MiB |
BIN
content/images/1420_15f6_480-150x150.gif
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
content/images/1420_15f6_480-300x300.gif
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
content/images/1420_15f6_480-480x288.gif
Normal file
After Width: | Height: | Size: 119 KiB |
BIN
content/images/1420_15f6_480.gif
Normal file
After Width: | Height: | Size: 1005 KiB |
BIN
content/images/148088455_a36ee1a04a_b-1024x550.jpg
Normal file
After Width: | Height: | Size: 196 KiB |
BIN
content/images/148088455_a36ee1a04a_b-150x150.jpg
Normal file
After Width: | Height: | Size: 9.5 KiB |
BIN
content/images/148088455_a36ee1a04a_b-300x225.jpg
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
content/images/148088455_a36ee1a04a_b.jpg
Normal file
After Width: | Height: | Size: 493 KiB |
BIN
content/images/15081279006_0b996576e9_z-150x150.jpg
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
content/images/15081279006_0b996576e9_z-300x200.jpg
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
content/images/15081279006_0b996576e9_z.jpg
Normal file
After Width: | Height: | Size: 107 KiB |
BIN
content/images/16002657579_08175292aa_z-150x150.jpg
Normal file
After Width: | Height: | Size: 9.6 KiB |
BIN
content/images/16002657579_08175292aa_z-300x145.jpg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
content/images/16002657579_08175292aa_z.jpg
Normal file
After Width: | Height: | Size: 90 KiB |
BIN
content/images/168462842283670351_pcOnR5R0_c-150x150.jpg
Normal file
After Width: | Height: | Size: 9.8 KiB |
BIN
content/images/168462842283670351_pcOnR5R0_c-300x224.jpg
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
content/images/168462842283670351_pcOnR5R0_c.jpg
Normal file
After Width: | Height: | Size: 68 KiB |
After Width: | Height: | Size: 104 KiB |
BIN
content/images/177188_10151028469670932_1677375619_o-150x150.jpg
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
content/images/177188_10151028469670932_1677375619_o-300x211.jpg
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
content/images/177188_10151028469670932_1677375619_o.jpg
Normal file
After Width: | Height: | Size: 180 KiB |
BIN
content/images/190-150x150.jpg
Normal file
After Width: | Height: | Size: 12 KiB |