The readme shows support for dumping dex files. Edit: missed that it has a comment that stays "unsupport for now" but at least it looks like something planned
Heh, was looking up the wiki on the Baader Meinhoff phenomenon only to find out it sends you to your link. Guess that's an easier name to know it as :)
I maintain a joke domain which I've found sadly applicable through the years. https://adventofrealizingicantread.com. I try to keep it updated pointing to the current day throughout the month
I've found especially as the month progresses it's just as much Advent of Reading Comprehension as it is coding :)
I struggled with this through highschool. Pencil and gel pens were the worst. I never learned to write with my paper tilted like some lefties. I write just like a mirror image of a right hander, which lead to a lot of smudging and having to rewrite papers etc
This change my sophomore year in English class when my teacher told me a trick! Place a sticky note on the side of your hand that rests on the paper. No more smudging!
```Top-level members are interpreted as members of the unnamed class, so we can also write the program as:
String greeting() { return "Hello, World!"; }
void main() { System.out.println(greeting()); }```