This file is indexed.

/usr/lib/pd/extra/hcs/ascii2int-help.pd is in pd-hcs 0.1-2.

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
#N canvas 438 263 461 272 10;
#X floatatom 253 143 5 0 0 0 - - -;
#X obj 241 191 ascii2int;
#X msg 305 168 bang;
#X msg 192 168 bang;
#X text 20 169 output current value -2;
#X text 343 168 <-- reset;
#X floatatom 241 220 0 0 0 0 - - -;
#X obj 241 117 int;
#X text 38 28 convert a stream of ASCII digits to a single int value
;
#X msg 242 63 49 52 57 32;
#X msg 138 63 53 56 49 50 1;
#X obj 241 240 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 241 95 zexy/drip 500;
#X connect 1 0 6 0;
#X connect 2 0 1 1;
#X connect 3 0 1 0;
#X connect 6 0 11 0;
#X connect 7 0 0 0;
#X connect 7 0 1 0;
#X connect 9 0 12 0;
#X connect 10 0 12 0;
#X connect 12 0 7 0;