Re: Release D 2.090.1

2020-02-12 Thread André Brière via Digitalmars-d-announce
2.091.0 mentions Bugzilla 20500 as well.

Re: The D language online tour - tour.dlang.org

2016-05-17 Thread André via Digitalmars-d-announce
On Monday, 16 May 2016 at 20:39:26 UTC, Jack Stouffer wrote: On Monday, 16 May 2016 at 18:02:29 UTC, Andrei Alexandrescu wrote: This is great work, thanks! Please announce in social media as well! -- Andrei Reddit: https://www.reddit.com/r/programming/comments/4jn6ks/the_online_d_language_tou

Re: The D language online tour - tour.dlang.org

2016-05-17 Thread André via Digitalmars-d-announce
Is a translation really needed for the tour? I am not a native speaker but I still prefer reading technical stuff in English especially when English is the language of the original. It's hard for me to estimate the value of a translation.. Thanks & regards, André

The D language online tour - tour.dlang.org

2016-05-16 Thread André via Digitalmars-d-announce
rs or have suggestions, please use GitHub: https://github.com/stonemaster/dlang-tour Thanks & regards, André

Re: vibe.d kafka driver & probabilistic linear counting

2016-04-11 Thread André via Digitalmars-d-announce
s all supported libs and languages: https://cwiki.apache.org/confluence/display/KAFKA/Clients. Regards, André

Re: Release vibe.d 0.7.26

2015-11-04 Thread André via Digitalmars-d-announce
On Wednesday, 4 November 2015 at 09:15:31 UTC, Théo Bueno wrote: On Wednesday, 4 November 2015 at 07:41:34 UTC, Sönke Ludwig wrote: This release compiles on the 2.069.0 (D)DMD frontend. Major changes ... Awesome, thank you ! Absolutely awesome! Thank you all for your hard work on this great

Re: DCD: Autocomplete without the IDE

2013-09-10 Thread André
heers André On Sunday, 1 September 2013 at 10:58:28 UTC, Brian Schott wrote: * What is it? DCD is a client and server program that work together to provide autocomplete suggestions and function call tips to almost any text editor that supports scripting or plugins. * Who is it for? People who would

Re: the semi-resident thread pool

2012-05-25 Thread Jarl André
On Saturday, 30 May 2009 at 13:36:41 UTC, zsxxsz wrote: Sweet! Does the code want a license? The thread-pool is just one little part of my plan migrating acl_project written with C to adl_project written with D. The original acl_project has many server framework. Anyone can use it under the GP