Rosetta Code/Find unimplemented tasks: Difference between revisions

Content deleted Content added
Wherrera (talk | contribs)
PureFox (talk | contribs)
m →‎{{header|Wren}}: Updated site URL and reran.
Line 2,873:
 
var findTasks = Fn.new { |category|
var url = "https://www.rosettacode.org/mwm/api.php?action=query&list=categorymembers&cmtitle=Category:%(category)&cmlimit=500&format=xml"
var cmcontinue = ""
var tasks = []
Line 3,097:
 
{{out}}
Confirms that Wren had no unimplemented tasks when this was run.
Manually updated to exclude this one :)
<pre>
Unimplemented 'full' tasks in Wren:
Chat server
Distributed programming
Joystick position
OLE automation
Retrieve and search chat history
Rosetta Code/Fix code tags
Rosetta Code/Rank languages by number of users
Rosetta Code/Rank languages by popularity
Send email
Window management
Yahoo! search interface
 
Unimplemented 'draft' tasks in Wren:
Greed
IPC via named pipe
IRC gateway
Recursive descent parser generator
Remote agent/Agent interface
Remote agent/Agent logic
Remote agent/Simulation
Robots
Rosetta Code/List authors of task descriptions
Rosetta Code/Run examples
Rosetta Code/Tasks without examples
Tetris
Uno (Card Game)
URL shortener
User defined pipe and redirection operators
Using the Meetup.com API
WiktionaryDumps to words
</pre>