Skip to content

Instantly share code, notes, and snippets.

View farhadmpr's full-sized avatar
😎
Try to be a professional

Farhad Mortezapour farhadmpr

😎
Try to be a professional
View GitHub Profile
@H3lllfir3
H3lllfir3 / gist:dba29c9a781db761da121e51171950b4
Created August 20, 2021 13:15
لیست لغات زبان انگلیسی بر اساس تکرار
# لیست کتابها
1. Automate the Boring Stuff with Python
2. Serious Python
3. expert python programming
4. Python Crash Course
5. headfirst python
6. python document
('the', 86496)

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?

@eyecatchup
eyecatchup / git-commit-log-stats.md
Last active May 22, 2024 12:19
Some commands to get git commit log statistics for a repository on the command line.

git commit stats

Commands to get commit statistics for a Git repository from the command line -
using git log, git shortlog and friends.