1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 21:26:44 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
Luciano Strika defd1e397a use constant names to reaplce number. It is easier to understand what the code does now, and future refactors will be less error prone. 2018-07-12 21:40:16 -03:00
Luciano Strika 28fb2bfec6 abstract functions away for improved readibility and maintainability 2018-07-12 21:39:22 -03:00
Luciano Strika da28771646 add constants for improved readibility of code. 2018-07-12 21:37:29 -03:00
Edward Betts 3ce21e7d6b Correct spelling mistake. 2018-07-11 17:18:20 +01:00
cclauss ae9004bff2 Modernize Python 2 code to get ready for Python 3 2018-07-03 22:09:51 +02:00
Igor Chubin 5ed0e75424 do not use sexy comments for ruby (ruby is sexy enough even without it) 2018-06-03 18:44:54 +00:00
Igor Chubin 92e226a9c6 new function: code_blocks() 2018-05-06 17:36:21 +00:00
Igor Chubin 3646d517a5 lib/beautifier.py: start subprocess using gevent 2018-05-05 12:06:31 +00:00
Igor Chubin 105de02085 added lib/beautifier.py 2018-05-04 22:55:36 +00:00