September 03, 2013 General » Re: Had another 48hr game jam this weekend... | |||
|---|---|---|---|
| |||
...a program that does the calculations and outputs PovRay scene files, povray transforms them into... | |||
September 02, 2013 General » Re: obsolete D libraries/modules | |||
|---|---|---|---|
| |||
...2 && output.length <= 4. "Incorrect number of outputs passed"); enforce(["a", "b", "c", "d"].any... | |||
September 01, 2013 Learn » Re: unserialize variants | |||
|---|---|---|---|
| |||
...Variant("hello"), Variant(S(5)) ];
writeln(a);
}
Outputs:
[42, hello, S(5)]
We can only... | |||
September 01, 2013 Issues » [Issue 5849] std.random.dice is better as a range | |||
|---|---|---|---|
| |||
...0 .. 10)
values[probabilities.dice].write;
}
That outputs something similar to:
CGCCAAACCC
So an improvement... | |||
August 30, 2013 Issues » [Issue 10881] Support %f formatting for a std.complex.complex | |||
|---|---|---|---|
| |||
...the given matrix: "[%([%(%1.3f, %)],\n %)]]" It outputs: [[0.707+0.000i, 0.707+0... | |||
August 28, 2013 General » Re: New linker error with xml2 | |||
|---|---|---|---|
| |||
...1,7 +1,7 @@ rem Delete all outputs del xmlp.lib sxmltest.exe bookstest.exe... | |||
August 26, 2013 General » Re: Range interface for std.serialization | |||
|---|---|---|---|
| |||
...in addition to slow). Instead it just outputs something to the underlying sink. class Serializer... | |||
August 25, 2013 General » Re: New Lagged Fib. PRNG gen and random2.d | |||
|---|---|---|---|
| |||
...simple as writing a D program that outputs a sufficient quantity of random numbers, and... | |||
August 25, 2013 General » Re: Range interface for std.serialization | |||
|---|---|---|---|
| |||
...or rather some kind of adapter that outputs no less then X bytes if not... | |||
August 22, 2013 Issues » [Issue 10869] Ddoc mark methods with "const" twice | |||
|---|---|---|---|
| |||
...output "synchronized", but then MODtoBuffer in toCBufferWithAttributes outputs "shared". So I'll file this as... | |||
Copyright © 1999-2021 by the D Language Foundation