On Tuesday, 1 March 2016 at 17:21:16 UTC, David DeWitt wrote:
On Tuesday, 1 March 2016 at 16:50:12 UTC, karabuta wrote:
I am almost done with the "programming in D" book. Where will
you suggest a go from there. My current focus is on network
programming, database systems, data manipulation and
On Tuesday, 1 March 2016 at 16:50:12 UTC, karabuta wrote:
I am almost done with the "programming in D" book. Where will
you suggest a go from there. My current focus is on network
programming, database systems, data manipulation and software
architectures for database related apps(mostly Linux
On Monday, 30 November 2015 at 20:05:42 UTC, Sebastiaan Koppe
wrote:
Code can be found here: https://bitbucket.org/skoppe/mpc/src
Looks good. Have you looked at Redux and Webpack? I am working
on a Redux example and we have switched to Webpack and Redux at
work and it is nice.
On Monday, 30 November 2015 at 20:38:12 UTC, Sebastiaan Koppe
wrote:
On Monday, 30 November 2015 at 20:23:48 UTC, David DeWitt wrote:
Have you looked at Redux and Webpack? I am working on a Redux
example and we have switched to Webpack and Redux at work and
it is nice.
I know about both
On Wednesday, 14 October 2015 at 14:48:22 UTC, John Colvin wrote:
On Wednesday, 14 October 2015 at 14:32:00 UTC, jmh530 wrote:
On Tuesday, 13 October 2015 at 23:26:14 UTC, Laeeth Isharc
wrote:
https://www.quora.com/Why-is-Python-so-popular-despite-being-so-slow
Andrei suggested posting more
On Wednesday, 14 October 2015 at 15:31:49 UTC, John Colvin wrote:
On Wednesday, 14 October 2015 at 15:25:22 UTC, David DeWitt
wrote:
On Wednesday, 14 October 2015 at 14:48:22 UTC, John Colvin
wrote:
On Wednesday, 14 October 2015 at 14:32:00 UTC, jmh530 wrote:
On Tuesday, 13 October 2015 at
On Sunday, 19 July 2015 at 19:54:31 UTC, Jarl André Hübenthal
wrote:
Hi
I have created a personal project that aims to learn myself
more about D/vibe.d and to create a simple and easy to grasp
example on Mongo - Vibe - Angular.
[...]
Nice. I was thinking about doing one up in React but
On Tuesday, 23 June 2015 at 18:49:59 UTC, David DeWitt wrote:
On Monday, 22 June 2015 at 20:30:40 UTC, David DeWitt wrote:
I am getting an core.exception.InvalidMemoryOperationError@(0)
auto recs = f // Open for reading
.byLineCopy();
I'm trying to understand filtering an Associative Array the D
way. I have the code below
(Using while readln cause problem failing on Debian using
byLineCopy()). When the byKeyValue().filter evaluates to reduce
the number of Keys:Values to only the ones in the filtered
header, what is the
On Monday, 22 June 2015 at 20:30:40 UTC, David DeWitt wrote:
I am getting an core.exception.InvalidMemoryOperationError@(0)
auto recs = f // Open for reading
.byLineCopy();
.array; //Here is where is appears
to be happening.
[...]
I am getting an core.exception.InvalidMemoryOperationError@(0)
auto recs = f // Open for reading
.byLineCopy();
.array; //Here is where is appears to
be happening.
I have narrowed it down to the .array. I am wondering if there
is
11 matches
Mail list logo