Skip to content

Instantly share code, notes, and snippets.

View iamimmanuelraj's full-sized avatar
👨‍💻
Busy Working on codes

Immanuel Raj iamimmanuelraj

👨‍💻
Busy Working on codes
View GitHub Profile
@iamimmanuelraj
iamimmanuelraj / gist:5ae3c61e560a1b7b0ad652bfff617fbb
Created March 6, 2026 19:47
MacOS Optimal Brew Packages Update Command
brew update; brew upgrade; brew upgrade --cask; brew doctor; brew cleanup
@iamimmanuelraj
iamimmanuelraj / gist:5c77d80b04f838e0e5adb98d62df9a12
Created January 12, 2026 12:45
GH CLI Command to approve all pr By user
gh pr list -R <Owner>/<Repo> --author "app/dependabot" --state open --limit 100 --json number --jq '.[].number' | xargs -I {} gh pr review {} -R <Owner>/<Repo> --approve
gh pr review <PR_NUMBER> -R <OWNER>/<REPO> --approve
@iamimmanuelraj
iamimmanuelraj / README.md
Created August 24, 2022 09:45 — forked from SebaUbuntu/README.md
Generate framework compatibility matrix from fqnames

Generate framework compatibility matrix from fqnames

  • Download these 2 files
  • Compile AOSP without fcm from stock and wait for check_vintf to error out
  • Delete Python prefix from all lines (e.g. checkvintf E 06-24 00:30:22 49120 49120 check_vintf.cpp:554])
  • Paste the result in fqnames.txt
  • Launch the script