Skip to content

Instantly share code, notes, and snippets.

View YashKumarVerma's full-sized avatar
🎊
writing messed up code to battle AI bots. One commit at a time

Yash Kumar Verma YashKumarVerma

🎊
writing messed up code to battle AI bots. One commit at a time
View GitHub Profile

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@YashKumarVerma
YashKumarVerma / gist:9b37748c1a8bb16eb627272df5aebd9c
Created April 3, 2020 12:46 — forked from cjaoude/gist:fd9910626629b53c4d25
Test list of Valid and Invalid Email addresses
Use: for testing against email regex
ref: http://codefool.tumblr.com/post/15288874550/list-of-valid-and-invalid-email-addresses
List of Valid Email Addresses
email@example.com
firstname.lastname@example.com
email@subdomain.example.com
firstname+lastname@example.com