Search

March 17, 2011
General »
...use BigInts for guaranteed accuracy, or fixed-width integers for more speed where the denominator...
March 16, 2011
General »
...skipUnstoredFields()
        {
            for (;;)
            {
                spec.readUpToNextSpec(r);
                if (spec.width != spec.DYNAMIC) break;
                // must skip this field...
March 11, 2011
Learn »
...CPU features, so presumably, the CPU only provides the possibility for 4-byte width.

-Steve
March 07, 2011
Issues »
...minWindowWidth();
    abstract int minWindowHeight();

    final double width()  {
        return _width;
    }

    final double height()  {
        return _height;
    }

    final...
March 07, 2011
General »
...s width, so that one cannot separate semantics marks (tab) from presentation (indent width) and...
March 07, 2011
General »
...do something like this:

int width;
int height;

func(width = 2, height = 7);

That _is...
March 07, 2011
General »
...c' /= c)]



drawTree (width, height) start steps stdgen = do
    img <- image width height off
    setPix...
March 07, 2011
General »
...foo(int height, int width);
    struct _foo_args {
        int height; int width;
    };
    #define foo(...) \
        foo...
March 04, 2011
General »
...double y1, y2, width;
size_t index = to!size_t((x2 - x1) / width);
if (index...
March 01, 2011
General »
...y = 2;
    int width = 3;
    int height = 4;
    ...
    box(x, y, width, height)

But if...
112 113 114 115 116 117 118 119 120 121 122
Next ›   Last »