Welcome to Rosetta Code! I founded RC around a year ago, and still do most of the administrative work. Thanks for your code contributions. I'm curious, though, how did you hear about RC? --Short Circuit 10:44, 23 February 2008 (MST)

Hi, thanks. I heard from a forward message posted at Digital Mars D newsgroup about a month ago. -badmadevil 03:03, 24 February 2008 (MST)

Mylang

Good job with the mylang templates. I had done as well as I could before, but these are better. --Mwn3d 13:52, 22 March 2008 (MDT)

thank for appreciation :) --badmadevil 07:54, 23 March 2008 (MDT)

Not Implemented Tasks by Language

Hello. IIRC, it has been mentioned a need to display a page of tasks not implemented by a specific language, it seems no such page at Rosetta Code yet. I've coded a dirty hack of such page using client-side javascript. It use xmlhttprequest to get the contents of Solutions_by_Programming_Task & the language specified page that contains tasks such language has been completed, then by parsing as DOM, extracting links under some specify id/tag, the links of set different of these 2 page are tasks that not implemented.
limitation :

  • javascript's XMLHTTPRequest doesn't allow cross site request, so this script's url host has to be same as the Category pages, that is , the pages has to be upload to Rosetta Code's website;
  • the bigger problem is, the pages does not work on IE browser. IE browser does not support DOMParser, which is currently required, and other workaround found on web seems not really work. (Hope experient coder can give some advice, or I may be re-done it using RegExp later, ... or try a PHP solution? )

This is the javascript/html pages, zipped NotImpl.zip.
Hope it can be a temporary solution. -- badmadevil 02:24, 12 June 2008 (MDT)

Return to the user page of "Badmadevil".