<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/perlweeklychallenge-club.git/challenge-023/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>Code for Challenge 23.1, nth order forward difference series</title>
<updated>2019-08-30T19:02:56+00:00</updated>
<author>
<name>Walt Mankowski</name>
<email>waltman@pobox.com</email>
</author>
<published>2019-08-30T19:02:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=9d7c4adad7c8be15fa19998c7507e20a51e84203'/>
<id>9d7c4adad7c8be15fa19998c7507e20a51e84203</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Code for Challenge 23 task 2, prime decomposition</title>
<updated>2019-08-30T18:53:05+00:00</updated>
<author>
<name>Walt Mankowski</name>
<email>waltman@pobox.com</email>
</author>
<published>2019-08-30T18:53:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=e3b5adc047f45313e7fc6ed01e00ded7e6a1a166'/>
<id>e3b5adc047f45313e7fc6ed01e00ded7e6a1a166</id>
<content type='text'>
The code works by first finding the primes up to n using the Sieve of
Eratosthenes, then seeing how many times each of them divide n evenly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code works by first finding the primes up to n using the Sieve of
Eratosthenes, then seeing how many times each of them divide n evenly.
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added template for Challenge 023.</title>
<updated>2019-08-26T01:29:13+00:00</updated>
<author>
<name>Mohammad S Anwar</name>
<email>mohammad.anwar@yahoo.com</email>
</author>
<published>2019-08-26T01:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=7a4a29be8b481c8a6d7f38b6770a718aa276c93f'/>
<id>7a4a29be8b481c8a6d7f38b6770a718aa276c93f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
