-
Updated
Aug 20, 2020 - JavaScript
math
Here are 3,647 public repositories matching this topic...
-
Updated
Jan 22, 2020 - CSS
-
Updated
Aug 12, 2020 - JavaScript
PR #11510 introduced some method to fixing the problems that the dsolve faced to solve systems of ODEs. But, it has already been solved by the solvers added in the past few months.
We want to remove the PR but there are some test cases added in the PR that can be used to check the current functionality added. We want test cases added in `te
-
Updated
Aug 16, 2020 - Python
-
Updated
May 16, 2020 - Swift
-
Updated
Aug 20, 2020 - Go
-
Updated
Feb 8, 2020
I've been treating tuShorten/tuWiden as a string-ish conversion between UTF16 and UTF 8, so I recommend this.
Here's the code; add it to the end of every tuShorten/tuWiden function.
if (out < (original_out + out_len)) out = 0;
-
Updated
Aug 16, 2020 - JavaScript
-
Updated
Aug 19, 2020 - JavaScript
-
Updated
Aug 11, 2020 - C#
-
Updated
Feb 18, 2020 - Go
-
Updated
Jul 10, 2020 - JavaScript
-
Updated
Jul 25, 2020 - PHP
-
Updated
Nov 2, 2019 - C++
-
Updated
Jul 22, 2020 - TeX
-
Updated
Nov 6, 2018 - Swift
-
Updated
Aug 20, 2020 - Python
-
Updated
Jun 27, 2020
-
Updated
Jul 9, 2020 - Java
-
Updated
Aug 30, 2019 - Swift
General information
- **App version:2.3.2
- **System:10
Description
Markor opens .xml files without any problem but it doesn't recognize .xlf files. How could I go about with opening this type of file with Markor?
Thanks
Log
-
Updated
Aug 19, 2020 - D
-
Updated
Jul 26, 2020 - C++
-
Updated
Aug 20, 2020 - JavaScript
Improve this page
Add a description, image, and links to the math topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the math topic, visit your repo's landing page and select "manage topics."


Currently, files to run
eslinton are specified using globs in thepackage.jsonscript and.eslintignore: https://github.com/KaTeX/KaTeX/blob/981e3ee0eb737609e99635b77c94271b2367c9b0/package.json#L87 https://github.com/KaTeX/KaTeX/blob/981e3ee0eb737609e99635b77c94271b2367c9b0/.eslintignore#L1-L6This prevents running
eslintout of the box, e.g.,eslint .(in the root) or in IDE.Th