unicode
Here are 1,316 public repositories matching this topic...
-
Updated
Dec 9, 2021 - HTML
-
Updated
Dec 22, 2021 - C++
-
Updated
Sep 29, 2021 - JavaScript
-
Updated
Dec 21, 2021 - D
-
Updated
Dec 22, 2021 - TypeScript
-
Updated
Dec 13, 2021
-
Updated
Oct 14, 2021 - Rich Text Format
-
Updated
Dec 21, 2021 - C++
-
Updated
Mar 13, 2021 - PHP
-
Updated
Oct 22, 2020 - JavaScript
-
Updated
Dec 20, 2021 - Go
Refactor array tests
- Cleanup the tests
- Move module-specific tests into their own modules
- Rename the test case functions as we do in benchmarks
-
Updated
Jun 14, 2020 - PHP
-
Updated
Oct 28, 2020 - JavaScript
-
Updated
Dec 14, 2021 - C++
I've recently come to realize that the 'one-size-fits-all' mega-snippets on marzer.github.io/tomlplusplus aren't necessarily useful for everyone, and I should break them up into smaller sub-examples. I'd be totally happy to accept help with this, though that may be wishful thinking!
On system where stdout/stderr or contour is not accessible it looks rather surprising when contour terminates unexpectedly.
Contour should by default provide a custom Expects()/Ensures() reporting handler that does also print the diagnostics as a popup dialog before terminating.
Might be also helpful for #519.
-
Updated
Jul 2, 2021 - JavaScript
Improve this page
Add a description, image, and links to the unicode topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the unicode topic, visit your repo's landing page and select "manage topics."
It just doesn't test anything for the cast majority of fuzzer input. While fuzzer does learn the effective paths, let's help it more.
First, for instruction type, change the switch argument to:
instruction.operation % NUM_OPERATIONS
.Then just split the available values into the two sets by looking up one integer from fuzzer and use that module size for set1 and the rest for set2.