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 36 million developers.
Sign up
Popular repositories
-
btce-api
Forked from abwaters/btce-api
A small, fast Java library for the BTC-E bitcoin exchange.
Java
-
socket.io-java-client
Forked from Gottox/socket.io-java-client
Socket.IO Client Implementation in Java
Java
-
xtendfx
Forked from svenefftinge/xtendfx
JavaFX on steroids with Eclipse Xtend
Xtend
-
neuroglancer
Forked from ylep/neuroglancer
WebGL-based viewer for volumetric data
TypeScript
-
TestNhb
Temporary repo for testing. Will be deleted ASAP
TypeScript
-
neuroglancer-scripts
Forked from HumanBrainProject/neuroglancer-scripts
Conversion of neuroimaging data for display in Neuroglancer
Python
20 contributions in the last year
Contribution activity
February - May 2019
January 2019
Created an issue in FasterXML/jackson-databind that received 7 comments
`WRITE_BIGDECIMAL_AS_PLAIN` is ignored if `@JsonFormat` is used
I am trying to serialize BigDecimal as json string while avoiding scientific notation (kotlin): data class Test( @JsonFormat(shape= JsonFormat.Shape.…