Search

March 21, 2012
Learn »
...all the columns must have the same width, so the first and
third column waste...
March 20, 2012
Learn »
...document.requireSelector("map");

	writeln(to!int(map.width), "x", to!int(map.height));

	foreach(tile...
March 20, 2012
Learn »
...mapWidth = to!int(xml.tag.attr["width"]);
			xml.parse();
		};
		xml.parse();
		writeln("Map Width: ", mapWidth);
	}
March 17, 2012
General »
...2D access":

	class Board {
		Tile[] tiles;
		int width, height;

		Tile opIndex(int x, int y...
March 15, 2012
General »
...level vectors are defined by: __vector(type[width])
But core.simd also defines a bunch...
March 14, 2012
General »
...font settings or don't display well based on the width of my browser screen.
March 10, 2012
General »
...lines (because it was overflowing my terminal width), the thread started to fizzle out. I...
February 24, 2012
General »
...constrict yourself needlessly? Unicode already has double-width characters, like pretty much the entire CJK...
February 20, 2012
Announce »
...for me as I try.  At 1280px width and with text zoomed more than two...
February 20, 2012
General »
...type width, which resulted in the compiler picking the most efficient/native int width on...
99 100 101 102 103 104 105 106 107 108 109
Next ›   Last »