-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (58 loc) · 30.8 KB
/
index.html
File metadata and controls
63 lines (58 loc) · 30.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!doctype html>
<html lang="en"><head><meta charset="utf-8"><meta name="generator" content="Hexo 4.2.0"><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"><meta><title>Moe´s Blog</title><meta property="og:type" content="blog"><meta property="og:title" content="Moe´s Blog"><meta property="og:url" content="https://marmoo.de/"><meta property="og:site_name" content="Moe´s Blog"><meta property="og:locale" content="en_US"><meta property="og:image" content="https://marmoo.de/img/og_image.png"><meta property="article:author" content="Marco Moosler"><meta property="twitter:card" content="summary"><meta property="twitter:image" content="/img/og_image.png"><script type="application/ld+json">{"@context":"https://schema.org","@type":"BlogPosting","mainEntityOfPage":{"@type":"WebPage","@id":"https://marmoo.de"},"headline":"Moe´s Blog","image":["https://marmoo.de/img/og_image.png"],"author":{"@type":"Person","name":"Marco Moosler"},"description":"A Simple Web Development Blog"}</script><link rel="icon" href="/img/mm_logo.png"><link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/highlight.js@9.12.0/styles/monokai.css"><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;600&family=Source+Code+Pro"><link rel="stylesheet" href="/css/default.css"><style>body>.footer,body>.navbar,body>.section{opacity:0}</style><!--!--><!--!--><!--!--><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/lightgallery@1.6.8/dist/css/lightgallery.min.css"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/justifiedGallery@3.7.0/dist/css/justifiedGallery.min.css"><!--!--><!--!--><script src="https://cdn.jsdelivr.net/npm/pace-js@1.0.2/pace.min.js"></script></head><body class="is-3-column"><nav class="navbar navbar-main"><div class="container"><div class="navbar-brand justify-content-center"><a class="navbar-item navbar-logo" href="/"><img src="/img/mm_logo.png" alt="Moe´s Blog" height="28"></a></div><div class="navbar-menu"><div class="navbar-start"><a class="navbar-item is-active" href="/">Home</a><a class="navbar-item" href="/archives">Archives</a><a class="navbar-item" href="/categories">Categories</a><a class="navbar-item" href="/tags">Tags</a><a class="navbar-item" href="/about">About</a></div><div class="navbar-end"></div></div></div></nav><section class="section"><div class="container"><div class="columns"><div class="column order-2 column-main is-8-tablet is-8-desktop is-6-widescreen"><div class="card"><div class="card-image"><a class="image is-7by3" href="/2020/06/23/Wang/"><img class="thumbnail" src="/images/wang.jpg" alt="Wang Tiles"></a></div><article class="card-content article" role="article"><div class="article-meta size-small is-uppercase level is-mobile"><div class="level-left"><time class="level-item" dateTime="2020-06-23T19:38:16.000Z" title="2020-06-23T19:38:16.000Z">2020-06-23</time><span class="level-item"><a class="link-muted" href="/categories/Map-Generation/">Map Generation</a><span> / </span><a class="link-muted" href="/categories/Map-Generation/P5/">P5</a></span><span class="level-item">a minute read (About 115 words)</span></div></div><h1 class="title is-3 is-size-4-mobile"><a class="link-muted" href="/2020/06/23/Wang/">Wang Tiles</a></h1><div class="content"><h2 id="Links"><a href="#Links" class="headerlink" title="Links"></a>Links</h2><p>All Infos about Wang tiles: see <a href="http://cr31.co.uk/stagecast/wang/intro.html">cr31</a></p>
<p>See it on <a href="https://github.com/moosler/Wang-Tiles">GitHub</a>.<br>See Demo on <a href="https://marmoo.de/coding/Wang-Tiles/">Wang-Tiles</a></p>
<p>Imgage References</p>
<ul>
<li><a href="https://opengameart.org/content/plums">pipe</a></li>
<li><a href="http://www.cr31.co.uk/stagecast/stage/edge/pipe.html">pipe</a></li>
<li><a href="http://www.cr31.co.uk/stagecast/stage/corner/flat.html">terrains</a></li>
</ul>
<h2 id="Introduction"><a href="#Introduction" class="headerlink" title="Introduction"></a>Introduction</h2><p>This repository generates random <a href="https://en.wikipedia.org/wiki/Wang_tile">Wang Tiles</a>.<br>Wang Tiles are representations of tiles with coded edges.<br>Only edges with the same code can be placed next to each other. Such a tile sets can aperiodically tile an infinite plane.</p>
<h2 id="Example"><a href="#Example" class="headerlink" title="Example"></a>Example</h2></div><a class="article-more button is-small size-small" href="/2020/06/23/Wang/#more">Read More</a></article></div><div class="card"><div class="card-image"><a class="image is-7by3" href="/2020/06/07/Braveland/"><img class="thumbnail" src="/images/braveland.PNG" alt="Braveland (not finished)"></a></div><article class="card-content article" role="article"><div class="article-meta size-small is-uppercase level is-mobile"><div class="level-left"><time class="level-item" dateTime="2020-06-07T08:41:31.000Z" title="2020-06-07T08:41:31.000Z">2020-06-07</time><span class="level-item"><a class="link-muted" href="/categories/Game/">Game</a><span> / </span><a class="link-muted" href="/categories/Game/Phaser/">Phaser</a></span><span class="level-item">a minute read (About 137 words)</span></div></div><h1 class="title is-3 is-size-4-mobile"><a class="link-muted" href="/2020/06/07/Braveland/">Braveland (not finished)</a></h1><div class="content"><h2 id="Links"><a href="#Links" class="headerlink" title="Links"></a>Links</h2><ul>
<li>See it on <a href="https://github.com/moosler/braveland/">GitHub</a>.</li>
</ul>
<h2 id="Game-description"><a href="#Game-description" class="headerlink" title="Game description"></a>Game description</h2><p>Braveland is an Plattformer Game with only one control option inspired by <a href="https://play.google.com/store/apps/details?id=com.senspark.darkland">Darkland</a> for Android.<br>Your task is to master small challenging levels. The hero 🦸 can only be controlled with one key.<br>I choose this game to get a better understanding of game mechanics and to get familiar with some shader techniques 🤓.</p></div><a class="article-more button is-small size-small" href="/2020/06/07/Braveland/#more">Read More</a></article></div><div class="card"><div class="card-image"><a class="image is-7by3" href="/2020/04/16/trainline/"><img class="thumbnail" src="/images/trainline.PNG" alt="Trainline"></a></div><article class="card-content article" role="article"><div class="article-meta size-small is-uppercase level is-mobile"><div class="level-left"><time class="level-item" dateTime="2020-04-16T18:50:46.000Z" title="2020-04-16T18:50:46.000Z">2020-04-16</time><span class="level-item"><a class="link-muted" href="/categories/Game/">Game</a><span> / </span><a class="link-muted" href="/categories/Game/Pixi/">Pixi</a></span><span class="level-item">2 minutes read (About 337 words)</span></div></div><h1 class="title is-3 is-size-4-mobile"><a class="link-muted" href="/2020/04/16/trainline/">Trainline</a></h1><div class="content"><h2 id="Links"><a href="#Links" class="headerlink" title="Links"></a>Links</h2><ul>
<li>See Live <a href="https://marmoo.de/coding/Trainline">Trainline Demo</a>.</li>
<li>See it on <a href="https://github.com/moosler/trainline/">GitHub</a>.</li>
</ul>
<h2 id="Game-description"><a href="#Game-description" class="headerlink" title="Game description"></a>Game description</h2><p>In this game your task is to drive an increasing number of trains 🚆 to their respective stations.<br>The trains are color-coded and have to travel to the corresponding station with the same color.</p>
<p>Starting with the sixth level, all levels are created by a random generator. Therefore the level of difficulty does not increase with the progress but is pure randomness.</p></div><a class="article-more button is-small size-small" href="/2020/04/16/trainline/#more">Read More</a></article></div><div class="card"><div class="card-image"><a class="image is-7by3" href="/2020/04/12/Random-Generator-Seed/"><img class="thumbnail" src="/images/random_seed.jpg" alt="Random Number Generator with Seed"></a></div><article class="card-content article" role="article"><div class="article-meta size-small is-uppercase level is-mobile"><div class="level-left"><time class="level-item" dateTime="2020-04-12T12:29:22.000Z" title="2020-04-12T12:29:22.000Z">2020-04-12</time><span class="level-item"><a class="link-muted" href="/categories/Random/">Random</a></span><span class="level-item">a minute read (About 211 words)</span></div></div><h1 class="title is-3 is-size-4-mobile"><a class="link-muted" href="/2020/04/12/Random-Generator-Seed/">Random Number Generator with Seed</a></h1><div class="content"><h2 id="Introduction"><a href="#Introduction" class="headerlink" title="Introduction"></a>Introduction</h2><p>The seed key Random <a href="https://en.wikipedia.org/wiki/Random_seed">seed</a> - also called seed key random seed or start value - is a value with which a random number generator is initialized. The random number generator generates a sequence of random numbers or pseudo-random numbers with the seed as the start value.<br>If you use the same seed in deterministic random number generators, you get the same sequence of pseudo-random numbers.</p>
<p>For my project <a href="2020/04/16/trainline/index.html">trainline</a> I used such a generator which always produces the same sequence of numbers.</p></div><a class="article-more button is-small size-small" href="/2020/04/12/Random-Generator-Seed/#more">Read More</a></article></div><div class="card"><div class="card-image"><a class="image is-7by3" href="/2020/02/01/SOR-Viewer/"><img class="thumbnail" src="/images/sor_viewer.PNG" alt="Online SOR-Viewer"></a></div><article class="card-content article" role="article"><div class="article-meta size-small is-uppercase level is-mobile"><div class="level-left"><time class="level-item" dateTime="2020-02-01T13:24:03.000Z" title="2020-02-01T13:24:03.000Z">2020-02-01</time><span class="level-item"><a class="link-muted" href="/categories/OTDR/">OTDR</a><span> / </span><a class="link-muted" href="/categories/OTDR/Fiber-optic/">Fiber optic</a></span><span class="level-item">4 minutes read (About 582 words)</span></div></div><h1 class="title is-3 is-size-4-mobile"><a class="link-muted" href="/2020/02/01/SOR-Viewer/">Online SOR-Viewer</a></h1><div class="content"><p>See live Demo <a href="https://marmoo.de/coding/otdr">Online SOR Viewer</a>.<br>See Project on <a href="https://github.com/moosler/Sor-Viewer">GitHub</a>.</p>
<h2 id="Introduction-OTDR"><a href="#Introduction-OTDR" class="headerlink" title="Introduction OTDR"></a>Introduction OTDR</h2><p>Optical Time Domain Reflectometry (OTDR) is a method for measuring and testing optical fibers. With the OTDR method, faults in fibre optic cables can be detected directly, but also transmission parameters can be measured and analysed.</p>
<p>In OTDR measurement, according to the method, a light pulse is fed into the fiber from the source of the OTDR device. This light pulse is reflected within the optical fiber by backscattering, backscattering, but especially at cable breaks, splices, fiber optic connectors and adapters, and returns to the OTDR measuring device, where it is measured and analyzed. From the transit time of the reflected light pulse, the location of the fault can be determined immediately. Conclusions about the type of fault can be drawn from the attenuation curve of the pulse.</p></div><a class="article-more button is-small size-small" href="/2020/02/01/SOR-Viewer/#more">Read More</a></article></div><div class="card"><div class="card-image"><a class="image is-7by3" href="/2020/01/31/settings/"><img class="thumbnail" src="/images/cog-wheels.jpg" alt="Setup Your Code Environement"></a></div><article class="card-content article" role="article"><div class="article-meta size-small is-uppercase level is-mobile"><div class="level-left"><time class="level-item" dateTime="2020-01-31T13:29:22.000Z" title="2020-01-31T13:29:22.000Z">2020-01-31</time><span class="level-item"><a class="link-muted" href="/categories/setup/">setup</a></span><span class="level-item">a minute read (About 150 words)</span></div></div><h1 class="title is-3 is-size-4-mobile"><a class="link-muted" href="/2020/01/31/settings/">Setup Your Code Environement</a></h1><div class="content"><h2 id="Emojis"><a href="#Emojis" class="headerlink" title="Emojis"></a>Emojis</h2><p>get Emojis @ <a href="https://emojipedia.org/">emojis</a></p>
<h2 id="Images"><a href="#Images" class="headerlink" title="Images"></a>Images</h2><h3 id="Free-Stock-Images"><a href="#Free-Stock-Images" class="headerlink" title="Free Stock Images"></a>Free Stock Images</h3><p>Get free Stock Images for Commercial Use</p>
<ul>
<li><a href="https://pixabay.com/">pixabay</a> | License: Creative Commons Zero</li>
</ul>
<h2 id="Styling"><a href="#Styling" class="headerlink" title="Styling"></a>Styling</h2><h3 id="Font-Fira-Code"><a href="#Font-Fira-Code" class="headerlink" title="Font Fira Code"></a>Font Fira Code</h3><p><a href="https://github.com/tonsky/FiraCode/wiki/VS-Code-Instructions">install the Font</a></p></div><a class="article-more button is-small size-small" href="/2020/01/31/settings/#more">Read More</a></article></div><div class="card"><div class="card-image"><a class="image is-7by3" href="/2020/01/12/hexo/"><img class="thumbnail" src="/images/hexo.PNG" alt="Hexo"></a></div><article class="card-content article" role="article"><div class="article-meta size-small is-uppercase level is-mobile"><div class="level-left"><time class="level-item" dateTime="2020-01-12T13:29:22.000Z" title="2020-01-12T13:29:22.000Z">2020-01-12</time><span class="level-item"><a class="link-muted" href="/categories/Blog/">Blog</a></span><span class="level-item">a few seconds read (About 87 words)</span></div></div><h1 class="title is-3 is-size-4-mobile"><a class="link-muted" href="/2020/01/12/hexo/">Hexo</a></h1><div class="content"><p><a href="https://github.com/moosler/moosler.github.io">GitHub</a></p>
<h2 id="Quick-Start"><a href="#Quick-Start" class="headerlink" title="Quick Start"></a>Quick Start</h2><h3 id="Install-Hexo"><a href="#Install-Hexo" class="headerlink" title="Install Hexo"></a>Install Hexo</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><span class="line">npm install -g hexo-cli</span><br><span class="line">npm install</span><br></pre></td></tr></table></figure>
<h3 id="Create-a-new-post"><a href="#Create-a-new-post" class="headerlink" title="Create a new post"></a>Create a new post</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">hexo new <span class="string">"My New Post"</span></span><br></pre></td></tr></table></figure>
<p>More info: <a href="https://hexo.io/docs/writing.html">Writing</a></p>
<h3 id="Run-server"><a href="#Run-server" class="headerlink" title="Run server"></a>Run server</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">hexo server</span><br></pre></td></tr></table></figure>
<p>More info: <a href="https://hexo.io/docs/server.html">Server</a></p>
<h3 id="Generate-static-files"><a href="#Generate-static-files" class="headerlink" title="Generate static files"></a>Generate static files</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">hexo generate</span><br></pre></td></tr></table></figure>
<p>More info: <a href="https://hexo.io/docs/generating.html">Generating</a></p>
<h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerlink" title="Deploy to remote sites"></a>Deploy to remote sites</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">hexo deploy --generate</span><br></pre></td></tr></table></figure>
<p>More info: <a href="https://hexo.io/docs/one-command-deployment.html">Deployment</a></p>
</div></article></div></div><div class="column column-left is-4-tablet is-4-desktop is-3-widescreen order-1"><div class="card widget"><div class="card-content"><nav class="level"><div class="level-item has-text-centered flex-shrink-1"><div><figure class="image is-128x128 mx-auto mb-2"><img class="" src="/img/avatar.png" alt="Marco Moosler"></figure><p class="title is-size-4 is-block line-height-inherit">Marco Moosler</p><p class="is-size-6 is-flex justify-content-center"><i class="fas fa-map-marker-alt mr-1"></i><span>Rastatt Germany</span></p></div></div></nav><nav class="level is-mobile"><div class="level-item has-text-centered is-marginless"><div><p class="heading">Posts</p><a href="/archives"><p class="title">7</p></a></div></div><div class="level-item has-text-centered is-marginless"><div><p class="heading">Categories</p><a href="/categories"><p class="title">10</p></a></div></div><div class="level-item has-text-centered is-marginless"><div><p class="heading">Tags</p><a href="/tags"><p class="title">21</p></a></div></div></nav><div class="level"><a class="level-item button is-primary is-rounded" href="https://github.com/moosler" target="_blank" rel="noopener">Follow</a></div><div class="level is-mobile"><a class="level-item button is-transparent is-marginless" target="_blank" rel="noopener" title="Github" href="https://github.com/moosler"><i class="fab fa-github"></i></a><a class="level-item button is-transparent is-marginless" target="_blank" rel="noopener" title="Twitter" href="https://twitter.com/Mar_Moos"><i class="fab fa-twitter"></i></a></div></div></div><!--!--><div class="card widget"><div class="card-content"><div class="menu"><h3 class="menu-label">Categories</h3><ul class="menu-list"><li><a class="level is-mobile is-marginless" href="/categories/Blog/"><span class="level-start"><span class="level-item">Blog</span></span><span class="level-end"><span class="level-item tag">1</span></span></a></li><li><a class="level is-mobile is-marginless" href="/categories/Game/"><span class="level-start"><span class="level-item">Game</span></span><span class="level-end"><span class="level-item tag">2</span></span></a><ul class="mr-0"><li><a class="level is-mobile is-marginless" href="/categories/Game/Phaser/"><span class="level-start"><span class="level-item">Phaser</span></span><span class="level-end"><span class="level-item tag">1</span></span></a></li><li><a class="level is-mobile is-marginless" href="/categories/Game/Pixi/"><span class="level-start"><span class="level-item">Pixi</span></span><span class="level-end"><span class="level-item tag">1</span></span></a></li></ul></li><li><a class="level is-mobile is-marginless" href="/categories/Map-Generation/"><span class="level-start"><span class="level-item">Map Generation</span></span><span class="level-end"><span class="level-item tag">1</span></span></a><ul class="mr-0"><li><a class="level is-mobile is-marginless" href="/categories/Map-Generation/P5/"><span class="level-start"><span class="level-item">P5</span></span><span class="level-end"><span class="level-item tag">1</span></span></a></li></ul></li><li><a class="level is-mobile is-marginless" href="/categories/OTDR/"><span class="level-start"><span class="level-item">OTDR</span></span><span class="level-end"><span class="level-item tag">1</span></span></a><ul class="mr-0"><li><a class="level is-mobile is-marginless" href="/categories/OTDR/Fiber-optic/"><span class="level-start"><span class="level-item">Fiber optic</span></span><span class="level-end"><span class="level-item tag">1</span></span></a></li></ul></li><li><a class="level is-mobile is-marginless" href="/categories/Random/"><span class="level-start"><span class="level-item">Random</span></span><span class="level-end"><span class="level-item tag">1</span></span></a></li><li><a class="level is-mobile is-marginless" href="/categories/setup/"><span class="level-start"><span class="level-item">setup</span></span><span class="level-end"><span class="level-item tag">1</span></span></a></li></ul></div></div></div><div class="card widget"><div class="card-content"><div class="menu"><h3 class="menu-label">Links</h3><ul class="menu-list"><li><a class="level is-mobile is-mobile" href="https://hexo.io" target="_blank" rel="noopener"><span class="level-left"><span class="level-item">Hexo</span></span><span class="level-right"><span class="level-item tag">hexo.io</span></span></a></li><li><a class="level is-mobile is-mobile" href="https://bulma.io" target="_blank" rel="noopener"><span class="level-left"><span class="level-item">Bulma</span></span><span class="level-right"><span class="level-item tag">bulma.io</span></span></a></li></ul></div></div></div><div class="column-right-shadow is-hidden-widescreen is-sticky"></div></div><div class="column column-right is-4-tablet is-4-desktop is-3-widescreen is-hidden-touch is-hidden-desktop-only order-3 is-sticky"><div class="card widget"><div class="card-content"><h3 class="menu-label">Recent</h3><article class="media"><a class="media-left" href="/2020/06/23/Wang/"><p class="image is-64x64"><img class="thumbnail" src="/images/wang.jpg" alt="Wang Tiles"></p></a><div class="media-content size-small"><p><time dateTime="2020-06-23T19:38:16.000Z">2020-06-23</time></p><p class="title is-6"><a class="link-muted" href="/2020/06/23/Wang/">Wang Tiles</a></p><p class="is-uppercase"><a class="link-muted" href="/categories/Map-Generation/">Map Generation</a> / <a class="link-muted" href="/categories/Map-Generation/P5/">P5</a></p></div></article><article class="media"><a class="media-left" href="/2020/06/07/Braveland/"><p class="image is-64x64"><img class="thumbnail" src="/images/braveland.PNG" alt="Braveland (not finished)"></p></a><div class="media-content size-small"><p><time dateTime="2020-06-07T08:41:31.000Z">2020-06-07</time></p><p class="title is-6"><a class="link-muted" href="/2020/06/07/Braveland/">Braveland (not finished)</a></p><p class="is-uppercase"><a class="link-muted" href="/categories/Game/">Game</a> / <a class="link-muted" href="/categories/Game/Phaser/">Phaser</a></p></div></article><article class="media"><a class="media-left" href="/2020/04/16/trainline/"><p class="image is-64x64"><img class="thumbnail" src="/images/trainline.PNG" alt="Trainline"></p></a><div class="media-content size-small"><p><time dateTime="2020-04-16T18:50:46.000Z">2020-04-16</time></p><p class="title is-6"><a class="link-muted" href="/2020/04/16/trainline/">Trainline</a></p><p class="is-uppercase"><a class="link-muted" href="/categories/Game/">Game</a> / <a class="link-muted" href="/categories/Game/Pixi/">Pixi</a></p></div></article><article class="media"><a class="media-left" href="/2020/04/12/Random-Generator-Seed/"><p class="image is-64x64"><img class="thumbnail" src="/images/random_seed.jpg" alt="Random Number Generator with Seed"></p></a><div class="media-content size-small"><p><time dateTime="2020-04-12T12:29:22.000Z">2020-04-12</time></p><p class="title is-6"><a class="link-muted" href="/2020/04/12/Random-Generator-Seed/">Random Number Generator with Seed</a></p><p class="is-uppercase"><a class="link-muted" href="/categories/Random/">Random</a></p></div></article><article class="media"><a class="media-left" href="/2020/02/01/SOR-Viewer/"><p class="image is-64x64"><img class="thumbnail" src="/images/sor_viewer.PNG" alt="Online SOR-Viewer"></p></a><div class="media-content size-small"><p><time dateTime="2020-02-01T13:24:03.000Z">2020-02-01</time></p><p class="title is-6"><a class="link-muted" href="/2020/02/01/SOR-Viewer/">Online SOR-Viewer</a></p><p class="is-uppercase"><a class="link-muted" href="/categories/OTDR/">OTDR</a> / <a class="link-muted" href="/categories/OTDR/Fiber-optic/">Fiber optic</a></p></div></article></div></div><div class="card widget"><div class="card-content"><div class="menu"><h3 class="menu-label">Archives</h3><ul class="menu-list"><li><a class="level is-mobile is-marginless" href="/archives/2020/06/"><span class="level-start"><span class="level-item">June 2020</span></span><span class="level-end"><span class="level-item tag">2</span></span></a></li><li><a class="level is-mobile is-marginless" href="/archives/2020/04/"><span class="level-start"><span class="level-item">April 2020</span></span><span class="level-end"><span class="level-item tag">2</span></span></a></li><li><a class="level is-mobile is-marginless" href="/archives/2020/02/"><span class="level-start"><span class="level-item">February 2020</span></span><span class="level-end"><span class="level-item tag">1</span></span></a></li><li><a class="level is-mobile is-marginless" href="/archives/2020/01/"><span class="level-start"><span class="level-item">January 2020</span></span><span class="level-end"><span class="level-item tag">2</span></span></a></li></ul></div></div></div><div class="card widget"><div class="card-content"><div class="menu"><h3 class="menu-label">Tags</h3><div class="field is-grouped is-grouped-multiline"><div class="control"><a class="tags has-addons" href="/tags/Blogg/"><span class="tag">Blogg</span><span class="tag is-grey-lightest">1</span></a></div><div class="control"><a class="tags has-addons" href="/tags/Braveland/"><span class="tag">Braveland</span><span class="tag is-grey-lightest">1</span></a></div><div class="control"><a class="tags has-addons" href="/tags/Fiber-optic/"><span class="tag">Fiber optic</span><span class="tag is-grey-lightest">1</span></a></div><div class="control"><a class="tags has-addons" href="/tags/Game/"><span class="tag">Game</span><span class="tag is-grey-lightest">2</span></a></div><div class="control"><a class="tags has-addons" href="/tags/Graph/"><span class="tag">Graph</span><span class="tag is-grey-lightest">1</span></a></div><div class="control"><a class="tags has-addons" href="/tags/Map-Generation/"><span class="tag">Map Generation</span><span class="tag is-grey-lightest">1</span></a></div><div class="control"><a class="tags has-addons" href="/tags/Measuring-software/"><span class="tag">Measuring software</span><span class="tag is-grey-lightest">1</span></a></div><div class="control"><a class="tags has-addons" href="/tags/OTDR/"><span class="tag">OTDR</span><span class="tag is-grey-lightest">1</span></a></div><div class="control"><a class="tags has-addons" href="/tags/Random/"><span class="tag">Random</span><span class="tag is-grey-lightest">1</span></a></div><div class="control"><a class="tags has-addons" href="/tags/SOR/"><span class="tag">SOR</span><span class="tag is-grey-lightest">1</span></a></div><div class="control"><a class="tags has-addons" href="/tags/Seed/"><span class="tag">Seed</span><span class="tag is-grey-lightest">1</span></a></div><div class="control"><a class="tags has-addons" href="/tags/Trainline/"><span class="tag">Trainline</span><span class="tag is-grey-lightest">1</span></a></div><div class="control"><a class="tags has-addons" href="/tags/echarts-js/"><span class="tag">echarts.js</span><span class="tag is-grey-lightest">1</span></a></div><div class="control"><a class="tags has-addons" href="/tags/node-js/"><span class="tag">node.js</span><span class="tag is-grey-lightest">1</span></a></div><div class="control"><a class="tags has-addons" href="/tags/p5-js/"><span class="tag">p5.js</span><span class="tag is-grey-lightest">1</span></a></div><div class="control"><a class="tags has-addons" href="/tags/phaser-js/"><span class="tag">phaser.js</span><span class="tag is-grey-lightest">1</span></a></div><div class="control"><a class="tags has-addons" href="/tags/pixi-js/"><span class="tag">pixi.js</span><span class="tag is-grey-lightest">1</span></a></div><div class="control"><a class="tags has-addons" href="/tags/procedural-synthesis/"><span class="tag">procedural synthesis</span><span class="tag is-grey-lightest">1</span></a></div><div class="control"><a class="tags has-addons" href="/tags/settings/"><span class="tag">settings</span><span class="tag is-grey-lightest">1</span></a></div><div class="control"><a class="tags has-addons" href="/tags/square-tiles/"><span class="tag">square tiles</span><span class="tag is-grey-lightest">1</span></a></div><div class="control"><a class="tags has-addons" href="/tags/wang-tiles/"><span class="tag">wang tiles</span><span class="tag is-grey-lightest">1</span></a></div></div></div></div></div></div></div></div></section><footer class="footer"><div class="container"><div class="level"><div class="level-start"><a class="footer-logo is-block mb-2" href="/"><img src="/img/mm_logo.png" alt="Moe´s Blog" height="28"></a><p class="size-small"><span>© 2021 Marco Moosler</span> Powered by <a href="https://hexo.io/" target="_blank" rel="noopener">Hexo</a> & <a href="https://github.com/ppoffice/hexo-theme-icarus" target="_blank" rel="noopener">Icarus</a></p></div><div class="level-end"><div class="field has-addons"><p class="control"><a class="button is-transparent is-large" target="_blank" rel="noopener" title="Creative Commons" href="https://creativecommons.org/"><i class="fab fa-creative-commons"></i></a></p><p class="control"><a class="button is-transparent is-large" target="_blank" rel="noopener" title="Attribution 4.0 International" href="https://creativecommons.org/licenses/by/4.0/"><i class="fab fa-creative-commons-by"></i></a></p><p class="control"><a class="button is-transparent is-large" target="_blank" rel="noopener" title="Download on GitHub" href="https://github.com/ppoffice/hexo-theme-icarus"><i class="fab fa-github"></i></a></p></div></div></div></div></footer><script src="https://cdn.jsdelivr.net/npm/jquery@3.3.1/dist/jquery.min.js"></script><script src="https://cdn.jsdelivr.net/npm/moment@2.22.2/min/moment-with-locales.min.js"></script><script>moment.locale("en");</script><script>var IcarusThemeSettings = {
site: {
url: 'https://marmoo.de',
external_link: {"enable":true,"exclude":[]}
},
article: {
highlight: {
clipboard: true,
fold: 'unfolded'
}
}
};</script><script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.4/dist/clipboard.min.js" defer></script><script src="/js/animation.js"></script><a id="back-to-top" title="Back to Top" href="javascript:;"><i class="fas fa-chevron-up"></i></a><script src="/js/back_to_top.js" defer></script><!--!--><!--!--><script src="https://cdn.jsdelivr.net/npm/lightgallery@1.6.8/dist/js/lightgallery.min.js" defer></script><script src="https://cdn.jsdelivr.net/npm/justifiedGallery@3.7.0/dist/js/jquery.justifiedGallery.min.js" defer></script><script>window.addEventListener("load", () => {
if (typeof $.fn.lightGallery === 'function') {
$('.article').lightGallery({ selector: '.gallery-item' });
}
if (typeof $.fn.justifiedGallery === 'function') {
if ($('.justified-gallery > p > .gallery-item').length) {
$('.justified-gallery > p > .gallery-item').unwrap();
}
$('.justified-gallery').justifiedGallery();
}
});</script><!--!--><!--!--><!--!--><script src="/js/main.js" defer></script><!--!--></body></html>