{"id":15057275,"url":"https://github.com/hyper0x/juliabasics","last_synced_at":"2025-04-05T15:08:40.342Z","repository":{"id":50675502,"uuid":"201437739","full_name":"hyper0x/JuliaBasics","owner":"hyper0x","description":"The open source version of book `Julia Programming Basics`","archived":false,"fork":false,"pushed_at":"2023-04-08T10:40:37.000Z","size":4878,"stargazers_count":481,"open_issues_count":0,"forks_count":77,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-04-05T15:08:36.362Z","etag":null,"topics":["basic","julia","julia-language","julialang","programming","tutorial"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"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/hyper0x.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":"2019-08-09T09:36:01.000Z","updated_at":"2025-04-01T12:41:44.000Z","dependencies_parsed_at":"2024-12-29T11:10:57.034Z","dependency_job_id":"14e254aa-a99b-47b2-8410-3b27ac8959c9","html_url":"https://github.com/hyper0x/JuliaBasics","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyper0x%2FJuliaBasics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyper0x%2FJuliaBasics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyper0x%2FJuliaBasics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyper0x%2FJuliaBasics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyper0x","download_url":"https://codeload.github.com/hyper0x/JuliaBasics/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353746,"owners_count":20925329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["basic","julia","julia-language","julialang","programming","tutorial"],"created_at":"2024-09-24T22:04:32.750Z","updated_at":"2025-04-05T15:08:40.300Z","avatar_url":"https://github.com/hyper0x.png","language":null,"readme":"# Julia (Programming) Basics\n\n这里是《Julia 编程基础》的开源版本。这本书旨在帮助编程爱好者和专业程序员快速地熟悉 Julia 编程语言，并能够在夯实基础的前提下写出优雅、高效的程序。\n\n## 结构与目录\n\n本书使用 Markdown 编写。每一章都会独占一个 `.md` 文件，名称类似于`ch01.md`。\n\n本书的目录请详见[目录文件](book/CATALOG.md)。\n\n## 示例项目\n\n本书的示例项目名为`Programs.jl`，地址在[这里](https://github.com/hyper0x/Programs.jl)。其中会包含本书所讲的大部分代码，但并不是那些代码的完全拷贝。这个示例项目中的代码旨在帮助本书读者更好地记忆和理解书中的要点。它们算是对书中代码的再整理和补充。\n\n## 更新与改进\n\n通常情况下，每当我撰写并整理完新的一章都会更新上来。更新频率大概是 1-2 周左右，肯定不会小于 1 周。另外，我还会择机对已有的内容进行改进和优化。所以，我只能尽量保证书稿的向后兼容性，但不能完全保证。\n\n## 支持与捐赠\n\n如果你觉得这本书还不错，请多多支持并帮忙点击本页面右上角的`Star`按钮。\n\n当然，我本人也希望能够得到资金上的支持，因为我现在依然在家待业。至于具体原因请见[这篇文章](https://mp.weixin.qq.com/s?__biz=MzI3MDQzMzQ4MQ==\u0026mid=2247483656\u0026idx=1\u0026sn=87a150fbdeb372af7a8df175775d6b71\u0026chksm=ead06caedda7e5b80b68dce6f11f53e94a28700f21a70b0e2468f98f8b3bf7c2669ac116d829)。\n\n~~如果你想要资助本项目，可以扫描我个人的支付宝收款码。二维码图片如下。~~\n\n## 里程碑记录\n\n- 2020-01-02：开始正式为出版本书做准备。不过大家不要担心，本书的大部分内容（尤其是基础性内容）依然会有开源版本。\n- 2020-01-17：本书正文的初稿已经全部撰写完成，历时近 7 个月。全书一共 15 章。其中，前 11 章为开源章节，后 4 章为纸质书专供章节（暂定）。\n- 2020-02-05：第 12 章已开源！从 Julia 语言特点的角度看，这也是非常重要的一章。现免费供大家阅读。\n- 2020-02-07：完成了自审修订稿！改进了诸多文字描述和代码示例，还增加了若干幅配图。\n- 2020-03-31：纸质书的内容编辑工作基本完成！同时，一个名为“代码即未来”的技术社群也初建完成，旨在帮助大家学编程。\n- 2020-05-11：纸质书的内容刚刚通过最终审核，我和出版社的编辑们将对其进行最后的校对。~~现在，我们开始征集这本书的封底推荐语，详见[这里的表单](https://jinshuju.net/f/IAolfx)。欢迎广大读者提交推荐语！~~\n- 2020-06-05：纸质书的所有细节都已确定，与这里的开源版本的差别还是不小的。纸质版本即将被送往印刷厂进行印刷。~~如果不出意外的话，这本书将会赶在今年的 618 购物节结束之前开启预售。~~\n- 2020-07-06：纸质书终于上市啦！关于这本书诞生的来龙去脉，请看[这篇文章（文末有购买链接）](https://mp.weixin.qq.com/s/WmKxYh0pYtFprTcajkRoiQ)。相关内容和技术讨论请移步至“代码即未来”的QQ群。\n\n## 技术社群\n\n为了更好地帮助编程小白和广大的爱好者学习编程，我成立了一个技术社群，名字叫“代码即未来”。\n\n此社群目前包括：\n\n- 一个微信公众号，微信号：`NewRevel`；\n- 一个QQ群，群号：`19679074`；\n- 一个知识星球，星球ID：`72896094`。\n\n## 许可协议\n\n本开源图书由 郝林 采用 [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/)（[知识共享 署名-非商业性使用-禁止演绎 4.0 国际 许可协议](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh)）进行许可。\n\n请在下载或 fork 之前仔细阅读上述许可协议。我会尽量的积极响应所有有意义的 issue 和 PR。\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyper0x%2Fjuliabasics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyper0x%2Fjuliabasics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyper0x%2Fjuliabasics/lists"}