Search

November 18, 2010
Issues »
...0])).sizeof == 1 ? 4 : 2]
encoded;
                    auto len = std.utf.encode(encoded, e);
                    writeln( typeof...
October 22, 2010
Issues »
...random(), random()) for _ in xrange(DATA_LEN)]

    if len(data) < 50: print data

    if sort...
October 19, 2010
Issues »
...best.)


Timings 2.1 GHz CPU, , DATA_LEN=1_000_000, best of 4, seconds...
October 16, 2010
General »
...ubyte* buffer;    // data for our file
    uint len;     // amount of data in buffer[]
}

So if...
October 14, 2010
General »
...0;
        immutable int len = arr.length;
        for (int i = 0; i < len; i++)
            sum += arr...
October 14, 2010
General »
...CUR);
auto len = seek(0, SEEK_END);
seek(curpos, SEEK_BEG);
return len;

So that...
October 13, 2010
c++.stlsoft »
...string
 * added comstl_C_BSTR_len() / comstl::added BSTR_len()
 * added platformstl::thread_shareable_FILE...
October 13, 2010
General »
...etc using write(void* buf, size_t len)
    * BinarySocketStream
    * BinaryFileStream
    * ...
  - TextStream // abstract class implementing writeInt...
October 13, 2010
Learn »
...return;
	writeln(items);
	auto len = walkLength(items);
	auto r = take(items, len - 1);
	pyramid(r...
October 12, 2010
General »
...t len) // read *exactly* len bytes into buf
    * void write(void *buf, size_t len...
85 86 87 88 89 90 91 92 93 94 95 96
Next ›   Last »