Compare commits

...

3 Commits

Author SHA1 Message Date
ZAKARIA ELALAOUI
6b5ddc204f Merge 1862944bd2 into ac34428b6d 2023-10-09 16:03:41 +00:00
ZAKARIA ELALAOUI
1862944bd2 Merge branch 'sorrycc:master' into master 2023-10-09 17:03:30 +01:00
ZAKARIA ELALAOUI
74ffd069d6 add mapfun 2023-05-22 13:54:34 +01:00

View File

@@ -1037,6 +1037,7 @@ https://listjs.com
* [Peg.js](https://github.com/pegjs/pegjs) - A simple parser generator for JavaScript that produces fast parsers with excellent error reporting. Usable from your browser, from the command line, or via JavaScript API. * [Peg.js](https://github.com/pegjs/pegjs) - A simple parser generator for JavaScript that produces fast parsers with excellent error reporting. Usable from your browser, from the command line, or via JavaScript API.
* [lune](https://github.com/ryanseys/lune) - Library to calculate the phases of the moon accurately. * [lune](https://github.com/ryanseys/lune) - Library to calculate the phases of the moon accurately.
* [jsemu](https://github.com/fcambus/jsemu) - A list of emulators written in the JavaScript programming language. * [jsemu](https://github.com/fcambus/jsemu) - A list of emulators written in the JavaScript programming language.
* [mapfun](https://www.npmjs.com/package/mapfun) - a mapping function to an infinite number of input elements, with options to skip certain elements and selectively apply the mapping to keys and/or values of objects.
# Worth Reading # Worth Reading