glv2
glv2
This gives the ability to load extension modules (e.g. mod_spatialite) using: ``` sql SELECT load_extension('/path/to/some/module') ```
This adds support for the ```let*``` form to Microscheme by turning: ``` scheme (let* ((x (f ...)) (y (g x ...)) (z (h x y ...))) body) ``` into: ```...
It looks like it is possible to save/restore a random forest model to/from a file using the *save* and *restore* functions of **cl-online-learning**. Maybe this could be added to the...
Hi. Some libraries have migrated from github.com/glv2 to codeberg.org/glv: bst: https://codeberg.org/glv/bst.git cl-lzlib: https://codeberg.org/glv/cl-lzlib.git cl-octet-streams: https://codeberg.org/glv/cl-octet-streams.git cl-zstd: https://codeberg.org/glv/cl-zstd.git maidenhead: https://codeberg.org/glv/maidenhead.git mgrs: https://codeberg.org/glv/mgrs.git olc: https://codeberg.org/glv/olc.git simple-neural-network: https://codeberg.org/glv/simple-neural-network.git simple-parallel-tasks: https://codeberg.org/glv/simple-parallel-tasks.git utm-ups: https://codeberg.org/glv/utm-ups.git
I have a problem when trying to connect to a server requiring digest authentication. I first try to connect with a HEAD request to get the authentication challenge in the...
Some packages are not listed in the *systems.txt* file, which causes some errors: - trying to load *clml* fails because *quicklisp* doesn't find the ```clml.data.r-datasets-package``` package. - trying to load...
For issue #5
I get the following error with SBCL 2.4.0 (on GNU/Linux x86-64): ``` ; compiling file "/gnu/store/zpcb4zs0bhazzdb3l9jz11pbnymar2nw-sbcl-fast-generic-functions-0.0.0-1.9c307cd/share/common-lisp/sbcl/fast-generic-functions/code/expand-effective-method-body.lisp" (written 01 JAN 1970 12:00:00 AM): ; ; caught ERROR: ; READ error during...
This is a library for doing computations using continued fractions. Source: https://codeberg.org/glv/cl-cf