Search

July 15, 2011
General »
...are all string types of the same width
private template Strings...)  if (Strings.length > 0...
July 09, 2011
Announce »
...PAINT:
            _buffer    = CreateCompatibleDC(hdc);
            hBitmap    = CreateCompatibleBitmap(hdc, width, height);
            hOldBitmap = SelectObject(_buffer, hBitmap);

            surf = cairo...
July 08, 2011
Learn »
...or anything.

void main()
{
    enum width = 100;
    double step = 1 / width;

    writeln(step);  // 0
}

I...
July 07, 2011
Issues »
...struct DNAHash(T) {
    T[] data;

    this(ubyte width) {}

    ref T opIndex(S)(S seq) {
        return...
July 04, 2011
General »
...m designing for variable-width.  That image is for 1600px width, but that could shrink...
June 29, 2011
General »
...not on the word width processor, but on the word width of the boot PROM...
June 19, 2011
General »
...any width and qualification as input and with pointers to characters of any width as...
June 14, 2011
General »
...MoveWindow(hWnd, loc.x, loc.y, myWin.width, myWin.height,
               bRepaint:true);

? It's clear...
June 14, 2011
General »
...auto y = readln().chomp().to!int();
     auto width = bounds.right - bounds.left;
     auto height = bounds...
June 14, 2011
General »
And yet, with loc.x, myWin.width etc, you don't need to check the...
107 108 109 110 111 112 113 114 115 116 117
Next ›   Last »