Search

March 09, 2013
General »
BTW, core.sys.posix.sys.resource currently doesn't exist, we have to create it...
March 09, 2013
General »
...do it:

import core.sys.posix.unistd, core.sys.posix.sys.resource;
rlimit r;
getrlimit...
March 09, 2013
Issues »
...program:


from itertools import imap, ifilter
from sys import stdout
def fun(x):
    stdout.write...
March 09, 2013
General »
...code works good.

string cwd()
{
    import core.sys.windows.windows;
    wchar[] ret = new wchar[10240...
March 09, 2013
Learn »
...meant:


from itertools import imap, ifilter
from sys import stdout
def fun(x):
    stdout.write...
March 09, 2013
Learn »
...filter() does not work that way:


from sys import stdout
def fun(x):
    stdout.write...
March 08, 2013
General »
...copied from phobos
{
    writeln("start");
    import core.sys.windows.windows;
    writeln("buff");
    wchar[] ret = new...
March 04, 2013
General »
...1548829944

real    1m27.967s
user    1m27.930s
sys 0m0.030s
$ time ./scid_matrix_test
-1015380632...
March 04, 2013
Learn »
...exe

real    0m0.225s
user    0m0.015s
sys     0m0.046s

I also read in the...
March 04, 2013
General »
...1548829944

real    1m32.418s
user    1m32.370s
sys 0m0.020s
$

It's a great feeling...
213 214 215 216 217 218 219 220 221 222 223
Next ›   Last »