Pinned Loading
-
DeferredCall
DeferredCall 1#include <memory>
2#include <functional>
3#include <exception>
45class DeferredCall
-
2hex conversion string generator
2hex conversion string generator 1print '\n'.join([''.join(['{:02x}'.format(x) for x in range(16*r, 16*r+16)]) for r in range(16)])
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.