What does $hof and $getset do? How big is $hof.size?
It might be slow because you have a ton of $ini()'s which can be really slow. If $ini(trivia.ini, Champ, 0) never changes through-out the function, you can save it in a variable and access it with the variable, so it doesn't have to check the ini file every time.
Has anybody here done Android programming? I'm following thenewboston's 200 Android Programming tutorial playlist (currently at 105) but IMO he doesn't teach useful stuff that we will need for every application we build, just basic and obvious stuff.
Does anybody here know of a *good Android Programming tutorial book?
* = not good because it says so on the internet but because you've read it yourself.
After looking at http://www.hawkee.com/snippet/9730/
I thought it would be a good idea if you had a "Ask Question" option right next to the "Post Snippet" one.
WorldDMT, when you have an identifier it's not automatically tokenized 32, try (alias test return $1), and do echo -a $test(hello there, this wont show).
For this script you don't need to tokenize 32 because variables can't have spaces in them.