All public logs
Jump to navigation
Jump to search
Combined display of all available logs of SoftwareGuy. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:44, 19 March 2023 47.14.99.190 talk created page Matlab stuff (Created page with "== Matlab/Octave tools == === Run a script and plot the results === i=imread(strcat(num=num2str(system('../pull-last.sh')), '.orig.tiff'));plot(mean(i));title(num); #!/bin/bash #otlf scanid 6340-6344, photoid 5820-5824, lprid 2911-2912 ip=192.168.1.9 wget -qO heartbeat http://$ip/heartbeat id=$(jq '.lastVehicleRecord.scans[].id' heartbeat) wget -qO $id.orig.tiff http://$ip/requestImage/?scanId=$id #wget -O $id.modified-orig.tiff "http://$ip/requ...")