Re: [OT] Information about Access to site You requested denied by Federal Law

2013-03-24 Thread Oleg Kuporosov
2013/3/24 thedeemon dl...@thedeemon.com On Saturday, 23 March 2013 at 12:40:37 UTC, Denis Shelomovskij wrote: I get this message instead of some sites content: Access to site You requested denied by Federal Law E.g. see this IT blog by Felipe Contreras: http://felipec.wordpress.com/

Re: private module members

2012-10-18 Thread Oleg Kuporosov
Is it in Bugzilla? Bye, bearophile Thanks. I had assumed my interpretation was incorrect and was just looking for an explanation. Honestly, until just now, I have not explored bugzilla. There is bug 1141 which looks like what I'm asking about and references a newer one 2830 which looks

std.stdio File doesn't support Win UTF16 file systems?

2012-05-02 Thread Oleg Kuporosov
Hi all, Looking into the source (it uses DM's libc) did I get right that std.stdio.File can't work with UTF16 names in Windows? I've tried to find bug# but failed too. There is Issue#7648 Can't open file (Windows UTF8) only but UTF8 is not native for Windows filesystems anyway. Is there any

Re: D 50% slower than C++. What I'm doing wrong?

2012-04-17 Thread Oleg Kuporosov
DMC = Digital Mars Compiler? Does Mingw/GDC uses that? I think that both, g++ and GDC compiled binaries, use the mingw runtime, but I'm not sure also. you right, only dmd uses dmc environment, gdc uses mingw's. And I don't think it is I/O bound. It is only around 10MB/s, whereas my HD