Re: DlangUI project update

2014-12-28 Thread Suliman via Digitalmars-d-announce
Vadim, could you check your email. I Have do not related with DLAGGUI question.

Re: GCCJIT Bindings for D

2014-12-28 Thread Iain Buclaw via Digitalmars-d-announce
On Saturday, 27 December 2014 at 10:47:55 UTC, bearophile wrote: Iain Buclaw: For a more practical example, I've added an example jit compiled brainf*** interpreter. https://github.com/ibuclaw/gccjitd/blob/master/tests/brainf.d Here I have put a little program you can use as performance

Re: DlangUI project update

2014-12-28 Thread Vadim Lopatin via Digitalmars-d-announce
On Sunday, 28 December 2014 at 06:39:24 UTC, Jack wrote: On Sunday, 28 December 2014 at 06:13:48 UTC, Vadim Lopatin wrote: On Sunday, 28 December 2014 at 02:31:56 UTC, Jack wrote: Sorry it took so long, installing dub-git took so long with my net speed. Runnung dub run dlangui:tetris got me

Re: GCCJIT Bindings for D

2014-12-28 Thread bearophile via Digitalmars-d-announce
Iain Buclaw: Sure, what is that supposed to do? Iain. To print a classic image of the Mandelbrot Set (but Codepad seems down currently). Bye, bearophile

Re: Facebook is using D in production starting today

2014-12-28 Thread FrankLike via Digitalmars-d-announce
On Sunday, 28 December 2014 at 06:49:26 UTC, Andrei Alexandrescu wrote: On 12/18/14 1:18 AM, Rune Christensen wrote: On Monday, 18 November 2013 at 17:23:25 UTC, Andrei Alexandrescu wrote: On 11/18/13 6:03 AM, Gary Willoughby wrote: On Friday, 11 October 2013 at 00:36:12 UTC, Andrei

Re: DlangUI project update

2014-12-28 Thread FrankLike via Digitalmars-d-announce
On Friday, 26 December 2014 at 12:33:04 UTC, Vadim Lopatin wrote: Hello! DlangUI project is alive and under active development. https://github.com/buggins/dlangui Recent changes: - new controls: ScrollWidget, TreeView, ComboBox, ... - new dialogs: FileOpenDialog, MessageBox - a lot of

Re: DlangUI project update

2014-12-28 Thread Jack via Digitalmars-d-announce
On Sunday, 28 December 2014 at 09:32:24 UTC, Vadim Lopatin wrote: On Sunday, 28 December 2014 at 06:39:24 UTC, Jack wrote: On Sunday, 28 December 2014 at 06:13:48 UTC, Vadim Lopatin wrote: On Sunday, 28 December 2014 at 02:31:56 UTC, Jack wrote: Sorry it took so long, installing dub-git took

Re: DlangUI project update

2014-12-28 Thread Russel Winder via Digitalmars-d-announce
On Sun, 2014-12-28 at 09:32 +, Vadim Lopatin via Digitalmars-d-announce wrote: […] I've tested under Ubuntu/x64 only. Probably, there is no DejaVuSans.ttf in /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf or it's located in different location under Arch. If you provide paths to

Re: DlangUI project update

2014-12-28 Thread Vadim Lopatin via Digitalmars-d-announce
On Sunday, 28 December 2014 at 17:29:15 UTC, Russel Winder via Digitalmars-d-announce wrote: On Sun, 2014-12-28 at 09:32 +, Vadim Lopatin via Digitalmars-d-announce wrote: […] I've tested under Ubuntu/x64 only. Probably, there is no DejaVuSans.ttf in

Re: DlangUI project update

2014-12-28 Thread Vadim Lopatin via Digitalmars-d-announce
On Sunday, 28 December 2014 at 14:31:57 UTC, FrankLike wrote: On Friday, 26 December 2014 at 12:33:04 UTC, Vadim Lopatin wrote: Hello! DlangUI project is alive and under active development. ... Win32 package is useful for WindowsServiceInD,thank you. Frank So you are going to use

Re: DlangUI project update

2014-12-28 Thread Vadim Lopatin via Digitalmars-d-announce
On Sunday, 28 December 2014 at 15:29:02 UTC, Jack wrote: On Sunday, 28 December 2014 at 09:32:24 UTC, Vadim Lopatin wrote: On Sunday, 28 December 2014 at 06:39:24 UTC, Jack wrote: If you provide paths to some .ttf fonts under Arch, I can prepare quick fix with such hardcoded paths. The path

Re: GCCJIT Bindings for D

2014-12-28 Thread Iain Buclaw via Digitalmars-d-announce
On 28 December 2014 at 10:24, bearophile via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: Iain Buclaw: Sure, what is that supposed to do? Iain. To print a classic image of the Mandelbrot Set (but Codepad seems down currently). Bye, bearophile Thanks - turns out

Re: DlangUI project update

2014-12-28 Thread ketmar via Digitalmars-d-announce
On Fri, 26 Dec 2014 12:33:03 + Vadim Lopatin via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: Hello! DlangUI project is alive and under active development. https://github.com/buggins/dlangui ah, i really love this project! it's stable as a rock: every time i

My D Cookbook on sale: $5 ebook from the publisher

2014-12-28 Thread Adam D. Ruppe via Digitalmars-d-announce
I just noticed they temporarily reduced the price of my book: https://www.packtpub.com/application-development/d-cookbook If you haven't gotten a copy yet, start off the new year right! :) Among the stuff covered are how to use ranges, reflection, structs for resource management, OS APIs,

Re: GCCJIT Bindings for D

2014-12-28 Thread bearophile via Digitalmars-d-announce
Iain Buclaw: 1.086s: bfgccjitd-runtime-O2 1.139s: bfgccjitd-runtime-O1 2.759s: bfgccjitd-O1 3.646s: bfgccjitd-O2 4.959s: bff-O2 Five times faster than bff is a lot :-) My best timings are usually around two times faster than bff. I guess gccjit is not an average JIT-tter. Bye,

Re: My D Cookbook on sale: $5 ebook from the publisher

2014-12-28 Thread Mathias LANG via Digitalmars-d-announce
On Sunday, 28 December 2014 at 21:13:50 UTC, Adam D. Ruppe wrote: I just noticed they temporarily reduced the price of my book: https://www.packtpub.com/application-development/d-cookbook If you haven't gotten a copy yet, start off the new year right! :) Among the stuff covered are how to

Re: My D Cookbook on sale: $5 ebook from the publisher

2014-12-28 Thread eles via Digitalmars-d-announce
On Sunday, 28 December 2014 at 21:59:17 UTC, Mathias LANG wrote: On Sunday, 28 December 2014 at 21:13:50 UTC, Adam D. Ruppe wrote: I just noticed they temporarily reduced the price of my book: Nice ! Time to finally get mine :) One more client here :)

Re: My D Cookbook on sale: $5 ebook from the publisher

2014-12-28 Thread Rikki Cattermole via Digitalmars-d-announce
On 29/12/2014 10:13 a.m., Adam D. Ruppe wrote: I just noticed they temporarily reduced the price of my book: https://www.packtpub.com/application-development/d-cookbook If you haven't gotten a copy yet, start off the new year right! :) Among the stuff covered are how to use ranges,

Re: My D Cookbook on sale: $5 ebook from the publisher

2014-12-28 Thread Walter Bright via Digitalmars-d-announce
On 12/28/2014 1:13 PM, Adam D. Ruppe wrote: I just noticed they temporarily reduced the price of my book: https://www.packtpub.com/application-development/d-cookbook If you haven't gotten a copy yet, start off the new year right! :) I already bought the hardcopy, but I noticed I could get

Re: DlangUI project update

2014-12-28 Thread Jack via Digitalmars-d-announce
On Sunday, 28 December 2014 at 19:20:53 UTC, Vadim Lopatin wrote: On Sunday, 28 December 2014 at 15:29:02 UTC, Jack wrote: On Sunday, 28 December 2014 at 09:32:24 UTC, Vadim Lopatin wrote: On Sunday, 28 December 2014 at 06:39:24 UTC, Jack wrote: If you provide paths to some .ttf fonts under

Re: DlangUI project update

2014-12-28 Thread Vadim Lopatin via Digitalmars-d-announce
On Sunday, 28 December 2014 at 20:30:53 UTC, ketmar via Digitalmars-d-announce wrote: On Fri, 26 Dec 2014 12:33:03 + Vadim Lopatin via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: Hello! DlangUI project is alive and under active development.

Re: DlangUI project update

2014-12-28 Thread ketmar via Digitalmars-d-announce
On Mon, 29 Dec 2014 04:09:41 + Vadim Lopatin via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: On Sunday, 28 December 2014 at 20:30:53 UTC, ketmar via Digitalmars-d-announce wrote: On Fri, 26 Dec 2014 12:33:03 + Vadim Lopatin via Digitalmars-d-announce

Re: Get your D Lang shirts!

2014-12-28 Thread Walter Bright via Digitalmars-d-announce
On 12/27/2014 1:32 AM, Iain Buclaw via Digitalmars-d-announce wrote: On 24 Dec 2014 22:20, Vic via Digitalmars-d-announce digitalmars-d-announce@puremagic.com mailto:digitalmars-d-announce@puremagic.com wrote: http://teespring.com/d-lang-sv Non profit, I hope other follow suit. I like

Re: DlangUI project update

2014-12-28 Thread Vadim Lopatin via Digitalmars-d-announce
On Monday, 29 December 2014 at 04:23:49 UTC, ketmar via Digitalmars-d-announce wrote: On Mon, 29 Dec 2014 04:09:41 + Vadim Lopatin via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: On Sunday, 28 December 2014 at 20:30:53 UTC, ketmar via Digitalmars-d-announce wrote:

Re: DlangUI project update

2014-12-28 Thread ketmar via Digitalmars-d-announce
On Mon, 29 Dec 2014 05:52:10 + Vadim Lopatin via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: On Monday, 29 December 2014 at 04:23:49 UTC, ketmar via Digitalmars-d-announce wrote: On Mon, 29 Dec 2014 04:09:41 + Vadim Lopatin via Digitalmars-d-announce