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

Block or report adamtaylor13

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. hoop hoop Public

    Cleanly and concisely display the status of the configured project's branch in Circle CI

    TypeScript

  2. bank_analyzer_public bank_analyzer_public Public

    JavaScript

  3. lunch-money/support lunch-money/support Public

    Gitbook files for support.lunchmoney.app

    3 2

  4. tpope/vim-jdaddy tpope/vim-jdaddy Public

    jdaddy.vim: JSON manipulation and pretty printing

    Vim Script 353 8

  5. jknack/handlebars.java jknack/handlebars.java Public

    Logic-less and semantic Mustache templates with Java

    Java 1.4k 383

  6. Generate resume PDF from an HTML web... Generate resume PDF from an HTML web page
    1
    const puppeteer = require('puppeteer');
    2
    const path = require("path");
    3
    const absolutePath = path.resolve(__filename);
    4
    const assetDirectory = path.join(absolutePath, "../public/assets/");
    5
    const http = require('http');