Displaying 2 results from an estimated 2 matches for "module_1".
Did you mean:
module_
2008 Jun 03
0
reading a file incrementally
...concerns<br><p>With
some advance notice about some text........<br>-- by
Anon.<br>
So that <br>tags indicate where the field entries begin and end and
"Created" and "by Anon" indicate the beginning and ending of the post.
The file is named "Module_1.txt". Here is what I have so far:
## adapted from http://finzi.psych.upenn.edu/R/Rhelp02a/archive/64261.html
## gives post beginning and ending points
starts <- gregexpr("Created", readChar("Module_1.txt",
file.info("Module_1.txt")$size))[[1]]
ends <- gre...
2017 Jul 11
2
old hardware / minimal netinstall -> CPU fan control
...defines variables:
# HWMON_MODULES for hardware monitoring driver modules, and optionally
# BUS_MODULES for any required bus driver module (for example for I2C or SPI).
HWMON_MODULES="w83627hf"
# For compatibility reasons, modules are also listed individually as variables
# MODULE_0, MODULE_1, MODULE_2, etc.
# You should use BUS_MODULES and HWMON_MODULES instead if possible.
MODULE_0=w83627hf
[root at harpo ~]#
--
Gary