search for: fil

Displaying 20 results from an estimated 202 matches for "fil".

Did you mean: file
2004 Jul 16
3
Email eller vedhæftet fil blokeret
Email eller vedhæftet fil afsendt fra din adresse (eller med din adresse som afsender) er blevet afvist fra Allerød Kommune. Spam og virus bliver typisk sendt under dække af andre afsendere og den blokerede email behøver derfor ikke oprinde direkte fra dig. (Husk dog altid at have et opdateret antivirusprogram på din compu...
2008 Oct 09
2
find cont'd 3
Another question about find. I looked at the gnome tool and tried to simulate what it is doing. I can't use it directly because it won't do sed. Basically I want to find all files with a string (except binary) and change it. let STR be the string I am looking for. NEW is new string. I am doing TFIL=/usr/tmp/dummy$$.txt find . -type f | while read fil do grep "$STR" $fil > $TFIL [ $? -eq 0 ] || continue ## does not match if [ "$(cat...
2018 Sep 29
1
Improvement to documentation in dput.Rd
If the "Matrix" package is attached, 'example(dget)' fails: > library(Matrix) > example(dget) dget> fil <- tempfile() dget> ## Write an ASCII version of function mean to our temp file dget> dput(mean, fil) dget> ## And read it back into 'bar' dget> bar <- dget(fil) Error in initialize(value, ...) : '...' used in an incorrect context A possible fix woul...
2009 Jul 10
4
change a image from physical to fil based
i try to change one of my images from lvm to file with dd if=/dev/vps/centos of=/root/mj.img the fiel whas created byt will not ok i bigin boot but failed i remember the system can''t find the lvm groups i not remember anymore _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://li...
2005 Jun 22
10
How to read an excel data into R?
Hi all, Does anybody know the easiest way to import excel data into R? I copied and pasted the excel data into a txt file, and tried read.table, but R reported that Error in read.table("data_support.txt", sep = " ", header = T) : more columns than column names Thanks! Ling
2009 Mar 13
4
Save the elements of an atomic vector to a text fil
...ian)). The output of this vector is: 25 50 75 100 125 150 175 200 225 250 275 300 325 350 375 400 425 450 475 500 17.8 17.8 17.5 17.8 17.7 17.6 17.7 17.6 17.8 17.7 17.6 17.7 17.8 17.7 17.8 17.8 17.8 17.8 17.7 17.7 Can anybody help me how to do it. I will save it to a text file... greetings, johnh -- View this message in context: http://www.nabble.com/Save-the-elements-of-an-atomic-vector-to-a-text-fil-tp22498222p22498222.html Sent from the R help mailing list archive at Nabble.com.
2007 Jul 06
8
interop with strongswan / ipsec
I see support in shorewall for the KAME-tools, how about strongswan ? I have setup shorewall 3.4.4 and strongswan 4.1.3, making this my vpn-gateway for the subnet behind it. # Shorewall version 3.4 - Zones File #ZONE TYPE OPTIONS IN OUT # OPTIONS OPTIONS fw firewall fil ipsec mode=tunnel mss=1400 net ipv4 loc ipv4 vpn1 ipv4 vpn2 ipv4 # Shorewall version 3.4 - Tunnels File #TYPE ZONE GATEWA...
2004 Aug 08
2
manipulating strings
Hi I have a called fil consisting of the following strings. > fil [1] " 102.2 639" " 104.2 224" " 105.1 1159" " 107.1 1148" " 108.1 1376" [6] " 109.2 1092" " 111.2 1238" " 112.2 349" " 113.1 1204" &...
2011 Apr 06
3
Calculated mean value based on another column bin from dataframe.
...0.91312 I want to get the column V2 mean value based on the bin of column of V1. I write the code as fellow. It works, but I think this is not the elegant way. Any suggestions? dat<-read.table("dat.txt",head=F) ran<-seq(0,0.5,0.05) mm<-NULL for (i in c(1:(length(ran)-1))) { fil<- dat[,1] > ran[i] & dat[,1]<=ran[i+1] m<-mean(dat[fil,2]) mm<-c(mm,m) } mm Here is the first 20 lines of my data. > dput(head(dat,20)) structure(list(V1 = c(0.15624, 0.26039, 0.16629, 0.23474, 0.11037, 0.14969, 0.16166, 0.09785, 0.36417, 0.08005, 0.29597, 0.14856, 0...
2003 Jan 23
3
Locating the MACHINE.SID fil
Additional Info... I am beginning to think that a file called 'secrets.tdb' might be what I am looking for. Inside that file is something mentioning SID. Of course, it also mentions the name of the PDC. If that is the file I am supposed to copy over. Then it is done. However, I still need a little more input for setting up a Samba B...
2007 Feb 13
5
Fatigued R
Hi R, Please solve my problem........... I am extracting Bloomberg data from R, in a loop. R is getting fatigued by doing this process and gives some errors. I introduced sleep function. Doing this sometimes I get the results and sometimes not. I even noticed that if I give complete rest for R (don't open R window) for 1 day and then run my code with the sleep function, then the
2013 Feb 15
1
Errors when running 'puppet agent --test' command
...puppet agent (windows) to reach my puppet master (Linux) server. In this tutorial: http://docs.puppetlabs.com/learning/agent_master_basic.html It claims to test your puppet agent you need to use the ''puppet agent --test'' command. My result when I tried this is: C:\Program Files (x86)\Puppet Labs\Puppet Enterprise\bin>puppet agent --test info: Retrieving plugin err: /File[C:/ProgramData/PuppetLabs/puppet/var/lib]: Failed to generate additio nal resources using ''eval_generate: Error 500 on SERVER: <h1>Passenger error #2< /h1> An error occurred wh...
2012 Nov 28
3
write out list of lists with names
...2369227173036, 0.700073257562905, 0.174823686402807), .Names = c("MU.18", "MU.22", "mean", "sd"))), .Names = c("MU10", "MU11", "MU12", "MU13", "MU14", "MU15")) I would like to write this to a text file in the form e.g. (each x is a value): MU10 MU.16? MU.19? MU.21? mean? sd x? x? x? x? x? MU11 MU.21? MU.22 mean sd x? x? x? x Where each list element is on a new block of three rows. After consulting Google I came across the following: fnlist <- function(x, fil){ z <- deparse(substitute...
2008 Dec 04
0
ERROR: ctfmerge: Cannot open output file isp for r/w: No such fil
OK, I am trying to dtrace isp(4) module in freebsd 7. each obj file is converted using: ctfconvert -L VERSION isp_freebsd.o and using "ctfdump isp_freebsd.o" I can see CTF info embedded in the .o file but in the linked kernel module, I found much less CTF info inside it. I guess I should use "ctfmerge" to combine the CTF info from each obj f...
2005 Apr 29
1
newbie questions...
just started using r. a few questions I can't figure out. first, when loading in a text file, I can do it from the web but not from hard drive. Fil<- 'http://www.test.com/file.txt' -- works Fil<- 'c:\program files\file.txt' --does not. what am i doing wrong?? also, how do you plot a graph of a time series that is lagged? i.e., plot(sp,type='l') but...
2014 Apr 14
2
Re: LXC + USB passthrough = Operation not permitted
...ls seem to create the appropriate character devices when you detach/attach the Android device via USB, and the Android `adb` tool recognized the devices. So, a tangential question would be, what libvirt domain XML ends up "converting" into a cgroup whitelist line in the LXC configuration file? (see https://wiki.archlinux.org/index.php/Linux_Containers#Host_device_access_settingsfor examples of cgroups configuration in a vanilla LXC config file). On Mon, Apr 14, 2014 at 10:44 AM, Filip Maj <fil@saucelabs.com> wrote: > So, if I remove the hostdev element related to the USB de...
2002 Nov 29
3
Version 2.2.6 and above are not able to store big fil es over 2GB
...2.2 to ntfs NT4. could this be my problem as well. -----Original Message----- From: samba-admin@lists.samba.org [mailto:samba-admin@lists.samba.org]On Behalf Of Klaus Ethgen Sent: 29 November 2002 4:10 PM To: samba@lists.samba.org Subject: [Samba] Version 2.2.6 and above are not able to store big files over 2GB Hello, when I store a file biger than 2GB to a samba server version 2.2.5 everythink works fine. But when I do that with a server version 2.2.6 or 2.2.7 the saving fails on the 2GB limit. The problem can be seen with windowsclients or with smbclient (any version > 2.2.5). I did so...
2006 Jun 04
4
Fil from filsystem -> db
Since Ajax doesn''t support file uploads, I''m using "IFRAME remoting made easy" (http://sean.treadway.info/). I''m saving a file to the filesystem, and then trying to put it in to the database when I do the final submit with ajax. I thought picking the file up and putting it in the db would be as easy a...
2010 Aug 23
1
[Bug] [Urgent] CreateProcess Failed internal error (1359)
...rnCode; } ///////////////////////////////////////////////////////////////////////////// int wmain(int argc, wchar_t *argv[]) { int arg = 0; if(argc > 1) { arg = _wtoi(argv[1]); } HANDLE hands[255]; wchar_t buff[255]; swprintf(buff,255,L"Test_%s_%s.log",argv[1],argv[2]); FILE * fil = _wfopen(buff,L"w"); fwprintf(fil,L"Start %d\n",arg); fflush(fil); printf( "Start %d\n",arg); if(arg >= 7) { printf( "End chain\n"); return Quit(0); } int max = 2; if(arg > 0) { max = 2; } for(int i = 0; i < max; i++)...
2002 Feb 21
8
newbie
hi all am new to this list my problem is i connect to a windoze printer and execute a print job using print but the printed matter is horrible... i get only a single line in the printout... what should i do.. sorry if this question is silly