Re: Terminix renamed to Tilix

2017-04-05 Thread Minas Mina via Digitalmars-d-announce
On Monday, 20 March 2017 at 16:56:02 UTC, Gerald wrote: Terminix, a Linux GTK3 tiling terminal emulator written in D, has been renamed to Tilix due to trademark infringement issues with the Terminix International corporation. The new URLs for Tilix are as follows: Website:

Re: Terminix 1.4.0 Released

2016-12-22 Thread Minas Mina via Digitalmars-d-announce
On Thursday, 22 December 2016 at 14:06:13 UTC, Gerald wrote: Terminix 1.4.0, a tiling terminal emulator for Linux written in D, is now available. [...] Just checked the website and looks really awesome! I will install it today on my Ubuntu ;)

Re: [Blog post] Operator overloading for structs in D

2016-06-03 Thread Minas Mina via Digitalmars-d-announce
On Thursday, 2 June 2016 at 20:53:18 UTC, Walter Bright wrote: On 6/2/2016 11:34 AM, Minas Mina wrote: I have written a blog post about operator overloading for structs. You can find it here: https://www.reddit.com/r/programming/comments/4m8mgr/operator_overloading_for_structs_in_d/

Re: [Blog post] Operator overloading for structs in D

2016-06-02 Thread Minas Mina via Digitalmars-d-announce
On Thursday, 2 June 2016 at 18:55:36 UTC, Steven Schveighoffer wrote: On 6/2/16 2:34 PM, Minas Mina wrote: [...] Cool. You missed one very significant thing. That is using mixins to take advantage of the operator string. For example, opOpAssign can be done in one step: ref Rational

[Blog post] Operator overloading for structs in D

2016-06-02 Thread Minas Mina via Digitalmars-d-announce
I have written a blog post about operator overloading for structs. You can find it here: https://www.reddit.com/r/programming/comments/4m8mgr/operator_overloading_for_structs_in_d/ Comments and suggestions are appreciated.

Re: Release D 2.070.0

2016-01-28 Thread Minas Mina via Digitalmars-d-announce
On Wednesday, 27 January 2016 at 21:08:54 UTC, Martin Nowak wrote: Glad to announce D 2.070.0 http://dlang.org/download.html This release comes with the new std.experimental.ndslice, heavily expanded Windows bindings, and native exception handling on 64-bit linux. See the changelog for more

Tutorial on using eclipse with D

2016-01-24 Thread Minas Mina via Digitalmars-d-announce
Another IDE tutorial! Reddit post: https://www.reddit.com/r/programming/comments/42gcxi/using_eclipse_ide_with_d/

Re: Using D with IntelliJ

2016-01-19 Thread Minas Mina via Digitalmars-d-announce
On Tuesday, 19 January 2016 at 15:46:30 UTC, Andrei Alexandrescu wrote: On 01/17/2016 04:29 AM, Minas Mina wrote: I have written a tutorial on how to set up D with IntelliJ. https://www.reddit.com/r/programming/comments/41cuud/using_d_with_intellij/ Comments appreciated :) Great going,

Re: Using D with IntelliJ

2016-01-17 Thread Minas Mina via Digitalmars-d-announce
On Monday, 18 January 2016 at 00:14:52 UTC, Israel wrote: On Sunday, 17 January 2016 at 09:29:02 UTC, Minas Mina wrote: I have written a tutorial on how to set up D with IntelliJ. https://www.reddit.com/r/programming/comments/41cuud/using_d_with_intellij/ Comments appreciated :) Thanks.

Using D with IntelliJ

2016-01-17 Thread Minas Mina via Digitalmars-d-announce
I have written a tutorial on how to set up D with IntelliJ. https://www.reddit.com/r/programming/comments/41cuud/using_d_with_intellij/ Comments appreciated :)

Re: Hash Tables in D

2016-01-06 Thread Minas Mina via Digitalmars-d-announce
On Wednesday, 6 January 2016 at 12:19:45 UTC, Jacob Carlborg wrote: On 2016-01-05 15:44, Minas Mina wrote: It won't, but to use it again you need to allocate a new one (If I'm not mistaken). Not explicitly. I don't know if the runtime allocates a new one. This works: void main() {

Re: Hash Tables in D

2016-01-05 Thread Minas Mina via Digitalmars-d-announce
On Monday, 4 January 2016 at 19:58:03 UTC, Martin Nowak wrote: On 01/04/2016 09:06 AM, Bastiaan Veelo wrote: This would be a bug (segfault on my machine): foreach (key; aa.byKey) aa.remove(key); Note that, in this example, there is no need to remove every element separately,

Re: Hash Tables in D

2016-01-03 Thread Minas Mina via Digitalmars-d-announce
On Sunday, 3 January 2016 at 19:29:05 UTC, Martin Nowak wrote: On 01/01/2016 04:27 PM, Minas Mina wrote: On Friday, 1 January 2016 at 13:59:35 UTC, Walter Bright wrote: http://minas-mina.com/2016/01/01/associative-arrays/

Re: Hash Tables in D

2016-01-01 Thread Minas Mina via Digitalmars-d-announce
On Friday, 1 January 2016 at 13:59:35 UTC, Walter Bright wrote: http://minas-mina.com/2016/01/01/associative-arrays/ https://www.reddit.com/r/programming/comments/3z03ji/hash_tables_in_the_d_programming_language/ Thanks for sharing this. I am the author. :)

Re: DLanguage IntelliJ plugin released

2016-01-01 Thread Minas Mina via Digitalmars-d-announce
On Wednesday, 30 December 2015 at 17:17:07 UTC, Israel wrote: On Wednesday, 30 December 2015 at 17:04:15 UTC, Suliman wrote: On Monday, 28 December 2015 at 19:23:17 UTC, Kingsley wrote: On Friday, 25 December 2015 at 17:43:06 UTC, Kingsley wrote: On Friday, 25 December 2015 at 16:55:32 UTC,

Re: DLanguage IntelliJ plugin released

2015-12-25 Thread Minas Mina via Digitalmars-d-announce
On Friday, 25 December 2015 at 10:41:26 UTC, Kingsley wrote: Hi I have released an initial attempt at an IntelliJ plugin for D to the jetbrains plugin repository. It's DLanguage version 1.2 It has basic syntax highlighting, autocompletion with DCD, compile checking and linting with

Re: DLanguage IntelliJ plugin released

2015-12-25 Thread Minas Mina via Digitalmars-d-announce
I'm trying to build on IntelliJ 15, Ubuntu 15.10: 9:05:55 ΠΜ All files are up-to-date 9:05:55 ΠΜ Error running Run DUB: DUB executable is not specified.Configure DUB settings How do I configure dub settings? It seems that "configure" is a link (it's underlined) but nothing opens when I click

Re: DLanguage IntelliJ plugin released

2015-12-25 Thread Minas Mina via Digitalmars-d-announce
Also, it seems that no [project name].sdl file is created for dub projects.

Re: So You Want To Write Your Own Language

2015-12-23 Thread Minas Mina via Digitalmars-d-announce
On Thursday, 24 December 2015 at 01:08:38 UTC, Walter Bright wrote: This has resurfaced on Reddit: https://www.reddit.com/r/programming/comments/3xya5v/so_you_want_to_write_your_own_language/ Very good article, thanks!

Dynamic arrays

2015-08-31 Thread Minas Mina via Digitalmars-d-announce
I have started a series of tutorials in D. This is my latest blog post, which is about dynamic arrays: http://minas-mina.com/2015/08/31/dynamic-arrays/ Constructive criticism is welcome.

Re: Dynamic arrays

2015-08-31 Thread Minas Mina via Digitalmars-d-announce
On Monday, 31 August 2015 at 21:45:26 UTC, Steven Schveighoffer wrote: On 8/31/15 5:09 PM, Minas Mina wrote: I have started a series of tutorials in D. This is my latest blog post, which is about dynamic arrays: http://minas-mina.com/2015/08/31/dynamic-arrays/ Constructive criticism is