Skip to content
View danew's full-sized avatar
Block or Report

Block or report danew

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. alfred-npm-search alfred-npm-search Public

    Search NPM quickly with this Alfred workflow

    JavaScript 1

  2. 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
    2
    const base64 = require('base64-js');
    3
    
                  
    4
    const urlSafe = (buffer) => {
    5
      const bytes = new Uint8Array(buffer);
  3. TIL TIL Public

    Things I learnt, a place where I can dump things I learnt

    2

  4. Ansible filter to create AWS SES SMT... Ansible filter to create AWS SES SMTP password from aws access secret
    1
    #!/usr/bin/env python
    2
    import base64
    3
    from Crypto.Hash import HMAC, SHA256
    4
    
                  
    5
    class PasswordEncoder:
  5. Cotiss/fastify-starter_DEPRECATED Cotiss/fastify-starter_DEPRECATED Public

    Simple Fastify starter with TypeScript

    TypeScript 1

  6. run-puppeteer run-puppeteer Public

    Quick Boilerplate for Puppeteer and Jest

    JavaScript 1