Skip to content
View slaughtr's full-sized avatar
  • PNW
Block or Report

Block or report slaughtr

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
slaughtr/README.md

EAT VEGETABLES

Pinned

  1. gha-workflows-examples gha-workflows-examples Public

    Github Actions Workflow Examples

    2

  2. aws-keywords-alfred-workflow aws-keywords-alfred-workflow Public

    Alfred workflow to open my commonly used services/their documentation

    5

  3. eq-btt eq-btt Public

    BetterTouchTool for EverQuest

    JavaScript 1

  4. pangram pangram Public

    API to determine if a string input is a pangram

    HCL 3

  5. Twitter JS Scraper Twitter JS Scraper
    1
    const fetch = require('node-fetch');
    2
    const cheerio = require('cheerio');
    3
    
                  
    4
    const getTweets = async username => {
    5
        const req = await fetch(`https://twitter.com/${username}`);
  6. Check RewriteRules - find redirect c... Check RewriteRules - find redirect chains, status codes, final URLs
    1
    // USAGE: node apacheRedirectCheck.js /path/to/file.conf.in https://yourdomain.example
    2
    const lineReader = require('line-by-line')
    3
    const util = require('util');
    4
    const exec = util.promisify(require('child_process').exec);
    5
    // get our file