Thread overview
Is DUB the best place to get examples of "Best of" D code?
Feb 28, 2016
WhatMeWorry
Feb 28, 2016
Nicholas Wilson
Feb 28, 2016
Edwin van Leeuwen
February 28, 2016
If so, is there a way to do a global search of all projects in DUB?


February 28, 2016
On Sunday, 28 February 2016 at 05:59:39 UTC, WhatMeWorry wrote:
>
> If so, is there a way to do a global search of all projects in DUB?

Aside downloading them all and loading them into an IDE, Ctrl+F for keywords in the description.

For what purpose?
Learning?
Ctrl+F finds me http://code.dlang.org/packages/dlang_koans.
But Ali's book is probably the best place to start.

Showing off?
Not sure...
Probably articles, blog posts and dconf videos/slides

Nic
February 28, 2016
On Sunday, 28 February 2016 at 05:59:39 UTC, WhatMeWorry wrote:
>
> If so, is there a way to do a global search of all projects in DUB?

If you just want to search through package names and descriptions you can use the search box at the top right of code.dlang.org.

If you want to search through code. Most packages are on github, so you could search there (limit by D projects).