Search

September 28, 2014
Learn »
...good prompting but it doesn't.

I outputs the string given to write *after* I...
September 27, 2014
Learn »
...x.pack);
    writeln(["x", "y"].pack);
}

which outputs

[161, 120, 161, 121]
[146, 161, 120...
September 27, 2014
GDC »
...asm {
      "btl %1, %0;"
      "jc %l2"
        : /* No outputs. */
        : "r" (a), "r" (b)
        : "cc"
        : carry;
  }
  return...
September 25, 2014
General »
...do it) when there are no outside outputs.

I actually have some experience in this...
September 25, 2014
General »
...tools actually use entropy when producing their
outputs, and as a result running the exact...
September 24, 2014
General »
...discover the *exact* set of inputs and outputs for a given command, including hidden dependencies...
September 24, 2014
General »
...x; A.enumerate)
    x = i;
  writeln(A);
}


Outputs:

[0, 0, 0, 0]

------------------

A feature I...
September 22, 2014
Issues »
...which trivial. See e g. http://www.cmcrossroads.com/article/rules-multiple-outputs-gnu-make.

--
September 01, 2014
General »
     176
    2162
August 29, 2014
Issues »
...is compiled, compiler instantiates Btpl!A and outputs its invariant objcode to a.obj.

Next...
67 68 69 70 71 72 73 74 75 76 77 78
Next ›   Last »