rcarbone/elle

Where is the code?

thranur opened this issue · 2 comments

Hello,
This library looks interesting, however I don't see where is the code. The description mentions a C Toolkit, plus several modules, but as far as I see there is no C code in this repository. Could you please tell me how to get the code? Thanks!

Hi Thranur,
as you probably know the code is distributed in binary form in an interactive Debian-based docker container.

This choice was made almost 3 years ago because someone asked me to keep the source code ownership for an interesting project that unfortunately was never started.

If you want to start using the elle C-toolkit and related tools you only needs to download and run the docker image.
So please issue the following commands:

docker pull roccocarbone/elle
docker run -it roccocarbone/elle
and then please browse the file system at the elle-shell 'lsh' prompt that is organized in an usual Unix-like development tree:
|-- bin
|-- docs
|-- etc
|-- include
|-- lib
|-- log
|-- man
`-- share

If you also wants to take a look at the C code I will try to create a new container with all sources. but please note that I am currently retaired and lost my main interest in coding

/rocco

Thank you very much for your reply. I'd be very interested in the C source code. Currently this seems to be the only (in the entire Github!) repository about C code in a medical context.

A container with the sources would be perfect!