<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Project-GC Q&amp;A - Recent questions tagged consecutive-days</title>
<link>https://project-gc.com/qa/?qa=tag/consecutive-days</link>
<description>Powered by Question2Answer</description>
<item>
<title>New checker: Founds on consecutive days</title>
<link>https://project-gc.com/qa/?qa=4677/new-checker-founds-on-consecutive-days</link>
<description>I've made checker for check finds on consecutive days&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://project-gc.com/Challenges/GC4BF9Z/12503&quot; rel=&quot;nofollow&quot;&gt;http://project-gc.com/Challenges/GC4BF9Z/12503&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
checks for N consecutive days with found, optionally with T different cache types on different days and at least X caches on day&lt;br /&gt;
can be used for:&lt;br /&gt;
- check for single day with minimum X caches,&lt;br /&gt;
- check for N consecutive days without limit of number of caches found,&lt;br /&gt;
- check for minimum N caches found in X consecutive days (however every day at least one cache)&lt;br /&gt;
- check for N different types in single day&lt;br /&gt;
&lt;br /&gt;
config:&lt;br /&gt;
{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;quot;days&amp;quot;:number of consecutive days, default 1,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;quot;caches&amp;quot;:number of total found caches, default 1,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;quot;differentTypes&amp;quot;:number of different types required, default 1,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;quot;differentTypesOnDifferentDays&amp;quot;:if you must have found every type on different day, default false,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;quot;minCachesOnDay&amp;quot;:minimum caches on day, default 1,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;quot;types&amp;quot;:[list of allowed types], default all&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;quot;exclTypes&amp;quot;:[list of excluded types], default none&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;quot;logTitle&amp;quot;: title of log, see the note.&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;quot;logListTypes&amp;quot;:true - list of all cache types found in the period - one cache per type, default false&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;quot;logCachesPerDay&amp;quot;:10 - list up to N caches per day. Put 1 for more compact output. default false &amp;nbsp;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;quot;logGCODES&amp;quot;:100 - very compact list up to N caches per day, only gcode is printed. Useful for 100+ caches, default false&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
note - in the title of log you can use special words to be replaced by variables:&lt;br /&gt;
__nrfound__ &amp;nbsp;&lt;br /&gt;
__nrtypes__&lt;br /&gt;
__days__&lt;br /&gt;
__fromdate__&lt;br /&gt;
__todate__&lt;br /&gt;
&lt;br /&gt;
examples:&lt;br /&gt;
&lt;br /&gt;
100 caches in 2 days (very compact log)&lt;br /&gt;
Config: { &amp;quot;days&amp;quot;: 2, &amp;quot;caches&amp;quot;:100, &amp;quot;minCachesOnDay&amp;quot;: 1, &amp;quot;differentTypes&amp;quot;: 1, &amp;quot;logTitle&amp;quot;: &amp;quot;I have found __nrfound__ caches in 2 consecutive days between __fromdate__ and __todate__:&amp;quot;, &amp;quot;logGCODES&amp;quot;:100 }&lt;br /&gt;
&lt;br /&gt;
6 types in one day&lt;br /&gt;
Config: { &amp;quot;days&amp;quot;: 1, &amp;quot;differentTypes&amp;quot;: 6, &amp;quot;logTitle&amp;quot;: &amp;quot;I have found __nrtypes__ different cache types in single day on __fromdate__ :&amp;quot;, &amp;quot;logListTypes&amp;quot;:true }&lt;br /&gt;
&lt;br /&gt;
5 caches every day for 5 consecutive days:&lt;br /&gt;
Config: { &amp;quot;days&amp;quot;: 5, &amp;quot;minCachesOnDay&amp;quot;: 5, &amp;quot;logTitle&amp;quot;: &amp;quot;I have found at least 5 cache per day for 5 consecutive days between __fromdate__ and __todate__:&amp;quot;, &amp;quot;logCachesPerDay&amp;quot;:10 }&lt;br /&gt;
&lt;br /&gt;
30 consecutive days (compact log):&lt;br /&gt;
Config: { &amp;quot;days&amp;quot;: 30, &amp;quot;logTitle&amp;quot;: &amp;quot;I have found at least 1 cache per day for 30 consecutive days between __fromdate__ and __todate__:&amp;quot;, &amp;quot;logCachesPerDay&amp;quot;:1 }</description>
<category>Miscellaneous</category>
<guid isPermaLink="true">https://project-gc.com/qa/?qa=4677/new-checker-founds-on-consecutive-days</guid>
<pubDate>Thu, 09 Apr 2015 15:32:39 +0000</pubDate>
</item>
</channel>
</rss>