Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is the code? #1

Open
thranur opened this issue Dec 6, 2022 · 2 comments
Open

Where is the code? #1

thranur opened this issue Dec 6, 2022 · 2 comments

Comments

@thranur
Copy link

thranur commented Dec 6, 2022

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!

@rcarbone
Copy link
Owner

rcarbone commented Dec 6, 2022

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

@thranur
Copy link
Author

thranur commented Dec 6, 2022

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants