Re: TTS Synthesis: D and vibe.d in Action

2016-04-13 Thread Andre Polykanine via Digitalmars-d-announce
Hello Chris,

CvDda> Just to inform you that we successfully use D and vibe.d for two
CvDda> things:

This is just overwhelming!
How do you make bindings to NVDA API which is in Python?
I'm  not  an  NVDA  user (I'm using JAWS, if it matters), but I'm still
very interested in the technology.


Andre.



Re: Found on twitter: a long comparison of C with D, in Russian

2016-02-10 Thread Andre Polykanine via Digitalmars-d-announce
JvDda> https://habrahabr.ru/post/276227/

It states that it actually is the translation of this one:
http://dlang.org/ctod.html
:)
But thanks anyway!

A
ndre.



Re: Vision for the first semester of 2016

2016-02-02 Thread Andre Polykanine via Digitalmars-d-announce
PvDda> I hope D GUI will be usable some day for me and other people not
PvDda> wanting to fight with tools (and external libraries).

Oh  yeah!  I  find  this  library  the  most  adequate  (and  the most
accessible, btw). But unfortunately it seems abandoned :(.


Andre



Re: Vision for the first semester of 2016

2016-01-25 Thread Andre Polykanine via Digitalmars-d-announce
PvDda> I think improving dlangide will give us many opportunities for
PvDda> what a good D native GUI library needs.

Right   you   are.   However,   it  would  be  great  if  such  a  GUI
library/framework  could  be able to produce GUIs accessible to screen
readers.  And  it  would be more than great if the IDE itself could be
accessible.  However,  with  Dlangui  it's  not  the  case,  namely on
Windows.

Andre.



Re: Hash Tables in D

2016-01-09 Thread Andre Polykanine via Digitalmars-d-announce
WBvDda> http://minas-mina.com/2016/01/01/associative-arrays/

This article translated into Russian:
http://habrahabr.ru/post/274723/


-- 
With best regards from Ukraine,
Andre
Skype: Francophile
Twitter: @m_elensule; Facebook: menelion



Re: Graillon 1.0, VST effect fully made with D

2015-11-27 Thread Andre Polykanine via Digitalmars-d-announce
VPvDda> I took this approach with my image processing blog post and it
VPvDda> got quite popular.

Could you post a link to it, please?


Andre.



Re: Graillon 1.0, VST effect fully made with D

2015-11-26 Thread Andre Polykanine via Digitalmars-d-announce
GWvDda> Awesome. Please write a blog post detailing your experiences with
GWvDda> D while writing this software and share on reddit. It would be 
GWvDda> good PR especially the comments about the GC.

+1. And I would translate your article into Russian :)

Andre.



Re: LDC 0.17.0 alpha cross-compiler for Android/ARM, D 2.068.2

2015-11-07 Thread Andre Polykanine via Digitalmars-d-announce
Hello Joakim,

JvDda> 
http://wiki.dlang.org/Build_LDC_for_Android#Build_a_sample_OpenGL_Android_app_ported_to_D

No way to do this on Windows, am I right?

-- 
With best regards from Ukraine,
Andre
Skype: Francophile
Twitter: @m_elensule; Facebook: menelion
My blog: http://menelion.oire.org/


 Original message 
From: Joakim via Digitalmars-d-announce 
To: digitalmars-d-announce@puremagic.com
Date created: , 1:56:33 PM
Subject: LDC 0.17.0 alpha cross-compiler for Android/ARM, D 2.068.2


  https://github.com/joakim-noah/android/releases/tag/runners

You will need a linux/x86 host and the Android NDK, optionally 
the SDK if you want to create a GUI app.  A slightly older build 
was used to create the test runners from earlier this week.  You 
can use this cross-compiler to build command-line or GUI apps, by 
following the instructions from these sections in the wiki:

http://wiki.dlang.org/Build_LDC_for_Android#Build_a_command-line_executable
http://wiki.dlang.org/Build_LDC_for_Android#Build_a_sample_OpenGL_Android_app_ported_to_D

Make sure to set the NDK environment variable to the path of your 
Android NDK.

There are also instructions to build the cross-compiler and test 
runner from source yourself:

http://wiki.dlang.org/Build_LDC_for_Android



Re: A new article about working with files in D

2015-11-05 Thread Andre Polykanine via Digitalmars-d-announce
On Monday, 28 September 2015 at 11:41:37 UTC, Gary Willoughby 
wrote:

Article:
http://nomad.so/2015/09/working-with-files-in-the-d-programming-language/

Reddit link:
https://www.reddit.com/r/programming/comments/3mosw7/working_with_files_in_the_d_programming_language/


I have translated this article into Russian:
http://habrahabr.ru/post/270189/



Re: The D Language Foundation is now incorporated

2015-10-20 Thread Andre Polykanine via Digitalmars-d-announce
SvDda> There is some other issues, but I hope to fix it's after site revive.

Anyway,  if you need help, please feel free to ask. I do speak Russian
:).


-- 
With best regards from Ukraine,
Andre
Skype: Francophile
Twitter: @m_elensule; Facebook: menelion
My blog: http://menelion.oire.org/


 Original message 
From: Suliman via Digitalmars-d-announce 
To: digitalmars-d-announce@puremagic.com
Date created: , 11:28:20 PM
Subject: The D Language Foundation is now incorporated


  On Tuesday, 20 October 2015 at 19:54:29 UTC, Andre Polykanine 
wrote:
> Hello Suliman,
>
>   SvDda> I hope that I can be helpful as admin of Russian 
> community or
> SvDda> something like it. At present time we end working at our
> SvDda> dlang.ru, for my regret the work on CMS take more then 
> one year,
>
> Do you need any help?

Thanks, but now we almost end. We still have few critical bugs, 
on of them is URL format, but work in progress. When our 
programmer will finish with it, we will open site. There is some 
other issues, but I hope to fix it's after site revive.



Re: The D Language Foundation is now incorporated

2015-10-20 Thread Andre Polykanine via Digitalmars-d-announce
Hello Suliman,

  SvDda> I hope that I can be helpful as admin of Russian community or
SvDda> something like it. At present time we end working at our 
SvDda> dlang.ru, for my regret the work on CMS take more then one year, 

Do you need any help?

-- 
With best regards from Ukraine,
Andre
Skype: Francophile
Twitter: @m_elensule; Facebook: menelion
My blog: http://menelion.oire.org/


 Original message 
From: Suliman via Digitalmars-d-announce 
To: digitalmars-d-announce@puremagic.com
Date created: , 11:19:03 PM
Subject: The D Language Foundation is now incorporated


  On Saturday, 17 October 2015 at 16:12:42 UTC, Andrei Alexandrescu 
wrote:
> On 10/17/15 4:06 PM, suliman wrote:
>> Can anybody outside USA join to the foundation?
>
> As a member, yes. We'll define private and corporate membership 
> with sponsorship levels etc.
>
> As an officer, I'm not sure; I'll ask. Anyway we want to keep 
> the number of officers small for the time being.
>
>
> Thanks,
>
> Andrei

I hope that I can be helpful as admin of Russian community or 
something like it. At present time we end working at our 
dlang.ru, for my regret the work on CMS take more then one year, 
but I hope that it will be open soon. Again very sorry for long 
promises to open site "in next few weeks" , but it's very hard to 
do with there is primary job.

Andrei, with whom I can talk about dsource.org? I am thinking 
that it can be very good collective forum (project forum) for D. 
I hope that our CMS that will be released very soon would be good 
for it. This NG can be stay for technical questions, while 
dsource could become collective blog as part of D Foundation. 
What do you think about it?



Re: French translation of Ali Çehreli's "Programming in D" book : 53 chapter translated

2015-09-15 Thread Andre Polykanine via Digitalmars-d-announce
Hello Raphaël,
Sorry for the off topic, but how do you translate the book?
I   tried   to   contact   Ali  privately  about  Russian and possibly
Ukrainian translation (I'm
interested  in  doing  this just for the sake of spreading D and don't
expect any revenue), but unfortunately got no response(
Thanks!

-- 
With best regards from Ukraine,
Andre
Skype: Francophile
Twitter: @m_elensule; Facebook: menelion
My blog: http://menelion.oire.org/


 Original message 
From: Raphaël Jakse via Digitalmars-d-announce 

To: digitalmars-d-announce@puremagic.com
Date created: , 2:40:57 PM
Subject: French translation of Ali Çehreli's "Programming in D" book : 53 
chapter translated


  Hello,

A few words to the D community to give news about the French translation 
of Ali Çehreli's "Programming in D" book.

Thanks to Oliver Pisano (translator) and Stéphane Goujet (proofreader), 
the translation is still alive. 53 chapters are translated and most have 
been proofread.

Thanks to Théo Bueno for hosting the translation.

There are 38 chapters pending for translation. If you speak French and 
you want to help, don't hesitate to contact me.

http://dlang-fr.org/cours/programmer-en-d/




Re: Russian-speaking community

2015-08-21 Thread Andre Polykanine via Digitalmars-d-announce
Hello Majestio,

MvDda> We have already moved to http://dlanguage.ru

Cool,  but  could  you  please  make  your  captcha accessible without
vision?
Thanks!

-- 
With best regards from Ukraine,
Andre
Skype: Francophile
Twitter: @m_elensule; Facebook: menelion
My blog: http://menelion.oire.org/


 Original message 
From: Majestio via Digitalmars-d-announce 
To: digitalmars-d-announce@puremagic.com
Date created: , 3:11:02 PM
Subject: Russian-speaking community


  On Tuesday, 30 June 2015 at 20:39:38 UTC, lomereiter wrote:
> (whose domain is much easier to remember, btw)

We have already moved to http://dlanguage.ru