Skip to content

Instantly share code, notes, and snippets.

View yukilikespie's full-sized avatar
😼
Meow-ing around

yukilikespie

😼
Meow-ing around
View GitHub Profile
@amanshuraikwar
amanshuraikwar / adbwificonnect.sh
Last active January 11, 2022 10:22
Shell script to connect a USB connected device via adb over WiFi
# Purpose: Shell script to connect a USB connected device via adb over WiFi
#
# Author: Amanshu Raikwar
#
# Assumptions:
# 1. USB debugging is enabled in the Android device
# 2. The Android device is connected to the computer via USB
# 3. The Android device is connected to the same wifi as the computer
# 4. The Android device is accessible through port 5555 over the wifi network
#
@Treeki
Treeki / TurnipPrices.cpp
Last active May 27, 2024 15:18
AC:NH turnip price calculator
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
// munged from https://github.com/simontime/Resead
namespace sead
{
class Random
{