Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 28 million developers.
Sign up
Popular repositories
-
directories-rs
a mid-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows
-
directories-jvm
a tiny library that provides config/cache/data paths, following the respective conventions on Linux, macOS, BSD and Windows
-
scala-java-time
Forked from ThreeTen/threetenbp
A Scala implementation of java.time
-
dirs-rs
a low-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows
-
enum-paradise
Forked from aloiscochard/enum-paradise
Scala enumeration implementation using type macros
-
scala-lang
Forked from scala/scala-lang
The Scala website
663 contributions in the last year
Contribution activity
August 2018
Created a pull request in dinfuehr/dora that received 2 comments
Install instructions on Debian/Ubuntu using the packaghe manager
Created an issue in dinfuehr/dora that received 2 comments
Incorrect floating point comparisons involving NaN
I believe all of these asserts should be correct, as all comparisons involving NaN should return false
let nan = 0.0 / 0.0; assert(!(nan < 0.0)); …