-
Notifications
You must be signed in to change notification settings - Fork 1
/
huffman.html
26 lines (17 loc) · 928 Bytes
/
huffman.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
layout: default
title: Huffman
breadcrumb:
- Home
- Huffman
---
<h1>Huffman</h1>
<p>Stats for grades on the Huffman homework.</p>
<p><i class="fas fa-info fa-fw"></i> Homework overall stats are calculated on all latest grades (or latest traces, meaning the rightest column in the grades tables below).</p>
{% include table.html data = site.data.huffman.overall %}
<h2>Grades</h2>
{% capture subject %}[Algostats] Data de-anonymization{% endcapture %}
{% capture message %}Hello,
I am <fullname or login> and I'd like all my grades — my data — to be de-anonymized and made public on {{ site.github.url }}.{% endcapture %}
<p>The grades are anonymized by default. If you want your data de-anonymized, <a href="mailto:[email protected]?subject={{ subject | url_encode }}&body={{ message | url_encode }}">send a mail to us</a> from your @epita.fr email.</p>
{% include grades.html data = site.data.huffman %}