Re: DlangIDE v0.8.0 released

2017-09-26 Thread puming via Digitalmars-d-announce
On Tuesday, 26 September 2017 at 15:20:54 UTC, Vadim Lopatin wrote: New DlangIDE version is released. Prebuilt win32 binaries are available on https://github.com/buggins/dlangide/releases Milestone 0.8 is reached. List of 56 issues closed in this milestone:

Re: New Diet template engine almost complete, ready for comments

2016-07-26 Thread Puming via Digitalmars-d-announce
On Tuesday, 26 July 2016 at 05:54:39 UTC, Sönke Ludwig wrote: Am 26.07.2016 um 05:22 schrieb Puming: [...] A real runtime solution would require a D runtime interpreter or JIT compiler. There would be an alternative solution based on compiling each template to a shared library

Re: New Diet template engine almost complete, ready for comments

2016-07-25 Thread Puming via Digitalmars-d-announce
On Monday, 25 July 2016 at 09:29:38 UTC, Sönke Ludwig wrote: The Diet template language is aimed at providing a way to define procedurally generated HTML/XML pages (or other output formats), with minimal visual noise. Syntax and feature set are heavily inspired by Jade ,

Re: Command line utilities for tab-separated value files

2016-04-13 Thread Puming via Digitalmars-d-announce
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

Re: Command line utilities for tab-separated value files

2016-04-13 Thread Puming via Digitalmars-d-announce
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

Re: Command line utilities for tab-separated value files

2016-04-12 Thread Puming via Digitalmars-d-announce
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: Hi all, I've open sourced a set of command line utilities for manipulating tab-separated value files

Re: Command line utilities for tab-separated value files

2016-04-12 Thread Puming via Digitalmars-d-announce
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

Re: Release D 2.071.0

2016-04-06 Thread Puming via Digitalmars-d-announce
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

Re: Vision for the first semester of 2016

2016-01-29 Thread Puming via Digitalmars-d-announce
On Friday, 29 January 2016 at 23:41:47 UTC, Ola Fosheim Grøstad wrote: Yep, a curated list like those awesome-lists found on github would be a start. I've got one before there were many awesome-lists: https://github.com/zhaopuming/awesome-d

Re: Vision for the first semester of 2016

2016-01-24 Thread Puming via Digitalmars-d-announce
On Monday, 25 January 2016 at 02:37:40 UTC, Andrei Alexandrescu wrote: Hot off the press! http://wiki.dlang.org/Vision/2016H1 -- Andrei For PRs, I suggest the goal to be number of PRs MERGED instead of created. That may provide the core team a subconsious incentive to look at long pending

Re: Vision for the first semester of 2016

2016-01-24 Thread Puming via Digitalmars-d-announce
On Monday, 25 January 2016 at 03:49:56 UTC, Rikki Cattermole wrote: On 25/01/16 4:21 PM, Puming wrote: On Monday, 25 January 2016 at 02:37:40 UTC, Andrei Alexandrescu wrote: Hot off the press! http://wiki.dlang.org/Vision/2016H1 -- Andrei For PRs, I suggest the goal to be number of PRs

Re: Vision for the first semester of 2016

2016-01-24 Thread Puming via Digitalmars-d-announce
On Monday, 25 January 2016 at 05:50:34 UTC, Rikki Cattermole wrote: I want us to hold off on that as well. I agree that we need a more solid base. I want people to really have a go with making GUI toolkits in D without the worry about how to do the cross platformy technical things. Is

Re: Programming in D – Tutorial and Reference

2015-08-30 Thread puming via Digitalmars-d-announce
On Friday, 28 August 2015 at 22:58:30 UTC, Luís Marques wrote: On Friday, 28 August 2015 at 22:42:00 UTC, sigod wrote: Actual link: https://news.ycombinator.com/item?id=10136882 I think Walter didn't post the direct link because the referrer impacts the voting algorithm. So, please don't use

Awesome-D, and an invitation to you awesome guys

2014-08-10 Thread Puming via Digitalmars-d-announce
last request for help: You might noticed that I'm not a native english speaker, so there are many grammar or style problems in the awesome-d list, if you find any, please help me fix it. Best Regards. Puming

Re: Awesome-D, and an invitation to you awesome guys

2014-08-10 Thread Puming via Digitalmars-d-announce
github page. On Sunday, 10 August 2014 at 09:28:48 UTC, Puming wrote: Hi, I'm maintaining this awesome-d list similar to other awesome-stuff lists on github, for keeping a hook on interesting D related links. https://github.com/zhaopuming/awesome-d At first it was only for my personal use

Re: Awesome-D, and an invitation to you awesome guys

2014-08-10 Thread Puming via Digitalmars-d-announce
On Sunday, 10 August 2014 at 10:01:58 UTC, NCrashed wrote: On Sunday, 10 August 2014 at 09:28:48 UTC, Puming wrote: Hi, I'm maintaining this awesome-d list similar to other awesome-stuff lists on github, for keeping a hook on interesting D related links. https://github.com/zhaopuming

Re: DConf 2014: Adam D Ruppe's amazing slideless talk on x86 Bare Metal and Custom Runtime Programming

2014-07-18 Thread Puming via Digitalmars-d-announce
I've added an indirect link to my awesome-d github page where your book is listed: https://github.com/zhaopuming/awesome-d#books But don't know whether that would be filtered also. On Thursday, 17 July 2014 at 19:29:44 UTC, Adam D. Ruppe wrote: On Thursday, 17 July 2014 at 18:48:11 UTC,

Re: DConf 2014 Day 2 Talk 4: Reducing D Bugs by Vladimir Panteleev

2014-07-10 Thread Puming via Digitalmars-d-announce
On Wednesday, 9 July 2014 at 16:23:46 UTC, Andrej Mitrovic via Digitalmars-d-announce wrote: On 7/9/14, Andrei Alexandrescu via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: https://news.ycombinator.com/newest (please find and vote quickly) Just paste the URL with some

Re: Smile, you're on Wired

2014-07-08 Thread Puming via Digitalmars-d-announce
Awesome! Look at the 90% of upvotes and people all asking constuctive and fun questions :-) On Tuesday, 8 July 2014 at 14:29:31 UTC, Adam D. Ruppe wrote: The reddit response is really positive too it looks like, cool.

Re: Smile, you're on Wired

2014-07-07 Thread Puming via Digitalmars-d-announce
I see in the comments that talks about sociomantic's talk on DConf, can you upload and publish it today? On Monday, 7 July 2014 at 17:49:39 UTC, Andrei Alexandrescu wrote: On 7/7/14, 10:16 AM, Tourist wrote: On Monday, 7 July 2014 at 16:06:45 UTC, Andrei Alexandrescu wrote:

Re: Programming in D book is about 88% translated

2014-03-10 Thread Puming
Hi Lucifer, Seems like you've got a team doing this :-) Hope we can collaborate on this translation. On Monday, 10 March 2014 at 10:12:47 UTC, Lucifer wrote: On Thursday, 6 March 2014 at 02:57:51 UTC, Puming wrote: Hi, I am tranlating this book on http://git.oschina.net/lucifer2031

Re: Mono-D v1.7 - Struct init member completion parser refactorings

2014-03-10 Thread Puming
Hi Alexander, Thanks for the great work. I'm always using Mono-D. On Monday, 10 March 2014 at 20:37:31 UTC, Alexander Bothe wrote: Hi everyone, just wanted to drop a small sign of life of Mono-D.

Re: Programming in D book is about 88% translated

2014-03-05 Thread Puming
Thanks Ali, I've sent you an email. On Wednesday, 5 March 2014 at 19:05:51 UTC, Ali Çehreli wrote: On 03/04/2014 09:58 PM, Puming wrote: I'd like to translate your book into Chinese, can we talk about this? Of course. :) You can email me at acehr...@yahoo.com or start translating from

Re: Programming in D book is about 88% translated

2014-03-04 Thread Puming
Hi Ali, I'd like to translate your book into Chinese, can we talk about this? On Saturday, 29 June 2013 at 02:02:26 UTC, Ali Çehreli wrote: I have continued with the translation of the book. There are 82 of the 718 pages still to be translated. (However, I still need to write the UDA

Re: DUB 0.9.21

2014-02-22 Thread Puming
Thanks for the great work! On Saturday, 22 February 2014 at 09:44:48 UTC, Sönke Ludwig wrote: A new final release is ready. This one took a bit longer and has more changes than usual

Re: DUB 0.9.20

2013-11-29 Thread Puming
On Saturday, 30 November 2013 at 02:16:50 UTC, Puming wrote: On Friday, 29 November 2013 at 17:02:22 UTC, Sönke Ludwig wrote: - Builds are now cached and only rebuilt when necessary for dub build and dub run. When I build a vibe project, and edit the app.d and then build again, an error

Re: vibe.d 0.7.18 has been released

2013-11-27 Thread Puming
Thanks for the clarification. I'll start learning about vibe.d and thinking about using it as a high performance HTTP server. On Wednesday, 27 November 2013 at 10:47:48 UTC, Sönke Ludwig wrote: Am 27.11.2013 02:34, schrieb Puming: Congratulations! Would there be a performance benchmark

Re: vibe.d 0.7.18 has been released

2013-11-26 Thread Puming
Congratulations! Would there be a performance benchmark for V0.7.18? On Tuesday, 26 November 2013 at 19:31:53 UTC, Sönke Ludwig wrote: This release has a record set of almost 90 additions and fixes. Some of them are: - Compiles on DMD 2.064 (as well as DMD 2.063.2) - Reworked the

Re: Introducing vibe.d!

2012-04-27 Thread Puming
Excellent work Sönke! Vibe.d seems very promising :) I've played with vibe.d with a hello project as described in the document, and downloaded vibenotes and vibeblog from git and poked around a little. vibe.d gives me a very smooth experience, and I'll try learn about it more :) two little