Pinned Loading
-
alfred-npm-search
alfred-npm-search PublicSearch NPM quickly with this Alfred workflow
JavaScript 1
-
PKCE in the browser
PKCE in the browser 1// https://developer.mozilla.org/en-US/docs/Web/API/WindowBase64/Base64_encoding_and_decoding#Solution_3_%E2%80%93_rewrite_the_DOMs_atob()_and_btoa()_using_JavaScript's_TypedArrays_and_UTF-8
2const base64 = require('base64-js');
34const urlSafe = (buffer) => {
5const bytes = new Uint8Array(buffer);
-
Ansible filter to create AWS SES SMT...
Ansible filter to create AWS SES SMTP password from aws access secret 1#!/usr/bin/env python
2import base64
3from Crypto.Hash import HMAC, SHA256
45class PasswordEncoder:
-
Cotiss/fastify-starter_DEPRECATED
Cotiss/fastify-starter_DEPRECATED Public archiveSimple Fastify starter with TypeScript
TypeScript 1
-
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.