Skip to content
View Finndersen's full-sized avatar

Block or report Finndersen

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. LEDuino LEDuino Public

    A powerful & flexible framework for mapping animation patterns to segments of an LED strip

    C++ 13 1

  2. infinityheart infinityheart Public

    Arduino code for my infinity mirror heart project

    C++

  3. asn1tools asn1tools Public

    Forked from eerimoq/asn1tools

    ASN.1 parsing, encoding and decoding.

    Python

  4. django-q django-q Public

    Forked from Koed00/django-q

    A multiprocessing distributed task queue for Django

    Python

  5. es-theme-tronkyfran es-theme-tronkyfran Public

    Forked from HerbFargus/es-theme-tronkyfran

    This repository contains the EmulationStation theme "Tronkyfran"

  6. PolymorphicRelatedQuerySet which all... PolymorphicRelatedQuerySet which allows select_related() to return polymorphic child models instead of base model
    1
    """
    2
    PolymorphicRelatedQuerySet which allows select_related()  to return polymorphic child models instead of base model
    3
    Based on code by AndySun25 at: https://gist.github.com/AndySun25/157da4195c139a38ec3d609a277773cb
    4
    To address issue: https://github.com/django-polymorphic/django-polymorphic/issues/244
    5
    Added support for Polymorphic Proxy Models