-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsoft.php
30 lines (29 loc) · 1.54 KB
/
soft.php
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
27
28
29
30
<?php include("header.html"); ?>
<!-- vim: set ts=2 sw=2 tw=79: -->
<h2>Software</h2>
<p>My current projects are hosted on <a
href="https://github.com/rionda?tab=repositories">my personal GitHub</a>,
or on the <a href="https://github.com/acdmammoths">Data* Mammoths
GitHub</a>.<br />
I am also a committer for <a
href="https://networkit.github.io/">NetworKit</a>, a toolkit for
high-performance network analysis.</p>
<p><a href="https://github.com/rionda/chato-notes">ChaTo-notes</a>: a
LaTeX package to insert notes, todo lists, questions, and answers. It is
useful when writing papers with multiple authors.</p>
<p><a href="software/radeprogrfi.tar.bz2">RadeProgrFI</a>: Mining Frequent
Itemsets through Progressive Sampling with Rademacher Averages.</p>
<p>Centrsampl: If you are looking for the software to approximate
betweenness centrality via sampling, check out the implementation in <a
href="https://networkit.iti.kit.edu/">NetworKit</a> as
<em>ApproxBetweenness</em>.</p>
<p><a href="software/parma.tar.bz2">PARMA</a> (only for archival purposes):
Frequent Itemsets and Association Rule Mining for MapReduce (<a
href="papers/RiondatoEtAl-PARMA-CIKM.pdf">Paper</a>).<br />
PARMA is also used inside <a
href="https://samoa.incubator.apache.org">Apache SAMOA</a>, Yahoo's
platform for Big Data streams analysis.</p>
<p>In my salad days, I was a <a
href="https://www.FreeBSD.org">FreeBSD</a> committer, and the release
engineer for <a href="https://www.freesbie.org">FreeSBIE 2.x</a>.</p>
<?php include("footer.html"); ?>