Skip to content

Instantly share code, notes, and snippets.

View Arinono's full-sized avatar
🦦

Aurelien Arino Arinono

🦦
View GitHub Profile

Keybase proof

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:

@Arinono
Arinono / remove-bg.story
Last active October 30, 2019 16:02
remove.bg as a story
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

Easy Amiibo Emulation - https://bit.ly/2z0m09k

(^ 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.

(Windows|Linux PC) + JoyControl + Bluetooth = AMIIBO EMULATION

@Arinono
Arinono / are-you-flaky
Last active September 2, 2022 12:45
WTG Platform flaky test script
#!/usr/bin/env bash
if [ -z "$1" ]; then
echo "Usage: $0 <nb runs>"
exit 1
fi
rm out.tmp
nb_runs=$1
@Arinono
Arinono / template.md
Last active September 6, 2022 08:52
PR template

Authors

Issues

@Arinono
Arinono / CompleteDiscordQuest.md
Created April 26, 2024 19:32 — forked from aamiaa/CompleteDiscordQuest.md
Complete Recent Discord Quest

Complete Recent Discord Quest

How to use this script:

  1. Accept the quest under User Settings -> Gift Inventory
  2. Join a vc
  3. Stream any window (can be notepad or something)
  4. Press Ctrl+Shift+I to open DevTools
  5. Go to the Console tab
  6. Paste the following code and hit enter:
let wpRequire;