Viewing profile — frankgrimes97
frankgrimes97
HN member- Joined
- Mon, Jul 30, 2012, 1:53 PM UTC
- HN karma
- 1
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About frankgrimes97
No profile information was provided.
Recent public activity
-
comment
Comment #21291751
$ time ./java -version openjdk version "14-ea" 2020-03-17 OpenJDK Runtime Environment (build 14-ea+19-824) OpenJDK 64-Bit Server VM (build 14-ea+19-824, mixed mode, sharing) real 0…
-
comment
Comment #21291305
Aren't there 32-bit ARM binaries available here? https://bell-sw.com or here? https://adoptopenjdk.net/releases.html?variant=openjdk11&jvm...
-
comment
Comment #4312295
How about the following? new java.math.BigInteger("10").divide(new java.math.BigInteger("3")); or new java.math.BigDecimal("10").divide(new java.math.BigDecimal("3"), java.math.Rou…