|
|
1.1 root 1: develop $1.s
2: awk ' # view.clicks: print views and clicks from intermediate file
3: $1=="d" && $2=="v" { printf "view %-12s x == [%g,%g], y == [%g,%g]\n",
4: $4 ":", $5, $7, $6, $8
5: }
6: $1=="d" && $2=="c" { cstring = cstring " " $4 }
7: $1!="d" { print "clicks:" cstring; exit }
8: ' $1.i
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.