Search

August 07, 2010
General »
...for layouts. Doubly-so for non-fixed-width layouts. About the only thing it doesn...
August 03, 2010
General »
...extra test per character to assess its width. But on UTF strings it saves time...
July 22, 2010
Learn »
...to 8x8:

class Board(int width, int height)
{
   string[width][height] positions;
}

Then you do...
July 16, 2010
Learn »
...about this:
  // int[width,height] as sugar for int[height][width]
  int[width,height] arr...
July 14, 2010
Learn »
...a problem.

int[][] a = new int[][](MAX_WIDTH, MAX_HEIGHT);

is totally clear and it...
July 14, 2010
Learn »
...meaning, it simply becomes backwards:

int[MAX_WIDTH][MAX_HEIGHT] map2d;
map2d[x][y] = 9...
July 10, 2010
Announce »
...BITMAPINFO.sizeof;
bi.bmiHeader.biWidth = image.size.width;
bi.bmiHeader.biHeight = 0 - image.size.height...
July 04, 2010
DMD »
...574


user: braddr

msg:
Fix:
  onscreen output width reduction.. I like wide screens, but not...
June 25, 2010
Issues »
...by Firefox 3.6.3 at inner width 1000.  If you make it much narrower...
June 22, 2010
General »
...of any width. Your code assumes that all characters have the same width and therefore...
122 123 124 125 126 127 128 129 130 131 132
Next ›   Last »