On Wednesday, 13 April 2016 at 17:21:58 UTC, Jon D wrote:
On Wednesday, 13 April 2016 at 17:01:33 UTC, Dicebot wrote:
On Wednesday, 13 April 2016 at 16:34:16 UTC, Jon D wrote:
[...]
You don't need to put anything on path to run utils from dub
packages. `dub run` will take care of setting nec
On Wednesday, 13 April 2016 at 16:34:16 UTC, Jon D wrote:
Thanks Rory, Puming. I'll look into this and see how best to
make it fit. I'm realizing also there's one additional
capability it'd be nice to have in dub for tools like this,
which in an option to install the executables somewhere that
On 04/13/2016 01:40 PM, Jon D wrote:
> What do you mean by an "AMA"?
It means "(I'm the author), Ask Me Anything".
Ali
On Wednesday, 13 April 2016 at 19:52:30 UTC, Walter Bright wrote:
On 4/11/2016 5:50 PM, Jon D wrote:
I'd welcome any feedback, either on the apps or the code.
Intention is that the
code be reasonable example programs. And, I may write a blog
post about my D
explorations at some point, they'd be
On 4/11/2016 5:50 PM, Jon D wrote:
I'd welcome any feedback, either on the apps or the code. Intention is that the
code be reasonable example programs. And, I may write a blog post about my D
explorations at some point, they'd be referenced in such an article.
You've got questions on:
https:
On 04/13/2016 09:48 PM, Jon D wrote:
> Right. So, partly what I'm wondering is if during the normal dub
> fetch/run cycle there might be an opportunity to print a message the
> user with some info to help them add the tools to their path. I haven't
> used dub much, so I'll have to look into it more
Hello Chris,
CvDda> Just to inform you that we successfully use D and vibe.d for two
CvDda> things:
This is just overwhelming!
How do you make bindings to NVDA API which is in Python?
I'm not an NVDA user (I'm using JAWS, if it matters), but I'm still
very interested in the technology.
Andr
On Wednesday, 13 April 2016 at 18:22:21 UTC, Dicebot wrote:
On Wednesday, 13 April 2016 at 17:21:58 UTC, Jon D wrote:
You don't need to put anything on path to run utils from dub
packages. `dub run` will take care of setting necessary
envionment (without messing with the system):
dub fetch pa
On Wednesday, 13 April 2016 at 15:00:53 UTC, Joakim wrote:
On Wednesday, 13 April 2016 at 14:33:01 UTC, Andrei
That conference had a strange incident last year where they
kicked a guy out for his political views, that had nothing to
do with his technical talk:
http://www.slate.com/articles/t
On Wednesday, 13 April 2016 at 17:21:58 UTC, Jon D wrote:
You don't need to put anything on path to run utils from dub
packages. `dub run` will take care of setting necessary
envionment (without messing with the system):
dub fetch package_with_apps
dub run package_with_apps:app1 --flags args
On 04/11/2016 08:50 PM, Jon D wrote:
Hi all,
I've open sourced a set of command line utilities for manipulating
tab-separated value files. They are complementary to traditional unix
tools like cut, grep, etc. They're useful for manipulating large data
files. I use them when prepping files for R
On Wednesday, 13 April 2016 at 17:01:33 UTC, Dicebot wrote:
On Wednesday, 13 April 2016 at 16:34:16 UTC, Jon D wrote:
Thanks Rory, Puming. I'll look into this and see how best to
make it fit. I'm realizing also there's one additional
capability it'd be nice to have in dub for tools like this,
On Wednesday, 13 April 2016 at 12:36:56 UTC, Dejan Lekic wrote:
On Tuesday, 12 April 2016 at 00:50:24 UTC, Jon D wrote:
I've open sourced a set of command line utilities for
manipulating tab-separated value files.
I rarely need TSV files, but I deal with CSV files every day.
- It would be ni
On Wednesday, 13 April 2016 at 16:34:16 UTC, Jon D wrote:
Thanks Rory, Puming. I'll look into this and see how best to
make it fit. I'm realizing also there's one additional
capability it'd be nice to have in dub for tools like this,
which in an option to install the executables somewhere that
On Wednesday, 13 April 2016 at 07:34:11 UTC, Rory McGuire wrote:
On Wed, Apr 13, 2016 at 3:41 AM, Puming via
Digitalmars-d-announce < digitalmars-d-announce@puremagic.com>
wrote:
On Tuesday, 12 April 2016 at 06:22:55 UTC, Puming wrote:
Here is what I know of it, using subPackages:
Just tr
On Wednesday, 13 April 2016 at 14:33:01 UTC, Andrei Alexandrescu
wrote:
http://thestrangeloop.com/cfp.html
This edition seems to be a very good fit for us. From the page:
"Frequently accepted topics: functional programming, logic
programming, dynamic/scripting languages, new or emerging
langu
http://thestrangeloop.com/cfp.html
This edition seems to be a very good fit for us. From the page:
"Frequently accepted topics: functional programming, logic programming,
dynamic/scripting languages, new or emerging languages, data structures,
concurrency, databases, distributed computing, web
On 04/12/2016 04:11 PM, WhatMeWorry wrote:
On Friday, 8 April 2016 at 22:45:38 UTC, Walter Bright wrote:
On 4/8/2016 2:07 PM, Andrei Alexandrescu wrote:
On 4/7/16 7:45 PM, Walter Bright wrote:
132 today!
There's been quite a surge of interest recently in two items: Tesla
Model 3 and
DConf 20
On 04/13/2016 07:34 AM, Johan Engelen wrote:
Hi all,
I've written an article about how I implemented profile-guided
optimization (PGO) of virtual calls to direct calls (a
micro-micro-optimization, expected performance gain of just a few
percent if any!). I hope it's interesting for those of yo
On Tuesday, 12 April 2016 at 00:50:24 UTC, Jon D wrote:
Hi all,
I've open sourced a set of command line utilities for
manipulating tab-separated value files. They are complementary
to traditional unix tools like cut, grep, etc. They're useful
for manipulating large data files. I use them when
Hi all,
I've written an article about how I implemented profile-guided
optimization (PGO) of virtual calls to direct calls (a
micro-micro-optimization, expected performance gain of just a few
percent if any!). I hope it's interesting for those of you who
like to read about compiler internals
On Tuesday, 5 April 2016 at 22:43:05 UTC, Martin Nowak wrote:
Glad to announce D 2.071.0.
http://dlang.org/download.html
This release fixes many long-standing issues with imports and
the module
system.
See the changelog for more details.
http://dlang.org/changelog/2.071.0.html
-Martin
Apo
On Wed, Apr 13, 2016 at 3:41 AM, Puming via Digitalmars-d-announce <
digitalmars-d-announce@puremagic.com> wrote:
> On Tuesday, 12 April 2016 at 07:17:05 UTC, Jon D wrote:
>
>> On Tuesday, 12 April 2016 at 06:22:55 UTC, Puming wrote:
>>
>>> On Tuesday, 12 April 2016 at 00:50:24 UTC, Jon D wrote:
>
23 matches
Mail list logo