🏍️
I may be really slow to respond.
Build | Break | Wonder
- Bengaluru
-
12:11
(UTC -12:00)
Pinned Loading
-
resume-agent-skills
resume-agent-skills Public📄 Two agent skills that build a deep career profile once, then tailor ATS-ready resumes from it for every job application. Profile compounds.
Shell 1
-
Sorted dictfetchall
Sorted dictfetchall 1#the regular dictfetchall2def dictfetchall(cursor):
3"Return all rows from a cursor as a dict"4columns = [col[0] for col in cursor.description]
5return [ -
python get all leaf dicts from dict ...
python get all leaf dicts from dict of nested dicts and lists 1def get_leaf_dicts(data, return_list = None):
2if return_list is None:
3return_list = []
4if isinstance(data, dict):
5if any((isinstance(i, dict) or isinstance(i, list)) for i in data.values()):
-
git-scrapper with APIs
git-scrapper with APIs 1'''2Created on Jun 24, 201834@author: pie5'''
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


