Search

April 24, 2011
Learn »
...the longest field name and calculate the width specifier for the formatted output so it...
April 15, 2011
General »
...y, char* name) {
       return CreateWindow(x, y, width, height, null, null, null, name);
    }

*: http://www...
April 15, 2011
General »
...this function:

alias bind!CreateWindow(void, void, width, height, null, null, null,
void) myWindow;

Here...
April 13, 2011
General »
...left;
	margin-right: 0.4em;
}

iframe.try-now {
	display: block;
	width: 100%;
	background-color: black;
}
April 12, 2011
General »
...a few nice side-effects:

* No indent width issue (!),
* 1 tab <--> 1 indent level conceptually...
April 12, 2011
General »
...spaces. With the additional issue of indent-width.

Denis
-- 
_________________
vita es estrany
spir.wikidot.com
April 11, 2011
General »
...model & view, and forcing your preferred indent width over all readers. Tab means "align columns...
April 11, 2011
General »
...completely broken when your editor uses another tab-width than the authors editor.

Cheers,
- Danie
April 11, 2011
General »
...int width;
	int height;
	int linesLeft;
	this(int width, int height) {
		this.width = width;
		this...
April 11, 2011
General »
...4096));
	auto image = new Image(png.header.width, png.header.height);

	int y;
	foreach(line...
109 110 111 112 113 114 115 116 117 118 119
Next ›   Last »