-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
399 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"Content-Type": 140, "X-Notifications": 2, "X-Account-Notification-Type": 2, "Received": 397, "X-Received": 173, "From": 140, "Feedback-ID": 2, "To": 140, "Subject": 140, "Date": 140, "Message-ID": 140, "X-Priority": 1, "Received-SPF": 87, "X-GM-THRID": 140, "X-Google-DKIM-Signature": 86, "X-Gmail-Labels": 140, "Authentication-Results": 87, "MIME-Version": 140, "DKIM-Signature": 87, "Delivered-To": 87, "Return-Path": 220, "X-Tribe-Message-Count": 140, "X-Automattic-Destination": 1, "x-no-auto-attachment": 3, "X-Gm-Message-State": 86} | ||
{"X-Gmail-Labels": 140, "Delivered-To": 87, "From": 140, "Return-Path": 220, "X-Tribe-Message-Count": 140, "X-Gm-Message-State": 86, "To": 140, "Message-ID": 140, "X-Automattic-Destination": 1, "X-Received": 173, "X-Google-DKIM-Signature": 86, "Date": 140, "X-Notifications": 2, "Received": 397, "Received-SPF": 87, "Authentication-Results": 87, "X-Account-Notification-Type": 2, "MIME-Version": 140, "X-Priority": 1, "X-GM-THRID": 140, "x-no-auto-attachment": 3, "DKIM-Signature": 87, "Content-Type": 140, "Feedback-ID": 2, "Subject": 140} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,55 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd"> | ||
<key attr.name="weight" attr.type="double" for="edge" id="d3" /> | ||
<key attr.name="mbox" attr.type="string" for="graph" id="d2" /> | ||
<key attr.name="name" attr.type="string" for="graph" id="d1" /> | ||
<key attr.name="weight" attr.type="double" for="edge" id="d7" /> | ||
<key attr.name="norm" attr.type="double" for="edge" id="d6" /> | ||
<key attr.name="count" attr.type="int" for="edge" id="d5" /> | ||
<key attr.name="name" attr.type="string" for="graph" id="d4" /> | ||
<key attr.name="n_emails" attr.type="int" for="graph" id="d3" /> | ||
<key attr.name="mbox_size" attr.type="string" for="graph" id="d2" /> | ||
<key attr.name="mbox" attr.type="string" for="graph" id="d1" /> | ||
<key attr.name="extracted" attr.type="string" for="graph" id="d0" /> | ||
<graph edgedefault="undirected"> | ||
<data key="d0">Wed Jun 22 21:28:08 2016 -0400</data> | ||
<data key="d1">Email Network</data> | ||
<data key="d2">fixtures/test.mbox</data> | ||
<data key="d0">Wed Jul 06 13:42:31 2016 -0400</data> | ||
<data key="d1">fixtures/test.mbox</data> | ||
<data key="d2">922.8KiB</data> | ||
<data key="d3">140</data> | ||
<data key="d4">Email Network</data> | ||
<node id="[email protected]" /> | ||
<node id="[email protected]" /> | ||
<node id="[email protected]" /> | ||
<node id="[email protected]" /> | ||
<node id="[email protected]" /> | ||
<node id="[email protected]" /> | ||
<node id="[email protected]" /> | ||
<node id="[email protected]" /> | ||
<node id="[email protected]" /> | ||
<node id="[email protected]" /> | ||
<edge source="[email protected]" target="[email protected]"> | ||
<data key="d3">0.5428571428571428</data> | ||
<data key="d5">76</data> | ||
<data key="d6">1.0</data> | ||
<data key="d7">0.542857142857</data> | ||
</edge> | ||
<edge source="[email protected]" target="[email protected]"> | ||
<data key="d5">1</data> | ||
<data key="d6">0.0131578947368</data> | ||
<data key="d7">0.00714285714286</data> | ||
</edge> | ||
<edge source="[email protected]" target="[email protected]"> | ||
<data key="d3">0.014285714285714285</data> | ||
<data key="d5">2</data> | ||
<data key="d6">0.0263157894737</data> | ||
<data key="d7">0.0142857142857</data> | ||
</edge> | ||
<edge source="[email protected]" target="[email protected]"> | ||
<data key="d3">0.40714285714285714</data> | ||
</edge> | ||
<edge source="[email protected]" target="[email protected]"> | ||
<data key="d3">0.007142857142857143</data> | ||
<data key="d5">57</data> | ||
<data key="d6">0.75</data> | ||
<data key="d7">0.407142857143</data> | ||
</edge> | ||
<edge source="[email protected]" target="[email protected]"> | ||
<data key="d3">0.007142857142857143</data> | ||
<edge source="[email protected]" target="[email protected]"> | ||
<data key="d5">3</data> | ||
<data key="d6">0.0394736842105</data> | ||
<data key="d7">0.0214285714286</data> | ||
</edge> | ||
<edge source="[email protected]" target="[email protected]"> | ||
<data key="d3">0.02142857142857143</data> | ||
<edge source="[email protected]" target="[email protected]"> | ||
<data key="d5">1</data> | ||
<data key="d6">0.0131578947368</data> | ||
<data key="d7">0.00714285714286</data> | ||
</edge> | ||
</graph> | ||
</graphml> |
Oops, something went wrong.