Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 deletions

View File

@@ -4,7 +4,7 @@
 Author: aloisdg
 -->
 Awesome Regex
 Awesome Regex
!Awesome (https://awesome.re/badge.svg) (https://awesome.re)
!Main workflow (https://github.com/aloisdg/awesome-regex/workflows/Main%20workflow/badge.svg) (https://github.com/aloisdg/awesome-regex/actions)
@@ -13,11 +13,12 @@
A curated collection of awesome Regex libraries, tools, frameworks and software. The goal is to build a categorized community-driven collection of very well-known resources.
Inspired by awesome-dotnet (https://github.com/quozd/awesome-dotnet), awesome-ruby (https://github.com/markets/awesome-ruby), awesome-awesomeness (https://github.com/bayandin/awesome-awesomeness) and the whole 
awesome-* trend on GitHub. Thank you Reddit (http://www.reddit.com/r/regex), Hacker News (https://news.ycombinator.com/item?id=9581225) and Stack Overflow (http://stackoverflow.com/tags/regex/info) for the help.
Inspired by awesome-dotnet (https://github.com/quozd/awesome-dotnet), awesome-ruby (https://github.com/markets/awesome-ruby), awesome-awesomeness 
(https://github.com/bayandin/awesome-awesomeness) and the whole awesome-* trend on GitHub. Thank you Reddit (http://www.reddit.com/r/regex), Hacker News 
(https://news.ycombinator.com/item?id=9581225) and Stack Overflow (http://stackoverflow.com/tags/regex/info) for the help.
Sharing, suggestions and contributions are always welcome! Please take a look at the contribution guidelines and quality standard (https://github.com/aloisdg/awesome-regex/blob/master/CONTRIBUTING.md) first. 
Thanks to all contributors, you're awesome and wouldn't be possible without you!
Sharing, suggestions and contributions are always welcome! Please take a look at the contribution guidelines and quality standard 
(https://github.com/aloisdg/awesome-regex/blob/master/CONTRIBUTING.md) first. Thanks to all contributors, you're awesome and wouldn't be possible without you!
Contents
@@ -88,8 +89,8 @@
Security
- SafeRegex (https://github.com/jkutner/saferegex) - A command-line tool for testing regular expressions for ReDoS (https://owasp.org/www-community/attacks/Regular_expression_Denial_of_Service_-_ReDoS) 
vulnerabilities.
- SafeRegex (https://github.com/jkutner/saferegex) - A command-line tool for testing regular expressions for ReDoS 
(https://owasp.org/www-community/attacks/Regular_expression_Denial_of_Service_-_ReDoS) vulnerabilities.
Learning
@@ -148,7 +149,8 @@
- VerbalExpressions (https://github.com/VerbalExpressions) - VerbalExpressions is a cross-language library that helps to construct difficult regular expressions.
- Super Expressive (https://github.com/francisrstokes/super-expressive) - Super Expressive is a JavaScript library that allows you to build regular expressions in natural language.
- XRegExp (http://xregexp.com) - JavaScript Regex library.
- RE2 (https://github.com/google/re2) - RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
- RE2 (https://github.com/google/re2) - RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ 
library.
- Hyperscan (https://github.com/01org/hyperscan) - High-performance multiple Regex matching library.
Collections
@@ -178,7 +180,8 @@
- The Bad, the Better, and the Best (https://www.loggly.com/blog/regexes-the-bad-better-best/) - How a few characters can make a difference in performance.
- The Greatest Regex Trick Ever (http://www.rexegg.com/regex-best-trick.html) - So you're doubtful at the mention of a "best Regex trick"?
- Treat regular expressions as code, not magic (http://alexwlchan.net/2016/04/regexes-are-code/) - If you dont write them carefully, you can end up with an unmaintainable monstrosity.
- Demystifying The Regular Expression That Checks If A Number Is Prime (https://iluxonchik.github.io/regular-expression-check-if-number-is-prime/) - How a regular expression can check if a number is prime.
- Demystifying The Regular Expression That Checks If A Number Is Prime (https://iluxonchik.github.io/regular-expression-check-if-number-is-prime/) - How a regular expression can check if a 
number is prime.
- Regex Tree: a regular expressions processor (https://medium.com/@DmitrySoshnikov/regexp-tree-a-regular-expressions-parser-with-a-simple-ast-format-bcd4d5580df6)
- The thirty minute regex tutorial (https://www.codeproject.com/Articles/9099/The-Minute-Regex-Tutorial) - Regular Expressions in 30 Minutes.
- Regular Expression Matching Can Be Simple And Fast (https://swtch.com/~rsc/regexp/regexp1.html)
@@ -224,6 +227,6 @@
- JavaScript Cheat Sheet (https://www.debuggex.com/cheatsheet/regex/javascript)
- RegexLearn Cheat Sheet (https://regexlearn.com/cheatsheet)
 Other awesome lists
 Other awesome lists
Other amazingly awesome lists can be found at the official awesome list (https://github.com/sindresorhus/awesome) and here (https://github.com/jnv/lists).