{% include 'header.html' %}
{{ author_email }}
Graph explore {{author_email}}
Repo |
# Commits |
Last seen (days) |
{% for row in repos %}
{{ row['_repo_id'] }} |
{{ row['commits'] }} |
{{ row['last_seen'] }} |
{% endfor %}
Technology View
Tech |
# Commits |
# Repos |
Last seen (days) |
Days active |
{% for row in tech %}
{{ row['_ext'] }} |
{{ row['commits'] }} |
{{ row['repos'] }} |
{{ row['last_seen'] }} |
{{ row['days_active'] }} |
{% endfor %}
{% include '_single_radar.html' %}
{% include '_footer_scripts.html' %}
{% include '_datatable_scripts.html' %}