Skip to content

Instantly share code, notes, and snippets.

View imnotdev25's full-sized avatar
🏠
Working from home

Bhavik Talaviya imnotdev25

🏠
Working from home
View GitHub Profile
@imnotdev25
imnotdev25 / microgpt.py
Created June 5, 2026 02:51 — forked from karpathy/microgpt.py
microgpt
"""
The most atomic way to train and run inference for a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp
@imnotdev25
imnotdev25 / strings_wpswpatester_eng.xml
Last active August 21, 2022 04:26 — forked from fulvius31/strings_wpswpatester_eng.xml
Added Gujarati Translation
<resources>
<string name="settings" translatable="false">સેટિંગ્સ</string>
<string name="next" translatable="false">આગળ જાઓ</string>
<string name="previous" translatable="false">પાછળ જાઓ</string>
<string name="skip" translatable="false">અવગણો</string>
<string name="faq" translatable="false">વારંવાર પૂછાતા પ્રશ્નો</string>
<string name="mac_address" translatable="false">મેક એડ્રેસ:</string>
<string name="channel" translatable="false">ચેનલ:</string>

How to remove bloatware from android without root using adb only

  1. Make sure that USB debugging is enabled.
  2. Deactivate all bloatware apps.
  3. List the names of all deactivated packages:
$ adb shell pm list packages -d