Merge pull request #456 from lucky-c/add-general-tools

Add Crontab Guru in README.md
This commit is contained in:
Sonkeng Maldini
2020-10-13 21:43:13 +01:00
committed by GitHub

View File

@@ -203,6 +203,7 @@ When learning CS, there are some useful sites you must know to get always inform
## General Tools
- [CodePad](https://codepad.remoteinterview.io/DDCUYLAEYS) : Quickly Conduct Coding Interviews and Phone Screen Interviews.
- [CodePen](https://codepen.io) : Front End Developer Playground & Code Editor in the Browser
- [Crontab Guru](https://crontab.guru/) : Quick and simple editor for cron schedule expressions
- [Devicons](http://vorillaz.github.io/devicons/#/main) : Cheatsheet for devs icons
- [regex101](https://regex101.com) : Online regex tester and debugger: PHP, PCRE, Python, Golang and JavaScript
- [regexr](https://regexr.com) : Another online tool to learn, build & test Regular Expressions