How to Count Lines from Codes/Git Repository
You can run from Terminal or CLI in the repository Which will give you the total count → Tested and it works 🙂 www – 1,386,872 linesimage – 161,500 linescid – 136,464 lines Source:
@mohdneotech / Perjalanan hidup seorang g33k melayu
@mohdneotech / Perjalanan hidup seorang g33k melayu
You can run from Terminal or CLI in the repository Which will give you the total count → Tested and it works 🙂 www – 1,386,872 linesimage – 161,500 linescid – 136,464 lines Source:
Using a .env file to store API keys and other sensitive information is a common practice in Python applications. You can use the python-dotenv library to easily load variables from a .env file into your Python script. Here’s how you…