April 24, 2011 Learn » Pretty print struct field values | |||
|---|---|---|---|
| |||
...the longest field name and calculate the width specifier for the formatted output so it... | |||
April 15, 2011 General » Re: Ceylon language | |||
|---|---|---|---|
| |||
...y, char* name) {
return CreateWindow(x, y, width, height, null, null, null, name);
}
*: http://www... | |||
April 15, 2011 General » Re: Ceylon language | |||
|---|---|---|---|
| |||
...this function: alias bind!CreateWindow(void, void, width, height, null, null, null, void) myWindow; Here... | |||
April 13, 2011 General » Re: "Try it now" | |||
|---|---|---|---|
| |||
...left;
margin-right: 0.4em;
}
iframe.try-now {
display: block;
width: 100%;
background-color: black;
} | |||
April 12, 2011 General » Re: [OT] Spaces/tabs (Was: simple display (from: GUI library for D)) | |||
|---|---|---|---|
| |||
...a few nice side-effects: * No indent width issue (!), * 1 tab <--> 1 indent level conceptually... | |||
April 12, 2011 General » Re: [OT] Spaces/tabs (Was: simple display (from: GUI library for D)) | |||
|---|---|---|---|
| |||
...spaces. With the additional issue of indent-width. Denis -- _________________ vita es estrany spir.wikidot.com | |||
April 11, 2011 General » Re: simple display (from: GUI library for D) | |||
|---|---|---|---|
| |||
...model & view, and forcing your preferred indent width over all readers. Tab means "align columns... | |||
April 11, 2011 General » Re: [OT] Spaces/tabs (Was: simple display (from: GUI library for D)) | |||
|---|---|---|---|
| |||
...completely broken when your editor uses another tab-width than the authors editor. Cheers, - Danie | |||
April 11, 2011 General » Re: std.algorithm for images | |||
|---|---|---|---|
| |||
...int width;
int height;
int linesLeft;
this(int width, int height) {
this.width = width;
this... | |||
April 11, 2011 General » std.algorithm for images | |||
|---|---|---|---|
| |||
...4096)); auto image = new Image(png.header.width, png.header.height); int y; foreach(line... | |||
Copyright © 1999-2021 by the D Language Foundation