зеркало из https://github.com/mozilla/rappor.git
- Hook up latch server for faster editing.
- Declare charset to remove browser warning. - Tweak text.
This commit is contained in:
Родитель
878fc14cac
Коммит
45319045d9
5
build.sh
5
build.sh
|
@ -30,18 +30,19 @@ run-markdown() {
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<style>
|
||||
code { color: green }
|
||||
</style>
|
||||
<!-- INSERT LATCH JS -->
|
||||
</head>
|
||||
<body style="margin: 0 auto; width: 40em; text-align: left;">
|
||||
<p>
|
||||
<!-- INSERT LATCH HTML -->
|
||||
EOF
|
||||
|
||||
markdown "$@"
|
||||
|
||||
cat <<EOF
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
EOF
|
||||
|
|
|
@ -10,15 +10,12 @@ Start with this command:
|
|||
|
||||
$ ./demo.sh run
|
||||
|
||||
It currently takes 45 seconds or so to run.
|
||||
It takes a minute or so to run. The dependencies listed in the
|
||||
[README](../README.html) must be installed.
|
||||
|
||||
As described in the [README](../README.html), this command generates simulated
|
||||
input data with different distributions, runs it through RAPPOR, then analyzes
|
||||
and plots the output.
|
||||
This command generates simulated input data with different distributions, runs
|
||||
it through RAPPOR, then analyzes and plots the output.
|
||||
|
||||
(The dependencies listed in the README must be installed.)
|
||||
|
||||
The command is composed of serveral part.
|
||||
|
||||
1. Generating Simulated Input Data
|
||||
----------------------------------
|
||||
|
|
Загрузка…
Ссылка в новой задаче