File: random.htm

package info (click to toggle)
moodss 9.0-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,540 kB
  • ctags: 609
  • sloc: sh: 8,869; tcl: 6,909; ansic: 113; makefile: 44
file content (27 lines) | stat: -rw-r--r-- 818 bytes parent folder | download | duplicates (2)
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
<html>
<head>
<title>Random moodss module.</title>
</head>
<body>

<p>This is a simple demonstration module for the <b>moodss</b> (Modular Object Oriented Dynamic SpreadSheet) utility. Most of the data is randomly generated.

<p>Data is presented in 2 tables: one for the <i>CPU</i> and <i>memory</i> usage, the other for <i>disk</i> usage:

<pre><img src="random.gif"></pre>

<b>Module options:</b>

<ul>
<li>
<i>-a</i> (<i>--asynchronous</i>)
<br>simulates asynchronous module behavior by spontaneously self updating in a semi-random fashion, when time permits (erratic during full moon periods :^).
</li>
<li>
<i>-i</i> (<i>--identify</i>)
<br>generate a unique name as an identifier for the module, visible in data tables title and viewers data cell labels. Example: <i>random 88</i>.
</li>
</ul>

</body>
</html>