Islam Omar

Results 8 issues of Islam Omar

I have forked your library [RCRL](https://github.com/Islam0mar/rcrl) and used libclang with some changes as the following: - Text input is feed to clang. - Traverse the parsed code for functions &...

LLDB support `stdin` by attaching to a running process inside `eshell`.

Current status --`20°`threshold--: ![a](https://github.com/artem-ogre/CDT/assets/16095581/b6b0c6f2-b07b-4695-a8c0-c6b971ac0b05) ![cdt](https://github.com/artem-ogre/CDT/assets/16095581/36654b45-8b9f-43da-ac5b-08707d1d7c1e) ![guitar](https://github.com/artem-ogre/CDT/assets/16095581/ae9da6c6-ca81-4093-91b8-599833db1700) ![island](https://github.com/artem-ogre/CDT/assets/16095581/054f157d-f38e-4bca-844a-2d45281295af) Issues: - Currently refinement is applied on all triangles inside super triangle which isn't efficient. Better update triangles linkage after deleting super/outer/... triangles,...

This PR avoid building a separate `CBLAS` library when `CBLAS` is not found. related https://github.com/xiaoyeli/superlu/issues/71.

What is the equivalent/alternative of `:document-root` from `hunchentoot`? Thanks in advance.

I was benchmarking [cl-cxx-eigen](https://github.com/Islam0mar/cl-cxx-eigen), [numcl](https://github.com/numcl/numcl) and your lib.. with the following code: ```common lisp (ql:quickload :cxx-eigen) (cxx-eigen:init) (defvar x (cxx-eigen:create-matrix2 3 3)) (defvar y (cxx-eigen:create-matrix2 3 3)) (defparameter A #1a(1.0d0...

This PR: - uses ieee-floats encode/decode. - conforms to specs. encoding extensions `(#xD4 to #xD8, and #xC7 to #xC9)` - conforms to specs. encoding binary array. - conforms to specs....