This file is indexed.

/usr/lib/pd/extra/mapping/radians2mapping.pd is in pd-mapping 0.2.1-1.

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
#N canvas 1 53 429 400 10;
#X obj 42 36 inlet;
#X obj 140 297 outlet;
#X text 19 9 [rad2hid];
#X obj 141 234 % 628318;
#X obj 127 167 moses 0;
#X obj 141 255 / 628318;
#X obj 42 96 * 100000;
#X obj 41 167 % 628318;
#X obj 42 136 moses -314159;
#X obj 85 200 + 628318;
#X text 10 66 % is an int operation \, we want floats \, so convert
to large integers;
#X text 225 351 released under the GNU GPL;
#X text 8 337 (C) Copyright 2005 Hans-Christoph Steiner <hans@at.or.at>
;
#X connect 0 0 6 0;
#X connect 3 0 5 0;
#X connect 4 0 9 0;
#X connect 4 1 3 0;
#X connect 5 0 1 0;
#X connect 6 0 8 0;
#X connect 7 0 9 0;
#X connect 8 0 7 0;
#X connect 8 1 4 0;
#X connect 9 0 3 0;