<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/perlweeklychallenge-club.git/challenge-100/abigail, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/'/>
<entry>
<title>Link to blogs</title>
<updated>2021-02-21T17:06:15+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-02-21T17:06:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=7f3d81f940ce1f4fdcbeca8f777aab9d8e9dd302'/>
<id>7f3d81f940ce1f4fdcbeca8f777aab9d8e9dd302</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't rely on buggy Befunge::Interpreter</title>
<updated>2021-02-19T15:28:49+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-02-19T14:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=34396d60fc1cd0f672d3c4a674ce1f0a0415d506'/>
<id>34396d60fc1cd0f672d3c4a674ce1f0a0415d506</id>
<content type='text'>
We're using a patched version of Befunge::Interpreter fixing some
of its glaring bugs. But the Befunge-93 specification says that
a space should be printed after printing a number.
Befunge::Interpreter does not do that, and we had not compensated
for this bug yet. But that made our tests succeed, when they
should fail.

So, now, instead of printing a single number, we now split the
number in tens and units, and print the number as characters.

While doing this, we found yet another Befunge::Interpreter which
needed to be compensated for.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We're using a patched version of Befunge::Interpreter fixing some
of its glaring bugs. But the Befunge-93 specification says that
a space should be printed after printing a number.
Befunge::Interpreter does not do that, and we had not compensated
for this bug yet. But that made our tests succeed, when they
should fail.

So, now, instead of printing a single number, we now split the
number in tens and units, and print the number as characters.

While doing this, we found yet another Befunge::Interpreter which
needed to be compensated for.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ruby solution for week 100, part 2</title>
<updated>2021-02-19T01:12:08+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-02-19T01:12:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=c91195bb834b740c54cbd0073961f443bacf4f0e'/>
<id>c91195bb834b740c54cbd0073961f443bacf4f0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ruby solution for week 100, part 1</title>
<updated>2021-02-19T00:47:09+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-02-19T00:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=5ab72f71a1b4686f5acf6ae5562f2829b0ee9c6e'/>
<id>5ab72f71a1b4686f5acf6ae5562f2829b0ee9c6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python solution for week 100, part 2</title>
<updated>2021-02-19T00:16:20+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-02-19T00:16:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=66a910dbb2a803dc8e785b6564d4f52eb4e4f560'/>
<id>66a910dbb2a803dc8e785b6564d4f52eb4e4f560</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python solution for week 100, part 1</title>
<updated>2021-02-18T17:37:20+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-02-18T17:37:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=fb62180005f55612297b8a97d061ace97e2d2dc7'/>
<id>fb62180005f55612297b8a97d061ace97e2d2dc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Node.js solution for week 100, part 2</title>
<updated>2021-02-18T16:53:29+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-02-18T16:53:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=986d1fe0c2e8e37dbbda7fa50ef1e797d58b0df3'/>
<id>986d1fe0c2e8e37dbbda7fa50ef1e797d58b0df3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Node.js solution for week 100, part 1</title>
<updated>2021-02-18T16:25:10+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-02-18T16:25:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=b97eda202060a1a635f43117fd185c3642971ba3'/>
<id>b97eda202060a1a635f43117fd185c3642971ba3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lua solution for week 100, part 2</title>
<updated>2021-02-18T15:36:32+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-02-18T14:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=3de02145ce6ede5f1f97fa009d39c72f36b77f1d'/>
<id>3de02145ce6ede5f1f97fa009d39c72f36b77f1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow negative numbers.</title>
<updated>2021-02-18T00:16:29+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-02-18T00:16:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=01816f96772a0ab1db52c09636e686cf47bb95dd'/>
<id>01816f96772a0ab1db52c09636e686cf47bb95dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
