中文编程知乎专栏: https://zhuanlan.zhihu.com/codeInChinese 中文编程GitHub组: https://github.com/program-in-chinese
在此,希望学界能正视业界对中文编程的巨大需求,共同实践研究相关技术,而不是人云亦云地用似是而非的理由贬低唱衰。 因为,你们背负着下一代业界人才的教育重任,而中文编程,不能、也绝不会再被耽误二十年。
从立创EDA看库管理和分享功能;开源、开放式项目运营的经验教训。
用一个简单例子演示Hibernate 5 + MySQL基本功能中使用中文命名标识符.
用一个简单例子演示Hibernate + MySQL基本功能中使用中文命名
为Jekyll+GitHub Pages添加全文搜索功能,期间遇到的关于中文字符的问题与解决。
尝试中文输入法和IDE补全/提示的集成
Java实现"命令式"简易文本编辑器原型
演示如何通过Eclipse插件实现自动补全功能。
为参考《 两周自制脚本语言 》进行中文化后的语言编写Eclipse插件, 实现基本语法高亮显示
为《 两周自制脚本语言 》添加中文关键字与原生函数
为《 两周自制脚本语言 》添加中文标识符支持.
为《 两周自制脚本语言 》添加的JUnit测试代码中调用的非核心库API进行汉化.
基于TypeScript官方入门文档, 用中文版TypeScript LingaScript重写示例代码.
为《 两周自制脚本语言 》添加中文JUnit测试代码.
如何修改TypeScript使之支持繁簡中文語法
中文代码示例之NW.js桌面应用开发初体验
中文代码示例之Electron桌面应用开发初体验
在PyPI测试平台发布Python包
扩展默认的Python控制台, 通过正则匹配和替换, 将报错/警告等信息翻译成中文.
日本1992以来对在代码中使用母语对可读性的影响的研究. Research since 1992 in Japan about how programming in Japanese impacts code readability.
扩展默认的Python控制台, 将报错/警告等信息翻译成中文.
在程序员面试时的白板写代码这关用中文命名对双方的好处
在VS code中创建中文命名的Python3代码片段.
用结巴分词分析Beyond歌词, 得出词频统计.
基于JavaScript和Antlr4实现简单的中文LOGO语法, 性能改进. Implement simple LOGO language using JavaScript and Antlr4. Improve performance.
基于JavaScript和Antlr4实现简单的中文LOGO语法, 界面改进, 可调速度. Implement simple LOGO language using JavaScript and Antlr4.
用ruby调用ffmpeg转换mov文件为gif. Use ruby to call ffmpeg to transform mov to gif file.
实现VS code插件, 基于本地词典数据, 提供英汉翻译功能, 添加批量命名翻译功能. Improve vscode extension to translate English word or phrase to Chinese, by supporting translating all identifiers in a file.
在国内原创开源项目中用中文命名带来的好处, 以及几种方式.
实现VS code插件, 基于本地词典数据, 提供英汉翻译功能, 演示批量命名翻译功能. Demonstrate a new feature in vscode extension to translate English word or phrase to Chinese, by supporting translating all identifiers in a file.
基于JavaScript和Antlr4实现简单的中文LOGO语法, 添加图标显示前进方向, 可修改速度. Implement simple LOGO language using JavaScript and Antlr4.
对一个中文命名的问题进行调查后的小结. Some investigation for the issue with Chinese naming found earlier.
对Programming in Scala书本中的九十章示例代码进行命名中文化, 发现一个问题. Translate identifiers in sample programs to Chinese, and found an issue.
实现VS code插件, 基于本地词典数据, 提供英汉翻译功能, 添加词性搭配功能. Improve vscode extension to translate English word or phrase to Chinese from JavaScript to TypeScript.
实现VS code插件, 基于本地词典数据, 提供英汉翻译功能, 从JavaScript改为TypeScript实现. Rewrite the vscode extension to translate English word or phrase to Chinese from JavaScript to TypeScript.
对Programming in Scala书本中的七八章示例代码进行命名中文化. Translate identifiers in sample programs to Chinese.
尝试对vue.js源码中的标识符名和文本进行中文化. Try to translate identifiers and text in source code of vue.js.
对vue.js源码中的英文文件名进行中文化. Translate file names in source code of vue.js.
对Programming in Scala书本中的四五六章示例代码进行命名中文化. Translate identifiers in sample programs to Chinese.
对Programming in Scala书本中的二三章示例代码进行命名中文化. Translate identifiers in sample programs to Chinese.
在中文编程知乎专栏创立一周年之际, 对使用中文命名代码中的标识符的相关实践作回顾小结. Summary of practice of using Chinese naming for identifiers in source code one year after starting "Programming in Chinese" column.
在中文编程知乎专栏创立一周年之际, 对中文编程语言的实验性开发作回顾小结. Summary of creating Chinese-based programming language one year after starting "Programming in Chinese" column.
实现VS code插件, 基于本地词典数据, 提供英汉翻译功能, 支持驼峰和下划线命名. Add support for Camel case and underscore style naming to the vscode extension to translate English word or phrase to Chinese in source code.
在中文编程知乎专栏创立一周年之际, 对专栏初衷作回顾与修订. Revised goals for the "Programming in Chinese" column after one year.
实现VS code插件, 基于本地词典数据, 提供英汉翻译功能, 现仅支持单词和短语. Implement a vscode extension to translate English word or phrase to Chinese in source code.
实现Chrome插件, 基于本地词典数据, 提供Github和码云在线源码翻译功能, 添加关键词不翻译选项等. Implement a Chrome extension to translate English source code to Chinese on Github pages.
在代码中进行中文实践的几个短期目标. Some short-term goals of practising naming identifiers in Chinese.
在中文编程知乎专栏创立一周年之际, 对自己的相关历程作小结. Summary of my own relevant experience one year after starting "Programming in Chinese" column.
实现Chrome插件, 基于本地词典数据, 提供Github和码云在线源码翻译功能. Implement a Chrome extension to translate English source code to Chinese on Github pages.
实现浏览器插件, 基于本地词典数据, 提供网页上英语词语查询汉语释义功能, 添加词形变化等功能. Add features to English to Chinese dictionary using local data in browser extension.