<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/perlweeklychallenge-club.git/challenge-097/abigail/perl, 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>Swap the role of sections and section length (size).</title>
<updated>2021-01-30T16:51:27+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-01-30T16:01:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=7de0601266583815c0bfb3f00cb71672997b19c3'/>
<id>7de0601266583815c0bfb3f00cb71672997b19c3</id>
<content type='text'>
We initially implemented the algorithm where the number of sections
is passed in as a parameter. However, it's not the number of sections,
it's the length of each section.

This was an easy fix, as the algorithm is pretty symmetric.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We initially implemented the algorithm where the number of sections
is passed in as a parameter. However, it's not the number of sections,
it's the length of each section.

This was an easy fix, as the algorithm is pretty symmetric.
</pre>
</div>
</content>
</entry>
<entry>
<title>Pointless splitting into sub strings.</title>
<updated>2021-01-30T16:51:26+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-01-30T15:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=19e332207808276edd1ed1bebd3e907136acc438'/>
<id>19e332207808276edd1ed1bebd3e907136acc438</id>
<content type='text'>
The challenge asks to first split the given string into substring.
But for the calculation of the end result, we don't actually need
those substrings. To make sure we won't be disqualified, we split
the given strings into substrings -- which we tell ignore.

We only do this for the Perl solution; other language solutions will
not include pointless statements.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The challenge asks to first split the given string into substring.
But for the calculation of the end result, we don't actually need
those substrings. To make sure we won't be disqualified, we split
the given strings into substrings -- which we tell ignore.

We only do this for the Perl solution; other language solutions will
not include pointless statements.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improvements for the Perl solution of week 97, part 1</title>
<updated>2021-01-30T16:51:26+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-01-29T19:16:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=dd53a9936ba3e10841194b2c50134ecbde1060a1'/>
<id>dd53a9936ba3e10841194b2c50134ecbde1060a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the same algorithm for the perl solution as for other languages.</title>
<updated>2021-01-27T16:06:46+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-01-27T16:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=87492b8eeeb02a6325f056662b07cf9e773930a2'/>
<id>87492b8eeeb02a6325f056662b07cf9e773930a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix comment</title>
<updated>2021-01-26T23:17:21+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-01-26T23:17:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=3dc5f6becbebddd2f841ac8463065a4471cb679f'/>
<id>3dc5f6becbebddd2f841ac8463065a4471cb679f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Perl solution for week 97, part 2</title>
<updated>2021-01-26T18:22:57+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-01-26T18:22:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=18f3e7ff84691edc8c9d8241f72005c0e6cb8f7e'/>
<id>18f3e7ff84691edc8c9d8241f72005c0e6cb8f7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use option -s (shift), instead of -t.</title>
<updated>2021-01-26T11:07:41+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-01-26T00:53:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=3a68dc14c70c709ea8097e98e38931ef93e643af'/>
<id>3a68dc14c70c709ea8097e98e38931ef93e643af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use an option to determine the shift size.</title>
<updated>2021-01-26T11:07:41+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-01-26T00:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=1889deddca521e1aa013d53a749c693c6589deba'/>
<id>1889deddca521e1aa013d53a749c693c6589deba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Perl solution for week 97, part 1</title>
<updated>2021-01-26T11:07:41+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-01-25T19:10:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=6c5715542385de49f20d0f56d1c9aa66b5736cab'/>
<id>6c5715542385de49f20d0f56d1c9aa66b5736cab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
