Maaartinus
Maaartinus
> "what a level is" has to have a single meaning across both sides This would be nice, but with code from different frameworks, it's impossible. Especially, when the number...
Could something like `~==` work? It's two legal tokens `~` and `==` in an illegal arrangement. It resembles ≅ (APPROXIMATELY EQUAL TO, U+2245), which is semantically fine as `equals` is...
I've seen the exception in eclipse several times, too. I don't recall if it was harmless or not (it's possible that it failed the build or the simulator start and...
Today, I had the problem maybe twenty times... nearly on every run. It happened despite me not dealing with fonts at all. The stack trace is AFAIK exactly the same...
I'm pretty new to this, but the fact that the position changes due to parent don't get tracked is a problem for me, too: - I need a fixed-position child...
It seems to be really broken. I haven't configured it at all and it *sometimes* works, It usually imports from libraries but it hardly ever imports from my own files...
@drorp24 And so have I. It seems to work for at least someone and it has 5 stars. I've just switched to https://marketplace.visualstudio.com/items?itemName=pmneo.tsimporter and my very first experience is positive....
[This answer](http://stackoverflow.com/a/157202/581205) uses no `BigInteger` and is pretty general. It also seems to be optimal (except for using `StringBuilder` where `char[]` would do).
@ogregoire I'd say that what you wrote is a generator for passwords rather than for arbitrary strings. At least that how it'd be probably used. *But then plain `Random` must...
> A quick test shows calling the hash a second time (with a hard-coded seed) and adding these two additional values at staggered intervals (e.g. every 2 and every 3...