Search

December 01, 2015
Learn »
...module asi.pipe;

import core.sys.windows.windows;
import core.sys.windows.winbase;
import core...
November 25, 2015
Genel »
...bin/python3

import re
import sys
import time

if len(sys.argv) != 2:
   print('Usage...
November 23, 2015
Learn »
...and remembering:

import core.sys.posix.sys.select; // same as #include<sys/select.h> in...
November 19, 2015
Learn »
...you can just use them from core.sys.posix.pthread [1]. After all this what...
November 15, 2015
Learn »
...d
import std.stdio, std.string, core.sys.posix.dlfcn;

// extern functions
alias nothrow int...
November 15, 2015
Issues »
...Win32/64 program:

///////////////////// test.d ////////////////////
import core.sys.windows.windows;
import std.conv : to;

extern...
November 13, 2015
Druntime »
...Nov 2015)

  Changed paths:
    M src/core/sys/linux/unistd.d

  Log Message:
  -----------
  add getpass...
November 13, 2015
Druntime »
...src/core/sys/linux/sys/socket.d
    M src/core/sys/posix/sys/socket.d...
November 13, 2015
Learn »
...github.com/D-Programming-Language/druntime/blob/master/src/core/sys/windows/w32api.d#L85
November 12, 2015
Learn »
...0m0.613s
sys	0m0.000s


perl:

real	0m14.198s
user	0m14.170s
sys	0m0.000s
131 132 133 134 135 136 137 138 139 140 141
Next ›   Last »