Data Science for real-world value, scalable private AI, and optimal computational. All for a better world.
- United States
- https://about.me/stephen_fox
Pinned Loading
-
CustomExtensions
CustomExtensions PublicMaking my Java development experience a bit more organized and a little less painful, one abstraction at a time.
Java 1
-
Parse XML in Kotlin with Jackson
Parse XML in Kotlin with Jackson 1import com.fasterxml.jackson.annotation.JsonAlias
2import com.fasterxml.jackson.annotation.JsonProperty
3import com.fasterxml.jackson.annotation.JsonRootName
4import java.util.*
5 -
const vs function declaration, showi...
const vs function declaration, showing why you must declare your work first 1/*
2This shows that, because of block-scoping, const function references must be
3invoked in-order or else things will fail silently.
4const's are added the name space serially (in the order in which they appear)
5and much of the body isn't declared when we first try to invoke or functions
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.