search for: irec

Displaying 13 results from an estimated 13 matches for "irec".

Did you mean: irc
2011 Jul 19
1
Lattice plot problem outputting to jpeg
...\AccessDAPlots_1.jpg",height=600,width=600) pdf("Z:\\My Documents\\PROJECTS\\Access Policy\\AccessDAPlots_1.pdf") #png("Z:\\My Documents\\PROJECTS\\Access Policy\\AccessDAPlots_1.png") #tiff("Z:\\My Documents\\PROJECTS\\Access Policy\\AccessDAPlots_1.tiff") while (irec <= nrec) { con_new<-consultants[irec] spec_new<-specialty[irec] spec_cons_new<-spec_cons[irec] if (spec_cons_new!=spec_cons_old || irec==nrec ) { strip_name[con_count]<-paste(spec_old,'\n',con_old) if (spec_new!=spec_old || irec==nrec) {...
2015 Dec 15
8
[PATCH] xfs: Add support for v3 directories
Besides supporting newer version of xfs file system, this patch also does some code refactoring and fix completely broken listing and searching on v2-3 node directories. Cc: Gene Cumm <gene.cumm at gmail.com> Cc: H. Peter Anvin <hpa at zytor.com> Cc: Raphael S. Carvalho <raphael.scarv at gmail.com> Cc: Ady <ady-sf at hotmail.com> Signed-off-by: Paulo Alcantara <pcacjr at zytor.com> --- core/fs/xfs/xfs.c | 19 +-- core...
2002 Apr 26
4
Memory "leak" in readChar (PR#1483)
...quot;at the beginning of each chunk of an even longer and duller", "file which contains mostly binary data") nchars <- nchar(header) nrecs <-2000 ntries <- 100 ## Write a test file stream <- file("/tmp/gunge") open(stream,open="wb") for(irec in 1:nrecs){ ## This writes null-ended strings unless you use the eos=NULL option writeChar(header,stream,eos=NULL) } close(stream) ## Read in the file ntries times. In real applications one would be reading ## ntries _different_ files and calculating some summary statistics for(itry in 1:ntr...
2012 Sep 03
1
[GIT-PULL] XFS filesystem driver
...emove unnecessary debug message in xfs_getfssec() xfs: Fix bug in xfs_dir2_leaf_find_entry() function xfs: Make xfs_da_hashname() function static xfs: Fix binary search in xfs_dir2_leaf_find_entry() function xfs: Implement xfs_dir2_leaf_readdir() function xfs: Use bmbt_irec_get() to get extent information instead xfs: Use dprintf() for debug messages in xfs_debug() xfs: Use xfs_debug() for "Entry not found!" message xfs: Implement xfs_dir2_node_find_entry() function xfs: Fix memory leaks in xfs_dir2_node_find_entry() function xf...
2005 Jan 16
2
OCFS disk failure problem.
Hi, Irecently setup a Oracle 10g RAC test environment with two HP/Compaq DL380s and a shared disk array. The array is presented as a single 136GB disk. The systems are running RedHat AS 3.0 Update 4. OCFS 1.0.13-PROD1 build: 5e87201061935f464cf6541c56eb2827 Oracle 10g 10.1.0.3.0 I was able to get everyt...
2010 Nov 12
2
minimum AIC mixed model selection
...t know how to select the best model using AIC here. Is there a way to do this automatically with R? Thank you for any help! Silvia - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Por favor, para comunicarte conmigo utiliza preferentemente la dirección silviadiazfernandez@gmail.com. En enero de 2011 dejará de funcionar la actual silvia.diaz@uclm.es. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Silvia Díaz Fernández Tlf.: (+34) 926 295 450 ext. 3377 Fax: (+34) 926 295 451 silviadiazfernande...
2010 Sep 06
3
Finding the two most recent dates
...at I would do to find the most recent date is to subtract date_1st_event-bp_date and then aggregate by min. I'm not sure how to find the two most recent dates. Are there some functions that can help me or will I have to write a function from scratch. Any help just to point me in the right direction. Thanks, Natalie -- View this message in context: http://r.789695.n4.nabble.com/Finding-the-two-most-recent-dates-tp2528185p2528185.html Sent from the R help mailing list archive at Nabble.com.
2015 Jul 18
1
[PATCH 1/2] xfs: rename xfs_is_valid_magicnum to xfs_is_valid_sb
xfs_is_valid_magicnum is not actually a generic function that checks for magic numbers, instead it checks only for superblock's one. Signed-off-by: Paulo Alcantara <pcacjr at zytor.com> --- core/fs/xfs/xfs.c | 13 +++++-------- core/fs/xfs/xfs.h | 19 ++++++++++--------- 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/core/fs/xfs/xfs.c b/core/fs/xfs/xfs.c index
2009 Oct 26
2
help with linear model
...; cols [1] "206427_s_at" "205338_s_at" "209848_s_at" "205694_at" "201909_at" [6] "208894_at" "216512_s_at" "205337_at" "201850_at" "210982_s_at" > lm1=lm(fm1,data1new) and in this case Ireceive the following error: Error in model.frame.default(formula = fm1, data = data1new, drop.unused.levels = TRUE) : variable lengths differ (found for 'cols') Could anyone help me with this? Thank you very much in advance, Eleni [[alternative HTML version deleted]]
2015 Jul 11
0
EXTLINUX - GCC 5
...and. ----------------------------------------------------------------- [core/fs/pxe/dnsresolv.c:107]: (error) Uninitialized variable: ip Probably false positive. ----------------------------------------------------------------- [core/fs/xfs/xfs_dir2.c:588]: (error) Uninitialized variable: irec ... [core/fs/xfs/xfs_dir2.c:584]: (error) Uninitialized struct member: irec.br_blockcount Hard to say. Who understands XFS structure ? ----------------------------------------------------------------- Checking core/lwip/src/core/ipv4/igmp.c: LWIP_DEBUG;LWIP_IGMP... [core/lwip/src/core/ip...
2015 Jul 11
3
EXTLINUX - GCC 5
> On Jul 10, 2015 5:29 PM, "poma via Syslinux" <syslinux at zytor.com> wrote: > > > The same as with the ISOLINUX, stable and git. > > Only this time has nothing to do with the menu. > > 1) EXTLINUX is no longer a discrete variant. The installer extlinux now > installs SYSLINUX. > 2) William Kensington already saw a similar behavior wherein an
2014 Apr 01
2
imap process and indexer-worker crash while creating folders
...led with signal 6 (core dumped) ================== Core was generated by `dovecot/imap'. Program terminated with signal 6, Aborted. #0 0x00007f0027e61f77 in __GI_raise (sig=sig at entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. (gdb) bt full #0 0x00007f0027e61f77 in __GI_raise (sig=sig at entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 resultvar = 0 pid = 3928 selftid = 3928 #1 0x00007f0027e655e8 in __GI_abort () at abort.c:90 save_stage = 2 act = {__sigaction_handler = {sa_handler = 0x0, sa_sigaction = 0...
2013 Apr 09
1
2.2.0rc6: crash with mailbox_list_index=yes (and virtual?)
...precache_fields = 0, backend_ns_prefix = 0x0, backend_ns_type = 0} #30 node_add_to_index (ctx=0x15d6fa0, name=<value optimized out>, node_r=<value optimized out>, created_r=<value optimized out>) at mailbox-list-index-sync.c:45 _data_stack_cur_id = 6 irec = {name_id = 1, parent_uid = 0, guid = '\000' <repeats 15 times>, uid_validity = 0} seq = 8767310 #31 mailbox_list_index_node_add (ctx=0x15d6fa0, name=<value optimized out>, node_r=<value optimized out>, created_r=<value optimized out>) at mailbox-list-in...