<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/perlweeklychallenge-club.git/challenge-085/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>Links to blogs.</title>
<updated>2020-11-08T18:54:53+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2020-11-08T18:54:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=7c36839bb20159a7709ee97cfbd389350105f550'/>
<id>7c36839bb20159a7709ee97cfbd389350105f550</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix line widths</title>
<updated>2020-11-06T22:52:10+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2020-11-06T22:52:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=efe40d5b692e19806f2a039a8553b24d88b640ff'/>
<id>efe40d5b692e19806f2a039a8553b24d88b640ff</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>2020-11-06T15:53:14+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2020-11-06T15:53:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=9128eabe9a14da6cdfb0339edb15e0df9fcce1ed'/>
<id>9128eabe9a14da6cdfb0339edb15e0df9fcce1ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SQL solution for week 85/part 1.</title>
<updated>2020-11-06T00:27:18+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2020-11-05T17:57:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=d20ff6ddb07a5495329de800382dbd02d3fd1380'/>
<id>d20ff6ddb07a5495329de800382dbd02d3fd1380</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow testing of SQL solutions.</title>
<updated>2020-11-05T17:53:56+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2020-11-05T17:53:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=326705eb376c6731d9b7ce701dbdfe28bf68d46e'/>
<id>326705eb376c6731d9b7ce701dbdfe28bf68d46e</id>
<content type='text'>
Testing SQL requires to lot more work from the test program than testing
other languages. For other languages, they just read the input, and
calculate what ever needs to be calculated.

For SQL, things are a bit different. We need to create a database
(SQLite, in memory), create some tables (from a file .tables),
and, for each test, clear the tables, and fill it with data.
And since we have a habit to have actual multiple tests per file,
we need some machinery to deal with that setup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Testing SQL requires to lot more work from the test program than testing
other languages. For other languages, they just read the input, and
calculate what ever needs to be calculated.

For SQL, things are a bit different. We need to create a database
(SQLite, in memory), create some tables (from a file .tables),
and, for each test, clear the tables, and fill it with data.
And since we have a habit to have actual multiple tests per file,
we need some machinery to deal with that setup.
</pre>
</div>
</content>
</entry>
<entry>
<title>Slight optimization.</title>
<updated>2020-11-04T18:49:16+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2020-11-04T18:49:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=6b3888f67ac29397db7ff4c2d42eb1bbf196b687'/>
<id>6b3888f67ac29397db7ff4c2d42eb1bbf196b687</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test file with lots of floats.</title>
<updated>2020-11-04T17:20:02+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2020-11-04T17:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=ef136c2d3c199b6ae7e487b60299a8974a0c4d57'/>
<id>ef136c2d3c199b6ae7e487b60299a8974a0c4d57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>C solution for week 85/part 1</title>
<updated>2020-11-04T17:19:43+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2020-11-03T19:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=1dd7189ea5d2e13c0694377819213f9cb3668feb'/>
<id>1dd7189ea5d2e13c0694377819213f9cb3668feb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some examples with "large" (&gt; 100) exponents.</title>
<updated>2020-11-03T17:28:58+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2020-11-03T17:28:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=be110e809e3d79f098328f148cc0ee852e41f2ac'/>
<id>be110e809e3d79f098328f148cc0ee852e41f2ac</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 85, part 2.</title>
<updated>2020-11-03T17:28:16+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2020-11-02T14:45:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=1e60d387b6cf6ce8157a51aacfc081cc58ffbb38'/>
<id>1e60d387b6cf6ce8157a51aacfc081cc58ffbb38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
