Stapel scale is defined as a rating scale that is close-ended with a single adjective (unipolar), developed to gather respondent insights about a particular subject or event. The survey question is comprised of an even number of response options without a neutral point. For example, these opt...
From the above example, the airline is evaluated as having a high food quality but somewhat a poor cabin crew service. The stapel scale is like a semantic differential scale with little modifications. It is often used in the situations when two bi-polar adjectives are difficult to find out....
See airscan1.go for a full example scan program, including network service discovery, timeouts, and writing scan data to files. Project status The package does what I needed: grayscale/color scan of A4 documents from the flat bed or the automatic document feeder (ADF). If you have any imp...
With Intel P-state, if I've undestood correctly, there are not real scaling governor anymore, but we can still set the "policy" of the processor choosing between powersave and performance (for example running "cpupower frequency-set -g p...
eps.WriteString("1 -1 scale\n") // Explicitly fill the background with white: eps.WriteString("1 1 1 setrgbcolor\n") // or 1 setgray? eps.WriteString("0 0 1265 1265 F\n") // Explicitly set color to black: eps.WriteString("0 0 0 setrgbcolor\n") // or 0 setgray? for ...