Skip to content

Instantly share code, notes, and snippets.

View mateuspestana's full-sized avatar
🧨
Focusing on Swift and Python

Mateus Pestana mateuspestana

🧨
Focusing on Swift and Python
View GitHub Profile
@colemickens
colemickens / amiibo-emulation-with-linux-vm.md
Last active March 23, 2024 03:37
amiibo-emulation-with-linux-vm.md

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

@zhiiiyang
zhiiiyang / apis.md
Last active March 12, 2024 15:42
APIs: A list of R packages that provide access APIs for a wide range of platforms

APIs

A list of R packages that provide access APIs for a wide range of platforms

Airbnb: Rbnb

arXiv.org: aRxiv

data.world: data.world-r

Facebook: Rfacebook

@ceres-c
ceres-c / mfcuk_r65.md
Last active March 16, 2022 11:47
Using mfcuk r65 with libnfc 1.5.1 in 2018

You first need to download both libnfc 1.5.1 and mfcuk r65. The former is available among github releases wile the latter can be obtained via git rebase.

If you're on Arch you'll need pcsclite, if on Debian derivates libpcsclite-dev

Let's compile libnfc (<user> is your username)

mkdir -p ~/builds/nfc
cd ~/builds/nfc
wget https://github.com/nfc-tools/libnfc/releases/download/libnfc-1.5.1/libnfc-1.5.1.tar.gz

tar zxf libnfc-1.5.1.tar.gz

@leoluyi
leoluyi / README_miniCRAN.md
Last active July 27, 2019 19:31
Use miniCRAN for local R package install
@iamtekeste
iamtekeste / Download Google Drive files with WGET
Created July 8, 2015 11:00
Download Google Drive files with WGET
Download Google Drive files with WGET
Example Google Drive download link:
https://docs.google.com/open?id=[ID]
To download the file with WGET you need to use this link:
https://googledrive.com/host/[ID]
Example WGET command: