I hereby claim:
- I am arunesh90 on github.
- I am arunesh90 (https://keybase.io/arunesh90) on keybase.
- I have a public key whose fingerprint is 0C66 16D9 E1A1 9002 58C4 9AE2 DAD1 2653 94B2 431A
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // Quick and dirty parser for Discord's archives | |
| const path = require('path') | |
| const fs = require('fs') | |
| const csv = require('csv') | |
| const prompt = require('prompt') | |
| let stats = { | |
| messageCount: 0, | |
| words: {}, | |
| wordsSorted: [] |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # | |
| # Build script for the Git version of https://caddyserver.com | |
| # | |
| # Requirements: | |
| # - Go | |
| # - jq (if using names instead of import paths for plugins) | |
| # Usage: | |
| # curl https://gist.githubusercontent.com/moqmar/ba77bd778e6ebc956eaa36388be3fcdd/raw | bash -s http.realip http.ipfilter http.cors http.expires http.ratelimit #[...] |
| addEventListener('fetch', event => { | |
| event.respondWith(handleRequest(event, event.request)) | |
| }) | |
| /** | |
| * Fetch and log a given request object | |
| * @param {Request} request | |
| */ | |
| async function handleRequest(event, request) { | |
| console.log('Got request', request) |