I hereby claim:
- I am arinono on github.
- I am arinono (https://keybase.io/arinono) on keybase.
- I have a public key ASAo0JBaC1285wnCrE-cVWfB7DCAaF7exSPN3Hs-vW9DoAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
http server as server | |
# Working, just a proxy over an existing service | |
when server listen method:"post" path:"/" as request | |
url = request.body.get(key:"url" default:"") | |
output = Arinono/remove-bg remove :url | |
request write content:output | |
# Compiling, real example of what the story could be | |
when server listen method:"post" path:"/debug" as request |
(^ that's a short-link to this page, so you can open it in Linux)
Some users are discussing this guide in #hacking on the JoyConDroid Discord: https://discord.gg/SQNEx9v.
DO NOT ask for, or share links to, Amiibo bins in the comments! They will be removed. Thank you for understanding.
#!/usr/bin/env bash | |
if [ -z "$1" ]; then | |
echo "Usage: $0 <nb runs>" | |
exit 1 | |
fi | |
rm out.tmp | |
nb_runs=$1 |