diff --git a/_layouts/posts.html b/_layouts/posts.html index fa2e33b..c78be5d 100644 --- a/_layouts/posts.html +++ b/_layouts/posts.html @@ -50,7 +50,6 @@

{{post.description}}

-

{% endif %} {% assign i = i | plus:1 %} diff --git a/_site/blog.html b/_site/blog.html index 52162fc..0cb27f1 100644 --- a/_site/blog.html +++ b/_site/blog.html @@ -81,7 +81,6 @@

Fun, Simple, and Quick

-

@@ -97,7 +96,6 @@

There are a lot of teams...

-

@@ -113,7 +111,6 @@

The DNS over devRant service

-

@@ -129,7 +126,6 @@

cleartext passwords + external management = death wish

-

@@ -145,7 +141,6 @@

Python is a little too forgiving

-

@@ -161,7 +156,6 @@

A tool for driving people crazy

-

@@ -177,7 +171,6 @@

A quick followup

-

@@ -193,7 +186,6 @@

But exams got in the way and took all the fun

-

@@ -209,7 +201,6 @@

Robots are pretty cool

-

@@ -225,7 +216,6 @@

Releasing a new song with friends at school

-

@@ -241,7 +231,6 @@

AKA. Why programmer + reddit + matplotlib is a bad idea.

-

@@ -257,7 +246,6 @@

-

@@ -273,7 +261,6 @@

-

@@ -289,7 +276,6 @@

-

@@ -305,7 +291,6 @@

if/else ++

-

diff --git a/_site/feed.xml b/_site/feed.xml index ffa71a7..523f6b9 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1,4 +1,4 @@ -Jekyll2019-08-02T13:16:00-04:00http://0.0.0.0:4000/feed.xmlEvan PrattenComputer wizard, student, <a href="https://frc5024.github.io">@frc5024</a> programming team lead, and radio enthusiast.Mind map generation with Python2019-07-15T14:38:00-04:002019-07-15T14:38:00-04:00http://0.0.0.0:4000/blog/2019/07/15/MindMap<p>While working on an assignment with <a href="https://coggle.it">Coggle</a> today, I noticed an interesting option in the save menu. <em>Download as .mm file</em>. Having rarely worked with mind maps before, and only doing it online, it never occured to me that someone would have a file format for it. So I took a look.</p> +Jekyll2019-08-02T13:18:55-04:00http://0.0.0.0:4000/feed.xmlEvan PrattenComputer wizard, student, <a href="https://frc5024.github.io">@frc5024</a> programming team lead, and radio enthusiast.Mind map generation with Python2019-07-15T14:38:00-04:002019-07-15T14:38:00-04:00http://0.0.0.0:4000/blog/2019/07/15/MindMap<p>While working on an assignment with <a href="https://coggle.it">Coggle</a> today, I noticed an interesting option in the save menu. <em>Download as .mm file</em>. Having rarely worked with mind maps before, and only doing it online, it never occured to me that someone would have a file format for it. So I took a look.</p> <h2 id="what-is-a-mm-file">What is a .mm file?</h2> <p>It turns out, a <code class="highlighter-rouge">.mm</code> file is just some XML describing the mind map. Here is a simple mind map:</p>