{"id":24500611,"url":"https://github.com/abelsiqueira/julia-tutorial-at-nlesc","last_synced_at":"2026-05-20T19:46:41.337Z","repository":{"id":46314324,"uuid":"408472013","full_name":"abelsiqueira/julia-tutorial-at-nlesc","owner":"abelsiqueira","description":null,"archived":false,"fork":false,"pushed_at":"2021-10-31T09:34:01.000Z","size":64137,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T23:18:44.732Z","etag":null,"topics":["hacktoberfest","julia","tutorial"],"latest_commit_sha":null,"homepage":"https://abelsiqueira.github.io/julia-tutorial-at-nlesc","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abelsiqueira.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-20T14:18:03.000Z","updated_at":"2023-02-27T20:57:44.000Z","dependencies_parsed_at":"2022-08-30T03:41:06.993Z","dependency_job_id":null,"html_url":"https://github.com/abelsiqueira/julia-tutorial-at-nlesc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abelsiqueira/julia-tutorial-at-nlesc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abelsiqueira%2Fjulia-tutorial-at-nlesc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abelsiqueira%2Fjulia-tutorial-at-nlesc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abelsiqueira%2Fjulia-tutorial-at-nlesc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abelsiqueira%2Fjulia-tutorial-at-nlesc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abelsiqueira","download_url":"https://codeload.github.com/abelsiqueira/julia-tutorial-at-nlesc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abelsiqueira%2Fjulia-tutorial-at-nlesc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33273116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-20T15:12:43.734Z","status":"ssl_error","status_checked_at":"2026-05-20T15:12:42.300Z","response_time":356,"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":["hacktoberfest","julia","tutorial"],"created_at":"2025-01-21T22:21:20.277Z","updated_at":"2026-05-20T19:46:41.299Z","avatar_url":"https://github.com/abelsiqueira.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Julia Tutorial @ NLeSC\n\nCurrent plan (subject to large changes):\n\n- -X - 0:00: Introduction, greeting, etc.\n- 0:00 - 0:10: REPL, Jupyter, IDE\n- 0:10 - 0:30: Main features and bugs\n- 0:30 - 2:00: Creating a package: SequGen.jl\n- 2:00 - 2:20: Parallel programming showcase\n- 2:20 - 2:40: Usage of C/Fortran showcase\n- 2:40 - 3:00: To be detailed\n\n**Creating a package: SequGen.jl description** (relative times)\n- 0:00 - 0:10: Create SequGen with PkgTemplate and push.\n- 0:10 - 0:20: Create `Sequence`, `Constant`, `sample`, `Trend`.\n- 0:20 - 0:30: Create tests.\n- 0:30 - 0:40: Document, publish the docs.\n- 0:40 - 0:50: Create `SineWave`, `GaussianNoise`, tests, and write first example.\n- 0:50 - 1:00: Create `SumOfSequences` with tests.\n- 1:00 - 1:30: To be detailed.\n\nSee https://abelsiqueira.github.io/julia-tutorial-at-nlesc for the published version.\n\n## Running locally\n\nThis website uses the structure of the root website under it to avoid duplicating updates to the css and layout.\nTherefore, you need to copy the `_layout`, `_css` and `_libs` folders:\n\n    wget https://github.com/abelsiqueira/abelsiqueira.github.io/archive/refs/heads/main.zip\n    unzip main.zip\n    mv abelsiqueira.github.io-main/{_layout,_css,_libs} .\n    rm -rf abelsiqueira.github.io-main main.zip\n\nNow open julia, activate and instantiate the environment.\n\n    julia\u003e # press ]\n    pkg\u003e activate .\n    (julia-tutorial-at-nlesc) pkg\u003e instantiate\n\nFinally, use `Franklin` and `serve`\n\n    pkg\u003e # press backspace\n    julia\u003e using Franklin\n    julia\u003e serve()\n\nGo to https://localhost:8000.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabelsiqueira%2Fjulia-tutorial-at-nlesc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabelsiqueira%2Fjulia-tutorial-at-nlesc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabelsiqueira%2Fjulia-tutorial-at-nlesc/lists"}