On Thursday, 10 October 2019 at 19:19:42 UTC, Daniel Kozak wrote:
On Thursday, 10 October 2019 at 18:52:32 UTC, Jarek wrote:
On Monday, 23 September 2019 at 12:31:16 UTC, Adam D. Ruppe
wrote:
[...]
Hello,
thanks for reply.
This is my first dlang work:
import std.stdio;
import std.conv;
import
On Thursday, 10 October 2019 at 19:26:36 UTC, Daniel Kozak wrote:
On Thursday, 10 October 2019 at 19:25:22 UTC, Daniel Kozak
wrote:
On Thursday, 10 October 2019 at 19:21:06 UTC, Daniel Kozak
wrote:
On Thursday, 10 October 2019 at 19:19:42 UTC, Daniel Kozak
wrote:
On Thursday, 10 October 2019 a
On Thursday, 10 October 2019 at 19:21:06 UTC, Daniel Kozak wrote:
On Thursday, 10 October 2019 at 19:19:42 UTC, Daniel Kozak
wrote:
On Thursday, 10 October 2019 at 18:52:32 UTC, Jarek wrote:
On Monday, 23 September 2019 at 12:31:16 UTC, Adam D. Ruppe
wrote:
[...]
Hello,
thanks for reply.
Thi
On Thursday, 10 October 2019 at 19:25:22 UTC, Daniel Kozak wrote:
On Thursday, 10 October 2019 at 19:21:06 UTC, Daniel Kozak
wrote:
On Thursday, 10 October 2019 at 19:19:42 UTC, Daniel Kozak
wrote:
On Thursday, 10 October 2019 at 18:52:32 UTC, Jarek wrote:
On Monday, 23 September 2019 at 12:31:
On Thursday, 10 October 2019 at 19:19:42 UTC, Daniel Kozak wrote:
On Thursday, 10 October 2019 at 18:52:32 UTC, Jarek wrote:
On Monday, 23 September 2019 at 12:31:16 UTC, Adam D. Ruppe
wrote:
[...]
Hello,
thanks for reply.
This is my first dlang work:
import std.stdio;
import std.conv;
import
On Thursday, 10 October 2019 at 18:52:32 UTC, Jarek wrote:
On Monday, 23 September 2019 at 12:31:16 UTC, Adam D. Ruppe
wrote:
[...]
Hello,
thanks for reply.
This is my first dlang work:
import std.stdio;
import std.conv;
import core.sys.posix.dirent;
[...]
You should use fromStringZ:
https
On Monday, 23 September 2019 at 12:31:16 UTC, Adam D. Ruppe wrote:
On Monday, 23 September 2019 at 06:06:05 UTC, Jarek wrote:
I have the same question. Where to find something similar to
man pages from C?
They are the same functions, so the idea is you can just use
the C man pages directly. T
On Monday, 23 September 2019 at 06:06:05 UTC, Jarek wrote:
I have the same question. Where to find something similar to
man pages from C?
They are the same functions, so the idea is you can just use the
C man pages directly. There's just the pattern of the D module
name to know.
but...
doe
On Saturday, 5 January 2019 at 21:59:27 UTC, kdevel wrote:
For years I missed the man pages of the C++ standard library
and now found out that some Linux distros provide them as extra
package. The man pages are not generated by a default during a
GCC bootstrap install but need an explicit make
On Monday, 7 January 2019 at 14:25:26 UTC, H. S. Teoh wrote:
A text-based links browser with a focused use case sounds like
a far better idea. Though programs like elinks or pinfo may
have already have you beat on this front. :-D
elinks does an ok job on dpldocs (of course, I partially designe
On Sun, Jan 06, 2019 at 03:11:48AM +, Adam D. Ruppe via Digitalmars-d-learn
wrote:
[...]
> http://arsdnet.net/arsd/dman.png
>
> But that's the result of about 5 mins of work... though I really like
> my hyperlinks and actually kinda prefer the browser for that reason
> (tho making a custom li
On Sunday, 6 January 2019 at 02:23:20 UTC, H. S. Teoh wrote:
But something like Adam Ruppe's adrdox could possibly be the
basis for translating individual module symbols into manpages
perhaps?
The approach I'd take is actually converting my generated html to
text and just piping it through le
On Sat, Jan 05, 2019 at 09:59:27PM +, kdevel via Digitalmars-d-learn wrote:
> For years I missed the man pages of the C++ standard library and now
> found out that some Linux distros provide them as extra package. The
> man pages are not generated by a default during a GCC bootstrap
> install b
13 matches
Mail list logo