<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Project-GC Forum - Method requests</title>
        <description>Request new methods needed to make challenge checkers. One method request per thread please.</description>
        <link>/forum/list.php?5</link>
        <lastBuildDate>Tue, 18 Aug 2026 23:39:26 +0000</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>/forum/read.php?5,102935,103393#msg-103393</guid>
            <title>Re: Getting home country and region</title>
            <link>/forum/read.php?5,102935,103393#msg-103393</link>
            <description><![CDATA[ I would argue that challenges that would just ask for home country or region could be easily cheated. Eg. If the challenge is &quot;find 100 caches outside your home country&quot;... A user can just change their home location on geocaching and viola, they qualify. It&#039;s much harder to cheat the place with your most finds, which is almost always where you actually live.<br />
<br />
Also, not all users provide their home location, so that presents a major problem.]]></description>
            <dc:creator>bmuzzin</dc:creator>
            <category>Method requests</category>
            <pubDate>Fri, 16 May 2025 03:58:27 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,102935,102935#msg-102935</guid>
            <title>Getting home country and region</title>
            <link>/forum/read.php?5,102935,102935#msg-102935</link>
            <description><![CDATA[ I would like to have a function like PGC.GetHomeCountryAndRegion() that would tell me the home country and home region of the player, for which a checker is executed.<br />
<br />
I totally understand that the exact location cannot be exposed and already the county would fall under &quot;data privacy violation&quot;. But country and region does not fall under &quot;protection worthy data&quot; even for something as sensitive as medical data (i.e. &quot;Protected Health Information (PHI)&quot;).<br />
<br />
And country and region of a player can already be found out e.g. via &quot;Statistics/Top finders&quot;. It would make checker development easier, if a script could simply ask for &quot;home country&quot; instead of calculating a histogram to find the country with most finds.]]></description>
            <dc:creator>KaiserVonChina</dc:creator>
            <category>Method requests</category>
            <pubDate>Fri, 09 May 2025 10:39:31 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,71810,93084#msg-93084</guid>
            <title>Re: Adding a map to the checker</title>
            <link>/forum/read.php?5,71810,93084#msg-93084</link>
            <description><![CDATA[ This worked perfectly!  Exactly what I was looking for.<br />
<br />
Thank you!]]></description>
            <dc:creator>syfun</dc:creator>
            <category>Method requests</category>
            <pubDate>Tue, 08 Oct 2024 18:12:20 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,71810,93075#msg-93075</guid>
            <title>Re: Adding a map to the checker</title>
            <link>/forum/read.php?5,71810,93075#msg-93075</link>
            <description><![CDATA[ Feel free to have a look at my &quot;Generic Country / Region / County Checker with Map Output&quot; script.<br />
<br />
This supports showing counties and / or regions where caches were found in green and missing counties an / or regions in red.<br />
Missing counties / regions will only be shown when there are some country/region/county restrictions configured in the tag, since it makes little sense to show the entire world mostly in red.<br />
<br />
Here is one example for a checker that is using my script: <a href="https://project-gc.com/Challenges/GC923YE/91217"  rel="nofollow">https://project-gc.com/Challenges/GC923YE/91217</a><br />
<br />
The script can be configured in a very flexible way and gives you full control whether regions and/or counties and/or caches shall be shown on the map.]]></description>
            <dc:creator>KaiserVonChina</dc:creator>
            <category>Method requests</category>
            <pubDate>Tue, 08 Oct 2024 15:24:11 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,82585,88582#msg-88582</guid>
            <title>Re: GetOldest and cache attributes</title>
            <link>/forum/read.php?5,82585,88582#msg-88582</link>
            <description><![CDATA[ So... I&#039;ve figured out a way to do this, without needing the method. Basically, I just need to call GetHides for the owner_id of every oldest cache that GetOldest returns. GetHides returns things similar to GetFinds, so I can get the attributes from there and then match based on gccode. *Obviously* this isn&#039;t ideal, because that&#039;s a lot of extra work for the database... but, it works.<br />
<br />
Here&#039;s the first iteration of it in action (who knows if it&#039;ll be published tho! :))<br />
<a href="https://project-gc.com/Challenges/GCARHG4/89037"  rel="nofollow">https://project-gc.com/Challenges/GCARHG4/89037</a>]]></description>
            <dc:creator>bmuzzin</dc:creator>
            <category>Method requests</category>
            <pubDate>Fri, 07 Jun 2024 15:21:51 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,82585,82585#msg-82585</guid>
            <title>GetOldest and cache attributes</title>
            <link>/forum/read.php?5,82585,82585#msg-82585</link>
            <description><![CDATA[ I&#039;d like to do a challenge where you need to find the oldest caches containing certain attributes. For example, my first foray was going to be the 10/50 oldest tree climbs in Ontario, Canada. Unfortunately, it doesn&#039;t look like this is possible currently, because GetOldest doesn&#039;t return the attribute sets of a cache. (I would assume this is the case for GetHighest/Lowest/Favorites as well, although I haven&#039;t confirmed). I assume this data exists in the database.<br />
<br />
Would it be possible to add to the params for those methods, to request certain fields of the results (as with GetHides)? Or alternatively, if there was a (fast) query to return details about a cache, given a GCcode (and that isn&#039;t necessarily a user&#039;s find), I could also work with that. Thanks!]]></description>
            <dc:creator>bmuzzin</dc:creator>
            <category>Method requests</category>
            <pubDate>Thu, 21 Dec 2023 16:45:15 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,60762,73059#msg-73059</guid>
            <title>Re: GetContinentDefinitions()</title>
            <link>/forum/read.php?5,60762,73059#msg-73059</link>
            <description><![CDATA[ Not sure why it wasn&#039;t exposed. But a better answer has just been posted in <a href="https://project-gc.com/forum/read?4,52692"  rel="nofollow">https://project-gc.com/forum/read?4,52692</a>]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Method requests</category>
            <pubDate>Thu, 27 Apr 2023 07:26:16 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,71810,71949#msg-71949</guid>
            <title>Re: Adding a map to the checker</title>
            <link>/forum/read.php?5,71810,71949#msg-71949</link>
            <description><![CDATA[ This is something that the scriptwriter has to include as part of the script, and is not something that taggers can (usually) just &quot;turn on.&quot;<br />
<br />
I&#039;ll have a look to see if I can find a county checker that generates maps.]]></description>
            <dc:creator>Hügh</dc:creator>
            <category>Method requests</category>
            <pubDate>Thu, 23 Mar 2023 22:19:55 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,71810,71894#msg-71894</guid>
            <title>Re: Adding a map to the checker</title>
            <link>/forum/read.php?5,71810,71894#msg-71894</link>
            <description><![CDATA[ I have found a similar checker:  <a href="https://project-gc.com/Challenges/GC31WZ9/59569"  rel="nofollow">https://project-gc.com/Challenges/GC31WZ9/59569</a><br />
<br />
This one checks for  3 finds in each of the townships in a county in Ohio.  Is there a way to adapt this to check for finds in counties in a state?<br />
<br />
Thanks<br />
syfun]]></description>
            <dc:creator>syfun</dc:creator>
            <category>Method requests</category>
            <pubDate>Mon, 20 Mar 2023 23:04:25 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,71810,71810#msg-71810</guid>
            <title>Adding a map to the checker</title>
            <link>/forum/read.php?5,71810,71810#msg-71810</link>
            <description><![CDATA[ Hello, <br />
<br />
How can I add a map to a checker results?  <br />
<br />
For example:  <a href="https://project-gc.com/Challenges/GC8ZGGX/54659"  rel="nofollow">https://project-gc.com/Challenges/GC8ZGGX/54659</a> requires attending events in 25 Michigan counties.  It outputs which counties the cacher has attended events in.  I would like to add a map, in this case for Michigan, that has the counties shaded in that the cacher has attended events in.  It would be even better if the attended counties were green and the unattended counties were red like in the &quot;map counties&quot; tool.  About the closest thing I can come up with for an example is the checker for <a href="https://project-gc.com/Challenges/GC411A1/42821"  rel="nofollow">https://project-gc.com/Challenges/GC411A1/42821</a><br />
<br />
Thanks<br />
syfun]]></description>
            <dc:creator>syfun</dc:creator>
            <category>Method requests</category>
            <pubDate>Sat, 18 Mar 2023 00:00:35 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,65929,65929#msg-65929</guid>
            <title>GetFinds(): filter by attribute</title>
            <link>/forum/read.php?5,65929,65929#msg-65929</link>
            <description><![CDATA[ It would be great to add an option where cache finds can be filtered by attributes.  I&#039;ve run into a few checker requests that would greatly benefit from this, as it would help reduce processing time and system resources!]]></description>
            <dc:creator>queengooborg</dc:creator>
            <category>Method requests</category>
            <pubDate>Wed, 05 Oct 2022 04:28:45 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,60762,60762#msg-60762</guid>
            <title>GetContinentDefinitions()</title>
            <link>/forum/read.php?5,60762,60762#msg-60762</link>
            <description><![CDATA[ <a href="https://project-gc.com/doxygen/lua-sandbox/classPGC__LUA__Sandbox.html#aff15c538990cbf6635d9fe24f8f361c4"  rel="nofollow">The Documentation</a> mentions a method GetContinentDefinitions(), but it seems not to be exposed to LUA?<br />
<br />
Has it been removed or was it planned at some point? The documentation seems a bit jumbled.]]></description>
            <dc:creator>JakeDot</dc:creator>
            <category>Method requests</category>
            <pubDate>Sat, 09 Apr 2022 10:56:23 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,53832,54020#msg-54020</guid>
            <title>Re: GetOldestCaches issue</title>
            <link>/forum/read.php?5,53832,54020#msg-54020</link>
            <description><![CDATA[ So I have been kicking the tired on this version of GetOldestCaches.  It appears to work generally ok.  <br />
<br />
Sometimes it does appear to return more caches than the limit.  Functionally this does not seem to matter for me.  However I am moderately concerned this has a performance impact.  <br />
<br />
A sample script is here <a href="https://project-gc.com/Challenges//62550"  rel="nofollow">https://project-gc.com/Challenges//62550</a><br />
<br />
Thanks]]></description>
            <dc:creator>sloth96</dc:creator>
            <category>Method requests</category>
            <pubDate>Wed, 11 Aug 2021 16:03:14 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,53832,53899#msg-53899</guid>
            <title>Re: GetOldestCaches issue</title>
            <link>/forum/read.php?5,53832,53899#msg-53899</link>
            <description><![CDATA[ This is the sort of checker I am experimenting with.  There are certainly optimizations to be made to this one to reduce the number of calls but the functionality is basically there.  <br />
<br />
<a href="https://project-gc.com/Challenges//62459"  rel="nofollow">https://project-gc.com/Challenges//62459</a>]]></description>
            <dc:creator>sloth96</dc:creator>
            <category>Method requests</category>
            <pubDate>Fri, 06 Aug 2021 23:13:38 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,53832,53884#msg-53884</guid>
            <title>Re: GetOldestCaches issue</title>
            <link>/forum/read.php?5,53832,53884#msg-53884</link>
            <description><![CDATA[ Let me experiment further with using this to make an &quot;adaptive jasmer&quot; for  filters where some months are missing or a small number of caches away from missing.  A virtual jasmer is such an example: Find a virtual cache in each month since the start of caching that has a virtual cache. Or a Large Jasmer is also such an example. Also regional checkers like <a href="https://project-gc.com/Challenges/GC2WMPX/23571"  rel="nofollow">https://project-gc.com/Challenges/GC2WMPX/23571</a> may require manual tweaking in the future. <br />
<br />
Currently a world wide versions would be difficult as this call and the GetNumInArea both require a country.  To do a full jasmer would require that both calls work fast enough to support a number of countries times number of months calls in under the time limit. GetNumInArea is too slow at this time to support something like one call per month since the start of geocaching.  <br />
<br />
Frankly my preference would be a faster worldwide GetNumInArea without a country requirement than this call.  The nice thing about GetNumInArea being faster and without a country requirement would be that it would allow tailoring to a Jasmer to require months with only some number of caches remaining in the month and not require manual intervations as caches archive. So based on a current single jasmer 4 caches in a month may be set as the required threshhold. <br />
<br />
So this is an observation that a further request could be coming shortly based on how experimentation progresses.]]></description>
            <dc:creator>sloth96</dc:creator>
            <category>Method requests</category>
            <pubDate>Fri, 06 Aug 2021 10:58:24 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,53832,53876#msg-53876</guid>
            <title>Re: GetOldestCaches issue</title>
            <link>/forum/read.php?5,53832,53876#msg-53876</link>
            <description><![CDATA[ I have now released the code. Not tested, but it was very minor changes so I am quite confident it will work.<br />
<br />
I didn&#039;t really get this part. I interpret it as you wish me to change something. If so, please explain again.<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />I started going down this road as an alternative to using GetNumCachesInArea to create a jasmer checker that will automatically notice missing months. Like GetNumCachesInArea the country required limitation will prevent a worldwide version. It still would be nice to specify for a single region so we do not need to manually update checkers as caches get archived.</div></blockquote>]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Method requests</category>
            <pubDate>Fri, 06 Aug 2021 07:57:46 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,53832,53865#msg-53865</guid>
            <title>Re: GetOldestCaches issue</title>
            <link>/forum/read.php?5,53832,53865#msg-53865</link>
            <description><![CDATA[ Much appreciated.  I will test tomorrow.  <br />
<br />
I  really]]></description>
            <dc:creator>sloth96</dc:creator>
            <category>Method requests</category>
            <pubDate>Thu, 05 Aug 2021 17:07:11 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,53832,53861#msg-53861</guid>
            <title>Re: GetOldestCaches issue</title>
            <link>/forum/read.php?5,53832,53861#msg-53861</link>
            <description><![CDATA[ Parameter requiredFP was broken as well.]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Method requests</category>
            <pubDate>Thu, 05 Aug 2021 15:35:50 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,53832,53860#msg-53860</guid>
            <title>Re: GetOldestCaches issue</title>
            <link>/forum/read.php?5,53832,53860#msg-53860</link>
            <description><![CDATA[ You are correct, some copy paste issues, or maybe just not thinking enough when doing the code and sanitation for the filters. I&#039;ll fix them today and will try to release them tomorrow.]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Method requests</category>
            <pubDate>Thu, 05 Aug 2021 15:35:12 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,53832,53832#msg-53832</guid>
            <title>GetOldestCaches issue</title>
            <link>/forum/read.php?5,53832,53832#msg-53832</link>
            <description><![CDATA[ There appears to be an issue using GetOldestCaches when there is a minHiddenDate set in the filter. When it is set the following error appears:<br />
<pre class="bbcode">
Error 8, lua_callbacks.php:1525  Undefined variable: minHiddenDate</pre>
<br />
Example of working code can be seen here:<a href="https://project-gc.com/Challenges//62414"  rel="nofollow">https://project-gc.com/Challenges//62414</a><br />
Non-working code is <a href="https://project-gc.com/Challenges//62415"  rel="nofollow">https://project-gc.com/Challenges//62415</a><br />
<br />
The working code uses <br />
<pre class="bbcode">
testfilter={}
testfilter.country=&quot;United States&quot;
testfilter.excludeArchived=true

mycs=PGC.GetOldestCaches({filter=testfilter,limit=1})</pre>
The non working code uses:<br />
<pre class="bbcode">
testfilter={}
testfilter.country=&quot;United States&quot;
testfilter.excludeArchived=true
testfilter.minHiddenDate=&quot;1970-01-01&quot;
mycs=PGC.GetOldestCaches({filter=testfilter,limit=1})</pre>
<br />
<br />
<br />
I started going down this road as an alternative to using GetNumCachesInArea to create a jasmer checker that will automatically notice missing months. Like GetNumCachesInArea the country required limitation will prevent a worldwide version. It still would be nice to specify for a single region so we do not need to manually update checkers as caches get archived.]]></description>
            <dc:creator>sloth96</dc:creator>
            <category>Method requests</category>
            <pubDate>Wed, 04 Aug 2021 14:00:54 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,15492,53825#msg-53825</guid>
            <title>Re: GetAggregateCaches</title>
            <link>/forum/read.php?5,15492,53825#msg-53825</link>
            <description><![CDATA[ <a href="https://project-gc.com/forum/read?4,53808,53808#msg-53808"  rel="nofollow">https://project-gc.com/forum/read?4,53808,53808#msg-53808</a><br />
<br />
Dr. Acorn&#039;s advice]]></description>
            <dc:creator>sloth96</dc:creator>
            <category>Method requests</category>
            <pubDate>Wed, 04 Aug 2021 01:38:25 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,15492,53824#msg-53824</guid>
            <title>Re: GetAggregateCaches</title>
            <link>/forum/read.php?5,15492,53824#msg-53824</link>
            <description><![CDATA[ Dr. Acorn got me over the hump. I am still frustrated that I cannot request the entire world for something like a jasmer by month.<br />
<br />
I am also finding it is a slow API. It seems to be a 4 to 5 seconds per call which for a Jasmer could be on the order of 200 for a complete newbie or rare cache type.  It would be nice if it sped up be a factor of 20 or more.  My guess is that some intermediate table might need to be created.]]></description>
            <dc:creator>sloth96</dc:creator>
            <category>Method requests</category>
            <pubDate>Tue, 03 Aug 2021 22:28:04 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,15492,53815#msg-53815</guid>
            <title>Re: GetAggregateCaches</title>
            <link>/forum/read.php?5,15492,53815#msg-53815</link>
            <description><![CDATA[ Sorry, I missed you message in May.  I will give it a try.... although the need has long gone past.  I&#039;m still very curious about the virtuals.]]></description>
            <dc:creator>travelingGeek</dc:creator>
            <category>Method requests</category>
            <pubDate>Tue, 03 Aug 2021 19:05:09 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,53810,53810#msg-53810</guid>
            <title>GetNumCachesInTimeWindow()</title>
            <link>/forum/read.php?5,53810,53810#msg-53810</link>
            <description><![CDATA[ I am looking to create a more flexible version of the Jasmer checker that automatically identifies if there are any caches available in that time window.  Some challenges such as the massachusetts month by month with this checker play games with adjusting the windows.  Checker seen here.  <a href="https://project-gc.com/Challenges/GC2KN9X/35021"  rel="nofollow">https://project-gc.com/Challenges/GC2KN9X/35021</a><br />
<br />
However unlike the Massachusetts challenge, I would like to specify the type.  As a for instance a Mystery Jasmer where you do a Jasmer with only Mystery caches.  Instead of manually adjusting the windows as caches get  archived and published, it would be nice to let the computer take care of it. This adjustment would be more of an issue for rare cache types such as Wherigo&#039;s and Virtuals.<br />
<br />
Basically this would look very similiar to GetNumCachesInArea() except country would be optional.]]></description>
            <dc:creator>sloth96</dc:creator>
            <category>Method requests</category>
            <pubDate>Tue, 03 Aug 2021 17:19:11 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,15492,53809#msg-53809</guid>
            <title>Re: GetAggregateCaches</title>
            <link>/forum/read.php?5,15492,53809#msg-53809</link>
            <description><![CDATA[ After testing I cannot get GetNumCachesInArea()  to work.]]></description>
            <dc:creator>sloth96</dc:creator>
            <category>Method requests</category>
            <pubDate>Tue, 03 Aug 2021 17:11:43 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,52348,52745#msg-52745</guid>
            <title>Re: Accessing Public Attributes in PGC API Calls</title>
            <link>/forum/read.php?5,52348,52745#msg-52745</link>
            <description><![CDATA[ LUA is executed using <a href="https://www.mediawiki.org/wiki/LuaSandbox"  rel="nofollow">MediaWiki&#039;s LuaSandbox</a>. Max memory usage and Max cpu time is handled by their code entirely.<br />
<br />
I don&#039;t know how well documented it is what it&#039;s actually doing, I never looked it up. When switching sandbox implementation I just checked that it worked reasonable. From Project-GC&#039;s perspective it didn&#039;t really matter if it was 30 or 40 seconds for example, but there needs to be some kind of max.<br />
<br />
Queuing for tokens and other pre/post code is not included. Since the max-settings are set for the sandbox, it&#039;s that code alone. Here is some cut&#039;n&#039;paste code of how it&#039;s setup (not all callbacks included).<br />
<br />
<pre class="bbcode">
$sandbox = new LuaSandbox();
$sandbox-&gt;setMemoryLimit( PGC_LUA_Sandbox::MAXMEM );
$sandbox-&gt;setCPULimit( PGC_LUA_Sandbox::MAXCPUTIME );
PGC_LUA_Sandbox::$sandbox = $sandbox;
$sandbox-&gt;registerLibrary(&#039;PGC&#039;, [
	&#039;GetCPUUsage&#039; =&gt; function() {
		return [PGC_LUA_Sandbox::$sandbox-&gt;getCPUUsage()];
	},
	&#039;Log&#039; =&gt; &#039;PGC_LUA_Sandbox::Log&#039;,
	&#039;GetFinds&#039; =&gt; &#039;PGC_LUA_Sandbox::GetFinds&#039;,
	&#039;GetHides&#039; =&gt; &#039;PGC_LUA_Sandbox::GetHides&#039;,
	&#039;HTMLEscape&#039; =&gt; &#039;PGC_LUA_Sandbox::HTMLEscape&#039;,
]);

</pre>]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Method requests</category>
            <pubDate>Sun, 27 Jun 2021 07:23:18 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,42384,52744#msg-52744</guid>
            <title>Re: GetHighest method</title>
            <link>/forum/read.php?5,42384,52744#msg-52744</link>
            <description><![CDATA[ I was wrong, it does indeed have regions. I came home yesterday after a quite long trip and obviously I wasn&#039;t awake enough when looking this up.<br />
<br />
But as DrAcorn says, there are no active geocaches in Guatemala/Guatemala. 28 archived, 0 active. Sorry for causing confusion.]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Method requests</category>
            <pubDate>Sun, 27 Jun 2021 07:16:07 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,52348,52736#msg-52736</guid>
            <title>Re: Accessing Public Attributes in PGC API Calls</title>
            <link>/forum/read.php?5,52348,52736#msg-52736</link>
            <description><![CDATA[ Another question that is more curious.  os.time measures wallclock time.  <br />
<br />
The CPUtime name of the variable suggests that os.clock is the better as a measure of &quot;time&quot; so that stalled CPU&#039;s.  Also the language in the template talks about CPUusage. CPU time can pass more slowly than wall time.<br />
<br />
What sort of time is the limit really measured in? Also as sometime checkers need to wait for tokens is this time included or not in the quota?]]></description>
            <dc:creator>sloth96</dc:creator>
            <category>Method requests</category>
            <pubDate>Sat, 26 Jun 2021 21:46:13 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,42384,52735#msg-52735</guid>
            <title>Re: GetHighest method</title>
            <link>/forum/read.php?5,42384,52735#msg-52735</link>
            <description><![CDATA[ So using the following script: <a href="https://project-gc.com/Challenges//61662"  rel="nofollow">https://project-gc.com/Challenges//61662</a> for user Retired Guy, many subdivisions of Guatemala show up in the region field. I concatenate region and country for caches and get quite the list.  It also gives a list of caches that have been tagged with this in project-gc&#039;s database. Caches are pulled either with GetFinds or GetHighest for display.<br />
<br />
And geocaching.com does not have sub divisions of Guatemala so that is a related question.<br />
<br />
Let me know if you need a clearer debugging case.]]></description>
            <dc:creator>sloth96</dc:creator>
            <category>Method requests</category>
            <pubDate>Sat, 26 Jun 2021 21:40:07 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,52348,52728#msg-52728</guid>
            <title>Re: Accessing Public Attributes in PGC API Calls</title>
            <link>/forum/read.php?5,52348,52728#msg-52728</link>
            <description><![CDATA[ It&#039;s more that I didn&#039;t know that the consts showed up in the documentation at all. The danger of automatic documentation I guess.]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Method requests</category>
            <pubDate>Sat, 26 Jun 2021 19:39:37 +0000</pubDate>
        </item>
    </channel>
</rss>
