Skip to content

Instantly share code, notes, and snippets.

View debakarr's full-sized avatar
😅
I may be slow to respond.

Debakar Roy debakarr

😅
I may be slow to respond.
View GitHub Profile
  • Find who added code: git log --name-status --diff-filter=A --format='> %aN' -- | awk '/^>/ {tagline=$0}/^A\t/ {print tagline "\t" $0}'
@debakarr
debakarr / winrt_python.md
Last active November 25, 2022 06:46
WinRT in Python using winsdk

Password Save/Retrive from Windows Vault

API Documentation:

# password_vault.py
from winsdk.windows.security.credentials import PasswordCredential, PasswordVault
@debakarr
debakarr / KodeKloud_Scrapper.md
Last active March 3, 2025 21:06
Simple Python Script to download KodeKloud Resources

Disclaimer

Please use this only to keep your local copy. Please don't distribute the courses illegally. You will be responsible for the legal consequences.


Steps to follow

  • Sign in to kodekloud.com
  • Right Click -> Inspect -> Go to Network Tab -> Reload -> Select the first resource and copy the cookie:
  • Install Python and then some depencencies (use virtual environment if possible):
@debakarr
debakarr / kodekloud_course_decks.md
Last active May 10, 2025 06:17
Course decks for KodeKloud