search for: xfiles

Displaying 20 results from an estimated 36 matches for "xfiles".

Did you mean: files
2012 Mar 24
1
Append to file in loop
My files are on disk and they are regular text files named file_1 file_2 file_3 file_4 and file_5 with extension .saam The separator is sep='' (ie, white space) I want to append 'XFile' at the end of those files. XFile is also on disk. file.append("file_1.saam", "XFile.saam"); file.append("file_2.saam", "XFile.saam")... works but it
2017 Jan 08
2
Erros and warning using kernel 4.10-rc2
Hi guys, I don't know if it is useful to just post some random kernel warnings/errors, but here they are: [marcos at xfiles ~]$ journalctl -b -p 3 | grep nouveau Jan 08 15:37:05 xfiles kernel: nouveau 0000:04:00.0: volt: couldn't find speedo value, volting not possible Jan 08 15:37:05 xfiles kernel: nouveau 0000:04:00.0: bus: MMIO write of ffff981f FAULT at 6013d4 [ IBUS ] Jan 08 15:37:05 xfiles kernel: nouveau 0000...
2008 Nov 07
0
Computer disappears from workgroup - why?
...ebian Etch server with Samba 3.0.24-6. The server is the WINS server for the network. I can browse the network fine and access shares on the server at all times. Trouble is, ONE machine (XP Pro SP3) that runs pretty much 24/7 spontaneously disappears from the list after a while. Let's call it //XFILES. This means, no matter from where I browse the network, XFILES is not listed anymore. All other computers are listed fine. I can still access XFILES' shares directly (e.g. "search for computer" finds it) but depending on the client this is not always possible. So I'd really like f...
2006 Sep 21
0
View result only visible after the each loop has finished
Hi, My question: ------------ I like to see immediate the results and not after the loop. During the loop, you can''t see any result! Is it possible to follow the results during the each loop? <% $xfiles = doSelect("host=\.*") $xfiles.each {|xfile| doc = Document.new File.new("/home/luc/Ruby/xml/#{xfile}") %> <%= "test=#{xfile}" %> <br> <% doc.elements.each("//ACL") { |element| if element.text() =~ /...
2017 Jan 09
0
Erros and warning using kernel 4.10-rc2
...iver (using bumblebee or second X server by hand or so)? thanks 2017-01-08 19:22 GMT+01:00 Marcos Paulo de Souza <marcos.souza.org at gmail.com>: > Hi guys, > > I don't know if it is useful to just post some random kernel warnings/errors, but here they are: > > [marcos at xfiles ~]$ journalctl -b -p 3 | grep nouveau > Jan 08 15:37:05 xfiles kernel: nouveau 0000:04:00.0: volt: couldn't find speedo value, volting not possible > Jan 08 15:37:05 xfiles kernel: nouveau 0000:04:00.0: bus: MMIO write of ffff981f FAULT at 6013d4 [ IBUS ] > Jan 08 15:37:05 xfiles kerne...
2011 Mar 06
20
does wine opens and works Babylon 8 well ??!!
does wine opens and works Babylon 8 well ??!! if i installed wine,will Babylon work well on it ?!! hope you will answer me thanks
2008 Jul 28
0
Help with yaImpute
...************** library("yaImpute") data <- read.csv("Data.csv", header=TRUE, sep=",") y <- subset(data, select = c(BA_PER_HA_)) x <- subset(data, select = c(IK1_mean,IK2_mean,IK3_mean,IK4_mean)) RF <- yai(x = x, y = y, method = "randomForest") xfiles <- list(IK1_mean = "IK1_mean.asc", IK2_mean = "IK2_mean.asc", IK3_mean = "IK3_mean.asc", IK4_mean = "IK4_mean.asc") outfiles <- list(BA_PER_HA_ = "BasalAreaPerHA.asc") AsciiGridImpute(RF, xfiles, outfiles) ***********************************...
2008 Nov 26
0
SVM
...or message which I am not really sure what it is trying to tell me. Can you please take few minutes of your time to help me understand what these error messages are? I used the following piece of code to apply my models to grids once I fit the model for both LDA and SVM: AsciiGridPredict(lda.fit,xfiles=namelist,outfiles = as.character(outfile)) AsciiGridPredict(svm.fit,xfiles=namelist,outfiles = as.character(outfile)) I am getting the following error message for LDA: Rows per dot: 1 Rows to do: 163 ToDo: ..........................................................................................
2012 Mar 23
1
Append to files in loop
Hi ReXperts, I have a file 'XFile' that I wish to append to the end of file1, file2, file3, file4, and file 5. Can't figure out how to set up the loop. Please help. Thank you, -- Luisin Galindo, PhD Director, Departamento de Medicina Matematica Centro de Estudios Avansados en Simulacion, Analysis, y Modelacion Puerto Castilla, Spanish Honduras Centro America [[alternative HTML
2007 Oct 29
12
Boolean expressions
I''m trying to write a wrapper definition for the file type to make it a bit smarter. I have a basic version working fairly well: define xfile($owner = root, $group = root, $mode = 644, $source, $backup = main, $recurse = false, $ensure = file) { file { $name: mode => $mode, owner => $owner, group => $group, backup => $backup, recurse
2011 Jan 13
1
What does the shell() command do?
Dear R community, I am trying to understand what the shell() function does. An example is: xfile <- shell(paste("dir/b ", paste(directory.folder,"file.name",sep="")),intern=T) I'm afraid I wasn't able to completely understand the explanation under the Help files. Thanks for your help! Leanne. -- View this message in context:
2009 May 05
0
illegal levels in yaImpute() / AsciiGridImpute()
...pe) is stored in numeric form but is treated as a factor when the yai object is created. "as" is also stored in numeric form in the ascii grids, of course. I included an "xtypes" argument in the AsciiGridImpute statement, but that did not help. Some relevant statements are: xfiles <- list(DEM_10 = "dem_10.asc", EASTING = "easting.asc", NORTHING = "northing.asc", as = "asp_slop.asc") AsciiGridImpute(yai_ob, xfiles, outfiles, xtypes=list("numeric", "numeric", "integer", "character&q...
2011 Feb 14
1
conditional value assignment
...ot;CannonOriB.1.18." "CannonOriR.1.18." "B" 5 3 "R" 5 3 Example assignment of tco "tco" 5 3 Thanks much! Frank Tamborello, PhD W. M. Keck Postdoctoral Fellow School of Biomedical Informatics University of Texas Health Science Center, Houston https://xfiles.uth.tmc.edu/Users/ftamborello/public/index.html
2008 Mar 18
4
Overriding a file without causing duplicate definitions
Hello folks. I''ve got a problem that I can''t work out the solution to. My base workstation node definition says essentially: node base-workstation { file { etc-sudoers: name => "/etc/sudoers", ... } } This works fine, all of our workstations get a standardised sudoers file. However, I have one user on a workstation who needs a specialised sudoers file.
2010 Jan 26
0
Trouble Highlighting outliers on Time Series Plot
...of the time series as points was in order and thought, "Hey I should really fill the circle that is considered an outlier red so I can eye ball check the graph to see if that is indeed an outlier needing agent Fox and Scully to investigate (yes my later list of outliers is in fact called "XFILES"). So I am like, BOOM! plot(tsSource) and points(tsSource[tsSourceIO]). Nada. A plot of tsSource[tsSourceIO] reveals a hint of what is wrong. tsSource is as time series with date info while tsSource[tsSourceIO] is just a series with no proper alignment with the cosmic universe... errr... I m...
2009 Feb 26
0
AsciiGridPredict returns error in unionDataJoin
...Rows per dot: 8 Rows to do: 884 ToDo: .............................................................................................................. Done: Error in unionDataJoin(m1, m2) : row names are requried within all input matrices In addition: Warning message: In AsciiGridImpute(object, xfiles, outfiles, xtypes = xtypes, lon = lon, : NA's generated due to illegal level(s). Does someone know what the error means and how I can solve this problem? Thank you very much in advance, Frauke _________________________________________________________________ Show them the way! Add maps...
2005 Mar 15
0
Compiling samba 3.0.12pre1 on AIX 4.3.3
Hi All, I have made some headway. I have been able to successfully install kerberos v 5-1.3.5 CPPFLAGS='-I/usr/local/include'./configure --enable-dns --enable-dns-for-kdc --enable-dns-for-realm --disable-thread-support make; make instal openldap-2.2.3 /configure --disable-slurpd --disable-bdb --disable-slapd --without-threads make depend; make; make install I configured samba-3.0.12pre1
2001 May 11
1
Managing R objects with 'make'
I frequently use Makefiles to manage routine data manipulations and repeated analyses where the "raw" data tend to change with time. With S/Splus, this has worked quite naturally, as long as I'm careful to use S object names that map directly to Unix/Linux filenames. For example, say I'm building a particular graphic (chart.ps) from a data.frame in S (mydata) that comes from an
2007 May 03
0
Problem of displying contents of shares
I'm using samba 3.0.24. I create my Makefile for cross compiling smbd nmbd testparm and CP850.so: Makefile: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # Flags divers #COFLAGS=-O2 CWFLAGS= -g -Wall # Cross compile tools CC=mips-linux-gcc #CC=gcc LINT=splint SHLD= $(CC) -O -D_SAMBA_BUILD_ LDSHFLAGS=-shared -Wl,-Bsymbolic
2008 Jun 10
7
error compiling fc9 x64
...RANLIB='' RESOLVLIBS='' RSVG='' SANEINCL='' SECURITYLIB='' SET_MAKE='' SHELL='/bin/sh' SOCKETLIBS='' STRIP='' TOOLSDIR='' WIN16_FILES='$(WIN16_FILES)' WIN16_INSTALL='$(WIN16_INSTALL)' WINDRES='' XFILES='' XLIB='' XMKMF='' XML2INCL='' XML2LIBS='' XSLTINCL='' XSLTLIBS='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' ac_ct_AS='' ac_ct_CC='gcc -m32' ac_ct_CXX='' bindir='${exec_pre...