Skip to content

Instantly share code, notes, and snippets.

View wridhdhi's full-sized avatar
💭
~Coding to Recreate~

Wridhdhisom Karar wridhdhi

💭
~Coding to Recreate~
View GitHub Profile
@wridhdhi
wridhdhi / miui_bloat_remove_NEWPHONES.cmd
Last active June 4, 2020 15:32 — forked from Biswa96/Remove_MIUI_Bloatware.CMD
Remove bloatware applications from MIUI ROM in Xiaomi phones
:: Tested on brand new POCOX2
:: Keeps minimal services but removes most junk
:: TESTED AGAINST SOFT-BRICK, all safe to remove
:: The apps arrive with software update, so run it after each update
@echo off
set /p Y=Enter adb.exe folder path:
cd /d %Y%
adb devices
pause
for %%X in (
@wridhdhi
wridhdhi / Advanced Python.ipynb
Created March 10, 2019 11:15
Advanced Python and OOP
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.