Re: We need better documentation for functions with ranges and templates

2015-12-15 Thread dnewbie via Digitalmars-d
On Tuesday, 15 December 2015 at 09:57:00 UTC, ZombineDev wrote: On Monday, 14 December 2015 at 19:56:29 UTC, dnewbie wrote: On Monday, 14 December 2015 at 19:04:46 UTC, bachmeier wrote: It's unanimous, at least among the three of us posting in this Reddit thread: ... Take for exam

Re: Some feedback on the website.

2015-12-15 Thread dnewbie via Digitalmars-d
On Tuesday, 15 December 2015 at 07:07:23 UTC, deadalnix wrote: Navigation: The navigation can get very confusing. The forum and the site look the same, but the logo in the top right bring back to the site index/forum index . I thought that only I had saw this. Yes it's wrong. To go to homep

Re: We need better documentation for functions with ranges and templates

2015-12-14 Thread dnewbie via Digitalmars-d
On Monday, 14 December 2015 at 20:08:20 UTC, Jack Stouffer wrote: You're not really comparing apples to apples here In fact I'm not, but the main focus here was about the simplicity of the layout used on the C# doc. You can see others examples there easily including templates and generics int

Re: We need better documentation for functions with ranges and templates

2015-12-14 Thread dnewbie via Digitalmars-d
On Monday, 14 December 2015 at 19:04:46 UTC, bachmeier wrote: It's unanimous, at least among the three of us posting in this Reddit thread: ... Take for example C# Docs: https://msdn.microsoft.com/en-us/library/system.collections.arraylist.addrange.aspx Syntax C#: public virtual void AddRa

Re: Looking for someone that could work on 32 bits support for SDC

2015-09-13 Thread dnewbie via Digitalmars-d
On Sunday, 13 September 2015 at 19:49:58 UTC, deadalnix wrote: That's a pitty. libd itself could be usefull to program some tools for the language. I particularly think to IDE stuff like symbol list, module name finder, etc. So far in Coedit I use libdparse but if libd would be available for th

Re: Martin Nowak is officially MIA

2015-06-17 Thread dnewbie via Digitalmars-d
I understand the feeling, but that seems unnecessarily harsh to demote Martin, since he is the one that have done the most for release, and it yielded actual results. Indeed.

Re: D LDAP library?

2014-08-11 Thread dnewbie via Digitalmars-d
On Tuesday, 12 August 2014 at 00:36:17 UTC, Andrei Alexandrescu wrote: Hello, got a question today from a user - is there an LDAP library for D? Thanks! -- Andrei There is a raw binding to openldap c library. http://d.darktech.org/bindings/ldap.zip

Poll - How long have you been in D?

2014-04-03 Thread dnewbie
Please vote now! http://www.easypolls.net/poll.html?p=533e10e4e4b0edddf89898c5 See also results from previous years: - http://d.darktech.org/2012.png - http://d.darktech.org/2013.png

Re: sha1Of() crashing and incorrect result on win64

2014-03-06 Thread dnewbie
It works with DMD/Phobos from GIT.

Re: sha1Of() crashing and incorrect result on win64

2014-03-06 Thread dnewbie
On Thursday, 6 March 2014 at 15:56:07 UTC, Andrej Mitrovic wrote: On 3/6/14, knutaf wrote: and then crashes. If I build without -m64, I get A9993E364706816ABA3E25717850C26C9CD0D89D, which is what I was expecting. It works fine for me using 2.064 and 2.065, both with and without -m64. It do

Re: Help needed testing automatic win64 configuration

2013-10-16 Thread dnewbie
On Wednesday, 16 October 2013 at 01:15:20 UTC, Brad Anderson wrote: On Tuesday, 15 October 2013 at 06:38:30 UTC, dnewbie wrote: VS 2010 Express/Windows SDK 7.0: dmd -m64 hello.d Can't run 'c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\link.exe', check PATH

Re: Help needed testing automatic win64 configuration

2013-10-14 Thread dnewbie
VS 2010 Express/Windows SDK 7.0: dmd -m64 hello.d Can't run 'c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\link.exe', check PATH with dmd-2.064-beta-new-sc.ini-2.exe

Re: Poll: how long have you been into D

2013-07-14 Thread dnewbie
On Saturday, 6 July 2013 at 01:33:09 UTC, dnewbie wrote: Hi. It's time for the annual poll of the year. Please vote http://www.easypolls.net/poll.html?p=51d766e4e4b03d6de547a64b Here are the results. 2012 2013 <1 year 27% 21% 1-2 years 25% 27% 3-5 years 28%

Re: Linear algebra for Win64?

2013-07-09 Thread dnewbie
On Tuesday, 9 July 2013 at 19:02:09 UTC, Kevin McTaggart wrote: Does anyone know of a good D linear algebra library for Win64? I tried scid a year ago and liked it on Win32, but have been unable to get it to link on Win64. When trying to run scid on Win64, I've been using prebuilt LAPACK 3.4.

Poll: how long have you been into D

2013-07-05 Thread dnewbie
Hi. It's time for the annual poll of the year. Please vote http://www.easypolls.net/poll.html?p=51d766e4e4b03d6de547a64b

Re: Creation of import libraries for Windows

2013-01-10 Thread dnewbie
On Thursday, 10 January 2013 at 17:29:13 UTC, Phil Lavoie wrote: Hi all, This is actually a duplicate of my post on the D.learn forums :). I am concerned that it hasn't been answered only because it is in a less popular sub forum. I'll try to make it short. This websites recommends implib fo

Re: What's up with the windows headers?

2012-12-26 Thread dnewbie
On Wednesday, 26 December 2012 at 21:56:31 UTC, Phil Lavoie wrote: All right I got a problem now. Including winver.d triggers the inclusion of version.lib through this: pragma(lib, "version.lib"); However, this import library does not exist. So I created it using,implib /noi /system version.li

Re: D Stable Proposal

2012-11-29 Thread dnewbie
Wait.. what happened to dlang-stable? http://forum.dlang.org/thread/op.whi33qsp707...@invictus.skynet.com

Re: Windows DLLs and TLS

2012-10-09 Thread dnewbie
You can try compiling it with GDC! Please check this thread: http://forum.dlang.org/thread/nowjthaqnjfrcvqeu...@forum.dlang.org

Re: D support in Exuberant Ctags 5.8 for Windows

2012-07-26 Thread dnewbie
On Thursday, 26 July 2012 at 22:06:08 UTC, Gary Willoughby wrote: I'm looking at this page and trying to download the latest CTags 5.8 with D patch compiled for Windows but i'm getting a dead link. Does anyone else have this file or can point me to another link? http://prowiki.org/wiki4d/wiki

Re: phobos breakage... why?

2012-07-25 Thread dnewbie
On Wednesday, 25 July 2012 at 17:24:06 UTC, Adam D. Ruppe wrote: I was just playing with the beta, and got this among the sea of errors: arsd/cgi.d(898): Error: function std.algorithm.indexOf!("a == b",ubyte[],string).indexOf is deprecated Why was that taken out? If you ask me, the root caus

Re: Optional name mangling

2012-07-23 Thread dnewbie
On Monday, 23 July 2012 at 20:57:37 UTC, Stuart wrote: On Monday, 23 July 2012 at 17:28:38 UTC, David Nadlinger wrote: On Monday, 23 July 2012 at 17:25:43 UTC, Stuart wrote: Fair enough. But there are still times when we need a version of "export" that doesn't mangle. No. This is even impossi

Re: Some guidance on writing a Deimos C library interface

2012-07-13 Thread dnewbie
Hi Jens. 1. The D page says they should be lower case. Should Deimos module names also be made lower case? Yes. 2. Should all interfaces be put in a common package, say deimos? Yes. * const T* should be replaced with const(T)* Yes. * How to deal with macros? http://www.digita

Re: d language Bye

2012-07-01 Thread dnewbie
On Monday, 2 July 2012 at 01:18:29 UTC, 拖狗散步 wrote: On Monday, 2 July 2012 at 01:08:30 UTC, Alex Rønne Petersen wrote: On 02-07-2012 03:04, "拖狗散步" wrote: d language Bye! Although you are very beautiful, but not for wife! wat hoho! dlang is very beautiful, but not is my wife! lol, you're

Re: Let's give a honor to dead giants!

2012-04-22 Thread dnewbie
On Sunday, 22 April 2012 at 00:58:58 UTC, Brian Schott wrote: On Friday, 20 April 2012 at 03:33:43 UTC, H. S. Teoh wrote: One thing I miss, though, is ctags support for D. 1. It seems that everything can understand Ctags 2. The format's not complicated at all. I just committed support for a -

Re: Poll of the week - How long have you been in the D world?

2012-03-31 Thread dnewbie
On Friday, 30 March 2012 at 22:17:55 UTC, Stewart Gordon wrote: I see that the numbers are almost evenly balanced between the four categories. But does this really mean that we've attracted more people in the last two years than in all earlier years combined, or that an awful lot of old-time

Poll of the week - How long have you been in the D world?

2012-03-25 Thread dnewbie
Just out of curiosity, is D attracting new users? Are the old users running? Place your vote here http://www.easypolls.net/poll.html?p=4f6fb7e5e4b04f389e5eb66f

Re: Mono-D@GSoC - Mentor needed

2012-03-23 Thread dnewbie
On Tuesday, 20 March 2012 at 22:52:13 UTC, James Miller wrote: A bit of a side note, but is there any way that some of this work could be made more standalone, even if somebody else has to take up the work to finish it and make it truly standalone. I personally can't stand fully integrated envi