{"id":19870303,"url":"https://github.com/alphaolomi/julia-basics","last_synced_at":"2026-06-10T11:31:53.567Z","repository":{"id":99077899,"uuid":"368426916","full_name":"alphaolomi/julia-basics","owner":"alphaolomi","description":"Machine Learning with Julia","archived":false,"fork":false,"pushed_at":"2024-02-24T10:59:54.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-01T00:54:13.232Z","etag":null,"topics":["julia","julia-language"],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alphaolomi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2021-05-18T06:40:50.000Z","updated_at":"2024-02-24T11:01:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"8fb583d1-d7f5-4f60-82db-59ceb6e3faae","html_url":"https://github.com/alphaolomi/julia-basics","commit_stats":null,"previous_names":["alphaolomi/julia-basics"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alphaolomi/julia-basics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphaolomi%2Fjulia-basics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphaolomi%2Fjulia-basics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphaolomi%2Fjulia-basics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphaolomi%2Fjulia-basics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alphaolomi","download_url":"https://codeload.github.com/alphaolomi/julia-basics/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphaolomi%2Fjulia-basics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34151274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["julia","julia-language"],"created_at":"2024-11-12T16:08:34.148Z","updated_at":"2026-06-10T11:31:53.549Z","avatar_url":"https://github.com/alphaolomi.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Julia Basics\n\n\n## Table of Contents\n\n- [01 - Introduction](#01_introduction)\n- [02 - Installation](#02_installation)\n- [03 - Data Types](#03_data-types)\n- [04 - Variables](#04_variables)\n- [05 - Operators](#05_operators)\n- [06 - Control Structures](#06_control-structures)\n- [07 - Functions](#07_functions)\n- [08 - Modules](#08_modules)\n- [09 - File I/O](#09_file-io)\n- [10 - Plotting](#10_plotting)\n- [11 - Performance](#11_performance)\n- [12 - Resources](#12_resources)\n- [13 - Contributing](#13_contributing)\n\n\n## Introduction\n\nJulia is a high-level, high-performance, dynamic programming language. While it is a general purpose language and can be used to write any application, many of its features are well-suited for high-performance numerical analysis and computational science.\n\nThis project is a collection of tutorials and examples for the Julia programming language. It is intended to be a resource for learning and teaching Julia. The project is open-source and contributions are welcome.\n\n## Installation\n\nTo install Julia, visit the [official website](https://julialang.org/downloads/) and download the appropriate installer for your operating system. Follow the installation instructions to complete the installation.\n\nQuick Start:\n\n### Windows\n\n```bash\nchoco install julia\n\n# or\nwinget install julia -s msstore\n```\n\n\n### macOS\n\n```bash\nbrew install julia\n```\n\n### Linux\n\n```bash\nsudo apt install julia\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falphaolomi%2Fjulia-basics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falphaolomi%2Fjulia-basics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falphaolomi%2Fjulia-basics/lists"}