<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/perlweeklychallenge-club.git/challenge-081/tyler-wardhaugh, 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>- Proposed patch to security issues in Clojure solutions.</title>
<updated>2024-04-10T19:04:10+00:00</updated>
<author>
<name>Mohammad S Anwar</name>
<email>mohammad.anwar@yahoo.com</email>
</author>
<published>2024-04-10T19:04:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=5be030962ebbdcd2d1ac96a4e78c5818ab92e434'/>
<id>5be030962ebbdcd2d1ac96a4e78c5818ab92e434</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ch81/Task 1 (Clojure): optimize algorithm</title>
<updated>2020-10-11T06:15:51+00:00</updated>
<author>
<name>Tyler Wardhaugh</name>
<email>tyler.wardhaugh@gmail.com</email>
</author>
<published>2020-10-11T06:15:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=f4b71c8b383f0a486fbacb3fcbeb386c1c30b2a2'/>
<id>f4b71c8b383f0a486fbacb3fcbeb386c1c30b2a2</id>
<content type='text'>
Only check base strings whose length is evenly divisible by the target
string's length. Other lengths cannot be correct, so we don't need to
check them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only check base strings whose length is evenly divisible by the target
string's length. Other lengths cannot be correct, so we don't need to
check them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ch81 [Lua]: Tasks 1 &amp; 2</title>
<updated>2020-10-11T06:06:08+00:00</updated>
<author>
<name>Tyler Wardhaugh</name>
<email>tyler.wardhaugh@gmail.com</email>
</author>
<published>2020-10-11T05:58:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=afec5a7e05a9960b1f60be44a77fda8f771c9504'/>
<id>afec5a7e05a9960b1f60be44a77fda8f771c9504</id>
<content type='text'>
I used LPeg for both of these solutions, which is surely overkill. But I
wanted to experiment with it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I used LPeg for both of these solutions, which is surely overkill. But I
wanted to experiment with it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ch81/Task 2: optimize and add comments</title>
<updated>2020-10-08T20:27:25+00:00</updated>
<author>
<name>Tyler Wardhaugh</name>
<email>tyler.wardhaugh@gmail.com</email>
</author>
<published>2020-10-08T20:27:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=f5e4a7bc97c2642cf5cc3650a062c37bb8b4dbc7'/>
<id>f5e4a7bc97c2642cf5cc3650a062c37bb8b4dbc7</id>
<content type='text'>
We just need a count of the words, which can be achieved by summing (via
x/reduce +) 1 for every instance we find.

Add comments to clarify what the algorithm is doing at each step.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We just need a count of the words, which can be achieved by summing (via
x/reduce +) 1 for every instance we find.

Add comments to clarify what the algorithm is doing at each step.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ch81: Task 2</title>
<updated>2020-10-06T17:07:07+00:00</updated>
<author>
<name>Tyler Wardhaugh</name>
<email>tyler.wardhaugh@gmail.com</email>
</author>
<published>2020-10-06T15:56:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=01d318f579ad3fdae1b796d57e83daccbe2c4198'/>
<id>01d318f579ad3fdae1b796d57e83daccbe2c4198</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ch81: Task 1</title>
<updated>2020-10-06T17:07:07+00:00</updated>
<author>
<name>Tyler Wardhaugh</name>
<email>tyler.wardhaugh@gmail.com</email>
</author>
<published>2020-10-06T15:56:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=952dfbc2740e2cd1d13dd22c3367c4f9bb11acfc'/>
<id>952dfbc2740e2cd1d13dd22c3367c4f9bb11acfc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ch81: prepare files for new challenge</title>
<updated>2020-10-06T15:56:50+00:00</updated>
<author>
<name>Tyler Wardhaugh</name>
<email>tyler.wardhaugh@gmail.com</email>
</author>
<published>2020-10-06T15:56:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=bafce2336b7462f722bdbe728674273417e30fff'/>
<id>bafce2336b7462f722bdbe728674273417e30fff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added template for Challenge 81.</title>
<updated>2020-10-05T04:09:37+00:00</updated>
<author>
<name>Mohammad S Anwar</name>
<email>mohammad.anwar@yahoo.com</email>
</author>
<published>2020-10-05T04:09:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=cef248ba491398a30061ba49fbc2a824116ae996'/>
<id>cef248ba491398a30061ba49fbc2a824116ae996</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
