Skip to content
View efojs's full-sized avatar
Block or Report

Block or report efojs

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

  1. rangiano rangiano Public

    Play melody by changing distance. Arduino project

    C++ 1

  2. Custom AJAX storage for Django's mes... Custom AJAX storage for Django's messages framework
    1
    MESSAGE_STORAGE = 'PROJECT_NAME.storage.CustomAjaxStorage'
  3. yt_views_subs yt_views_subs Public

    Check if there is any visible relation between subscribers and views on YouTube

    Jupyter Notebook 1

  4. Custom template tag for Django to r... Custom template tag for Django to return link tag, if target path is not current, and text if it is
    1
    # Writing custom template tags:
    2
    # https://docs.djangoproject.com/en/3.0/howto/custom-template-tags/#writing-custom-template-tags
    3
    #
    4
    # Usage:
    5
    # {% link_unless_current 'target_path_name' 'optional_link_text' %}
  5. reverse_proxy reverse_proxy Public

    Local reverse proxy

    Python