Search

December 05, 2011
Issues »
...format.html
"Specifies the minimum field width. If the width is a *, the next argument...
December 02, 2011
Issues »
...width = 10;
  auto len = t.length;
  auto utflen = std.utf.count (t);
  auto tlen = width...
November 23, 2011
General »
...its width depending on your browser window, not force itself to an insanely narrow width...
November 21, 2011
General »
...screen. Please use something like:

body {
    max-width: 1300px;
    margin: 0px auto;
}

This won't...
November 03, 2011
Announce »
...pixels = new T[area.width*area.height];

Here you're allocating width*height, but you...
November 03, 2011
Announce »
...format("%sx%s%+ld%+ld ",
				imageRef.page.width, imageRef.page.height,
				imageRef.page.x,     imageRef...
October 18, 2011
Issues »
...r.length = width;

Write it like:

    foreach (i, ref r; grid)
    {
        r.length = width;

Because...
October 09, 2011
General »
...machine code or bytecode respectively for character width of Char. All of the 6 versions...
October 09, 2011
General »
...Some improvements to be done:
-Autodetect terminal width
-test on windows
-use isatty and produce...
October 07, 2011
General »
...modify the current line. +Points if it properly handles
terminal width and resizing.


-- 
Johannes Pfau
105 106 107 108 109 110 111 112 113 114 115
Next ›   Last »