Re: GtkD 3.5.0, GTK+ with D.

2017-01-06 Thread Joakim via Digitalmars-d-announce
On Friday, 6 January 2017 at 22:00:55 UTC, Mike Wey wrote: GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL license. Close to the 3.4 release, but the new functionality to now also remove registered signal handlers added by Gerald Nunn warrants a new release. Signal

Monthly downloads of "Programming in D"

2017-01-06 Thread Ali Çehreli via Digitalmars-d-announce
The following graph shows the monthly download figures of the PDF version at http://ddili.org/ders/d.en/index.html http://ddili.org/Programming_in_D_monthly_downloads.svg Regarding just December 2016, there are also the following figures: EPUB version downloads: 115 AZW3 version

Re: Beta 2.073.0-b1

2017-01-06 Thread Jon Degenhardt via Digitalmars-d-announce
On Saturday, 7 January 2017 at 05:02:13 UTC, Martin Nowak wrote: First beta for the 2.073.0 release. This release comes with a few phobos additions, a new -mcpu=avx switch, an experimental safety checks (-transition=safe/-dip1000), and several bugfixes.

Re: Reminder - DConf 2017 is May 4-6 !!

2017-01-06 Thread Chris Wright via Digitalmars-d-announce
On Fri, 06 Jan 2017 16:46:31 -0800, Walter Bright wrote: > It's 2017 already - sharpen your pencils and start on a proposal for a > presentation! Time is moving fast! In Berlin, for those who forgot.

Beta 2.073.0-b1

2017-01-06 Thread Martin Nowak via Digitalmars-d-announce
First beta for the 2.073.0 release. This release comes with a few phobos additions, a new -mcpu=avx switch, an experimental safety checks (-transition=safe/-dip1000), and several bugfixes. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.073.0.html Please report any bugs at

Re: Reminder - DConf 2017 is May 4-6 !!

2017-01-06 Thread Walter Bright via Digitalmars-d-announce
On 1/6/2017 6:33 PM, Joakim wrote: don't know what the DConf committee would go for. We go for whatever our best guess is that the conference attendees would most want to hear. We shoot for variety so that there's something for everyone. A topic that you yourself are excited about is your

Re: Reminder - DConf 2017 is May 4-6 !!

2017-01-06 Thread Nicholas Wilson via Digitalmars-d-announce
On Saturday, 7 January 2017 at 00:46:31 UTC, Walter Bright wrote: It's 2017 already - sharpen your pencils and start on a proposal for a presentation! Time is moving fast! Mines already done, I need to get the last couple of PRs into LDC so I can do a proper announcement before submissions

Re: Reminder - DConf 2017 is May 4-6 !!

2017-01-06 Thread extrawurst via Digitalmars-d-announce
On Saturday, 7 January 2017 at 00:46:31 UTC, Walter Bright wrote: It's 2017 already - sharpen your pencils and start on a proposal for a presentation! Time is moving fast! I whish I could be there :(

Re: Reminder - DConf 2017 is May 4-6 !!

2017-01-06 Thread Joakim via Digitalmars-d-announce
On Saturday, 7 January 2017 at 01:06:49 UTC, Stefan Koch wrote: On Saturday, 7 January 2017 at 00:46:31 UTC, Walter Bright wrote: It's 2017 already - sharpen your pencils and start on a proposal for a presentation! Time is moving fast! Thanks for the remainder. I am still torn between

Re: Reminder - DConf 2017 is May 4-6 !!

2017-01-06 Thread Stefan Koch via Digitalmars-d-announce
On Saturday, 7 January 2017 at 00:46:31 UTC, Walter Bright wrote: It's 2017 already - sharpen your pencils and start on a proposal for a presentation! Time is moving fast! Thanks for the remainder. I am still torn between talking about the past of building the new CTFE engine or the future

Reminder - DConf 2017 is May 4-6 !!

2017-01-06 Thread Walter Bright via Digitalmars-d-announce
It's 2017 already - sharpen your pencils and start on a proposal for a presentation! Time is moving fast!

IsItThere - a small tool that generates perfect hash sets

2017-01-06 Thread Basile B. via Digitalmars-d-announce
"IsItThere ?" is a small tool that generates perfect hash sets. Its results are formatted as ready to use D code. I initially created it for Coedit highlighter. In this version it's not anymore a simple script but a full command-line tool that's able to generate D code. - Why ? When you

Re: Vision document for H1 2017

2017-01-06 Thread Anton via Digitalmars-d-announce
P/S strange search one of cases why registry has a lot of similar projects

Re: Vision document for H1 2017

2017-01-06 Thread Anton via Digitalmars-d-announce
On Wednesday, 4 January 2017 at 19:22:33 UTC, Andrei Alexandrescu wrote: We release a brief Vision document summarizing the main goals we plan to pursue in the coming six months. This half we are focusing on three things: safety, lifetime management, and static introspection.

GtkD 3.5.0, GTK+ with D.

2017-01-06 Thread Mike Wey via Digitalmars-d-announce
GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL license. Close to the 3.4 release, but the new functionality to now also remove registered signal handlers added by Gerald Nunn warrants a new release. Signal handles can be removed with the

Re: PostgreSQL native impl

2017-01-06 Thread Anton via Digitalmars-d-announce
There's already a bunch of Postgres drivers here [1], some are native ones, some uses the C library. ddb [2] is, I believe, the oldest native driver at code.dlang.org. That's the one I've been using. Compatible with vibe.d as well. [1] http://code.dlang.org [2]

Re: PostgreSQL native impl

2017-01-06 Thread Anton via Digitalmars-d-announce
Shameless plug, I've been working in my spare time on a similar project: https://github.com/Burgos/postgres-native Progress is super slow, though, but I'm really happy how the things are working out, so just publishing here if somebody wants to take the inspiration from the API or any part of

Re: D Blog Stats

2017-01-06 Thread Jack Stouffer via Digitalmars-d-announce
On Friday, 6 January 2017 at 14:54:45 UTC, Mike Parker wrote: I've always enjoyed reading end-of-the year stats at other blogs. I thought it would be fun to do the same for the D Blog. If you've been curious about which posts visitors are viewing, or which links they're clicking, this post is

Re: D Blog Stats

2017-01-06 Thread bachmeier via Digitalmars-d-announce
On Friday, 6 January 2017 at 14:54:45 UTC, Mike Parker wrote: I've always enjoyed reading end-of-the year stats at other blogs. I thought it would be fun to do the same for the D Blog. If you've been curious about which posts visitors are viewing, or which links they're clicking, this post is

Re: D Blog Stats

2017-01-06 Thread Mike Parker via Digitalmars-d-announce
On Friday, 6 January 2017 at 14:58:14 UTC, extrawurst wrote: Nice thanks Mike! Great summary of the stats. Unfortunately the share buttons do not work for me. Is it only me ? They only open the same site again in a popup window :( ~Stephan Ah, they're definitely broken. I'll see what I

Re: D Blog Stats

2017-01-06 Thread Mike Parker via Digitalmars-d-announce
On Friday, 6 January 2017 at 14:58:59 UTC, Adam D. Ruppe wrote: On Friday, 6 January 2017 at 14:54:45 UTC, Mike Parker wrote: https://dlang.org/blog/2016/06/03/recent-d-foundation-activities/ errr I think you mean this url:

Re: D Blog Stats

2017-01-06 Thread Mike Parker via Digitalmars-d-announce
On Friday, 6 January 2017 at 15:05:30 UTC, Craig Dillabaugh wrote: You can contact me by email (or reply here) I have a gmail account: craig.dillabaugh I was going to contact you about the preparations GSoC 2017, anyway, but this is great, too. I'll drop you a line shortly.

Re: D Blog Stats

2017-01-06 Thread Craig Dillabaugh via Digitalmars-d-announce
On Friday, 6 January 2017 at 14:54:45 UTC, Mike Parker wrote: I've always enjoyed reading end-of-the year stats at other blogs. I thought it would be fun to do the same for the D Blog. If you've been curious about which posts visitors are viewing, or which links they're clicking, this post is

Re: D Blog Stats

2017-01-06 Thread Adam D. Ruppe via Digitalmars-d-announce
On Friday, 6 January 2017 at 14:54:45 UTC, Mike Parker wrote: https://dlang.org/blog/2016/06/03/recent-d-foundation-activities/ errr I think you mean this url: https://dlang.org/blog/2017/01/06/the-d-blog-in-2016-seven-months-page-views/

Re: D Blog Stats

2017-01-06 Thread extrawurst via Digitalmars-d-announce
On Friday, 6 January 2017 at 14:54:45 UTC, Mike Parker wrote: I've always enjoyed reading end-of-the year stats at other blogs. I thought it would be fun to do the same for the D Blog. If you've been curious about which posts visitors are viewing, or which links they're clicking, this post is

D Blog Stats

2017-01-06 Thread Mike Parker via Digitalmars-d-announce
I've always enjoyed reading end-of-the year stats at other blogs. I thought it would be fun to do the same for the D Blog. If you've been curious about which posts visitors are viewing, or which links they're clicking, this post is for you.