1
0
Fork
You've already forked metrics-tasks
0
Technical reports and code snippets for metrics analyses (Downstream Fork) https://gitweb.torproject.org/metrics-tasks.git
  • Java 48.7%
  • Python 31.1%
  • R 16.3%
  • CSS 1.7%
  • Shell 0.9%
  • Other 1.2%
Find a file
2012年08月07日 19:28:01 +02:00
task-1890 Add the graphing code for #1890 . 2012年03月28日 08:57:16 +02:00
task-1991 Add code to generate the #1991 graphs. 2011年04月19日 21:21:05 +02:00
task-2394 Tweak plot.sh a bit more ( #2394 ). 2011年11月10日 08:17:49 +01:00
task-2537 Add code to turn BridgeDB logs into assignment.log files. 2011年03月13日 18:43:24 +01:00
task-2647 Move #2647 report sources to tech-reports.git. 2012年08月07日 15:27:04 +02:00
task-2649 [2714] Move task-2649 to task-2714 2011年05月29日 03:59:07 -07:00
task-2680 Add an example analysis and fix a minor bug. 2011年03月15日 14:49:20 +01:00
task-2686 Add R code for #2686 . 2011年04月28日 10:45:36 +02:00
task-2714 [2714] Actually graph the HSDir set size 2011年05月29日 04:22:55 -07:00
task-2718 Move #2718 report sources to tech-reports.git. 2012年07月25日 13:07:19 +02:00
task-2754 Move #2754 report sources to tech-reports.git. 2012年07月25日 13:07:19 +02:00
task-2762 Check in Thematic Mapping API prototype. 2011年03月15日 16:43:22 +01:00
task-2768 Add code to verify consensuses ( #2768 ). 2012年04月26日 16:14:58 +02:00
task-2772 Add code for bw scanner failure graph. 2011年03月17日 13:32:41 +01:00
task-2794 Add code for bridge churn graph ( #2794 ). 2011年03月24日 16:05:35 +01:00
task-2866 Add simple parser for bridge descriptors in python to work on ticket 2866 2012年05月11日 12:49:09 +02:00
task-2911 Move #2911 report sources to tech-reports.git. 2012年07月25日 13:07:19 +02:00
task-3260 Add parsing and graphing code for #3260 . 2012年03月20日 09:15:23 +01:00
task-3261 Update analysis code for #3261 . 2012年04月27日 08:50:31 +02:00
task-3276 Add code for task 3276. 2011年05月24日 09:33:51 +02:00
task-3277 Add another graph for #3277 . 2011年05月25日 08:02:13 +02:00
task-3338 Fix missing comma in #3338 R script. 2011年07月29日 07:33:26 -04:00
task-3574 Commit graphing code for #3574 . 2012年04月04日 09:15:30 +02:00
task-4030 Move #4030 report sources to tech-reports.git. 2012年07月25日 13:07:19 +02:00
task-4142 Add a graph for task 4142. 2011年10月04日 17:50:50 +02:00
task-4147 Add parsing and graphing code for #4147 . 2012年03月17日 08:10:34 +01:00
task-4255 Use shades of gray instead of dashed/dotted lines ( #4255 ). 2012年07月30日 14:23:59 +02:00
task-4499 Update #4499 graphing code to ggplot2 0.9 and .pdf. 2012年08月07日 19:28:01 +02:00
task-4686 Update #4686 graphing code. 2012年01月23日 11:52:08 +01:00
task-4776 Add graphing code for #4776 . 2012年01月24日 11:43:42 +01:00
task-4906 Add graphing code for #4906 . 2012年01月15日 06:10:23 +01:00
task-6232 Tweak asn's #6232 graph a bit. 2012年07月26日 11:32:46 +02:00
task-6329 #6329 Only show families as accepted by consensus (mutually listed relays) 2012年08月07日 14:37:57 +02:00
task-6443 Use sequence of greens instead of default colors ( #6443 ). 2012年07月30日 10:04:58 +02:00
task-6498 Tweak #6498 graphing code for running in a cronjob. 2012年08月03日 14:32:22 +02:00
LICENSE Fix indentation in global LICENSE 2011年04月09日 10:27:58 -07:00
README Improve the README a bit. 2011年03月10日 17:02:12 +01:00

Welcome to the metrics-tasks code repository!
This repository contains technical reports and code snippets for metrics
analyses. Most of this code was written with the single purpose of
answering a metrics question. Once it's answered, we're done. But the
code should be somewhere in case we want to answer a similar question in
the future. And this "somewhere" shouldn't be someone's desktop.
The rules are simple:
 - Whenever we feel like we want to share technical report sources or
 Java, R, Python code for metrics analyses, we create a new subdirectory
 here. The naming convention is simply that we use the ticket number
 that Trac assigns as subdirectory name. For example, code for ticket
 #1234 should go in subdirectory task-1234/. If there's no Trac ticket
 yet, then why are you working on it? Go create a Trac ticket first!
 - There should be a README file in every subdirectory saying what the
 code does, what libraries are required, and so on. Don't spend much
 time on writing a good README, but imagine that you might want to know
 what's going on in 3, 6, or 12 months.
 - Don't check in binaries. We assume that whoever checks out code from
 this repository knows how to download libraries and compile sources.
 - If we open a follow-up ticket to a ticket that has code in this
 repository, we `git mv` the files and create a tiny text file in the
 original ticket directory saying where the code moved.
 - The code in a ticket may never rely on the code of another ticket in
 this repository. Consider the subdirectories as small projects that we
 were just too lazy to create new Git repositories for. Other than that
 subdirectories here have nothing in common.
So much about the rules. Now go answer fine metrics questions!