已开启
update: 更新文件 社区优质开源项目.md #40
兴奋绿色白开水创建于 27 天前
update: 更新文件 社区优质开源项目.md #40
已开启
共 5 个文件变更+34-34
| @@ -15,7 +15,7 @@ | |||
| 15 | 15 | ||
| 16 | ### 把Fork仓下载到本地<a name="section49051646201819"></a> | 16 | ### 把Fork仓下载到本地<a name="section49051646201819"></a> |
| 17 | 17 | ||
| 18 | -请按照以下的过程将Repository内的代码下载到您的在计算机上: | 18 | +请按照以下的过程将Repository内的代码下载到您的计算机上: |
| 19 | 19 | ||
| 20 | 1. **创建本地工作目录**: | 20 | 1. **创建本地工作目录**: |
| 21 | 21 | ||
| @@ -93,7 +93,7 @@ | |||
| 93 | 准备进行审查(或只是建立工作的异地备份)时,将分支推到您的fork仓库: | 93 | 准备进行审查(或只是建立工作的异地备份)时,将分支推到您的fork仓库: |
| 94 | 94 | ||
| 95 | ``` | 95 | ``` |
| 96 | - git push -f origin myfeature | 96 | + git push -u origin myfeature |
| 97 | ``` | 97 | ``` |
| 98 | 98 | ||
| 99 | ## Pull Request与门禁操作<a name="section28261522124316"></a> | 99 | ## Pull Request与门禁操作<a name="section28261522124316"></a> |
| @@ -112,7 +112,7 @@ | |||
| 112 | - https://gitcode.com/Cangjie/cangjie_compiler # 仓颉编译器仓库 | 112 | - https://gitcode.com/Cangjie/cangjie_compiler # 仓颉编译器仓库 |
| 113 | - https://gitcode.com/Cangjie/cangjie_runtime # 仓颉运行时仓库 | 113 | - https://gitcode.com/Cangjie/cangjie_runtime # 仓颉运行时仓库 |
| 114 | - https://gitcode.com/Cangjie/cangjie_tools # 仓颉工具链仓库 | 114 | - https://gitcode.com/Cangjie/cangjie_tools # 仓颉工具链仓库 |
| 115 | - - https://gitcode.com/Cangjie/cangjie_stdx # 仓颉标准库仓库 | 115 | + - https://gitcode.com/Cangjie/cangjie_stdx # 仓颉stdx库 |
| 116 | - https://gitcode.com/Cangjie/llvm-project # LLVM项目仓库(仓颉依赖) | 116 | - https://gitcode.com/Cangjie/llvm-project # LLVM项目仓库(仓颉依赖) |
| 117 | - https://gitcode.com/Cangjie/cangjie_test # 仓颉测试用例仓库 | 117 | - https://gitcode.com/Cangjie/cangjie_test # 仓颉测试用例仓库 |
| 118 | - https://gitcode.com/Cangjie/cangjie_test_framework # 仓颉测试框架仓库 | 118 | - https://gitcode.com/Cangjie/cangjie_test_framework # 仓颉测试框架仓库 |
| @@ -13,7 +13,7 @@ xxx | |||
| 13 | xxx | 13 | xxx |
| 14 | 14 | ||
| 15 | ### Versions affected | 15 | ### Versions affected |
| 16 | -- < Cangjie x.y.z - ABC module (e.g. CangjieRuntime、CangjieTools、CangjieCompiler、CangjieStdx) | 16 | +- < Cangjie x.y.z - ABC module (e.g. CangjieRuntime,CangjieTools,CangjieCompiler,CangjieStdx) |
| 17 | 17 | ||
| 18 | ### Reported by | 18 | ### Reported by |
| 19 | -xx | 19 | -xx |
| @@ -1,28 +1,28 @@ | |||
| 1 | -# team_docs | 1 | +# team_docs |
| 2 | -## Docs Team工作目标和范围 | 2 | +## Docs Team工作目标和范围 |
| 3 | - | 3 | + |
| 4 | -### 工作目标 | 4 | +### 工作目标 |
| 5 | - 负责仓颉语言文档的社区需求规划和梳理对应领域的共建需求梳理。 | 5 | + 负责仓颉语言文档的社区需求规划和梳理对应领域的共建需求。 |
| 6 | - | 6 | + |
| 7 | -### 工作范围 | 7 | +### 工作范围 |
| 8 | -- 负责文档编写/规范制定,确保文档的质量即开发者使用体验 | 8 | +- 负责文档编写/规范制定,确保文档的质量即开发者使用体验 |
| 9 | - | 9 | + |
| 10 | -### 工作交付件及工作计划 | 10 | +### 工作交付件及工作计划 |
| 11 | - | 11 | + |
| 12 | - | 12 | + |
| 13 | - | 13 | + |
| 14 | -## Team成员 | 14 | +## Team成员 |
| 15 | - | 15 | + |
| 16 | -### Leader | 16 | +### Leader |
| 17 | -- 朱艳婷 | 17 | +- 朱艳婷 |
| 18 | - | 18 | + |
| 19 | -### Committers列表 | 19 | +### Committers列表 |
| 20 | - | 20 | + |
| 21 | - | 21 | + |
| 22 | - | 22 | + |
| 23 | -### 会议 | 23 | +### 会议 |
| 24 | -敬请期待 | 24 | +敬请期待 |
| 25 | - | 25 | + |
| 26 | -### 联系方式 | 26 | +### 联系方式 |
| 27 | - | 27 | + |
| 28 | - 邮件列表: docs@cangjie-lang.cn | 28 | - 邮件列表: docs@cangjie-lang.cn |
| @@ -11,7 +11,7 @@ | |||
| 11 | 2. [通用软件开发工程师](https://m.zhipin.com/job_detail/e10f918547e7026e1HN72N64F1VQ/?date8=20240809&sid=tosee_jd_bd068241f7428f680nxy3dq8GVpX&openWeapp=1&fromSource=2) | 11 | 2. [通用软件开发工程师](https://m.zhipin.com/job_detail/e10f918547e7026e1HN72N64F1VQ/?date8=20240809&sid=tosee_jd_bd068241f7428f680nxy3dq8GVpX&openWeapp=1&fromSource=2) |
| 12 | 12 | ||
| 13 | ### 迅氪科技 | 13 | ### 迅氪科技 |
| 14 | -- 公司信息:[讯氪科技](https://soonec.cn/about.htm)是一家专注人工智能、物联网和企业信息数字化解决方案的科技型企业,是首批参加华为仓颉编程语言内测的企业,于2022年于仓颉团队达成长期合作关系。 | 14 | +- 公司信息:[讯氪科技](https://soonec.cn/about.htm)是一家专注人工智能、物联网和企业信息数字化解决方案的科技型企业,是首批参加华为仓颉编程语言内测的企业,于2022年与仓颉团队达成长期合作关系。 |
| 15 | - 发布时间:2024-07-21 | 15 | - 发布时间:2024-07-21 |
| 16 | - 招聘内容:急招仓颉开发工程师2名 | 16 | - 招聘内容:急招仓颉开发工程师2名 |
| 17 | - 详情链接:[【招聘】仓颉开发工程师](https://mp.weixin.qq.com/s/JzbrSBz5rDwBXYjb7WMRig) | 17 | - 详情链接:[【招聘】仓颉开发工程师](https://mp.weixin.qq.com/s/JzbrSBz5rDwBXYjb7WMRig) |
| @@ -24,9 +24,9 @@ | |||
| 24 | - [**bloom4cj**](https://gitcode.com/mumu_xsy/bloom4cj):一个标准的布隆过滤器(StandardBloom),用于高效地进行集合成员判断,基于哈希函数和位数组,通过设置多个哈希值来优化假阳性率 | 24 | - [**bloom4cj**](https://gitcode.com/mumu_xsy/bloom4cj):一个标准的布隆过滤器(StandardBloom),用于高效地进行集合成员判断,基于哈希函数和位数组,通过设置多个哈希值来优化假阳性率 |
| 25 | - [**flashtext4cj**](https://gitcode.com/FuranClay/flashtext4cj):flashtext 算法的仓颉实现,用于快速提取和替换文本中的关键词,比正则搜索更高效 | 25 | - [**flashtext4cj**](https://gitcode.com/FuranClay/flashtext4cj):flashtext 算法的仓颉实现,用于快速提取和替换文本中的关键词,比正则搜索更高效 |
| 26 | - [**indexer4cj**](https://gitcode.com/tian_shen_tu/indexer4cj):全文索引和搜索库 | 26 | - [**indexer4cj**](https://gitcode.com/tian_shen_tu/indexer4cj):全文索引和搜索库 |
| 27 | -- [**metaphone-cj**](https://gitcode.com/yishengTH/metaphone-cj):metaphone 算法的仓颉实现(一种语音相似性检测算法)。支持将一个特定的字符串(通常是一个英文单词)转换为一个代码,并可以和其他代码(或其他单词)进行比较,以检查他们的发音是否相同 | 27 | +- [**metaphone-cj**](https://gitcode.com/yishengTH/metaphone-cj):metaphone 算法的仓颉实现(一种语音相似性检测算法)。支持将一个特定的字符串(通常是一个英文单词)转换为一个代码,并可以和其他代码(或其他单词)进行比较,以检查它们的发音是否相同 |
| 28 | - [**leven4cj**](https://gitcode.com/Cangjie-TPC/leven4cj):使用 Levenshtein 距离算法测量两个字符串之间的差异, 支持中英文混合字符串 | 28 | - [**leven4cj**](https://gitcode.com/Cangjie-TPC/leven4cj):使用 Levenshtein 距离算法测量两个字符串之间的差异, 支持中英文混合字符串 |
| 29 | -- [**cjgeohash**](https://gitcode.com/chipichipi/cjgeohash):应用 GeoHash 算法,基于自定义维度和经度创建地理代码 | 29 | +- [**cjgeohash**](https://gitcode.com/chipichipi/cjgeohash):应用 GeoHash 算法,基于自定义纬度和经度创建地理代码 |
| 30 | 30 | ||
| 31 | ## 协议库 | 31 | ## 协议库 |
| 32 | 32 | ||