Skip to content

Instantly share code, notes, and snippets.

View obaixii's full-sized avatar
🐢
Slow and Steady wins the race

Obaid Awan obaixii

🐢
Slow and Steady wins the race
View GitHub Profile
@obaixii
obaixii / semantic-commit-messages.md
Last active February 16, 2024 18:22 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

By following Git commit messages Standard, See how a minor change to your commit message style, can make you a better programmer.

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

<scope> is optional

Example

@sundowndev
sundowndev / GoogleDorking.md
Last active November 3, 2025 13:41
Google dork cheatsheet

Google dork cheatsheet

Search filters

Filter Description Example
allintext Searches for occurrences of all the keywords given. allintext:"keyword"
intext Searches for the occurrences of keywords all at once or one at a time. intext:"keyword"
inurl Searches for a URL matching one of the keywords. inurl:"keyword"
allinurl Searches for a URL matching all the keywords in the query. allinurl:"keyword"
intitle Searches for occurrences of keywords in title all or one. intitle:"keyword"

FWIW: I (@rondy) am not the creator of the content shared here, which is an excerpt from Edmond Lau's book. I simply copied and pasted it from another location and saved it as a personal note, before it gained popularity on news.ycombinator.com. Unfortunately, I cannot recall the exact origin of the original source, nor was I able to find the author's name, so I am can't provide the appropriate credits.


Effective Engineer - Notes

What's an Effective Engineer?