Nikos M.
Nikos M.
Hi, can one implement passwordless authentication with this bundle, and if so can you point how? A side question is that I am using Symfony 4 (latest), is it much...
Is there any option to post data to the remote page to be fetched? So: requestMethod = 'POST' along with some payload to be send via POST.
MOD3 library, a port of AS3DMod to javascript has support for CubicVR engine https://github.com/foo123/MOD3 Thanks, Nikos
1. Fix SVD implementation (both for column-arrays and row-arrays, transposed) 2. Check and maybe fix if needed the BLAS routines 3. Use asm.js in the implementation of BLAS and SVD...
...utilities Hello, added a new Array utility Array.sorter, (with associated test) that creates (and returns) a sorter that can do multi-sub-sorting by multiple (and nested) keys each ascending or descending...
Hi, is there any way to make the language wav data (voices/gramar) optional/external so no need to rebuild speak.js everytime another language needs support sth like having the wav data...
I would like to delete/remove all keys that have a custom prefix (not necessarily same as namespace). In a php version I would use slabs data and then get all...
This is to remind and propose (for anyone interested) that since `EBNF` grammar notations/specifications do not use `JSON` format, but a rather similar textual format, for example **EBNF** ``` text...
[Line 217](https://github.com/thomasahle/sunfish/blob/master/sunfish_nnue.py#L217) is: `old_ep, old_kp, old_wc, old_bc = self.ep, self.kp, self.ec, self.bc` instead of `self.wc` (Position field) it has `self.ec` (no such field) similar for [line 261](https://github.com/thomasahle/sunfish/blob/master/sunfish_nnue.py#L261)