Pinned Loading
-
-
-
url-shortener-simple
url-shortener-simple PublicSimple url shortener created with 3 hours with incredibly cool(no) design
JavaScript 1
-
IMPORTANT!! `formatStrToTime` will s...
IMPORTANT!! `formatStrToTime` will show different result if you did `formatTimeToStr` with different depth 1export const timeUnits = [
2// { name: "y", milliseconds: 31_536_000_000 },
3// { name: "mo", milliseconds: 2_592_000_000 },
4{ name: "d", milliseconds: 86_400_000 },
5{ name: "h", milliseconds: 3_600_000 },
-
PKCE Generator in nodejs which gener...
PKCE Generator in nodejs which generates `code_challenge` and `code_verifier` using sha256. Implemented custom length feature. 1import * as crypto from 'crypto';
23export type PkcePayload = {
4code_verifier: string;
5code_challenge: string;
-
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.