Re: Get your D Lang shirts!

2014-12-24 Thread Dylan Allbee via Digitalmars-d-announce
Was super excited to see this, then was instantly hit with the realization of how ugly the D logo looks on a shirt. =[. On Wednesday, 24 December 2014 at 22:17:34 UTC, Vic wrote: http://teespring.com/d-lang-sv Non profit, I hope other follow suit.

Re: D lang meeting: Silicon Valley; Jan 22

2014-12-24 Thread Walter Bright via Digitalmars-d-announce
On 12/24/2014 2:20 PM, Vic wrote: RSVP: http://www.meetup.com/D-Lang-Sillicon-Valley/events/219413448/ Wish I could attend!

D lang meeting: Silicon Valley; Jan 22

2014-12-24 Thread Vic via Digitalmars-d-announce
RSVP: http://www.meetup.com/D-Lang-Sillicon-Valley/events/219413448/

Get your D Lang shirts!

2014-12-24 Thread Vic via Digitalmars-d-announce
http://teespring.com/d-lang-sv Non profit, I hope other follow suit.

Re: Gource visualisations of various D repositories

2014-12-24 Thread ketmar via Digitalmars-d-announce
On Wed, 24 Dec 2014 21:19:32 +0100 Andrej Mitrovic via Digitalmars-d-announce wrote: > On 12/24/14, Gary Willoughby via Digitalmars-d-announce > wrote: > > On Wednesday, 24 December 2014 at 19:10:50 UTC, Andrej Mitrovic > > via Digitalmars-d-announce wrote: > >> The animations are super-fast, it

Re: Gource visualisations of various D repositories

2014-12-24 Thread Andrej Mitrovic via Digitalmars-d-announce
On 12/24/14, Gary Willoughby via Digitalmars-d-announce wrote: > On Wednesday, 24 December 2014 at 19:10:50 UTC, Andrej Mitrovic > via Digitalmars-d-announce wrote: >> The animations are super-fast, it makes it hard to see what's >> going on >> but it's still fun. > > Yeah, one of my first renderi

Re: Gource visualisations of various D repositories

2014-12-24 Thread Gary Willoughby via Digitalmars-d-announce
On Wednesday, 24 December 2014 at 19:10:50 UTC, Andrej Mitrovic via Digitalmars-d-announce wrote: The animations are super-fast, it makes it hard to see what's going on but it's still fun. Yeah, one of my first rendering clocked in at 20mins which gave you more of a flavour of what was actual

Re: Gource visualisations of various D repositories

2014-12-24 Thread AnoyingMouse via Digitalmars-d-announce
On Wednesday, 24 December 2014 at 18:57:50 UTC, David Rosenstein wrote: On Tuesday, 23 December 2014 at 17:33:07 UTC, Gary Willoughby wrote: For a bit of fun and prompted by a thread requesting such, i've created a few visualisation videos generated from D repositories by Gource. DMD: https:/

Re: Gource visualisations of various D repositories

2014-12-24 Thread Andrej Mitrovic via Digitalmars-d-announce
On 12/23/14, Gary Willoughby via Digitalmars-d-announce wrote: > For a bit of fun and prompted by a thread requesting such, i've > created a few visualisation videos generated from D repositories > by Gource. Cool stuff, thanks for taking the time to do this! The animations are super-fast, it ma

Re: Gource visualisations of various D repositories

2014-12-24 Thread David Rosenstein via Digitalmars-d-announce
On Tuesday, 23 December 2014 at 17:33:07 UTC, Gary Willoughby wrote: For a bit of fun and prompted by a thread requesting such, i've created a few visualisation videos generated from D repositories by Gource. DMD: https://www.youtube.com/watch?v=8OuZ9sfyEbI According to my oncologist, this o

Re: Gource visualisations of various D repositories

2014-12-24 Thread Anonymous via Digitalmars-d-announce
On Tuesday, 23 December 2014 at 17:33:07 UTC, Gary Willoughby wrote: For a bit of fun and prompted by a thread requesting such, i've created a few visualisation videos generated from D repositories by Gource. DMD: https://www.youtube.com/watch?v=8OuZ9sfyEbI Phobos: https://www.youtube.com/wat

Re: Calypso: Direct and full interfacing to C++

2014-12-24 Thread Kagamin via Digitalmars-d-announce
Or it can switch depending on preprocessor definitions: --- class WXDLLIMPEXP_BASE wxString #ifdef wxNEEDS_WXSTRING_PRINTF_MIXIN : public wxStringPrintfMixin #endif { ---