User talk:Wolf: Difference between revisions

(Welcome!)
 
 
(3 intermediate revisions by 3 users not shown)
Line 1:
{{User:Short Circuit/new user greeting}} --[[User:Short Circuit|Michael Mol]] 18:20, 17 April 2010 (UTC)
 
== 4DOS examples ==
 
Hello and welcome to Rosetta Code. I noticed you provided some examples in [[:Category:4DOS Batch|4DOS Batch]]. However, the language tag you have chosen for syntax highlighting was »4DOS Batch« as well. While there is ''theoretically'' nothing wrong with that please bear in mind that said tag ultimately maps back into a file name. Linux and similar systems are case-sensitive in their file systems and often applications don't particularly like spaces in it. If you look around, all other language tags are using lower-case characters and no spaces in them. I changed the tag to »4dos« in the examples you provided and also put that one in the list of recommended ones [http://rosettacode.org/wiki/Rosetta_Code:Village_Pump/Syntax_Highlighting#Recommended_language_tag_usage here]. You were right in choosing a fitting language tag to begin with though, even though there is no syntax highlighting support yet. —[[User:Hypftier|Johannes Rössel]] 10:13, 13 May 2010 (UTC)
 
==[[Symmetric difference]]==
If you follow the note in the task description and call your function with:
setA = John, Bob, Mary, Serena,
setB = Jim, Mary, John, Jim, Bob
Do you get the same correct result? I don't know AutoHotkey but it looks as if you would not. --[[User:Paddy3118|Paddy3118]] 21:06, 19 May 2010 (UTC)
 
: You are right. I cannot even understand how I could have overlooked that. I must be getting old. AHK code is fixed. --[[User:Wolf|Wolf]] 21:18, 19 May 2010 (UTC)
 
:: Thanks Wolf. --[[User:Paddy3118|Paddy3118]] 07:18, 21 May 2010 (UTC)
Anonymous user