search for: efgh

Displaying 10 results from an estimated 10 matches for "efgh".

Did you mean: efg
2006 Oct 24
2
Question about Case Insensitivity
...ut when I go to open the file by a case-insensitive name the attempt fails. Can someone please explain why I am not able to open() files with case insensitive names even though stat() or lstat() works with them? These examples illustrate my issue: Case sensitive ext3 filesystem: # ls -l /a/AbCd/EFgh -rw-r--r-- 1 root root 6 Oct 24 10:18 /a/AbCd/EFgh # ls -l /a/abcd/efgh ls: /a/abcd/efgh: No such file or directory Case insensitive mount.cifs mount of SAMBA shared "/a" filesystems: # ls -l /b/AbCd/EFgh -rw-r--r-- 1 root root 6 Oct 24 10:18 /b/AbCd/EFgh # ls -l /b/abcd/efgh -rw-r--r--...
2013 Jun 10
1
Sending Email with Attachment
Hi, I am trying to send an email through gmail or outlook from my Windows PC and finding trouble to send the email. The code which I am using is given below: Code : library("sendmailR") from <- "abcd@outlook.com" to <- <mailto:efgh@gmail.com> efgh@gmail.com subject <- "Run at" mailControl = list(smtpServer="blu-m.hotmail.com") attachment <- "type_1.pdf" attachmentName <- "target_score.pdf" attachmentObject <- mime_part(x= attachment,name= attachmentName) body <- "...
2012 Oct 14
3
Pivot Table "like" structure
...), class = "factor"), Char1 = structure(c(1L, 2L, 1L, 3L, 4L, 2L, 3L, 5L), .Label = c("A", "B", "C", "D", "M"), class = "factor"), Char2 = structure(c(1L, 2L, 1L, 2L, 3L, 4L, 4L, 2L), .Label = c("ABCD", "EFGH", "FGHJ", "GGGG"), class = "factor"), Char3 = structure(c(1L, 1L, 2L, 3L, 1L, 1L, 2L, 3L), .Label = c("ASDFG", "DDDDD", "EEEEEE"), class = "factor")), .Names = c("Coutry", "State", "City&q...
2012 Jun 28
3
Storing results in a single file after looping over all files
Hi All, I have a whole lot of *.raw files in my working folder and I am doing the same analysis on each of those and want to save all the results in a single file. I am making some mistake here and can't figure out how to solve it. Say, the *.raw files are ABCD.raw, EFGH.raw, IJKL.raw ... The files are of this format ID PHI?? aa1? aa2? aa3 .... 1??? 1???? 1.3?? 2.0?? 1.0 2??? 0???? 1.5?? NA?? 0.9 3??? 1???? 0.1?? 0.2?? 1.5 ...... .. My code is as follows: files <- list.files(pattern="*.raw") for(i in files){ of <- strsplit(i, "\\.&quo...
2011 Feb 10
2
for loop to merge .csvs
...he below for me (where a:r are separate .csv files) ab<-merge(a,b,all=TRUE) cd<-merge(c,d,all=TRUE) ef<-merge(e,f,all=TRUE) gh<-merge(g,h,all=TRUE) ij<-merge(i,j,all=TRUE) kl<-merge(k,l,all=TRUE) no<-merge(m,n,all=TRUE) pq<-merge(p,q,all=TRUE) abcd<-merge(ab,cd,all=TRUE) efgh<-merge(ef,gh,all=TRUE) ijkl<-merge(ij,kl,all=TRUE) nopq<-merge(no,pq,all=TRUE) ah<-merge(abcd,efgh,all=TRUE) iq<-merge(ijkl,nopq,all=TRUE) aq<-merge(ah,iq,all=TRUE) all<-merge(aq,r,all=TRUE) write.csv(all,file="all.merged.csv") [[alternative HTML version deleted]]
2009 Aug 06
1
calasification table under conditions
hi, i have a file with 49000 lines i want to do a classification in two tables suppose data <- read.csv2("c:/total.csv", sep=",") if the second colonne contains ( A,B,C,D)------------> tab1 if the second colonne contains ( E,F,G,H)------------> tab2 How can do this ? Thank you for your help [[alternative HTML version deleted]]
2009 Oct 02
3
break up a string into strings with a fixed length
dear all, I have some very long strings and would like to break up each long string into multiple strings with a fixed length, e.g. to break up abcdefghijkl into abc, def, ghi, jkl I tried a couple of commands but was not successful. Any help will be appreciated. Best, Jimmy -- View this message in context: http://www.nabble.com/break-up-a-string-into-strings-with-a-fixed-length-tp25712955p25712955.html Sent from the R help mailing list archiv...
2012 Oct 27
8
RFH: loopback & blktap(2) and CDROM
...ENBUS: Waiting for devices to initialise: 295s..." count down. Is this because hda and xvda overlap because of the PVonHVM case (ide-block-major has 64 minors per device for partitions, while scsi-block-major and xen-block-major only have 16 minors per device, that is hda=xvd[abcd], hdb=xvd[efgh], ...)? 6. How should I make an .iso image file accassable to a domU? If a use tap:/var/lib/libvirt/images/some.iso tapdisk2 claims the image and passes phy:/dev/xen/blktapX to qemu-dm, which I can access fine, but eject does not work, since qemu only sees the phy: device and can''t open...
2006 Nov 01
8
Warning regarding AMD Athalon 64 4200+(HVM/AMD-V)
Hello to all, For those evaluating the AMD X2 4200+ series for the purposes of running HVM guests, take a note below before purchasing if the server you are purchasing happens to be made by HP. There is an oddball version (apparently OEM sold to HP) which does *not* support AMD-V technology. I''ve seen many of these on e-bay as well as for sale / lease by popular co-location facilities.
2010 Dec 06
9
"Appending" data to the middle of a file using btrfs-specific features
Hello, I''d like to know if there has been any discussion about adding a new feature to write (add) data at an offset, but without overwriting existing data, or re-writing the existing data. Essentially, in-place addition/removal of data to a file at a place other than the end of the file. Some possible use-cases of such a feature would be: (a) Databases (currently hack around this by