2021 中国开源年度报告
Most people who engage in open source are motivated not simply by work but by internal needs. For example, they want to give full play to their value, like the working atmosphere of the community or expanding 3 Rust 115.01% 4 Verilog 84.54% 5 TypeScript 81.12% 6 Tex / LaTex 80.68% 7 R 69.64% 8 汇编语言 Assembly Language 60.9% 9 PowerShell 60.65% 10 Kotlin 59.96% Rust 连续三年保持高速增长,增长率均超过 也连续两年出现在了增速最快语言榜单 中。 TypeScript 连续三年入选增速最快语言,其在 Gitee 所有仓库中采用语言的占比也在逐年 上升,2021 年已经来到了第 13 位。 ● Rust has maintained rapid growth for three consecutive years, with a growth rate of over 110% ● Verilog0 码力 | 199 页 | 9.63 MB | 1 年前32021 中国开源年度报告
重回自由软件基金会与 Rust 社区争议 ……………………… 116 五、中国开源走向世界,塑造新时代影响力 …………………………………………………………… 117 六、开源新创投资持续发光发热 ………………………………………………………………………… 117 七、开源操作系统迎来新一轮繁荣期 …………………………………………………………………… 117 八、Rust 迈上新征程 ………… 重回自由软件基金会与 Rust 社区争议 ……………………… 121 五、中国开源走向世界,塑造新时代影响力 …………………………………………………………… 122 六、开源新创投资持续发光发热 ………………………………………………………………………… 126 七、开源操作系统迎来新一轮繁荣期 …………………………………………………………………… 127 八、Rust 迈上新征程 ………… 226.85% 2 Pascal 153.16% 3 Rust 115.01% 4 Verilog 84.54% 5 TypeScript 81.12% 6 Tex / LaTex 80.68% 7 R 69.64% 8 汇编语言 60.9% 9 PowerShell 60.65% 10 Kotlin 59.96% Rust 连续三年保持高速增长,增长率均超过 110%。 20210 码力 | 132 页 | 14.24 MB | 1 年前32023 中国开源开发者报告
结束组织内部混乱局面。2023 年 2 月,Rust 项目发布了一项有关新的 治理计划的 RFC;旨在建立了一个领导委员会 (Leadership Council) 以替 代原本的核心团队 (Core Team),委员会将其大部分权力下放给各团队。 6 月,Rust 项目还宣布成立新的顶级治理机构:领导委员会(Rust Leadership Council)。该领导委员会的成立,标志着 Rust 核心团队和临 时领导者职位都将被取消,此后将由 时领导者职位都将被取消,此后将由 Rust 理事承担顶级治理问题的责 任。 开源许可证亟需更新——摆脱 1980 年代 束缚、应对人工智能 科技媒体《The Register》发布了一篇探讨更新开源许可证的文章,指出: 开源许可证需要摆脱 20 世纪 80 年代的束缚,并不断发展以应对人工智 能。 自由软件和开源许可证在 20 世纪 70 年代和 80 年代的主要作用对象 逐步演变成 “代码”。但 “代码”。但今天,它必须再次转型以处理人工智能模型。 Rust 管理结构大改:解散核心团队、成立 “领导委员会” 2023 年初,GitHub CEO Thomas Dohmke 在欧盟开源政策峰会上对欧盟 即将出台的 AI 法案 (Artificial Intelligence Act) 发表了看法称,开源为政 府和企业提供动力,是 "欧洲价值观的核心",开源正在构建欧洲 AI 的基 础。立法者应该对开源开发者放宽约束,因为开源正在推动0 码力 | 87 页 | 31.99 MB | 1 年前32020 中国开源年度报告
10 HTML 2.44% ↓ 3 排序 语⾔ 2020增幅 1 易语⾔ 151.02% 2 Rust 143.04% 3 Dart 131.64% 4 Verilog 121.27% 5 R 89.50% 6 C++ 88.47% 7 Julia 81.95% Rust 和 Dart 连续 2 年保持⾼速增⻓。 2020 年是操作系统、物联⽹在国内开源⽣态中备受瞩⽬的⼀年,使得0 码力 | 46 页 | 4.09 MB | 1 年前3Gitea v1.21.1 中文文档
Authentication 。 在数据库服务器证书中, Subject Alternative Name 或 Common Name 条目之一必须是数据库实例的完全限定域 名(FQDN)(例如 db.example.com )。在数据库客户端证书中,上述提到的条目之一必须包含 Gitea 将用 于连接的数据库用户名。 您需要将 Gitea 和数据库服务器的域名映射到它们各自的 IP 地址。可以为它们设置 crt ~/.postgresql/postgresql.key ~/.postgresql/root.crt 8. 测试与数据库的连接: 1. psql "postgres://gitea@example.db/giteadb?sslmode=verify-full" 您将被提示输入数据库用户的密码,然后连接到数据库。 虽然 Gitea 使用的MySQL驱动程序也支持双向 TLS,但目前 Gitea 'gitea'@'192.0.2.10'; 2. CREATE USER 'gitea'@'example.gitea' IDENTIFIED BY 'gitea' REQUIRE SSL; 3. GRANT ALL PRIVILEGES ON giteadb.* TO 'gitea'@'example.gitea'; 4. FLUSH PRIVILEGES; 根据需要替换数据库用户名、密码和0 码力 | 303 页 | 3.88 MB | 1 年前3Gitea,新一代的代码托管平台
延伸能力:依赖项扫描 自动扫描代码仓的依赖库,发现有漏洞的版本,并给出升级或替换建议,及时发现和解决安全隐患 扫描结果列表 扫描结果详情 支持扫描的语言 包括但不限于 Go、NodeJS、C#、Rust、Java、PHP、Python、Ruby 等 Tea 命令行工具 迁移数据到 Gitea 开放的 第三方集成市场 Webhook 集成能力 Gitea 其他能力 1 Gitea0 码力 | 30 页 | 14.34 MB | 1 年前32024 中国开源开发者报告
15.63% 15.41% TypeScript Rust YAML Visual Basic Verilog C C++ Python Kotlin C# Dart Arduino TypeScript连续两年成为了 Gitee年度增长最快编程语言 (2023年增长率为49.04%), 同样持续强势的还有Rust以及 C语言家族。 此外,Dart及Arduino首次上榜,0 码力 | 111 页 | 11.44 MB | 8 月前3中国开源软件产业研究报告
04 Python Top 05 C# Gitee2020年度报告显示,开源项目中 Java和JavaScript的使用率远高于其他语 言,Java的使用率达到37.2%。从增速上 来看,易语言、Rust和Dart位列2020年增 速最快语言前三甲。易语言以中文作为程 序代码,可实现用中文来编写程序,便于 国人进行程序编写与开发工作 ↑ ↓ 283 458 514 1500 20170 码力 | 68 页 | 3.63 MB | 1 年前3The Weblate Manual 4.17
Chat [https://libera.chat/] IRC network. The channel name is #weblate. This can be accessed by, for example, https://web.libera.chat/#weblate or an IRC client installed on your computer. License Copyright corresponds to one translatable file (for example GNU gettext or Android string resources). The projects are there to help you organize component into logical sets (for example to group all translations used within languages You can define which secondary languages are shown to you as a guide while translating. An example can be seen in the following image, where the Hebrew language is shown as secondarily: Preferences0 码力 | 794 页 | 18.87 MB | 1 年前3The Weblate Manual 4.16.2
Chat [https://libera.chat/] IRC network. The channel name is #weblate. This can be accessed by, for example, https://web.libera.chat/#weblate or an IRC client installed on your computer. License Copyright corresponds to one translatable file (for example GNU gettext or Android string resources). The projects are there to help you organize component into logical sets (for example to group all translations used within languages You can define which secondary languages are shown to you as a guide while translating. An example can be seen in the following image, where the Hebrew language is shown as secondarily: Preferences0 码力 | 807 页 | 11.23 MB | 1 年前3
共 503 条
- 1
- 2
- 3
- 4
- 5
- 6
- 51