LMBernardo
Follow
🙉
Focusing
Pinned Loading
-
-
parse-server-job-scheduler
parse-server-job-scheduler PublicForked from LcpMarvel/parse-server-jobs-scheduler
Runs scheduled Parse Server jobs created in Parse Dashboard
TypeScript 1
-
Defines functions that can be used f...
Defines functions that can be used for introspection when logging in JS V8 and NodeJS. Originally found here: https://stackoverflow.com/questions/14172455/get-name-and-line-of-calling-function-in-node-js 1if (!global.hasOwnProperty("__DEBUG_LOG_INTROSPECTION__")) {
23Object.defineProperty(global, '__stack', {
4get: function () {
5var orig = Error.prepareStackTrace;
-
Batch object processing code intende...
Batch object processing code intended for use in the Parse Dashboard Javascript API console 1/////////// Job Settings ///////////
2const itemsPerCycle = 1000; // Recommended < 1001
3const maxCycles = 10;
4const asyncBatchSize = 10; // Recommended < 11 to not slow down server
5const msgPerCycle = 1; // Set low to prevent log spam with large cycle counts
-
mjpg-streamer
mjpg-streamer PublicForked from jacksonliam/mjpg-streamer
Fork of jacksonliam's fork of mjpg-streamer. Mostly intended to remove the 403 error when requesting frames too quickly from the same client. May contain other patches and cleanups.
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.