Search results
  1. May 29

    I'd watch 2nite We're streaming LIVE at 8pm w/ Keep your Eyes Open for some Easter eggs Don't say I didn't warn you

  2. May 31

    Join us at the Big Game Miami on June 2. We will hold online + live auction and the winner will also receive 1 suite ticket to Fight on June 6th! All auction proceeds will be donated to charity. For more event details:

  3. May 28

    unpopular opinion: i like managing memory and strings in C - like a lot - it's fun for me and i really like -ing all my sizes in public header files and doing the arithmetic in my head and it's always really nice when the program does what i want without a memory leak

  4. May 30
  5. 41 minutes ago
    Replying to

    Gaussian sums, only in . (:

  6. Replying to

    unless else

  7. Jun 2
    Replying to

    Ah yes, the ol' " 1 0". Python lets you redefine the first few hundred integers via the ctypes interface too, though doing that to any "important" integers (eg 0, 1, etc) usually causes python itself to segfault pretty quickly.

  8. Jun 1
    Replying to

    my usage was also in macros like that; my workaround was to have FOO(x) ((foo){ .bar=x }) FOO_INIT(x) { .bar=x } where the latter is only for use in static variable initializers. e.g: static foo f = FOO_INIT(99); void qux(foo f); void bar(){ qux(FOO(99)); }

  9. Jun 2

    ] CTRL-D → jump to first found in current and included files matching the word under the cursor, start searching at cursor ...

  10. May 31
    Replying to

    I've played around with function declaring macros like " defun auto", " definline inline auto" with the trailing return type syntax. I do like the function name to be prominent, but I already have it displayed in bold w/ a larger font so it stands out regardless.

  11. Jun 2
    Replying to

    Something like this? I think that the oversight would be different, as a do/while instead of while would be too simple. PT_TIME 10 do { timer_add(&timer, -1); // Handles decrementing the timer, rolling digits player->points += PT_TIME; } while (timer->value != 0);

  12. Jun 1

    As a – Unity tool dev I want to – write code such as UNITY_2020_3_OR_NEWER && !UNITY_2020_3_1 && !UNITY_2020_3_2 && !UNITY_2020_3_3 && !UNITY_2020_3_4 && !UNITY_2021_1_0 && !UNITY_2021_1_1 INTERNAL_CHANGE So that – my code is compatible

    Show this thread
  13. Jun 2
    Replying to

    ah yes (history from beyond bios). Another favorite is " EFI_BAD_POINTER (UINTN)0xAFAFAFAF" for Andrew Fish. 0xAF was our original panic port 0x80 code, too, so that when we crashed we often were reminded of Fish.

  14. May 30

    Or if you have the space, DEBUG(M, ...) printf("%s:%d" M, __FILE__, __LINE__, __VA_ARGS) or whatever is needed to make that work :) (not always great on embedded because it makes it not able to reuse the messages)

  15. Apr 26
  16. May 8
  17. 5 hours ago

    Customer-centric that follow six steps both internal alignment and -centricity. one that allows you to where a is in their process so you can serve them better:

  18. May 25

    the preprocessor seems to work tho! :3 acourse't thisk verison of C jus has constant and local file, so thas not actually too impresiff 🙃🤔🤔

    Show this thread
  19. Jun 2
    Replying to
  20. May 12
    Replying to

    MATCH(x) try { throw (x); }

Loading seems to be taking a while.

Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.