{"id":18668744,"url":"https://github.com/rinminase/julia-test-app","last_synced_at":"2026-05-07T05:35:01.615Z","repository":{"id":85582079,"uuid":"426953280","full_name":"RinMinase/julia-test-app","owner":"RinMinase","description":"Test application for Julia","archived":false,"fork":false,"pushed_at":"2021-12-09T11:17:31.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T21:26:25.432Z","etag":null,"topics":["docker","julia"],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RinMinase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-11T10:06:49.000Z","updated_at":"2021-12-09T11:17:36.000Z","dependencies_parsed_at":"2023-07-02T00:15:47.989Z","dependency_job_id":null,"html_url":"https://github.com/RinMinase/julia-test-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RinMinase/julia-test-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinMinase%2Fjulia-test-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinMinase%2Fjulia-test-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinMinase%2Fjulia-test-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinMinase%2Fjulia-test-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RinMinase","download_url":"https://codeload.github.com/RinMinase/julia-test-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinMinase%2Fjulia-test-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32724705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","julia"],"created_at":"2024-11-07T08:44:45.273Z","updated_at":"2026-05-07T05:35:01.600Z","avatar_url":"https://github.com/RinMinase.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Julia Test Application\n\n## Project Setup with Revise\n\n1. Clone the project\n\n    ```\n    git clone https://github.com/RinMinase/julia-test-app.git\n    ```\n\n2. Run the Julia Shell and install the Revise package\n\n    ```\n    julia\u003e using Pkg\n    julia\u003e Pkg.add(\"Revise\")\n    julia\u003e Pkg.add(\"Suppressor\")\n    ```\n\n### Running the project **with** Revise\n\n- Run the Julia Shell then include the main jl file (revise importer file)\n\n    ```\n    julia\u003e include(\"run.jl\")\n    ```\n\n### Running the project **without** Revise\n\n- Run the Julia Shell then include the main jl file\n\n    ```\n    julia\u003e include(\"src/app.jl\")\n    ```\n\n### Running the project test cases\n\n- Run the Julia Shell then include the main tests file\n\n    ```\n    julia\u003e include(\"tests.jl\")\n    ```\n\n### Running the project **per exercise**\n\n- If you want to include the exercise file\n\n    ```\n    julia\u003e include(\"src/modules/1_hello-world.jl\")\n    ```\n\n### Running the project test case **per exercise**\n\n- If you want to include the exercise file\n\n    ```\n    julia\u003e include(\"src/modules/1_hello-world_test.jl\")\n    ```\n\n    Filename format is:\n    ```\n    \u003cexercise number\u003e_\u003cexercise title\u003e_test.jl\n\n- If you want to test the exercise file\n\n## Project Setup using Docker __(untested)__\n\n1. Build the Julia Docker image\n\n    ```\n    docker build --build-arg ROOT_PASSWORD=root -t julia-app .\n    ```\n\n    Modify the `root` in `ROOT_PASSWORD` above to a root password of your choice\n\n2. Run the Docker image\n\n    ```\n    docker run -it --name julia-app -v ./src:/home/julia/ julia:latest\n    ```\n\n## Project Functions\n\n| Function  | Description               |\n| --------- | ------------------------- |\n| `hello()` | Prints out \"Hello world\"  |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinminase%2Fjulia-test-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frinminase%2Fjulia-test-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinminase%2Fjulia-test-app/lists"}