svenha

Results 24 issues of svenha

"make check" fails because the file check.h is not in the repo.

Is there a way in Gerbil to expand a source file to another file so that all macro uses (define-syntax would be enough for the moment) are expanded? (Like alexpander...

I need to delete a long list of words (circa 180000 words) from the model calculated by an update package from Vosk (update packages are an excellent idea that I...

I am batch processing pdf files. Some files lead to a never (?, I gave up after 2 hours of cputime) ending gs job. I am looking for a counterpart...

`let-optionals*` is a convenient way to handle optional arguments, see https://practical-scheme.net/wiliki/schemexref.cgi?let-optionals%2A I have been using it in bigloo for many years and in hundreds of functions: (define-syntax let-optionals* (syntax-rules ()...

I would like to see the source of a .scm file after expanding with define-syntax. I tried: bigloo -syntax -v3 general.scm but without any change compared to normal compilation. Selecting...

I need to authenticate Hop users against an existing LDAP. This could be an addition to (or an replacement of) Hop's user administration.

OpenSearch specifies an extension for suggestions (autocomplete). Does OpenSearchlight support this extension, e.g. by providing a simple input box that shows updated suggestions after each keystroke? If not, any other...

enhancement

Is there a way to specify an automatic capture interval like 0.1 minutes?

Two 8 TB HDD, connected over 1 GBit ethernet, fast CPUs on both sides. The initial backup took 11.5 days for 7.5 TB of data (speed: 650 GB per day)....