User talk:Glennj: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎Echo Server: new section)
(→‎Step loop: new section)
Line 18: Line 18:


Is the [[Ruby]] solution to this correct? It's not clear to me that it can service multiple lines from each client simultaneously, not unless there's a lot more magic there than there appears to be (and which would then benefit from a clear set of comments...) —[[User:Dkf|Donal Fellows]] 22:52, 21 June 2009 (UTC)
Is the [[Ruby]] solution to this correct? It's not clear to me that it can service multiple lines from each client simultaneously, not unless there's a lot more magic there than there appears to be (and which would then benefit from a clear set of comments...) —[[User:Dkf|Donal Fellows]] 22:52, 21 June 2009 (UTC)

== Step loop ==

Good call on [[Loop/For with step]]. I completely forgot about it. --[[User:Mwn3d|Mwn3d]] 18:16, 10 July 2009 (UTC)

Revision as of 18:16, 10 July 2009

You seem to know a lot about Tcl. Do you think you could fill in some info for it on the Language Comparison Table? The Tcl row is lacking a lot. If there's anything else there that you feel you could fill in it would be appreciated. --Mwn3d 16:15, 8 April 2009 (UTC)

Ideas

It would be nice if you added a version to the Search Yahoo page that loaded the results into tdom and used its XPath support to pick out the results. IME, tdom's pretty cool to use that way and more people should be told about it. It also ought to appeal to you for this task... —Dkf 22:05, 14 May 2009 (UTC)

I tried, but there was an unclosed span element that broke the parsing, even with the "dom parse -html" option. Meh. Goes to show that only a browser can parse HTML (to paraphrase "only perl can parse Perl") --glennj 22:57, 14 May 2009 (UTC)

Loop structures

Could you focus your efforts on pages in Category:Iteration rather then in the deprecated loop structures task? If you could, make sure that code and explanation from loop structures is covered in the Loop/* pages? Remove it from loop structures if it is, migrate it if it isn't and fits into one of the tasks, or mark it if you're not sure what to do. --Mwn3d 17:36, 12 June 2009 (UTC)

gotcha. I'll look at adding a few tasks to that category. --glennj

Sort most popular programming languages

I'm sorry. I just forgot to implement querycontinue. I'll implement it later. Thanks. --Guga360 20:28, 16 June 2009 (UTC)

Echo Server

Is the Ruby solution to this correct? It's not clear to me that it can service multiple lines from each client simultaneously, not unless there's a lot more magic there than there appears to be (and which would then benefit from a clear set of comments...) —Donal Fellows 22:52, 21 June 2009 (UTC)

Step loop

Good call on Loop/For with step. I completely forgot about it. --Mwn3d 18:16, 10 July 2009 (UTC)