Skip to content
View vignzpie's full-sized avatar
🏍️
I may be really slow to respond.
🏍️
I may be really slow to respond.
  • Bengaluru
  • 12:11 (UTC -12:00)

Block or report vignzpie

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 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

  2. Sorted dictfetchall Sorted dictfetchall
    1
    #the regular dictfetchall
    2
    def dictfetchall(cursor):
    3
        "Return all rows from a cursor as a dict"
    4
        columns = [col[0] for col in cursor.description]
    5
        return [
  3. python get all leaf dicts from dict ... python get all leaf dicts from dict of nested dicts and lists
    1
    def get_leaf_dicts(data, return_list = None):
    2
        if return_list is None:
    3
            return_list = []
    4
        if isinstance(data, dict):
    5
            if any((isinstance(i, dict) or isinstance(i, list)) for i in data.values()):
  4. git-scrapper with APIs git-scrapper with APIs
    1
    '''
    2
    Created on Jun 24, 2018
    3
    4
    @author: pie
    5
    '''
  5. buynsell buynsell Public

    CSS 1