Re: Origins of the D Programming Language now published by ACM!

2020-06-12 Thread Walter Bright via Digitalmars-d-announce
On 6/12/2020 8:16 PM, Walter Bright wrote: https://dl.acm.org/doi/abs/10.1145/3386323 Many, many thanks to Mike Parker and Andrei Alexandrescu for their endless hours spent fixing the mess I originally wrote.

Origins of the D Programming Language now published by ACM!

2020-06-12 Thread Walter Bright via Digitalmars-d-announce
https://dl.acm.org/doi/abs/10.1145/3386323 Many, many thanks to Mike Parker and Andrei Alexandrescu for their endless hours spent fixing the mess I originally wrote.

Re: Yahoo Finance Scraper

2020-06-12 Thread Jan Hönig via Digitalmars-d-announce
On Friday, 12 June 2020 at 18:22:28 UTC, Selim wrote: I wrote a small Yahoo finance scraper and wanted to share with the community. I have been using D for a while and I think contributing something to the community is good. There is an example main script and a unit test. Those should get you

extended-logger, a logger for std.experimental.logger that supports custom format patterns

2020-06-12 Thread Luis via Digitalmars-d-announce
This last days, I wrote a quick logger (extending from FileLogger) to std.experimental.logger that supports custom format layouts, like log4j . Also, over it, I write a specific logger for console output that uses ANSI escape codes to colorize the log level.

Re: Yahoo Finance Scraper

2020-06-12 Thread jmh530 via Digitalmars-d-announce
On Friday, 12 June 2020 at 18:22:28 UTC, Selim wrote: I wrote a small Yahoo finance scraper and wanted to share with the community. I have been using D for a while and I think contributing something to the community is good. There is an example main script and a unit test. Those should get you

Yahoo Finance Scraper

2020-06-12 Thread Selim via Digitalmars-d-announce
I wrote a small Yahoo finance scraper and wanted to share with the community. I have been using D for a while and I think contributing something to the community is good. There is an example main script and a unit test. Those should get you going. It currently saves the scraped data as a json