Skip to content

Instantly share code, notes, and snippets.

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

Pushpendra Singh Deora deorabanna1925

🏠
Working from home
View GitHub Profile
@deorabanna1925
deorabanna1925 / countries.json
Created September 25, 2022 09:42
countries
This file has been truncated, but you can view the full file.
[
{
"name": {
"common": "Guatemala",
"official": "Republic of Guatemala",
"nativeName": {
"spa": {
"official": "República de Guatemala",
"common": "Guatemala"
@deorabanna1925
deorabanna1925 / AdbCommands
Created August 30, 2021 20:22 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
This file has been truncated, but you can view the full file.