Compare commits

...

3 Commits

Author SHA1 Message Date
Bertrand
5f8a69c427 Merge 1a92d8ea42 into 64630aa173 2024-01-30 07:47:12 -08:00
Tom Österlund
64630aa173 add schedule-x (#876)
Co-authored-by: Tom Österlund <tom_jonathan.oesterlund@prosiebensat1.com>
2024-01-30 10:17:19 +01:00
BertrandBev
1a92d8ea42 Add eigen-js & nlopt-js to Number category 2021-07-23 18:50:26 +02:00

View File

@@ -498,7 +498,9 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [Fraction.js](https://github.com/infusion/Fraction.js) - A rational number library for JavaScript.
* [Complex.js](https://github.com/infusion/Complex.js) - A complex number library for JavaScript.
* [Polynomial.js](https://github.com/infusion/Polynomial.js) - A polynomials library for JavaScript.
* [Quaternion.js](https://github.com/infusion/Quaternion.js) - A quaternion library for JavaScript
* [Quaternion.js](https://github.com/infusion/Quaternion.js) - A quaternion library for JavaScript.
* [eigen-js](https://github.com/BertrandBev/eigen-js) - A powerful linear algebra library.
* [nlopt-js](https://github.com/BertrandBev/nlopt-js) - A non-linear optimization library.
## Storage
@@ -773,6 +775,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [Date Range Picker](https://github.com/dangrossman/daterangepicker) - creates a dropdown menu from which a user can select a range of dates.
* [Duet Date Picker](https://github.com/duetds/date-picker) - open source version of Duet Design Systems accessible date picker, WCAG 2.1 accessibility complaint
* [tui.calendar](https://github.com/nhn/tui.calendar) - A JavaScript schedule calendar that is full featured. Now your service just got the customizable calendar.
* [Schedule-X](https://github.com/schedule-x/schedule-x) - Material design event calendar. Features drag & drop, dark mode, multiple views and more.
### Select