GitHub

Pinned Loading

  1. 1

    {

    2

      "AWSEBDockerrunVersion": "1",

    3

      "Image": {

    4

        "Name": "<AWS_ACCOUNT_ID>.dkr.ecr.us-east-1.amazonaws.com/<NAME>:<TAG>",

    5

        "Update": "true"
  2. 1

    const wordListPath = require('word-list'); // https://github.com/sindresorhus/word-list

    2

    const readlines = require('gen-readlines'); // https://github.com/neurosnap/gen-readlines

    3

    
                  

    4

    const isSuperset = (set, subset) => {

    5

      for (const elem of subset) {
  3. TypeScript

  4. My custom jekyll theme

    SCSS 12 2

  5. Send some anonymous love and get some in return this Valentine's Day

    HTML 1

  6. Flask Heroku Sample Application

    Python 69 69

Read the original on github.com ↗