Re: GtkD Coding Post #0115 - GKT/GIO Application - Open Files from the Command Line

2021-09-26 Thread dangbinghoo via Digitalmars-d-announce
On Friday, 24 September 2021 at 13:23:22 UTC, Ron Tarrant wrote: Another new GtkD Coding blog post, this time it's about how to deal with the HANDLES_OPEN flag. You can find it here: https://gtkdcoding.com/2021/09/24/0115-gtk-gio-app-open-flag.html  

Re: From the D Blog -- Interfacing D with C: Strings Part One

2021-05-25 Thread dangbinghoo via Digitalmars-d-announce
On Tuesday, 25 May 2021 at 23:57:24 UTC, zjh wrote: On Tuesday, 25 May 2021 at 21:14:24 UTC, Vinod K Chandran wrote: On Tuesday, 25 May 2021 at 00:41:50 UTC, zjh wrote: switch to ie. other websites is no problem. I don't know why. I too faced this problem in my laptop's chrome. The `js` of

Re: New language based on D

2020-11-17 Thread dangbinghoo via Digitalmars-d-announce
On Tuesday, 17 November 2020 at 13:12:04 UTC, jmh530 wrote: On Tuesday, 17 November 2020 at 05:50:27 UTC, dangbinghoo wrote: On Friday, 13 November 2020 at 12:25:48 UTC, Dibyendu Majumdar wrote: On Thursday, 12 November 2020 at 15:28:44 UTC, Faux Amis wrote: [...] I think it is too early

Re: New language based on D

2020-11-16 Thread dangbinghoo via Digitalmars-d-announce
On Friday, 13 November 2020 at 12:25:48 UTC, Dibyendu Majumdar wrote: On Thursday, 12 November 2020 at 15:28:44 UTC, Faux Amis wrote: [...] I think it is too early for that as my project is not yet started, and it may not have any traction. I believe that if I can create solid

Re: "Programming in D" on Educative.io

2020-05-14 Thread dangbinghoo via Digitalmars-d-announce
On Thursday, 14 May 2020 at 08:42:43 UTC, ShadoLight wrote: On Wednesday, 13 May 2020 at 19:25:43 UTC, welkam wrote: [...] This opinion seems quite common in the D community, but I frankly don't see it. If you are referring to the D subset defined by the BetterC switch, well, maybe then I

wiki tutorial: D on esp32/esp8266(llvm-xtensa+ldc) and how to get started

2019-11-26 Thread dangbinghoo via Digitalmars-d-announce
hi, I just added a simple tutorial to running D betterC on the popular ESP32/esp8266 IoT chip. referenced with the Rust community's Rust on ESP32. https://wiki.dlang.org/D_on_esp32/esp8266(llvm-xtensa%2Bldc)_and_how_to_get_started As esp32 IDF is using newlib as it's libc, the druntime and

Re: gtkDcoding Facelift Launch

2019-07-10 Thread dangbinghoo via Digitalmars-d-announce
On Tuesday, 9 July 2019 at 09:53:29 UTC, Ron Tarrant wrote: Last week, gtkDcoding saw its 50th regularly-scheduled post. And instead of linking directly to the article, here's a link to the main page so you can see the entire facelift: https://gtkdcoding.com. hi dear Ron, I found that

Re: gtkDcoding Facelift Launch

2019-07-10 Thread dangbinghoo via Digitalmars-d-announce
On Tuesday, 9 July 2019 at 09:53:29 UTC, Ron Tarrant wrote: There will likely be minor tweaks happening over the next few weeks, but this is the big roll-out. I hope you all like it. And instead of linking directly to the article, here's a link to the main page so you can see the entire

Re: GtkD Blog Now Up and Running

2019-01-26 Thread dangbinghoo via Digitalmars-d-announce
On Friday, 25 January 2019 at 21:19:45 UTC, Ron Tarrant wrote: PS: And let me know if you find any inaccuracies or if something isn't clear. Great Job! ^_^ and for dub type of project, just add `gtk-d` as a dependency, it works well both on windows and linux right out of box, the only thing

Re: std.variant Is Everything Cool About D

2018-03-29 Thread dangbinghoo via Digitalmars-d-announce
On Thursday, 29 March 2018 at 14:10:39 UTC, Mike Parker wrote: Jared Hanson (a.k.a Meta and MetaLang around these parts) was inspired by an article titled "std::visit is everything wrong with modern C++" to contrast it with D's std.variant.visit. The result is this well-written post for the D

Re: Added Wiki page Programming_in_D_tutorial_on_Embedded_Linux_ARM_devices

2018-03-18 Thread dangbinghoo via Digitalmars-d-announce
On Monday, 19 March 2018 at 01:25:23 UTC, dangbinghoo wrote: On Wednesday, 14 March 2018 at 11:09:47 UTC, Aravinda VK wrote: On Wednesday, 14 March 2018 at 09:29:26 UTC, dangbinghoo wrote: hello there, Just added a paper for cross compiling D on arm linux devices.

Re: Added Wiki page Programming_in_D_tutorial_on_Embedded_Linux_ARM_devices

2018-03-18 Thread dangbinghoo via Digitalmars-d-announce
On Wednesday, 14 March 2018 at 12:44:31 UTC, Uknown wrote: On Wednesday, 14 March 2018 at 09:29:26 UTC, dangbinghoo wrote: hello there, Just added a paper for cross compiling D on arm linux devices. https://wiki.dlang.org/Programming_in_D_tutorial_on_Embedded_Linux_ARM_devices As my english

Re: Added Wiki page Programming_in_D_tutorial_on_Embedded_Linux_ARM_devices

2018-03-18 Thread dangbinghoo via Digitalmars-d-announce
On Wednesday, 14 March 2018 at 11:09:47 UTC, Aravinda VK wrote: On Wednesday, 14 March 2018 at 09:29:26 UTC, dangbinghoo wrote: hello there, Just added a paper for cross compiling D on arm linux devices. https://wiki.dlang.org/Programming_in_D_tutorial_on_Embedded_Linux_ARM_devices As my

Added Wiki page Programming_in_D_tutorial_on_Embedded_Linux_ARM_devices

2018-03-14 Thread dangbinghoo via Digitalmars-d-announce
hello there, Just added a paper for cross compiling D on arm linux devices. https://wiki.dlang.org/Programming_in_D_tutorial_on_Embedded_Linux_ARM_devices As my english is not that good, every body who find mistakes just try to fix it. Thanks!