triangulation
Here are 181 public repositories matching this topic...
-
Updated
Apr 21, 2020 - Go
@redblobgames I'm wondering whether we could drop the script { display: block; } hack — while it's definitely cool, it has some drawbacks:
- We can't add code highlighting to the code (e.g. with https://highlightjs.org/), which would help docs readability a lot.
- We have to split the code into two files entangled together, which makes refactoring inconvenient.
- It's impossible to lint it
-
Updated
May 9, 2020 - JavaScript
-
Updated
Jan 24, 2020 - C
-
Updated
Jun 2, 2020 - C++
- CLI Command for merging few tile sets into one.
- It probably should include merging few tiles into one.
originally suggested by @pksorensen at #29
Would be nice to download catch2's header at the build generation step if it is not found on the system.
Check wrapdb maybe.
-
Updated
Jun 22, 2017 - Java
-
Updated
Mar 19, 2020 - C++
-
Updated
May 23, 2020 - C++
-
Updated
Jun 14, 2020 - C++
-
Updated
Jan 26, 2018 - C#
-
Updated
Jun 12, 2020 - C++
-
Updated
Feb 15, 2020 - C#
-
Updated
Mar 22, 2020 - C
-
Updated
Aug 28, 2017 - Swift
-
Updated
Apr 4, 2018 - C++
-
Updated
Mar 14, 2020 - C#
-
Updated
Feb 13, 2020 - C++
-
Updated
Aug 27, 2015 - C#
-
Updated
Jun 10, 2020 - C++
-
Updated
May 30, 2020 - C++
The Shapefile Reader / DBF file reader should be able to detect code-point files (CPG file extension) and adjust reading to handle non-ASCII cases.
Currently, the reader expect String inputs to be either ASCII or ISO-8859-1 (it doesn't distinguish between them). It should probably be able to handle at least UTF-8 and maybe in ISO-8859-1 mode make sure that it screens out non-valid charac
-
Updated
Apr 15, 2019 - Java
-
Updated
Feb 14, 2020 - MATLAB
-
Updated
Apr 26, 2020 - C#
-
Updated
Dec 20, 2017 - JavaScript
Improve this page
Add a description, image, and links to the triangulation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the triangulation topic, visit your repo's landing page and select "manage topics."
An extra null pointer check is not needed in functions like the following.