j____a____r____d

Last active 2 months ago

  1. 7 years ago
    Wed Jul 18 22:12:05 2018
    j____a____r____d posted in Phoenix Rising.

    congrats doods on getting the egg, i'll redirect my egg praise over to you all

  2. Thu Jun 28 16:56:58 2018
    j____a____r____d posted in Word Association.

    Steph Curry

  3. Thu Jun 28 06:01:06 2018
    j____a____r____d posted in Word Association.

    Our Glorious King

  4. Tue Jun 26 04:10:54 2018
    j____a____r____d posted in Word Association.

    Alex Jones

  5. Mon Jun 25 03:57:21 2018
    j____a____r____d posted in Word Association.

    I go hard like Vladimir Putin

  6. Sun Jun 24 18:34:14 2018
    j____a____r____d posted in Word Association.

    Great Ice Ball Earth Theory

  7. Tue Jun 19 01:02:04 2018
    j____a____r____d posted in Word Association.

    Look at me (rip in peaces btw)

  8. Sat Jun 16 20:05:09 2018
    j____a____r____d posted in Humfrydog showcase of builds.

    @Inyashi What a magnificent work of art

  9. Thu Jun 14 21:27:28 2018
    j____a____r____d posted in Efficient Code Thread.

    @WBlaine The codes I write for work are for mathematical computation ... so those aren't interesting for this thread.

    Sounds very interesting to me if it involves math. :^)

  10. Thu Jun 14 21:00:59 2018
    j____a____r____d posted in Efficient Code Thread.

    @Stone__Warrior @deyahruhd If you add

    #include <thread>

    at the top, there's this pretty sweet optimization you can make to significantly impact the speed your process takes. In all of your functions, just copy-paste

    std::this_thread::sleep_for(std::chrono::milliseconds(std::numeric_limits<unsigned long int>::max()));

    wherever you see fit.
    :D

    Wow, that made my algorithm even more efficient by a factor of (9,223,372,036,854,775,807 + 1) * 2 - 1! Thanks!

View more