Root/usrp/sps/norm

Source at commit b0a3001ca23e9ba9a0d004b9971563cc5ef659ea created 7 years 3 months ago.
By Werner Almesberger, atusb/atusb.kicad_pcb (C15): resolve silk screen on pad; add via
1#!/usr/bin/perl
2
3for ($n = 0; <>; $n++) {
4    if ($_ > $ym || !defined $ym) {
5        $xm = $n;
6        chop($ym = $_);
7    }
8}
9
10print "$xm $ym $n\n";
11

Archive Download this file



interactive