{% include 'header.html' %}

{{ author_email }}


Graph explore {{author_email}}

{% for row in repos %} {% endfor %}
Repo # Commits Last seen (days)
{{ row['_repo_id'] }} {{ row['commits'] }} {{ row['last_seen'] }}

Technology View


{% for row in tech %} {% endfor %}
Tech # Commits # Repos Last seen (days) Days active
{{ row['_ext'] }} {{ row['commits'] }} {{ row['repos'] }} {{ row['last_seen'] }} {{ row['days_active'] }}

{% include '_single_radar.html' %} {% include '_footer_scripts.html' %} {% include '_datatable_scripts.html' %}