Pythonic PHP Code Formatter

码农软件 · 软件分类 · 语法着色和高亮 · 2019-04-05 22:43:45

软件介绍

本项目创意来源于前天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

代码格式化前:

代码格式化后:

本文地址:https://codercto.com/soft/d/2951.html

Text Processing in Python

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》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具