This commit is contained in:
McSinyx 2020-11-02 15:43:10 +00:00
parent 1c9c705224
commit a646429841
38 changed files with 774 additions and 435 deletions

View File

@ -24,6 +24,8 @@ I also use_ pretty much every social medium I advocate against:
<a href='https://www.facebook.com/McSinyx' class='fab fa-facebook'></a>
<a href='https://www.linkedin.com/in/McSinyx' class='fab fa-linkedin'></a>
Academically, I am also known as 0000-0003-2336-706X_.
This site is licensed under
a `Creative Commons Attribution-ShareAlike 4.0 International License`_.
@ -38,5 +40,6 @@ a `Creative Commons Attribution-ShareAlike 4.0 International License`_.
.. _free software: https://www.gnu.org/philosophy/free-sw.html
.. _Fediverse: https://en.wikipedia.org/wiki/Fediverse
.. _use: start.html
.. _0000-0003-2336-706X: https://orcid.org/0000-0003-2336-706X
.. _Creative Commons Attribution-ShareAlike 4.0 International License:
http://creativecommons.org/licenses/by-sa/4.0/

View File

@ -61,7 +61,7 @@ Lazip
Lazip__ is a Python library providing a read-only file-like object
lazily mapped to a ZIP file over HTTP via range requests.
__ https://lazip.rtfd.io
__ https://sr.ht/~cnx/lazip
Video Games
-----------

View File

@ -764,6 +764,7 @@ div.code-block-caption code {
}
table.highlighttable td.linenos,
span.linenos,
div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */
user-select: none;
}

View File

@ -285,9 +285,10 @@ var Documentation = {
initOnKeyListeners: function() {
$(document).keydown(function(event) {
var activeElementType = document.activeElement.tagName;
// don't navigate when in search box or textarea
// don't navigate when in search box, textarea, dropdown or button
if (activeElementType !== 'TEXTAREA' && activeElementType !== 'INPUT' && activeElementType !== 'SELECT'
&& !event.altKey && !event.ctrlKey && !event.metaKey && !event.shiftKey) {
&& activeElementType !== 'BUTTON' && !event.altKey && !event.ctrlKey && !event.metaKey
&& !event.shiftKey) {
switch (event.keyCode) {
case 37: // left
var prevHref = $('link[rel="prev"]').prop('href');

View File

@ -1,8 +1,8 @@
pre { line-height: 125%; margin: 0; }
td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
td.linenos pre { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; }
span.linenos { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; }
td.linenos pre.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight { background: #f8f8f8; }
.highlight .c { color: #408080; font-style: italic } /* Comment */

View File

@ -1,8 +1,8 @@
pre { line-height: 125%; margin: 0; }
td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
td.linenos pre { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; }
span.linenos { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; }
td.linenos pre.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #404040 }
.highlight { background: #202020; color: #d0d0d0 }
.highlight .c { color: #999999; font-style: italic } /* Comment */

View File

@ -1,2 +1,2 @@
!function(e,t){"function"==typeof define&&define.amd?define([],function(){return t(e)}):"object"==typeof exports?module.exports=t(e):e.Gumshoe=t(e)}("undefined"!=typeof global?global:"undefined"!=typeof window?window:this,function(u){"use strict";function f(e,t,n){var o;n.settings.events&&(o=new CustomEvent(e,{bubbles:!0,cancelable:!0,detail:n}),t.dispatchEvent(o))}function n(e){var t=0;if(e.offsetParent)for(;e;)t+=e.offsetTop,e=e.offsetParent;return 0<=t?t:0}function d(e){e&&e.sort(function(e,t){return n(e.content)<n(t.content)?-1:1})}function r(e,t,n){var o,s=e.getBoundingClientRect(),c="function"==typeof(o=t).offset?parseFloat(o.offset()):parseFloat(o.offset);return n?parseInt(s.bottom,10)<(u.innerHeight||document.documentElement.clientHeight):parseInt(s.top,10)<=c}function i(){return Math.ceil(u.innerHeight+u.pageYOffset)>=Math.max(document.body.scrollHeight,document.documentElement.scrollHeight,document.body.offsetHeight,document.documentElement.offsetHeight,document.body.clientHeight,document.documentElement.clientHeight)}function v(e,t){var n,o,s=e[e.length-1];if(n=s,o=t,!(!i()||!r(n.content,o,!0)))return s;for(var c=e.length-1;0<=c;c--)if(r(e[c].content,t))return e[c]}function m(e,t){var n;!e||(n=e.nav.closest("li"))&&(n.classList.remove(t.navClass),e.content.classList.remove(t.contentClass),o(n,t),f("gumshoeDeactivate",n,{link:e.nav,content:e.content,settings:t}))}var h={navClass:"active",contentClass:"active",nested:!1,nestedClass:"active",offset:0,reflow:!1,events:!0},o=function(e,t){var n;t.nested&&e.parentNode&&((n=e.parentNode.closest("li"))&&(n.classList.remove(t.nestedClass),o(n,t)))},p=function(e,t){var n;!t.nested||(n=e.parentNode.closest("li"))&&(n.classList.add(t.nestedClass),p(n,t))};return function(e,t){var n,s,c,o,r,i={setup:function(){n=document.querySelectorAll(e),s=[],Array.prototype.forEach.call(n,function(e){var t=document.getElementById(decodeURIComponent(e.hash.substr(1)));t&&s.push({nav:e,content:t})}),d(s)}};i.detect=function(){var e,t,n,o=v(s,r);o?c&&o.content===c.content||(m(c,r),t=r,!(e=o)||(n=e.nav.closest("li"))&&(n.classList.add(t.navClass),e.content.classList.add(t.contentClass),p(n,t),f("gumshoeActivate",n,{link:e.nav,content:e.content,settings:t})),c=o):c&&(m(c,r),c=null)};function l(e){o&&u.cancelAnimationFrame(o),o=u.requestAnimationFrame(i.detect)}function a(e){o&&u.cancelAnimationFrame(o),o=u.requestAnimationFrame(function(){d(s),i.detect()})}i.destroy=function(){c&&m(c,r),u.removeEventListener("scroll",l,!1),r.reflow&&u.removeEventListener("resize",a,!1),r=o=c=n=s=null};return r=function(){var n={};return Array.prototype.forEach.call(arguments,function(e){for(var t in e){if(!e.hasOwnProperty(t))return;n[t]=e[t]}}),n}(h,t||{}),i.setup(),i.detect(),u.addEventListener("scroll",l,!1),r.reflow&&u.addEventListener("resize",a,!1),i}}),function(o,s){var c=null,r=null;function e(){var t,n=!1;o.addEventListener("scroll",function(e){t=o.scrollY,n||(o.requestAnimationFrame(function(){var e;e=t,0==c.getBoundingClientRect().top?c.classList.add("scrolled"):c.classList.remove("scrolled"),null!==r&&(0==e?r.scrollTo(0,0):Math.ceil(o.innerHeight+e)>=s.body.offsetHeight&&r.scrollTo(0,r.scrollHeight)),n=!1}),n=!0)}),o.scroll()}s.addEventListener("DOMContentLoaded",function(){s.body.parentNode.classList.remove("no-js"),c=s.querySelector("header"),r=s.querySelector(".toc-scroll"),e(),null!==r&&new Gumshoe(".toc-tree a",{reflow:!0,recursive:!0,navClass:"scroll-current"})})}(window,document);
!function(e,t){"function"==typeof define&&define.amd?define([],function(){return t(e)}):"object"==typeof exports?module.exports=t(e):e.Gumshoe=t(e)}("undefined"!=typeof global?global:"undefined"!=typeof window?window:this,function(u){"use strict";function d(e,t,n){var o;n.settings.events&&(o=new CustomEvent(e,{bubbles:!0,cancelable:!0,detail:n}),t.dispatchEvent(o))}function n(e){var t=0;if(e.offsetParent)for(;e;)t+=e.offsetTop,e=e.offsetParent;return 0<=t?t:0}function f(e){e&&e.sort(function(e,t){return n(e.content)<n(t.content)?-1:1})}function r(e,t,n){var o,s=e.getBoundingClientRect(),c="function"==typeof(o=t).offset?parseFloat(o.offset()):parseFloat(o.offset);return n?parseInt(s.bottom,10)<(u.innerHeight||document.documentElement.clientHeight):parseInt(s.top,10)<=c}function i(){return Math.ceil(u.innerHeight+u.pageYOffset)>=Math.max(document.body.scrollHeight,document.documentElement.scrollHeight,document.body.offsetHeight,document.documentElement.offsetHeight,document.body.clientHeight,document.documentElement.clientHeight)}function v(e,t){var n,o,s=e[e.length-1];if(n=s,o=t,!(!i()||!r(n.content,o,!0)))return s;for(var c=e.length-1;0<=c;c--)if(r(e[c].content,t))return e[c]}function m(e,t){var n;!e||(n=e.nav.closest("li"))&&(n.classList.remove(t.navClass),e.content.classList.remove(t.contentClass),o(n,t),d("gumshoeDeactivate",n,{link:e.nav,content:e.content,settings:t}))}var p={navClass:"active",contentClass:"active",nested:!1,nestedClass:"active",offset:0,reflow:!1,events:!0},o=function(e,t){var n;t.nested&&e.parentNode&&((n=e.parentNode.closest("li"))&&(n.classList.remove(t.nestedClass),o(n,t)))},h=function(e,t){var n;!t.nested||(n=e.parentNode.closest("li"))&&(n.classList.add(t.nestedClass),h(n,t))};return function(e,t){var n,s,c,o,r,i={setup:function(){n=document.querySelectorAll(e),s=[],Array.prototype.forEach.call(n,function(e){var t=document.getElementById(decodeURIComponent(e.hash.substr(1)));t&&s.push({nav:e,content:t})}),f(s)}};i.detect=function(){var e,t,n,o=v(s,r);o?c&&o.content===c.content||(m(c,r),t=r,!(e=o)||(n=e.nav.closest("li"))&&(n.classList.add(t.navClass),e.content.classList.add(t.contentClass),h(n,t),d("gumshoeActivate",n,{link:e.nav,content:e.content,settings:t})),c=o):c&&(m(c,r),c=null)};function a(e){o&&u.cancelAnimationFrame(o),o=u.requestAnimationFrame(i.detect)}function l(e){o&&u.cancelAnimationFrame(o),o=u.requestAnimationFrame(function(){f(s),i.detect()})}i.destroy=function(){c&&m(c,r),u.removeEventListener("scroll",a,!1),r.reflow&&u.removeEventListener("resize",l,!1),r=o=c=n=s=null};return r=function(){var n={};return Array.prototype.forEach.call(arguments,function(e){for(var t in e){if(!e.hasOwnProperty(t))return;n[t]=e[t]}}),n}(p,t||{}),i.setup(),i.detect(),u.addEventListener("scroll",a,!1),r.reflow&&u.addEventListener("resize",l,!1),i}}),function(o,e){var s=null,c=null;function t(){var t,n=!1;o.addEventListener("scroll",function(e){t=o.scrollY,n||(o.requestAnimationFrame(function(){var e;e=t,0==s.getBoundingClientRect().top?s.classList.add("scrolled"):s.classList.remove("scrolled"),null!==c&&0==e&&c.scrollTo(0,0),n=!1}),n=!0)}),o.scroll()}e.addEventListener("DOMContentLoaded",function(){e.body.parentNode.classList.remove("no-js"),s=e.querySelector("header"),c=e.querySelector(".toc-scroll"),t(),null!==c&&new Gumshoe(".toc-tree a",{reflow:!0,recursive:!0,navClass:"scroll-current"})})}(window,document);
//# sourceMappingURL=main.js.map

File diff suppressed because one or more lines are too long

View File

@ -59,10 +59,10 @@ var Search = {
_pulse_status : -1,
htmlToText : function(htmlString) {
var htmlElement = document.createElement('span');
htmlElement.innerHTML = htmlString;
$(htmlElement).find('.headerlink').remove();
docContent = $(htmlElement).find('[role=main]')[0];
var virtualDocument = document.implementation.createHTMLDocument('virtual');
var htmlElement = $(htmlString, virtualDocument);
htmlElement.find('.headerlink').remove();
docContent = htmlElement.find('[role=main]')[0];
if(docContent === undefined) {
console.warn("Content block not found. Sphinx search tries to obtain it " +
"via '[role=main]'. Could you check your theme or template.");

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3,40 +3,48 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="#" /><link rel="search" title="Search" href="search.html" />
<link rel="shortcut icon" href="_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/>
<link rel="shortcut icon" href="_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/>
<title> - Raphael McSinyx</title>
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="_static/fab.css" />
<link rel="stylesheet" href="_static/styles/default.css?7ff305fe8a11c0fad57d7345">
<link rel="stylesheet" href="_static/styles/default.css?4859b2caa253aa551397e081">
<link rel="stylesheet" href="_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script><script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="_static/scripts/main.js?7ff305fe8a11c0fad57d7345"></script></head>
<script src="_static/scripts/main.js?4859b2caa253aa551397e081"></script></head>
<body dir="">
</body>

View File

@ -3,40 +3,48 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/>
<title>Unexpected Things When Youre Expecting - Raphael McSinyx</title>
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="../_static/fab.css" />
<link rel="stylesheet" href="../_static/styles/default.css?de278e203eb57a83385abe53">
<link rel="stylesheet" href="../_static/styles/default.css?910618d893ee31cc6f4fcdef">
<link rel="stylesheet" href="../_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="../_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script><script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../_static/scripts/main.js?de278e203eb57a83385abe53"></script></head>
<script src="../_static/scripts/main.js?910618d893ee31cc6f4fcdef"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -81,7 +89,9 @@
<label class="header-left nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
<div class="header-center"><div class="brand">Raphael McSinyx</div></div>
<div class="header-center">
<a href="../index.html"><div class="brand">Raphael McSinyx</div></a>
</div>
<div class="header-right"></div>
</header>
<aside class="sidebar-drawer">
@ -97,8 +107,9 @@
<input class="sidebar-search" placeholder="Search" name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-tree sidebar-scroll">
<ul>
</form><div class="sidebar-scroll">
<div class="sidebar-tree">
<ul>
<li class="toctree-l1"><a class="reference internal" href="../works.html">Free Software Works</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="../life/index.html">Meatspace Adventures</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../life/2010.html">Why the Name?</a></li>
@ -113,6 +124,8 @@
</li>
</ul>
</div>
<div id="ethical-ad-placement"></div>
</div>
</div>

View File

@ -3,40 +3,48 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/>
<title>The Wonderful Wizard of Ozip - Raphael McSinyx</title>
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="../_static/fab.css" />
<link rel="stylesheet" href="../_static/styles/default.css?efa709a8521b030aef7df9f8">
<link rel="stylesheet" href="../_static/styles/default.css?f822e75014e2f5e998fd1969">
<link rel="stylesheet" href="../_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="../_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script><script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../_static/scripts/main.js?efa709a8521b030aef7df9f8"></script></head>
<script src="../_static/scripts/main.js?f822e75014e2f5e998fd1969"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -81,7 +89,9 @@
<label class="header-left nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
<div class="header-center"><div class="brand">Raphael McSinyx</div></div>
<div class="header-center">
<a href="../index.html"><div class="brand">Raphael McSinyx</div></a>
</div>
<div class="header-right"></div>
</header>
<aside class="sidebar-drawer">
@ -97,8 +107,9 @@
<input class="sidebar-search" placeholder="Search" name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-tree sidebar-scroll">
<ul>
</form><div class="sidebar-scroll">
<div class="sidebar-tree">
<ul>
<li class="toctree-l1"><a class="reference internal" href="../works.html">Free Software Works</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="../life/index.html">Meatspace Adventures</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../life/2010.html">Why the Name?</a></li>
@ -113,6 +124,8 @@
</li>
</ul>
</div>
<div id="ethical-ad-placement"></div>
</div>
</div>

View File

@ -3,40 +3,48 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/>
<title>Im Not Drowning On My Own - Raphael McSinyx</title>
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="../_static/fab.css" />
<link rel="stylesheet" href="../_static/styles/default.css?4b3aa3b8a8cea4778f0b4aca">
<link rel="stylesheet" href="../_static/styles/default.css?59188c560f499ede7b386f10">
<link rel="stylesheet" href="../_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="../_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script><script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../_static/scripts/main.js?4b3aa3b8a8cea4778f0b4aca"></script></head>
<script src="../_static/scripts/main.js?59188c560f499ede7b386f10"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -81,7 +89,9 @@
<label class="header-left nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
<div class="header-center"><div class="brand">Raphael McSinyx</div></div>
<div class="header-center">
<a href="../index.html"><div class="brand">Raphael McSinyx</div></a>
</div>
<div class="header-right"></div>
</header>
<aside class="sidebar-drawer">
@ -97,8 +107,9 @@
<input class="sidebar-search" placeholder="Search" name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-tree sidebar-scroll">
<ul>
</form><div class="sidebar-scroll">
<div class="sidebar-tree">
<ul>
<li class="toctree-l1"><a class="reference internal" href="../works.html">Free Software Works</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="../life/index.html">Meatspace Adventures</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../life/2010.html">Why the Name?</a></li>
@ -113,6 +124,8 @@
</li>
</ul>
</div>
<div id="ethical-ad-placement"></div>
</div>
</div>

View File

@ -3,40 +3,48 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/>
<title>Ive Walked 500 Miles… - Raphael McSinyx</title>
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="../_static/fab.css" />
<link rel="stylesheet" href="../_static/styles/default.css?f7f54af84c0cdf633e674bfe">
<link rel="stylesheet" href="../_static/styles/default.css?beb0b2bb47ec477c626cb60e">
<link rel="stylesheet" href="../_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="../_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script><script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../_static/scripts/main.js?f7f54af84c0cdf633e674bfe"></script></head>
<script src="../_static/scripts/main.js?beb0b2bb47ec477c626cb60e"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -81,7 +89,9 @@
<label class="header-left nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
<div class="header-center"><div class="brand">Raphael McSinyx</div></div>
<div class="header-center">
<a href="../index.html"><div class="brand">Raphael McSinyx</div></a>
</div>
<div class="header-right"></div>
</header>
<aside class="sidebar-drawer">
@ -97,8 +107,9 @@
<input class="sidebar-search" placeholder="Search" name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-tree sidebar-scroll">
<ul>
</form><div class="sidebar-scroll">
<div class="sidebar-tree">
<ul>
<li class="toctree-l1"><a class="reference internal" href="../works.html">Free Software Works</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="../life/index.html">Meatspace Adventures</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../life/2010.html">Why the Name?</a></li>
@ -113,6 +124,8 @@
</li>
</ul>
</div>
<div id="ethical-ad-placement"></div>
</div>
</div>

View File

@ -3,40 +3,48 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/>
<title>Sorting Things Out - Raphael McSinyx</title>
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="../_static/fab.css" />
<link rel="stylesheet" href="../_static/styles/default.css?ecde2d5cca38d83120c0e39e">
<link rel="stylesheet" href="../_static/styles/default.css?f977d4220d8eb4b628748e0e">
<link rel="stylesheet" href="../_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="../_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script><script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../_static/scripts/main.js?ecde2d5cca38d83120c0e39e"></script></head>
<script src="../_static/scripts/main.js?f977d4220d8eb4b628748e0e"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -81,7 +89,9 @@
<label class="header-left nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
<div class="header-center"><div class="brand">Raphael McSinyx</div></div>
<div class="header-center">
<a href="../index.html"><div class="brand">Raphael McSinyx</div></a>
</div>
<div class="header-right"></div>
</header>
<aside class="sidebar-drawer">
@ -97,8 +107,9 @@
<input class="sidebar-search" placeholder="Search" name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-tree sidebar-scroll">
<ul>
</form><div class="sidebar-scroll">
<div class="sidebar-tree">
<ul>
<li class="toctree-l1"><a class="reference internal" href="../works.html">Free Software Works</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="../life/index.html">Meatspace Adventures</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../life/2010.html">Why the Name?</a></li>
@ -113,6 +124,8 @@
</li>
</ul>
</div>
<div id="ethical-ad-placement"></div>
</div>
</div>

View File

@ -3,40 +3,48 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/>
<title>Parallelizing Wheel Downloads - Raphael McSinyx</title>
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="../_static/fab.css" />
<link rel="stylesheet" href="../_static/styles/default.css?10423446e0cbc2f443162022">
<link rel="stylesheet" href="../_static/styles/default.css?fc12ad5324d152b9a11a1f37">
<link rel="stylesheet" href="../_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="../_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script><script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../_static/scripts/main.js?10423446e0cbc2f443162022"></script></head>
<script src="../_static/scripts/main.js?fc12ad5324d152b9a11a1f37"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -81,7 +89,9 @@
<label class="header-left nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
<div class="header-center"><div class="brand">Raphael McSinyx</div></div>
<div class="header-center">
<a href="../index.html"><div class="brand">Raphael McSinyx</div></a>
</div>
<div class="header-right"></div>
</header>
<aside class="sidebar-drawer">
@ -97,8 +107,9 @@
<input class="sidebar-search" placeholder="Search" name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-tree sidebar-scroll">
<ul>
</form><div class="sidebar-scroll">
<div class="sidebar-tree">
<ul>
<li class="toctree-l1"><a class="reference internal" href="../works.html">Free Software Works</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="../life/index.html">Meatspace Adventures</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../life/2010.html">Why the Name?</a></li>
@ -113,6 +124,8 @@
</li>
</ul>
</div>
<div id="ethical-ad-placement"></div>
</div>
</div>

View File

@ -3,40 +3,48 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/>
<title>Outro - Raphael McSinyx</title>
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="../_static/fab.css" />
<link rel="stylesheet" href="../_static/styles/default.css?06443c4603a9f0a8d39e5d43">
<link rel="stylesheet" href="../_static/styles/default.css?3299feb28cb44ae61c05fca2">
<link rel="stylesheet" href="../_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="../_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script><script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../_static/scripts/main.js?06443c4603a9f0a8d39e5d43"></script></head>
<script src="../_static/scripts/main.js?3299feb28cb44ae61c05fca2"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -81,7 +89,9 @@
<label class="header-left nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
<div class="header-center"><div class="brand">Raphael McSinyx</div></div>
<div class="header-center">
<a href="../index.html"><div class="brand">Raphael McSinyx</div></a>
</div>
<div class="header-right"></div>
</header>
<aside class="sidebar-drawer">
@ -97,8 +107,9 @@
<input class="sidebar-search" placeholder="Search" name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-tree sidebar-scroll">
<ul>
</form><div class="sidebar-scroll">
<div class="sidebar-tree">
<ul>
<li class="toctree-l1"><a class="reference internal" href="../works.html">Free Software Works</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="../life/index.html">Meatspace Adventures</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../life/2010.html">Why the Name?</a></li>
@ -113,6 +124,8 @@
</li>
</ul>
</div>
<div id="ethical-ad-placement"></div>
</div>
</div>

View File

@ -3,40 +3,48 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/>
<title>First Check-In - Raphael McSinyx</title>
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="../_static/fab.css" />
<link rel="stylesheet" href="../_static/styles/default.css?abb5198c765cb3dc95d0c23d">
<link rel="stylesheet" href="../_static/styles/default.css?b86318ace6b7cb9f69c27042">
<link rel="stylesheet" href="../_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="../_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script><script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../_static/scripts/main.js?abb5198c765cb3dc95d0c23d"></script></head>
<script src="../_static/scripts/main.js?b86318ace6b7cb9f69c27042"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -81,7 +89,9 @@
<label class="header-left nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
<div class="header-center"><div class="brand">Raphael McSinyx</div></div>
<div class="header-center">
<a href="../index.html"><div class="brand">Raphael McSinyx</div></a>
</div>
<div class="header-right"></div>
</header>
<aside class="sidebar-drawer">
@ -97,8 +107,9 @@
<input class="sidebar-search" placeholder="Search" name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-tree sidebar-scroll">
<ul>
</form><div class="sidebar-scroll">
<div class="sidebar-tree">
<ul>
<li class="toctree-l1"><a class="reference internal" href="../works.html">Free Software Works</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="../life/index.html">Meatspace Adventures</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../life/2010.html">Why the Name?</a></li>
@ -113,6 +124,8 @@
</li>
</ul>
</div>
<div id="ethical-ad-placement"></div>
</div>
</div>

View File

@ -3,40 +3,48 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/>
<title>Second Check-In - Raphael McSinyx</title>
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="../_static/fab.css" />
<link rel="stylesheet" href="../_static/styles/default.css?f654f1e4588b23f0b06472ae">
<link rel="stylesheet" href="../_static/styles/default.css?8e3c07b3da6c5d33bc3b18aa">
<link rel="stylesheet" href="../_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="../_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script><script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../_static/scripts/main.js?f654f1e4588b23f0b06472ae"></script></head>
<script src="../_static/scripts/main.js?8e3c07b3da6c5d33bc3b18aa"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -81,7 +89,9 @@
<label class="header-left nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
<div class="header-center"><div class="brand">Raphael McSinyx</div></div>
<div class="header-center">
<a href="../index.html"><div class="brand">Raphael McSinyx</div></a>
</div>
<div class="header-right"></div>
</header>
<aside class="sidebar-drawer">
@ -97,8 +107,9 @@
<input class="sidebar-search" placeholder="Search" name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-tree sidebar-scroll">
<ul>
</form><div class="sidebar-scroll">
<div class="sidebar-tree">
<ul>
<li class="toctree-l1"><a class="reference internal" href="../works.html">Free Software Works</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="../life/index.html">Meatspace Adventures</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../life/2010.html">Why the Name?</a></li>
@ -113,6 +124,8 @@
</li>
</ul>
</div>
<div id="ethical-ad-placement"></div>
</div>
</div>

View File

@ -3,40 +3,48 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/>
<title>Third Check-In - Raphael McSinyx</title>
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="../_static/fab.css" />
<link rel="stylesheet" href="../_static/styles/default.css?9a41cd9f2f83e838224cf8e6">
<link rel="stylesheet" href="../_static/styles/default.css?49e9a02b0c8a499391e6d4f3">
<link rel="stylesheet" href="../_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="../_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script><script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../_static/scripts/main.js?9a41cd9f2f83e838224cf8e6"></script></head>
<script src="../_static/scripts/main.js?49e9a02b0c8a499391e6d4f3"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -81,7 +89,9 @@
<label class="header-left nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
<div class="header-center"><div class="brand">Raphael McSinyx</div></div>
<div class="header-center">
<a href="../index.html"><div class="brand">Raphael McSinyx</div></a>
</div>
<div class="header-right"></div>
</header>
<aside class="sidebar-drawer">
@ -97,8 +107,9 @@
<input class="sidebar-search" placeholder="Search" name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-tree sidebar-scroll">
<ul>
</form><div class="sidebar-scroll">
<div class="sidebar-tree">
<ul>
<li class="toctree-l1"><a class="reference internal" href="../works.html">Free Software Works</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="../life/index.html">Meatspace Adventures</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../life/2010.html">Why the Name?</a></li>
@ -113,6 +124,8 @@
</li>
</ul>
</div>
<div id="ethical-ad-placement"></div>
</div>
</div>

View File

@ -3,40 +3,48 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/>
<title>Fourth Check-In - Raphael McSinyx</title>
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="../_static/fab.css" />
<link rel="stylesheet" href="../_static/styles/default.css?766f8328a43e5ef6d95abcbe">
<link rel="stylesheet" href="../_static/styles/default.css?9a396de14721a3d45086c1aa">
<link rel="stylesheet" href="../_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="../_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script><script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../_static/scripts/main.js?766f8328a43e5ef6d95abcbe"></script></head>
<script src="../_static/scripts/main.js?9a396de14721a3d45086c1aa"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -81,7 +89,9 @@
<label class="header-left nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
<div class="header-center"><div class="brand">Raphael McSinyx</div></div>
<div class="header-center">
<a href="../index.html"><div class="brand">Raphael McSinyx</div></a>
</div>
<div class="header-right"></div>
</header>
<aside class="sidebar-drawer">
@ -97,8 +107,9 @@
<input class="sidebar-search" placeholder="Search" name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-tree sidebar-scroll">
<ul>
</form><div class="sidebar-scroll">
<div class="sidebar-tree">
<ul>
<li class="toctree-l1"><a class="reference internal" href="../works.html">Free Software Works</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="../life/index.html">Meatspace Adventures</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../life/2010.html">Why the Name?</a></li>
@ -113,6 +124,8 @@
</li>
</ul>
</div>
<div id="ethical-ad-placement"></div>
</div>
</div>

View File

@ -3,40 +3,48 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/>
<title>Fifth Check-In - Raphael McSinyx</title>
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="../_static/fab.css" />
<link rel="stylesheet" href="../_static/styles/default.css?3ddf5431d7133ca5a23d70bf">
<link rel="stylesheet" href="../_static/styles/default.css?78a13be1a21128a5ac18ee6a">
<link rel="stylesheet" href="../_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="../_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script><script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../_static/scripts/main.js?3ddf5431d7133ca5a23d70bf"></script></head>
<script src="../_static/scripts/main.js?78a13be1a21128a5ac18ee6a"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -81,7 +89,9 @@
<label class="header-left nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
<div class="header-center"><div class="brand">Raphael McSinyx</div></div>
<div class="header-center">
<a href="../index.html"><div class="brand">Raphael McSinyx</div></a>
</div>
<div class="header-right"></div>
</header>
<aside class="sidebar-drawer">
@ -97,8 +107,9 @@
<input class="sidebar-search" placeholder="Search" name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-tree sidebar-scroll">
<ul>
</form><div class="sidebar-scroll">
<div class="sidebar-tree">
<ul>
<li class="toctree-l1"><a class="reference internal" href="../works.html">Free Software Works</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="../life/index.html">Meatspace Adventures</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../life/2010.html">Why the Name?</a></li>
@ -113,6 +124,8 @@
</li>
</ul>
</div>
<div id="ethical-ad-placement"></div>
</div>
</div>

View File

@ -3,40 +3,48 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/>
<title>Sixth Check-In - Raphael McSinyx</title>
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="../_static/fab.css" />
<link rel="stylesheet" href="../_static/styles/default.css?81a9d76662a0e896fed48164">
<link rel="stylesheet" href="../_static/styles/default.css?37087d5314fafb8121e09af2">
<link rel="stylesheet" href="../_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="../_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script><script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../_static/scripts/main.js?81a9d76662a0e896fed48164"></script></head>
<script src="../_static/scripts/main.js?37087d5314fafb8121e09af2"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -81,7 +89,9 @@
<label class="header-left nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
<div class="header-center"><div class="brand">Raphael McSinyx</div></div>
<div class="header-center">
<a href="../index.html"><div class="brand">Raphael McSinyx</div></a>
</div>
<div class="header-right"></div>
</header>
<aside class="sidebar-drawer">
@ -97,8 +107,9 @@
<input class="sidebar-search" placeholder="Search" name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-tree sidebar-scroll">
<ul>
</form><div class="sidebar-scroll">
<div class="sidebar-tree">
<ul>
<li class="toctree-l1"><a class="reference internal" href="../works.html">Free Software Works</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="../life/index.html">Meatspace Adventures</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../life/2010.html">Why the Name?</a></li>
@ -113,6 +124,8 @@
</li>
</ul>
</div>
<div id="ethical-ad-placement"></div>
</div>
</div>

View File

@ -3,40 +3,48 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/>
<title>Final Check-In - Raphael McSinyx</title>
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="../_static/fab.css" />
<link rel="stylesheet" href="../_static/styles/default.css?3a99549ddde6dd1229c4291a">
<link rel="stylesheet" href="../_static/styles/default.css?0486ee357d18573bf2a731ad">
<link rel="stylesheet" href="../_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="../_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script><script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../_static/scripts/main.js?3a99549ddde6dd1229c4291a"></script></head>
<script src="../_static/scripts/main.js?0486ee357d18573bf2a731ad"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -81,7 +89,9 @@
<label class="header-left nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
<div class="header-center"><div class="brand">Raphael McSinyx</div></div>
<div class="header-center">
<a href="../index.html"><div class="brand">Raphael McSinyx</div></a>
</div>
<div class="header-right"></div>
</header>
<aside class="sidebar-drawer">
@ -97,8 +107,9 @@
<input class="sidebar-search" placeholder="Search" name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-tree sidebar-scroll">
<ul>
</form><div class="sidebar-scroll">
<div class="sidebar-tree">
<ul>
<li class="toctree-l1"><a class="reference internal" href="../works.html">Free Software Works</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="../life/index.html">Meatspace Adventures</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../life/2010.html">Why the Name?</a></li>
@ -113,6 +124,8 @@
</li>
</ul>
</div>
<div id="ethical-ad-placement"></div>
</div>
</div>

View File

@ -3,40 +3,48 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/>
<title>Google Summer of Code 2020 - Raphael McSinyx</title>
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="../_static/fab.css" />
<link rel="stylesheet" href="../_static/styles/default.css?b4ec6d00f5ebdce7dcc20d5a">
<link rel="stylesheet" href="../_static/styles/default.css?812af7a627c1ace1d26c81ab">
<link rel="stylesheet" href="../_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="../_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script><script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../_static/scripts/main.js?b4ec6d00f5ebdce7dcc20d5a"></script></head>
<script src="../_static/scripts/main.js?812af7a627c1ace1d26c81ab"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -81,7 +89,9 @@
<label class="header-left nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
<div class="header-center"><div class="brand">Raphael McSinyx</div></div>
<div class="header-center">
<a href="../index.html"><div class="brand">Raphael McSinyx</div></a>
</div>
<div class="header-right"></div>
</header>
<aside class="sidebar-drawer">
@ -97,8 +107,9 @@
<input class="sidebar-search" placeholder="Search" name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-tree sidebar-scroll">
<ul>
</form><div class="sidebar-scroll">
<div class="sidebar-tree">
<ul>
<li class="toctree-l1"><a class="reference internal" href="../works.html">Free Software Works</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="../life/index.html">Meatspace Adventures</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../life/2010.html">Why the Name?</a></li>
@ -113,6 +124,8 @@
</li>
</ul>
</div>
<div id="ethical-ad-placement"></div>
</div>
</div>

View File

@ -3,40 +3,48 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Free Software Works" href="works.html" />
<link rel="shortcut icon" href="_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/>
<link rel="shortcut icon" href="_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/>
<title>Home - Raphael McSinyx</title>
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="_static/fab.css" />
<link rel="stylesheet" href="_static/styles/default.css?3faef73cf756628a0132b426">
<link rel="stylesheet" href="_static/styles/default.css?ebcbb65a964b00ff2c1159f9">
<link rel="stylesheet" href="_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script><script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="_static/scripts/main.js?3faef73cf756628a0132b426"></script></head>
<script src="_static/scripts/main.js?ebcbb65a964b00ff2c1159f9"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -81,7 +89,9 @@
<label class="header-left nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
<div class="header-center"><div class="brand">Raphael McSinyx</div></div>
<div class="header-center">
<a href="#"><div class="brand">Raphael McSinyx</div></a>
</div>
<div class="header-right"></div>
</header>
<aside class="sidebar-drawer">
@ -97,8 +107,9 @@
<input class="sidebar-search" placeholder="Search" name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-tree sidebar-scroll">
<ul>
</form><div class="sidebar-scroll">
<div class="sidebar-tree">
<ul>
<li class="toctree-l1"><a class="reference internal" href="works.html">Free Software Works</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="life/index.html">Meatspace Adventures</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="life/2010.html">Why the Name?</a></li>
@ -113,6 +124,8 @@
</li>
</ul>
</div>
<div id="ethical-ad-placement"></div>
</div>
</div>
@ -142,7 +155,8 @@ McSinyx on the <a class="reference external" href="https://en.wikipedia.org/wiki
<a class="fab fa-soundcloud" href="https://soundcloud.com/mcsinyx"></a>
<a class="fab fa-stack-exchange" href="https://stackexchange.com/users/6379504/mcsinyx"></a>
<a class="fab fa-facebook" href="https://www.facebook.com/McSinyx"></a>
<a class="fab fa-linkedin" href="https://www.linkedin.com/in/McSinyx"></a><p>This site is licensed under
<a class="fab fa-linkedin" href="https://www.linkedin.com/in/McSinyx"></a><p>Academically, I am also known as <a class="reference external" href="https://orcid.org/0000-0003-2336-706X">0000-0003-2336-706X</a>.</p>
<p>This site is licensed under
a <a class="reference external" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</p>
<div class="toctree-wrapper compound">
</div>

View File

@ -3,40 +3,48 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="The Year after the Apocalypse" href="2013.html" /><link rel="prev" title="Meatspace Adventures" href="index.html" />
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/>
<title>Why the Name? - Raphael McSinyx</title>
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="../_static/fab.css" />
<link rel="stylesheet" href="../_static/styles/default.css?c255662650d9c29aa1d9cadd">
<link rel="stylesheet" href="../_static/styles/default.css?c4685324ff8a5b8db7535af3">
<link rel="stylesheet" href="../_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="../_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script><script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../_static/scripts/main.js?c255662650d9c29aa1d9cadd"></script></head>
<script src="../_static/scripts/main.js?c4685324ff8a5b8db7535af3"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -81,7 +89,9 @@
<label class="header-left nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
<div class="header-center"><div class="brand">Raphael McSinyx</div></div>
<div class="header-center">
<a href="../index.html"><div class="brand">Raphael McSinyx</div></a>
</div>
<div class="header-right"></div>
</header>
<aside class="sidebar-drawer">
@ -97,8 +107,9 @@
<input class="sidebar-search" placeholder="Search" name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-tree sidebar-scroll">
<ul class="current">
</form><div class="sidebar-scroll">
<div class="sidebar-tree">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../works.html">Free Software Works</a></li>
<li class="toctree-l1 current has-children"><a class="reference internal" href="index.html">Meatspace Adventures</a><input checked="" class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul class="current">
<li class="toctree-l2 current current-page"><a class="current reference internal" href="#">Why the Name?</a></li>
@ -113,6 +124,8 @@
</li>
</ul>
</div>
<div id="ethical-ad-placement"></div>
</div>
</div>

View File

@ -3,40 +3,48 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="The 2020 Experience" href="2020.html" /><link rel="prev" title="Why the Name?" href="2010.html" />
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/>
<title>The Year after the Apocalypse - Raphael McSinyx</title>
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="../_static/fab.css" />
<link rel="stylesheet" href="../_static/styles/default.css?8fc1b89bb4bd0d603a480ddc">
<link rel="stylesheet" href="../_static/styles/default.css?9112bd3750805c813cd37bf6">
<link rel="stylesheet" href="../_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="../_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script><script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../_static/scripts/main.js?8fc1b89bb4bd0d603a480ddc"></script></head>
<script src="../_static/scripts/main.js?9112bd3750805c813cd37bf6"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -81,7 +89,9 @@
<label class="header-left nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
<div class="header-center"><div class="brand">Raphael McSinyx</div></div>
<div class="header-center">
<a href="../index.html"><div class="brand">Raphael McSinyx</div></a>
</div>
<div class="header-right"></div>
</header>
<aside class="sidebar-drawer">
@ -97,8 +107,9 @@
<input class="sidebar-search" placeholder="Search" name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-tree sidebar-scroll">
<ul class="current">
</form><div class="sidebar-scroll">
<div class="sidebar-tree">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../works.html">Free Software Works</a></li>
<li class="toctree-l1 current has-children"><a class="reference internal" href="index.html">Meatspace Adventures</a><input checked="" class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="2010.html">Why the Name?</a></li>
@ -113,6 +124,8 @@
</li>
</ul>
</div>
<div id="ethical-ad-placement"></div>
</div>
</div>

View File

@ -3,40 +3,48 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Bootleg Lambda Calculus" href="../math/index.html" /><link rel="prev" title="The Year after the Apocalypse" href="2013.html" />
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/>
<title>The 2020 Experience - Raphael McSinyx</title>
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="../_static/fab.css" />
<link rel="stylesheet" href="../_static/styles/default.css?e29ad209c316aa726080b71d">
<link rel="stylesheet" href="../_static/styles/default.css?e4be1300c310ab47e97089f3">
<link rel="stylesheet" href="../_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="../_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script><script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../_static/scripts/main.js?e29ad209c316aa726080b71d"></script></head>
<script src="../_static/scripts/main.js?e4be1300c310ab47e97089f3"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -81,7 +89,9 @@
<label class="header-left nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
<div class="header-center"><div class="brand">Raphael McSinyx</div></div>
<div class="header-center">
<a href="../index.html"><div class="brand">Raphael McSinyx</div></a>
</div>
<div class="header-right"></div>
</header>
<aside class="sidebar-drawer">
@ -97,8 +107,9 @@
<input class="sidebar-search" placeholder="Search" name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-tree sidebar-scroll">
<ul class="current">
</form><div class="sidebar-scroll">
<div class="sidebar-tree">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../works.html">Free Software Works</a></li>
<li class="toctree-l1 current has-children"><a class="reference internal" href="index.html">Meatspace Adventures</a><input checked="" class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="2010.html">Why the Name?</a></li>
@ -113,6 +124,8 @@
</li>
</ul>
</div>
<div id="ethical-ad-placement"></div>
</div>
</div>

View File

@ -3,40 +3,48 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Why the Name?" href="2010.html" /><link rel="prev" title="Free Software Works" href="../works.html" />
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/>
<title>Meatspace Adventures - Raphael McSinyx</title>
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="../_static/fab.css" />
<link rel="stylesheet" href="../_static/styles/default.css?2660e8a477b7e8965240cf03">
<link rel="stylesheet" href="../_static/styles/default.css?e4aed5ae7881baac218dfb2b">
<link rel="stylesheet" href="../_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="../_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script><script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../_static/scripts/main.js?2660e8a477b7e8965240cf03"></script></head>
<script src="../_static/scripts/main.js?e4aed5ae7881baac218dfb2b"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -81,7 +89,9 @@
<label class="header-left nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
<div class="header-center"><div class="brand">Raphael McSinyx</div></div>
<div class="header-center">
<a href="../index.html"><div class="brand">Raphael McSinyx</div></a>
</div>
<div class="header-right"></div>
</header>
<aside class="sidebar-drawer">
@ -97,8 +107,9 @@
<input class="sidebar-search" placeholder="Search" name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-tree sidebar-scroll">
<ul class="current">
</form><div class="sidebar-scroll">
<div class="sidebar-tree">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../works.html">Free Software Works</a></li>
<li class="toctree-l1 current has-children current-page"><a class="current reference internal" href="#">Meatspace Adventures</a><input checked="" class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="2010.html">Why the Name?</a></li>
@ -113,6 +124,8 @@
</li>
</ul>
</div>
<div id="ethical-ad-placement"></div>
</div>
</div>

View File

@ -3,40 +3,48 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="System Cascade Connection" href="system.html" /><link rel="prev" title="Bootleg Lambda Calculus" href="index.html" />
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/>
<title>Infinite Sequences: A Case Study in Functional Python - Raphael McSinyx</title>
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="../_static/fab.css" />
<link rel="stylesheet" href="../_static/styles/default.css?7982bda0fb05c0874f7a0e2a">
<link rel="stylesheet" href="../_static/styles/default.css?50541fb9d424cc5280f2a5ee">
<link rel="stylesheet" href="../_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="../_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script><script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../_static/scripts/main.js?7982bda0fb05c0874f7a0e2a"></script></head>
<script src="../_static/scripts/main.js?50541fb9d424cc5280f2a5ee"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -81,7 +89,9 @@
<label class="header-left nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
<div class="header-center"><div class="brand">Raphael McSinyx</div></div>
<div class="header-center">
<a href="../index.html"><div class="brand">Raphael McSinyx</div></a>
</div>
<div class="header-right"></div>
</header>
<aside class="sidebar-drawer">
@ -97,8 +107,9 @@
<input class="sidebar-search" placeholder="Search" name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-tree sidebar-scroll">
<ul class="current">
</form><div class="sidebar-scroll">
<div class="sidebar-tree">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../works.html">Free Software Works</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="../life/index.html">Meatspace Adventures</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../life/2010.html">Why the Name?</a></li>
@ -113,6 +124,8 @@
</li>
</ul>
</div>
<div id="ethical-ad-placement"></div>
</div>
</div>

View File

@ -3,40 +3,48 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Infinite Sequences: A Case Study in Functional Python" href="conseq.html" /><link rel="prev" title="The 2020 Experience" href="../life/2020.html" />
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/>
<title>Bootleg Lambda Calculus - Raphael McSinyx</title>
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="../_static/fab.css" />
<link rel="stylesheet" href="../_static/styles/default.css?b233412352890073e6805c13">
<link rel="stylesheet" href="../_static/styles/default.css?fdeaf4f8c692e6ce9303fa51">
<link rel="stylesheet" href="../_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="../_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script><script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../_static/scripts/main.js?b233412352890073e6805c13"></script></head>
<script src="../_static/scripts/main.js?fdeaf4f8c692e6ce9303fa51"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -81,7 +89,9 @@
<label class="header-left nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
<div class="header-center"><div class="brand">Raphael McSinyx</div></div>
<div class="header-center">
<a href="../index.html"><div class="brand">Raphael McSinyx</div></a>
</div>
<div class="header-right"></div>
</header>
<aside class="sidebar-drawer">
@ -97,8 +107,9 @@
<input class="sidebar-search" placeholder="Search" name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-tree sidebar-scroll">
<ul class="current">
</form><div class="sidebar-scroll">
<div class="sidebar-tree">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../works.html">Free Software Works</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="../life/index.html">Meatspace Adventures</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../life/2010.html">Why the Name?</a></li>
@ -113,6 +124,8 @@
</li>
</ul>
</div>
<div id="ethical-ad-placement"></div>
</div>
</div>

View File

@ -3,40 +3,48 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="prev" title="Infinite Sequences: A Case Study in Functional Python" href="conseq.html" />
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/>
<title>System Cascade Connection - Raphael McSinyx</title>
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="../_static/fab.css" />
<link rel="stylesheet" href="../_static/styles/default.css?55289342e0ca6015454f50b3">
<link rel="stylesheet" href="../_static/styles/default.css?eeb9730a159c405b8f43327a">
<link rel="stylesheet" href="../_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="../_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script><script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../_static/scripts/main.js?55289342e0ca6015454f50b3"></script></head>
<script src="../_static/scripts/main.js?eeb9730a159c405b8f43327a"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -81,7 +89,9 @@
<label class="header-left nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
<div class="header-center"><div class="brand">Raphael McSinyx</div></div>
<div class="header-center">
<a href="../index.html"><div class="brand">Raphael McSinyx</div></a>
</div>
<div class="header-right"></div>
</header>
<aside class="sidebar-drawer">
@ -97,8 +107,9 @@
<input class="sidebar-search" placeholder="Search" name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-tree sidebar-scroll">
<ul class="current">
</form><div class="sidebar-scroll">
<div class="sidebar-tree">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../works.html">Free Software Works</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="../life/index.html">Meatspace Adventures</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../life/2010.html">Why the Name?</a></li>
@ -113,6 +124,8 @@
</li>
</ul>
</div>
<div id="ethical-ad-placement"></div>
</div>
</div>

View File

@ -3,31 +3,39 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="#" />
<link rel="shortcut icon" href="_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/><title>Search - Raphael McSinyx</title><link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="_static/pygments_dark.css" />
<link rel="shortcut icon" href="_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/><title>Search - Raphael McSinyx</title><link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="_static/fab.css" />
<link rel="stylesheet" href="_static/styles/default.css?f5e93c013443767313b74ea4">
<link rel="stylesheet" href="_static/styles/default.css?aec20b16dc17b2bd6ae9427f">
<link rel="stylesheet" href="_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script><script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
@ -35,7 +43,7 @@
<script src="_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="_static/searchtools.js" defer></script><script src="_static/scripts/main.js?f5e93c013443767313b74ea4"></script></head>
<script src="_static/searchtools.js" defer></script><script src="_static/scripts/main.js?aec20b16dc17b2bd6ae9427f"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -80,7 +88,9 @@
<label class="header-left nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
<div class="header-center"><div class="brand">Raphael McSinyx</div></div>
<div class="header-center">
<a href="index.html"><div class="brand">Raphael McSinyx</div></a>
</div>
<div class="header-right"></div>
</header>
<aside class="sidebar-drawer">
@ -96,8 +106,9 @@
<input class="sidebar-search" placeholder="Search" name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-tree sidebar-scroll">
<ul>
</form><div class="sidebar-scroll">
<div class="sidebar-tree">
<ul>
<li class="toctree-l1"><a class="reference internal" href="works.html">Free Software Works</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="life/index.html">Meatspace Adventures</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="life/2010.html">Why the Name?</a></li>
@ -112,6 +123,8 @@
</li>
</ul>
</div>
<div id="ethical-ad-placement"></div>
</div>
</div>

File diff suppressed because one or more lines are too long

View File

@ -3,40 +3,48 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Meatspace Adventures" href="life/index.html" /><link rel="prev" title="About Me" href="index.html" />
<link rel="shortcut icon" href="_static/favicon.ico"/><meta name="generator" content="sphinx-3.2.1, furo 2020.10.13.beta12"/>
<link rel="shortcut icon" href="_static/favicon.ico"/><meta name="generator" content="sphinx-3.3.0, furo 2020.11.01.beta14"/>
<title>Free Software Works - Raphael McSinyx</title>
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="_static/pygments_dark.css" />
<link rel="stylesheet" type="text/css" href="_static/fab.css" />
<link rel="stylesheet" href="_static/styles/default.css?f9f143ab98c037fc0ecfcbf0">
<link rel="stylesheet" href="_static/styles/default.css?14537689d1603a117b4fdbc3">
<link rel="stylesheet" href="_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
--color-brand-primary: #436e58;
--color-brand-content: #436e58;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style>
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script><script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="_static/scripts/main.js?f9f143ab98c037fc0ecfcbf0"></script></head>
<script src="_static/scripts/main.js?14537689d1603a117b4fdbc3"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -81,7 +89,9 @@
<label class="header-left nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
<div class="header-center"><div class="brand">Raphael McSinyx</div></div>
<div class="header-center">
<a href="index.html"><div class="brand">Raphael McSinyx</div></a>
</div>
<div class="header-right"></div>
</header>
<aside class="sidebar-drawer">
@ -97,8 +107,9 @@
<input class="sidebar-search" placeholder="Search" name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-tree sidebar-scroll">
<ul class="current">
</form><div class="sidebar-scroll">
<div class="sidebar-tree">
<ul class="current">
<li class="toctree-l1 current current-page"><a class="current reference internal" href="#">Free Software Works</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="life/index.html">Meatspace Adventures</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="life/2010.html">Why the Name?</a></li>
@ -113,6 +124,8 @@
</li>
</ul>
</div>
<div id="ethical-ad-placement"></div>
</div>
</div>
@ -164,7 +177,7 @@ following <span class="target" id="index-0"></span><a class="pep reference exter
</div>
<div class="section" id="lazip">
<h3>Lazip<a class="headerlink" href="#lazip" title="Permalink to this headline"></a></h3>
<p><a class="reference external" href="https://lazip.rtfd.io">Lazip</a> is a Python library providing a read-only file-like object
<p><a class="reference external" href="https://sr.ht/~cnx/lazip">Lazip</a> is a Python library providing a read-only file-like object
lazily mapped to a ZIP file over HTTP via range requests.</p>
</div>
</div>