Talk:Rosetta Code/Find unimplemented tasks: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
About: "Since most of these other implementations seem to be fetching tasks already implemented, I did the same..."
Please stop flagging Python as incorrect.
E works at the same way.


All examples are working. Except AutoHotkey, that is getting all implemented tasks from a langugae.
And normal users can't fetch more than 500 results, Only bots.
We have only 253 tasks. --[[User:Guga360|Guga360]] 15:05, 9 February 2009 (UTC)

Please look at the MediaWiki API documentation on [http://www.mediawiki.org/wiki/API:Query#Continuing_queries continuing queries]. The E program implements this continuation - I tested it by setting the limit to 50. --[[User:Kevin Reid|Kevin Reid]] 23:42, 9 February 2009 (UTC)
:I think Kevin is right. New tasks are popping up all over the place and once we have more than 500 the Perl and Python code won't work. If you can assure that you go through all of the category's members, you should. I don't understand how this MW API stuff works, but it looks like the documentation he linked to tells you what you need to do to go to the next page. --[[User:Mwn3d|Mwn3d]] 03:26, 23 February 2009 (UTC)

Revision as of 01:36, 28 May 2009

About: "Since most of these other implementations seem to be fetching tasks already implemented, I did the same..."

All examples are working. Except AutoHotkey, that is getting all implemented tasks from a langugae.