Browse Source

automated update from build.py

main
Colin McMillen 3 years ago
parent
commit
5a9213d571
  1. 2
      blog/20070502-robot-behaviors-python.html
  2. 4
      feed.atom

2
blog/20070502-robot-behaviors-python.html

@ -130,7 +130,7 @@
</pre></div>
<p>&hellip; and we&rsquo;re done! I hope you&rsquo;ll agree that the generator-based keeper is much easier to understand and maintain than the state-machine-based keeper. You can download the full source code below and take a look for yourself.</p>
<p>&hellip; and we&rsquo;re done! I hope you&rsquo;ll agree that the generator-based keeper is much easier to understand and maintain than the state-machine-based keeper. You can grab the full source code below and take a look for yourself.</p>
<div class="codehilite"><pre><span></span><span class="ch">#!/usr/bin/env python</span>
<span class="k">class</span> <span class="nc">Features</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span>

4
feed.atom

@ -4,7 +4,7 @@
<title>Colin McMillen's Blog</title>
<link href="https://www.mcmillen.dev"/>
<link rel="self" href="https://www.mcmillen.dev/feed.atom"/>
<updated>2021-07-01T20:00:27-04:00</updated>
<updated>2021-07-01T20:10:09-04:00</updated>
<author>
<name>Colin McMillen</name>
</author>
@ -117,7 +117,7 @@
</pre></div>
<p>&hellip; and we&rsquo;re done! I hope you&rsquo;ll agree that the generator-based keeper is much easier to understand and maintain than the state-machine-based keeper. You can download the full source code below and take a look for yourself.</p>
<p>&hellip; and we&rsquo;re done! I hope you&rsquo;ll agree that the generator-based keeper is much easier to understand and maintain than the state-machine-based keeper. You can grab the full source code below and take a look for yourself.</p>
<div class="codehilite"><pre><span></span><span class="ch">#!/usr/bin/env python</span>
<span class="k">class</span> <span class="nc">Features</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span>

Loading…
Cancel
Save