Skip to content

Instantly share code, notes, and snippets.

View rahul-sani's full-sized avatar
🏠
Working from home

Rahul Sani rahul-sani

🏠
Working from home
View GitHub Profile
@rahul-sani
rahul-sani / AdbCommands
Created February 3, 2021 22:41 — 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
@rahul-sani
rahul-sani / ds
Last active February 5, 2020 04:42
DIGIT= [0-9]
LETTER= [a-zA-Z]
%%
[\n] {System.out.println("NL ");}
"main" {System.out.println("Keywords ");}
"(" {System.out.println("Left paranthesis ");}
")" {System.out.println("Right paranthesis ");}