I hereby claim:
- I am jaypozo on github.
- I am jaypozo (https://keybase.io/jaypozo) on keybase.
- I have a public key whose fingerprint is F0BA A410 0144 A3C2 05C2 84A7 0D1F DA23 B800 94C9
To claim this, I am signing this object:
| import type {Request, Response} from "express"; | |
| import * as functions from "firebase-functions"; | |
| import * as express from "express"; | |
| import * as admin from "firebase-admin"; | |
| import {QueryDocumentSnapshot} | |
| from "firebase-functions/lib/providers/firestore"; | |
| import axios from "axios"; | |
| const app = express(); |
| input: the gym | |
| output: Fitness Buff Looking for my Swole Mate | |
| input: technology | |
| output: Tech Lover Looking for the Next Upgrade | |
| input: fried chicken | |
| output: KFC Fan on the Search for a Wingman | |
| input: skiing |
| Install | |
| ------- | |
| sudo apt-get install apt-transport-https | |
| sudo apt-key adv --keyserver keys.gnupg.net --recv-keys 11E9DE8848F2B65222AA75B8D1820DB22A11534E | |
| sudo bash -c "echo 'deb https://weechat.org/ubuntu trusty main' >/etc/apt/sources.list.d/weechat.list" | |
| sudo bash -c "echo 'deb-src https://weechat.org/ubuntu trusty main' >>/etc/apt/sources.list.d/weechat.list" | |
| sudo apt-get update | |
| sudo apt-get install weechat-curses weechat-plugins |
| #!/bin/bash | |
| find /path/to/dir/ -maxdepth 1 -type d -ctime +7 -exec rm -rf {} \; |
I hereby claim:
To claim this, I am signing this object:
| def trapBOM(fileBytes []byte) []byte{ | |
| trimmedBytes := bytes.Trim(fileBytes, "\xef\xbb\xbf") | |
| return trimmedBytes | |
| } |