1
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #86 from truesch/master More... almost 3 years ago
add german licence plate More... almost 3 years ago
Merge pull request #84 from Curiousity-Advocate/ZipCodeUpdate More... almost 3 years ago
- Fix typo in the unit test for BB code More... almost 3 years ago
This commit contains improvment to zip code regex and its corresponding unit tests. The changes include the ability to meaningfully find desired zip code. For example, if we are looking for _1234_ zip code in the following text **'My dummy zip code 12345 but the actual code is 1234'** , the previous version would find two zip codes but realistically there is only one. The improvement only picksup one code. Seconadly, after a bit of investigations I made the regex expression more precise for example AD zip code start with **one** through **seven** so instead of **\d{3} ** we can replace it with **[1-7]\d{2}**. Finally, to improve the confidence in the code, added a new uhnit tests to test positive and negative cases. - **AD:** [https://en.wikipedia.org/wiki/Postal_codes_in_Andorra](https://en.wikipedia.org/wiki/Postal_codes_in_Andorra) - **AM:** [https://web.archive.org/web/20180502071142/http://thepostalcodes.net/armenia/](https://web.archive.org/web/20180502071142/http://thepostalcodes.net/armenia/) - **AR:** [https://en.wikipedia.org/wiki/Postal_codes_in_Argentina](https://en.wikipedia.org/wiki/Postal_codes_in_Argentina), and [https://en.wikipedia.org/wiki/ISO_3166-2:AR](https://en.wikipedia.org/wiki/ISO_3166-2:AR). The change is mainly to imrpove readibility - **AT:** [https://en.wikipedia.org/wiki/Postal_codes_in_Austria](https://en.wikipedia.org/wiki/Postal_codes_in_Austria) - **AX:** [https://en.wikipedia.org/wiki/Åland_Islands](https://en.wikipedia.org/wiki/Åland_Islands) look at _Administration_ section - **AZ:** [https://en.wikipedia.org/wiki/Postal_codes_in_Azerbaijan](https://en.wikipedia.org/wiki/Postal_codes_in_Azerbaijan) - **BA:** [https://postal-codes.cybo.com/bosnia-and-herzegovina/](https://postal-codes.cybo.com/bosnia-and-herzegovina/) - **BB:** [https://en.wikipedia.org/wiki/ISO_3166-2:BB](https://en.wikipedia.org/wiki/ISO_3166-2:BB) - **BE:** [https://en.wikipedia.org/wiki/List_of_postal_codes_in_Belgium](https://en.wikipedia.org/wiki/List_of_postal_codes_in_Belgium) - **BH:** Prevous code could actually pickup any pattern because of **?** at the end - **BM:** [https://www.bermudayp.com/article/view/1963/2018/5/bermuda-postal-codes](https://www.bermudayp.com/article/view/1963/2018/5/bermuda-postal-codes) - **BN:** [https://en.youbianku.com/Brunei](https://en.youbianku.com/Brunei) More... almost 3 years ago
Create FUNDING.yml More... about 3 years ago
Merge pull request #81 from shibli049/master More... about 3 years ago
update phone number pattern, and test for BD More... about 3 years ago
Merge pull request #76 from nickgashkov/feature/ethereum-hash More... over 3 years ago
Merge pull request #77 from wimmuskee/test-patterns-encoding More... over 4 years ago
utf-8 encoding in patterns test, small fix in greek license plates More... over 4 years ago
Add 'ETHEREUM_HASH' regex pattern More... over 4 years ago
Merge branch 'master' of github.com:lk-geimfari/expynent More... almost 5 years ago
Update dependencies More... almost 5 years ago
Merge pull request #73 from wimmuskee/encoding More... over 5 years ago
Add utf-8 source code encoding to patterns More... over 5 years ago
Removed docs sextion More... over 5 years ago
Fix More... over 5 years ago
Removed logo More... over 5 years ago
Update README.md More... over 5 years ago
Updated dependecies and readme More... over 5 years ago
Resolved conflicts More... over 5 years ago
Minor improvements More... over 5 years ago
Add regex pattern for PGP fingerprint (#72) More... over 5 years ago
Add python 3.7 support (#71) More... over 5 years ago
Fix CI (#70) More... over 5 years ago
Add pattern for greek license plates (#69) More... over 5 years ago
Merge pull request #68 from kutsevol/master More... over 6 years ago
Add flake8 to the dependencies. Update Makefile More... over 6 years ago
Move `make lint` in before_script from script More... over 6 years ago