-
Updated
Jun 22, 2020 - JavaScript
transformations
Here are 287 public repositories matching this topic...
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Oct 18, 2020 - C#
-
Updated
May 26, 2020 - PHP
-
Updated
May 12, 2020 - Java
-
Updated
Jun 21, 2018 - Java
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 13, 2020 - Java
-
Updated
Oct 16, 2020 - C
-
Updated
Apr 17, 2018 - PHP
-
Updated
Oct 26, 2020 - C#
-
Updated
Oct 19, 2020 - Java
-
Updated
May 11, 2020 - Python
-
Updated
Aug 2, 2020 - C
-
Updated
Oct 13, 2020 - Python
-
Updated
Apr 28, 2020 - Go
The Point#d
, Vector#d
and Direction#d
modules were recently optimized in the coordinate-systems
branch to avoid unnecessary object allocations and function calls, but this also meant most functions got more verbose and therefore more prone to typos. It would be very useful to add some more fuzz and/or hardcoded tests for the various functions in these modules, following the patterns in the
-
Updated
Nov 12, 2020 - Java
-
Updated
Nov 19, 2020 - JavaScript
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Nov 23, 2020 - R
-
Updated
Oct 12, 2020 - JavaScript
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Feb 12, 2019 - JavaScript
-
Updated
Nov 20, 2020 - Go
-
Updated
Nov 24, 2020 - Python
Improve this page
Add a description, image, and links to the transformations topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the transformations topic, visit your repo's landing page and select "manage topics."
Problem
Since Java 8 was introduced there is no need to use Joda as it has been replaced the native Date-Time API.
Solution
Ideally greping and replacing the text should work (mostly)
Additional context
Need to check if de/serializing will still work.