Credit: Rupansh, ZeroInfinity, kdrag0n
MAIN DOWNLOAD FOLDER: https://androidfilehost.com/?w=files&flid=275999
TABLE OF CONTENTS
Credit: Rupansh, ZeroInfinity, kdrag0n
MAIN DOWNLOAD FOLDER: https://androidfilehost.com/?w=files&flid=275999
TABLE OF CONTENTS
| #!/usr/bin/env python | |
| # | |
| # OPP Power Usage and EAS Energy Model Calculator | |
| # by @kdrag0n | |
| # for Android devices | |
| # | |
| # This program is licensed under the MIT License (MIT) | |
| # | |
| # Copyright (c) 2019 Danny Lin <danny@kdrag0n.dev> |
| #!/usr/bin/env python | |
| # | |
| # OPP Power Usage and EAS Energy Model Calculator | |
| # by @kdrag0n | |
| # | |
| # This program is licensed under the MIT License (MIT) | |
| # | |
| # Copyright (c) 2019 Danny Lin <danny@kdrag0n.dev> | |
| # |
| <?xml version="1.0" encoding="utf-8"?> | |
| <device name="Android"> | |
| <item name="none">0</item> | |
| <item name="screen.on">95</item> | |
| <item name="screen.full">275</item> | |
| <array name="cpu.clusters.cores"> | |
| <value>4</value> | |
| <value>4</value> | |
| </array> | |
| <array name="cpu.core_speeds.cluster0"> |
| #!/usr/bin/env python | |
| # | |
| # EAS cluster cost interpolator for energy model construction | |
| # by @kdrag0n | |
| # | |
| # This program is licensed under the MIT License (MIT) | |
| # | |
| # Copyright (c) 2019 Danny "kdrag0n" Lin <danny@kdrag0n.dev> | |
| # |
| $runs = If ($args.Length > 0) {$args[0]} Else {10} | |
| $acc = 0 | |
| wsl --shutdown > $null | |
| for ($i = 1; $i -le $runs; $i++) { | |
| Write-Host -NoNewLine "Run $($i): " | |
| $time = (Measure-Command {wsl /bin/true}).TotalMilliseconds | |
| "$time ms" | Out-Default | |
| $acc += $time |
| #!/usr/bin/env zsh | |
| # | |
| # Builds GCC and binutils for exclusively building kernels | |
| # | |
| # Modified by @kdrag0n for building compact toolchains. | |
| # Thanks to Nathan Chancellor for the original bldgcc script: | |
| # https://github.com/nathanchance/scripts/blob/master/funcs/bldgcc | |
| # | |
| # Example usage: |
I hereby claim:
To claim this, I am signing this object:
Moved to pidfd-rs.