Re: String to binary conversion

2014-09-04 Thread HeiHon via Digitalmars-d
Can we move digitalmars.D.learn to the top of the forums at forum.dlang.org? I would even put it in its separate area on that page with larger font, etc. :) +1 Given that it seems quite common for newbies to not ask their first questions in D.learn. Also, I've just noticed that "Questions a

Re: Good name for f.byLine.map!(x => x.idup)?

2014-03-17 Thread HeiHon
Depends on the situation. Consider a D tutorial. It would feature little programs like "copy a file" or "put each line in a hashtable" etc. Anyway byLineCopy or byLineCopied sounds natural for me (native german). Another idea: byLineDuplicate Might be a bit (too) long, but probably could he

Re: Good name for f.byLine.map!(x => x.idup)?

2014-03-16 Thread HeiHon
On Sunday, 16 March 2014 at 17:51:31 UTC, Andrei Alexandrescu wrote: On 3/16/14, 10:49 AM, bearophile wrote: "byDupLines" It introduces the notion of "dup" to newbies. I'd rather go with a natural name. If the newbie already knows that there is a difference between byLine and byLineWhatev

Re: Shared pain

2014-02-19 Thread HeiHon
On Friday, 19 November 2010 at 06:53:40 UTC, Steve Teale wrote: On Thu, 18 Nov 2010 11:26:39 +, Steve Teale wrote: I had D code that provided a basis for creation of Windows services, which I have just tried to get working with the latest D2. No dice. I have made some progress in underst

Re: Review of Jose Armando Garcia Sancio's std.log

2012-02-16 Thread HeiHon
On Tuesday, 14 February 2012 at 01:58:50 UTC, Jose Armando Garcia wrote: I am trying to minimize the number of predefined log levels. One of the big problems I see with having too many log levels is that the programmer never knows which one to use. I think std.log makes this very clear: 1. Lo