https://github.com/suhanyujie/article-transfer-rs
Rust/Go/php-src article translate
https://github.com/suhanyujie/article-transfer-rs
articles php-internals rust translation
Last synced: about 1 year ago
JSON representation
Rust/Go/php-src article translate
- Host: GitHub
- URL: https://github.com/suhanyujie/article-transfer-rs
- Owner: suhanyujie
- Created: 2019-05-06T04:33:02.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T12:58:47.000Z (over 1 year ago)
- Last Synced: 2025-04-03T15:05:27.639Z (over 1 year ago)
- Topics: articles, php-internals, rust, translation
- Language: C
- Homepage:
- Size: 1.57 MB
- Stars: 50
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 一些 Rust/Go 文章翻译
[](https://pkg.go.dev/ishenghuo.cnblogs.com)
## 目录
### 2022
* 2022.22th [【译】Advent of Code 2020 第11天](/src/2022/26.advent-of-code-2020-day11.md)
* 2022.21th [【译】Advent of Code 2020 第10天](/src/2022/25.advent-of-code-2020-day10.md)
* 2022.20th [【译】Advent of Code 2020 第9天](/src/2022/24.advent-of-code-2020-day9.md)
* 2022.19th [【译】Advent of Code 2020 第8天](/src/2022/23.advent-of-code-2020-day8.md)
* 2022.18th [【译】Advent of Code 2020 第7天](/src/2022/22.advent-of-code-2020-day7.md)
* 2022.17th [【译】Advent of Code 2020 第6天](/src/2022/21.advent-of-code-2020-day6.md)
* 2022.16th [【译】Advent of Code 2020 第5天](/src/2022/20.advent-of-code-2020-day5.md)
* 2022.15th [【译】Advent of Code 2020 第4天](/src/2022/19.advent-of-code-2020-day4.md)
* 2022.14th [【译】Advent of Code 2020 第3天](/src/2022/14.advent-of-code-2020-day3.md)
* 2022.13th [【译】Advent of Code 2020 第2天](/src/2022/13.advent-of-code-2020-day2.md)
* 2022.12th [【译】Advent of Code 2020 第1天](/src/2022/12.advent-of-code-2020-day1-part1.md)
* 2022.11th [【译】用 Rust 实现 csv 解析-part8](/src/2022/11.Rust-and-CSV-parsing-part8.md)
* 2022.4th [ go 版本管理(g)源码阅读笔记](/src/2022/8.g-%E6%BA%90%E7%A0%81%E9%98%85%E8%AF%BB%E7%AC%94%E8%AE%B0.md)
* 2022.3th[【译】教程:开始使用多模块工作区](/src/2022/5.Getting-started-with-multi-module-workspaces.md)
* 2022.2th[【译】12 条你可能还不知道的 Rust 提示和技巧](/src/2022/1.12-rust-tips-and-tricks-you-might-not-know-yet.md)
* 2022.1th[【译】Rust 中的错误处理](/src/2022/2.rust-error-handling.md)
### 2021
* 2021.5th[【译】无缓冲 I/O 会让你的 Rust 程序变慢](/src/2021/7.unbuffered-io-slows-rust-programs.md)
* 2021.4th[【译】学习飞行:用 Rust 模拟种群进化 part1](src/2021/3.Learning-to-Fly-Let-s-create-a-simulation-in-Rust-pt1.md)
* 2021.3th [【译】基于 Rust 用 Bevy 实现节奏大师游戏](src/2021/4.Rhythm-game-in-Rust-using-bevy.md)
* 2021.2th [【译】用 Rust 实现 csv 解析-part7](src/2021/2.Rust-and-CSV-parsing-part7.md)
* 2021.1th [【译】用 Rust 实现 csv 解析-part6](src/2021/1.Rust-and-CSV-parsing-part6.md)
### 2020
* 2020.15th [【译】用 Rust 实现 csv 解析-part5](src/2020/16.Rust-and-CSV-parsing-part5.md)
* 2020.14th [【译】用 Rust 实现 csv 解析-part4](src/2020/14.Rust-and-CSV-parsing-part4.md)
* 2020.13th [【译】用 Rust 实现 csv 解析-part3](src/2020/13.Rust-and-CSV-parsing-part3.md)
* 2020.12th [【译】用 Rust 实现 csv 解析-part2](src/2020/12.Rust-and-CSV-parsing-part2.md)
* 2020.11th [【译】用 Rust 实现 csv 解析-part1](src/2020/11.Rust-and-CSV-parsing-part1.md)
* 2020.10th [【译】Rust 中的 char 和 Go 中的 rune 有什么区别 1](src/2020/10.What-is-the-difference-between-a-Rust-char-and-a-Go-rune.md)
* 2020.9th [【译】TCP/IP 网络编程基础系列-数值编码](src/2020/9.Number-Encoding.md)
* 2020.8th [【译】我最喜欢的 Rust 函数签名](src/2020/8.My-Favorite-Rust-Function-Signature.md)
* 2020.7th [【译】状态机](src/2020/3.state-machines.md)
* 2020.6th [【译】我的阅读习惯](src/2020/6.My-Reading-Habits.md)
* 2020.5th [【译】数据库基础:用 Go 从零开始写一个 SQL 数据库 —— 第二部分](src/2020/5.Database-basics-writing-a-SQL-database-from-scratch-in-Go-part2.md)
* 2020.4th [【译】用`Wasmer`进行插件开发 第二部分](src/using_wasmer_for_plugins/part2.md)
* 2020.3th [【译】Rust 中的状态机](src/2020/3.state-machines.md)
* 2020.2th [【译】数据库基础:用 Go 从零开始写一个 SQL 数据库 —— 第一部分](src/2020/2.Database-basics-writing-a-SQL-database-from-scratch-in-Go-part1.md)
### 2019
* [【译】Rust 的 Result 类型入门](src/2019/a-primer-on-rusts-result-type.md)
* [【译】从 Rust 到不只是 Rust:PHP 语言领域](src/2019/From-Rust-to-beyond-The-PHP-galaxy.md)
* [【译】写好 CLI 程序](src/2019/Write-a-Good-CLI-Program.md)
* [【译】使用 Rust 和 WebAssembly 构建离线画图页面](src/2019/Create-Dev_s-offline-page-with-Rust-and-WebAssembly.md)
* [【译】通过 Rust 强化 sed](src/2019/racing-sed-with-rust.md)
* [【译】使用 Rust 构建你自己的 Shell](src/2019/Build_Your_Own_Shell_using_Rust.md)
* [【译】理解二进制(1)](src/2019/Understanding_Binary_Pt_1.md)
* [【译】学习写解析器组合器](src/2019/Learning-Parser-Combinators-With-Rust.md)
* [【译】用`Wasmer`进行插件开发 第一部分](src/using_wasmer_for_plugins)
## 计划翻译
- https://blog.yoshuawuyts.com/uninit-read-write/
- Fixing Memory Leaks in Rust https://onesignal.com/blog/solving-memory-leaks-in-rust/
## 规范
### 文件名
* 文章的名称是英文的,并且特殊字符使用 `-` 替代,可以使用正则 `(:\s+|\ +)`,将特殊字符替换为 `-`
## 一些文档翻译
### PHP7 内核 [PHP Internals Book](./src/PHP-Internals-Book)
- 目前这本 PHP 内核已经被社区发起翻译计划了,基本上翻译完成,[点此查看](https://learnku.com/docs/php-internals/php7)
#### 翻译招募
* 内容篇幅多,希望有志之士一同参与翻译。有意向请提 issue 告知。谢谢!
#### 进度
* internal_types
* zvals
* [basic_structure](./src/PHP-Internals-Book/php7/internal_types/zvals/basic_structure.md)
* strings
* [zend_string](./src/PHP-Internals-Book/php7/internal_types/strings/zend_strings.md)
### [PHP-Parser-doc](./src/PHP-Parser-doc)
## 其他
* [PHP 编译器项目](https://github.com/ircmaxell/php-compiler),可将 PHP 代码编译成可执行的二进制文件
## 一些设置
### git 代理
* 设置 `git config --local http.proxy 127.0.0.1:1087`
* 查询 `git config --local http.proxy`
## 参考
* https://github.com/nikic/PHP-Parser
* https://blog.ircmaxell.com/2019/04/compilers-ffi.html
* 创建 icon 图标 https://pkg.go.dev/badge/
* html 转 markdown 神器 https://github.com/mdnice/sitdown
* 其他 html 转 markdown https://juejin.cn/post/7067854925899759624