I hereby claim:
- I am arunesh90 on github.
- I am arunesh90 (https://keybase.io/arunesh90) on keybase.
- I have a public key ASBtSb5yvzwPRxZLdxsGmSzY7MELAPUuCg3gglWK-o333wo
To claim this, I am signing this object:
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) |
#!/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 #[...] |
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: