CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
21k stars 2.51k forks source link

[NEW TOOL] common reg expression and latex generator? #1009

Open liu1084 opened 4 months ago

liu1084 commented 4 months ago

What tool do you want? common reg expression and latex generator?

Describe the solution you'd like

  1. common reg expression: like phone, email, ipaddress, id card number and so on.

  2. latex gererator: like convert math expression to latex, and convert latext image to latex text. image $$ Q\left(s_t, a_t\right)=Q\left(s_t, at\right)+\alpha\left(r{t+1}+\gamma \max a Q\left(s{t+1}, a\right)-Q\left(s_t, a_t\right)\right) $$

sharevb commented 4 months ago

Hi, will make a PR regarding common regex cheatsheet Regarding math to latex, will make a PR But image to latex will not be possible, you can use mathpix that is really impressive

sharevb commented 3 months ago

Hi @liu1084 and @CorentinTh, math format conversion is implemented in #1101

sharevb commented 2 months ago

Hi @liu1084 and @CorentinTh, common regex cheatsheet implemented in #1185

sharevb commented 2 weeks ago

Hi @liu1084 and @CorentinTh , math ocr implemented in PR #1255