<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/perlweeklychallenge-club.git/challenge-075/walt-mankowski, 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>blog post link for challenge 75</title>
<updated>2020-08-27T02:44:06+00:00</updated>
<author>
<name>Walt Mankowski</name>
<email>waltman@pobox.com</email>
</author>
<published>2020-08-27T02:44:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=712f3a4f659daf2cf65c5e803d27a12552aae0fe'/>
<id>712f3a4f659daf2cf65c5e803d27a12552aae0fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed trailing newline</title>
<updated>2020-08-27T02:25:54+00:00</updated>
<author>
<name>Walt Mankowski</name>
<email>waltman@pobox.com</email>
</author>
<published>2020-08-27T02:25:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=1ab5919fb2e0bfd425995e20233442578b114640'/>
<id>1ab5919fb2e0bfd425995e20233442578b114640</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed a loop from print_hist()</title>
<updated>2020-08-27T02:25:26+00:00</updated>
<author>
<name>Walt Mankowski</name>
<email>waltman@pobox.com</email>
</author>
<published>2020-08-27T02:25:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=ba2e1996a82b6d186ae66497600950881c72471f'/>
<id>ba2e1996a82b6d186ae66497600950881c72471f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed typo and got output to match the perl version</title>
<updated>2020-08-27T00:58:43+00:00</updated>
<author>
<name>Walt Mankowski</name>
<email>waltman@pobox.com</email>
</author>
<published>2020-08-27T00:58:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=4c7aa6d402ab4dbf985cbf9e2271ee9d7a2df6f5'/>
<id>4c7aa6d402ab4dbf985cbf9e2271ee9d7a2df6f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>changed j to i</title>
<updated>2020-08-27T00:54:30+00:00</updated>
<author>
<name>Walt Mankowski</name>
<email>waltman@pobox.com</email>
</author>
<published>2020-08-27T00:54:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=000fc96aced80bc918100ff92372400197e619da'/>
<id>000fc96aced80bc918100ff92372400197e619da</id>
<content type='text'>
This is because I thought I needed 2 loop variables but only ended up
needing the inner one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is because I thought I needed 2 loop variables but only ended up
needing the inner one.
</pre>
</div>
</content>
</entry>
<entry>
<title>changed to use negative array indexing</title>
<updated>2020-08-27T00:52:46+00:00</updated>
<author>
<name>Walt Mankowski</name>
<email>waltman@pobox.com</email>
</author>
<published>2020-08-27T00:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=f09ff0b5b57f38aa13376ffd3cd5d642c8d75a3b'/>
<id>f09ff0b5b57f38aa13376ffd3cd5d642c8d75a3b</id>
<content type='text'>
I did this in the Python version and it made the code a bit easier to follow
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I did this in the Python version and it made the code a bit easier to follow
</pre>
</div>
</content>
</entry>
<entry>
<title>use dtype of bool for the histogram</title>
<updated>2020-08-26T18:45:02+00:00</updated>
<author>
<name>Walt Mankowski</name>
<email>waltman@pobox.com</email>
</author>
<published>2020-08-26T18:45:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=59f42083ee3c1c04bf9db831430d5b9d94c446a2'/>
<id>59f42083ee3c1c04bf9db831430d5b9d94c446a2</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 challenge 75 task 2</title>
<updated>2020-08-26T18:35:58+00:00</updated>
<author>
<name>Walt Mankowski</name>
<email>waltman@pobox.com</email>
</author>
<published>2020-08-26T18:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=730915136413554ad43fbfc9d7e4f766291a4ec0'/>
<id>730915136413554ad43fbfc9d7e4f766291a4ec0</id>
<content type='text'>
first draft
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
first draft
</pre>
</div>
</content>
</entry>
<entry>
<title>python solution for challenge 75 task 1</title>
<updated>2020-08-26T13:15:54+00:00</updated>
<author>
<name>Walt Mankowski</name>
<email>waltman@pobox.com</email>
</author>
<published>2020-08-26T13:15:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=196b6c270e7f0bbe188c40093451fca3dd52c57e'/>
<id>196b6c270e7f0bbe188c40093451fca3dd52c57e</id>
<content type='text'>
first draft
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
first draft
</pre>
</div>
</content>
</entry>
<entry>
<title>perl solution for challenge 75 task 2</title>
<updated>2020-08-26T02:00:23+00:00</updated>
<author>
<name>Walt Mankowski</name>
<email>waltman@pobox.com</email>
</author>
<published>2020-08-26T02:00:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=60c1d8be5c9fac63612791b5370fb50d93d4cb2c'/>
<id>60c1d8be5c9fac63612791b5370fb50d93d4cb2c</id>
<content type='text'>
first draft
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
first draft
</pre>
</div>
</content>
</entry>
</feed>
