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

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
slaughtr/README.md

EAT VEGETABLES

that means go vegan

Pinned Loading

  1. gha-workflows-examplesgha-workflows-examplesPublic

    Github Actions Workflow Examples

    2

  2. aws-keywords-alfred-workflowaws-keywords-alfred-workflowPublic

    Alfred workflow to open my commonly used services/their documentation

    5

  3. eq-btteq-bttPublic

    BetterTouchTool for EverQuest

    JavaScript 2

  4. pangrampangramPublic

    API to determine if a string input is a pangram

    HCL 3

  5. Twitter JS ScraperTwitter JS Scraper
    1
    constfetch=require('node-fetch');
    2
    constcheerio=require('cheerio');
    3
    4
    constgetTweets=asyncusername=>{
    5
    constreq=awaitfetch(`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
    constlineReader=require('line-by-line')
    3
    constutil=require('util');
    4
    constexec=util.promisify(require('child_process').exec);
    5
    // get our file