EAT VEGETABLES
Pinned Loading
-
-
aws-keywords-alfred-workflow
aws-keywords-alfred-workflow PublicAlfred workflow to open my commonly used services/their documentation
-
Twitter JS Scraper
Twitter JS Scraper 1const fetch = require('node-fetch');
2const cheerio = require('cheerio');
34const getTweets = async username => {
5const req = await fetch(`https://twitter.com/${username}`);
-
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
2const lineReader = require('line-by-line')
3const util = require('util');
4const exec = util.promisify(require('child_process').exec);
5// get our file
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.