This file is indexed.

/usr/lib/pd/extra/cyclone/anal-help.pd is in pd-cyclone 0.1~alpha55-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
31
32
33
34
#N canvas 217 155 496 386 10;
#X obj 4 4 cnv 15 400 40 empty empty empty 20 12 0 14 -262130 -66577 0;
#X text 23 347 docs based on the MAX/MSP reference (c) cycling'74
;
#X text 22 361 ___________________________________________________ ;
#X obj 41 22 anal 64;
#X text 102 22 generate a histogram of number pairs received;
#X text 108 184 arg sets the number of pairs to store;
#X obj 48 192 anal 32;
#X text 107 199 128 is the default 1024 is max;
#X msg 48 79 clear;
#X msg 59 101 reset;
#X text 99 79 erase all numbers;
#X text 107 102 erase last number received;
#X floatatom 68 151 5 0 0 0 - - -;
#X msg 125 138 1;
#X msg 154 138 2;
#X msg 181 138 3;
#X text 171 251 how often did the last two numbers occur ?;
#X floatatom 48 288 5 0 0 0 - - -;
#X floatatom 87 267 5 0 0 0 - - -;
#X obj 48 226 unpack f f f;
#X floatatom 127 251 5 0 0 0 - - -;
#X text 134 281 numbers in the pair;
#X connect 6 0 19 0;
#X connect 8 0 6 0;
#X connect 9 0 6 0;
#X connect 12 0 6 0;
#X connect 13 0 6 0;
#X connect 14 0 6 0;
#X connect 15 0 6 0;
#X connect 19 0 17 0;
#X connect 19 1 18 0;
#X connect 19 2 20 0;