search for: piat

Displaying 4 results from an estimated 4 matches for "piat".

Did you mean: pat
2012 Jun 28
1
the meaning of subscripts
...ee the rough marginal plot for 2 variables separately. I found the code from one example here, reading <- read.table("http://www.ats.ucla.edu/stat/R/examples/alda/data/reading_pp.txt", header=T, sep=",") reading[reading$id %in% c(4, 27, 31, 33, 41, 49, 69, 77, 87), ] xyplot(piat~age | id , data=reading[reading$id %in% c(4, 27, 31, 33, 41, 49, 69, 77, 87), ],panel=function(x,y,*subscripts*){ panel.xyplot(x, y, pch=16) panel.lmline(x,y, lty=4) panel.xyplot(reading$agegrp*[subscripts]*, y, pch=3) panel.lmline(reading$agegrp*[subscripts]*,y) } , ylim=c(0,...
2009 Oct 14
1
TFTP prefix in pxelinux.0 ?
Hello, I wonder if it is possible to change pxelinux.0's tftp prefix... I want to setup a repository like that: |-- dist1 | |-- pxelinux.cfg | | `-- default | `-- pxelinux.0 |-- dist2 | |-- pxelinux.cfg | | `-- default | `-- pxelinux.0 |-- pxelinux.cfg | |-- default | `-- menu.c32 `-- pxelinux.0 The file /pxelinux.cfg/default would contain something like that: >
2014 Aug 24
1
Library_modules (list of & wiki write permissions)
...| |sysdump.c32 |com32/sysdump | libcom32.c32 [1] http://www.syslinux.org/wiki/index.php?title=Library_modules -------------- next part -------------- #!/bin/bash # syslinux_module_deps - show syslinux module dependencies. # version 0.1 # license MIT # Copyright: Frank lin Piat <fpiat at klabs.be> # # Known bugs: # * on amd64 architecture: ldd don't show module deps for i386. set -e fwtype="bios efi32 efi64" # bash hack here: no recursive associative arrays... # so we declares variables based on the name in $fwtype, thanks to "eval". for...
2007 Dec 19
0
user feedback and questions.
Hello, I here's a list of question I'm currently facing (or have faced). Some other users would face it too. I'll update http://wiki.debian.org/Xen with you answers. What's the best place, under Debian, to get support for using Xen (mailing list, IRC, etc.) My understanding is that one should install xen-linux-system-* in order to pull a Dom0 installation. If that's right,