September 10, 2010 General » Re: One more update on d-programming-language.org | |||
|---|---|---|---|
| |||
...png There seems to be a "max-width" property somewhere OSLT. Maybe it's a... | |||
September 08, 2010 Phobos » [phobos] phobos commit, revision 1966 | |||
|---|---|---|---|
| |||
...make one small suggestion: In the fixed-width font my web browser uses by default... | |||
September 03, 2010 General » Re: [Slight OT] TDPL in Russia | |||
|---|---|---|---|
| |||
...media="handheld, only screen and (max-device-width: 480px)" The "handheld, " part isn't really... | |||
September 01, 2010 DMD » [dmd-internals] Correction to name mangling doc | |||
|---|---|---|---|
| |||
...things a bit differently with a variable width hex mantissa and exponent value (HexDigits P... | |||
August 28, 2010 Phobos » [phobos] Rational for review | |||
|---|---|---|---|
| |||
...integer is fixed or arbitrary width and what its fixed width might be if it... | |||
August 27, 2010 Phobos » [phobos] Rational for review | |||
|---|---|---|---|
| |||
...integer is fixed or arbitrary width and what its fixed width might be if it... | |||
August 12, 2010 c++.stlsoft » STLSoft 1.9.100 released | |||
|---|---|---|---|
| |||
...functions.h:
~ winstl__get_console_width() => winstl_C_get_console_width()
~ winstl__get_console_window... | |||
August 09, 2010 D » Suggestions regarding function parameters | |||
|---|---|---|---|
| |||
...for example: string wordwrap (string str, int width = 75, string break = "\n", bool cut = false... | |||
August 09, 2010 Learn » Re: Justify text | |||
|---|---|---|---|
| |||
Forgot zfill:
string zfill(string s, int width)
{
return justify(s, Alignment.Right, width, '0');
} | |||
August 09, 2010 Learn » Justify text | |||
|---|---|---|---|
| |||
...int width, char symbol)
{
if (text.length >= width)
return text;
char[] result = new char[width... | |||
Copyright © 1999-2021 by the D Language Foundation