- 授权协议: Apache
- 开发语言: PHP
- 操作系统: 跨平台
- 软件首页: http://www.94cb.com/Pythonic-PHP-Code-Formatter/
软件介绍
本项目创意来源于前天Twitter的一个热门段子,看到段子后当即动手,实现了这个Pythonic PHP Code Formatter。
这个工具可以自动化地把PHP中讨厌的分号以及花括号对齐到右侧,让PHP代码看起来就像Python!
但是请注意这只是一个玩具,使用该格式化工具会让你的代码变得难以维护,千万请不要在生产环境中使用!
在线演示地址: http://www.94cb.com/Pythonic-PHP-Code-Formatter
Github地址: https://github.com/lincanbin/Pythonic-PHP-Code-Formatter
代码格式化前:
代码格式化后:
Text Processing in Python
David Mertz / Addison-Wesley Professional / 2003-6-12 / USD 54.99
Text Processing in Python describes techniques for manipulation of text using the Python programming language. At the broadest level, text processing is simply taking textual information and doing som......一起来看看 《Text Processing in Python》 这本书的介绍吧!
