❯ (for i in $(repo --trace list | awk '{ print $1 }'); ( printf "==> %s" " " && du -sh $i)) | tee loggyy
==> 140K abi/cpp
==> 92K android
==> 29M art
==> 29M bionic
==> 6.4M bootable/recovery
==> 16M build
==> 527M cts
==> 11M dalvik
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <script>window.location.replace("google.com")</script> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <script>window.location.replace("google.com")</script> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // https://opensource.ztedevices.com/ | |
| let devices = document.querySelectorAll('#seachlist_li > a') | |
| for (let device in devices) { | |
| let name = devices[device].innerText | |
| if (RegExp("L130").test(name)) | |
| console.log(name) | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Maintainer: parthibx24 <[email protected]> | |
| pkgver=20.4 | |
| pkgname=magiskboot.bin | |
| pkgrel=1 | |
| pkgdesc='A bootimage manipulation tool, extracted from the prebuilt Magisk installer.' | |
| arch=(${CARCH}) | |
| url='https://github.com/topjohnwu/Magisk' | |
| license=('GPLv3') | |
| source=("https://github.com/topjohnwu/Magisk/releases/download/v${pkgver}/Magisk-v${pkgver}.zip") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| /* not good way | |
| typedef struct dk { | |
| void (* setbro) (int); | |
| int watbro; | |
| } dk; | |
| typedef struct { | |
| dk (* setbro) (int); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Selection] | |
| SelectProduct=PAC_sp7731e_1h20 | |
| [Options] | |
| Repartition=1 | |
| Reset=0 | |
| FlashPageType=0 | |
| EraseAll=0 | |
| KeepCharge=0 | |
| PowerOff=1 |