search for: startpo

Displaying 16 results from an estimated 16 matches for "startpo".

Did you mean: startp
2011 Jan 25
1
Learn Vectorization (Vectorize)
...ops. I would be grateful if you can help me find the equivalent of this code using Vectorize (or any other R thinking) My code takes as input a n*m matrix and prints the x,y coordinates where a cells starts and ends. remap <- function (sr){ # Input this funcion takes as arguments # sr: map startpos<- -1 # endpos<- +1 # stepx<- (endpos - (startpos)) / nrow(sr) stepy<- (endpos - (startpos)) / ncol(sr) for (i in seq(from=-1,to=1,by=stepx) ) { for (j in seq(from=-1,to=1,by=stepx) ){ cat(' \n',i,j) } } } sr<-matrix(data=seq(from=1,to=9),nrow...
2007 Apr 20
1
A particular shuffling on a vector
Hello, I was wondering if anyone can think of a straightforward way (without loops) to do the following shuffling: Let's imagine a vector: c(1,1,1,2,2,3,3,3) I would like to derive shuffled vectors __where the same digits are never separated__, although they can be at both ends (periodicity). So the following shuffled vectors are possible: c(2,2,1,1,1,3,3,3) c(2,1,1,1,3,3,3,2)
2008 Sep 18
2
dovecot 1.1.3 coredump
I found imap core in coredump dir: (gdb) bt #0 0x00000000004abdea in message_parse_header_next (ctx=0x79c150, hdr_r=0x7fffffffe478) at message-header-parser.c:114 #1 0x00000000004a8193 in read_header (mstream=0x795330) at istream-header-filter.c:162 #2 0x00000000004a84e7 in i_stream_header_filter_read (stream=0x795330) at istream-header-filter.c:288 #3 0x00000000004bc216 in i_stream_read
2007 Jul 24
1
How to add circular text for a graph with concentric circles
Dear R experts, I am plotting the population of students who live in a city, and in successive circular bands made of the contiguous districts that surround the city. This is a stylized figure, where I specify the area of each successive circle based on the cumulative population of students. I want to compare two sets of concentric circles across different populations - such as 'All
2003 Apr 28
1
Red Hat 9 regex symbol conflict
...gs, num_regs, starts, ends) struct re_pattern_buffer *bufp; struct re_registers *regs; *************** *** 3541,3547 **** /* Like re_search_2, below, but only one string is specified, and doesn't let you say where to stop matching. */ ! int re_search (bufp, string, size, startpos, range, regs) struct re_pattern_buffer *bufp; const char *string; --- 3541,3547 ---- /* Like re_search_2, below, but only one string is specified, and doesn't let you say where to stop matching. */ ! static int re_search (bufp, string, size, startpos, range, regs)...
2016 Aug 19
2
Crash on opening mailbox
...msg = 0x7dd2f2 "XQgc2UgbWFwb3ZhdCBha3R1YWxuaSBwb2tyeXRpIHNpZ25hbHUgbmVtYSBzbXlzbCwg\namVkbmFrIHNlIHN0YWxlIG1lbmkgYQpwb3RyZWJuYSBkYXRhIG8gbmFzdGF2ZW5pIHZ5a29udSBh\nIHNtZXJvdmFuaSBhbnRlbiB6bmEgamVub20gb3BlcmF0b3IuCgpDbyB"... i = <optimized out> size = 1 startpos = 0 colon_pos = 4294967295 parse_size = <optimized out> skip = 0 ret = <optimized out> continued = false continues = false last_no_newline = <optimized out> last_crlf = <optimized out> no_newline = fals...
2008 Oct 16
2
dovecot 1.1.4 maildir imap segfault in message_parse_header_next
...r.c:114 114 if (msg[0] == '\n' || (gdb) bt full #0 0x080c8d41 in message_parse_header_next (ctx=0x8774fa0, hdr_r=0xbfa438e0) at message-header-parser.c:114 msg = (const unsigned char *) 0x0 i = <value optimized out> size = 0 startpos = <value optimized out> colon_pos = 4294967295 parse_size = 0 value_pos = <value optimized out> ret = -2 continued = false continues = <value optimized out> crlf_newline = false #1 0x080c62f5 in read_header (mstream=0x877d6...
2008 Oct 09
5
Panic 1.1.4
...= ( const unsigned char *) 0x811292f "qan4iKSQ1jgszBF7yO1N1FgdflELgOSeaEzr+P+aEXdIbk/ooMFh+wew7C5rzd2W+AfY+P7e\n3el1/64bLf+hadyHUxkt3auVaT3Y6zcoxZaSmY1gEydp4JcyEVNapSNbsWFKYUTSJiju10VF\nkBLd+JYm8PvXkDSplAEe9MRASmX2Jzt/zG6b39O5byfU5IA6JiBj/5"... i = 6 size = 65 startpos = 64 colon_pos = 4294967295 parse_size = 64 value_pos = <value optimized out> ret = 6 continued = false continues = <value optimized out> crlf_newline = false #10 0x080b9385 in read_header (mstream=0x8118da8) at istream-header-fi...
2008 Dec 02
1
Panic 1.1.x
...>D </u><b>D</b><br />\n\t\t\t\t\t\t\t<u> </u></p>\n\t\t\t\t\t\t\t<p>Sicherheitstechnische Ma?nahmen</p>\n\t\t\t\t\t\t\t<p><u>B </u><b>B</b><br />\n\t\t\t\t\t"... i = 6 size = 30 startpos = 29 colon_pos = 0 parse_size = 29 value_pos = <value optimized out> ret = 6 continued = true continues = <value optimized out> crlf_newline = false __PRETTY_FUNCTION__ = "message_parse_header_next" #10 0x080b9de...
2010 Mar 29
3
2.0.beta4, Panic: stream doesn't support seeking backwards
Hi, got the following with beta4 while uploading messages from a local mbox to the dovecot server in my LAN, tested with mutt and sylpheed, the same action works with 1.2.11: Mar 29 13:42:46 [dovecot] imap(juergen): Panic: stream doesn't support seeking backwards Mar 29 13:42:46 [dovecot] imap(juergen): Raw backtrace: /usr/lib/dovecot/libdovecot.so.0 [0xb76b7ec4] ->
2004 May 18
4
granulepos start/end revisited
Hi all, I noticed the following Subversion commit today: r6719 | xiphmont | 2004-05-18 16:04:53 +1000 (Tue, 18 May 2004) | 11 lines Updated doc to reflect current proposal... Not as much a proposal at this point actually; this is the way I'm now implementing it. Although we're still in the 'RFC'/'look for horrible lossage' stage, this is close to being
2019 Mar 26
4
v2.2.27 Panic: file rfc822-parser.h: line 23 (rfc822_parser_deinit): assertion failed: (ctx->data <= ctx->end)
...n message_parse_header_next (ctx=0x5563c13d9a50, hdr_r=hdr_r at entry=0x7ffdc76161c0) at message-header-parser.c:84 line = 0x5563c13d9a50 msg = 0x5563c13f1a57 "Subject: ADV: Order Reminder: #317330373\r\n>\r\n" i = <optimized out> size = 42 startpos = 41 colon_pos = 7 parse_size = <optimized out> skip = 0 ret = <optimized out> continued = false continues = false last_no_newline = <optimized out> last_crlf = <optimized out> no_newline = false...
2008 Feb 06
2
(message_parse_header_next): assertion failed:, +(IS_LWSP(line->value[0])) 1.1beta14
I noticed these happen when one of my users searches his Trash folder which he doesn't empty. He uses thunderbird and it is reproducable. Feb 5 22:47:39 boomhauer dovecot: IMAP(username): file message-header-parser.c: line 350 (message_parse_header_next): assertion failed: +(IS_LWSP(line->value[0])) Feb 5 22:47:41 boomhauer dovecot: child 8022 (imap) killed with signal 6 Feb 5
2019 Mar 26
2
v2.2.27 Panic: file rfc822-parser.h: line 23 (rfc822_parser_deinit): assertion failed: (ctx->data <= ctx->end)
After some investigation, it turns out it is non trivial to install dovecot-dbg on debian jessie. Sorry I can't investigate further. Jason Aki Tuomi wrote on 25/3/19 6:12 pm: > Can you install dovecot-dbg and try gdb again? > > Aki > > On 25.3.2019 3.20, Jason Lewis via dovecot wrote: >> Hi, >> >> I've been having an issue with the indexer giving me
2012 Jun 23
9
[PATCH 0/5] btrfs: lz4/lz4hc compression
WARNING: This is not compatible with the previous lz4 patchset. If you''re using experimental compression that isn''t in mainline kernels, be prepared to backup and restore or decompress before upgrading, and have backups in case it eats data (which appears not to be a problem any more, but has been during development). These patches add lz4 and lz4hc compression
2003 Dec 01
0
No subject
...*conn, char *inbuf,char *outbuf,int length,int bufsize) { /*added to support sendfile start */ int outsize; off_t sbytes; struct sf_hdtr smb_sf_hdtr; struct iovec smb_hdr[1]; int smb_com2; /*added to support sendfile end */ files_struct *fsp = file_fsp(inbuf,smb_vwv2); SMB_OFF_T startpos = IVAL(inbuf,smb_vwv3); size_t smb_maxcnt = SVAL(inbuf,smb_vwv5); size_t smb_mincnt = SVAL(inbuf,smb_vwv6); ssize_t nread = -1; char *data; START_PROFILE(SMBreadX); /* If it's an IPC, pass off the pipe handler. */ if (IS_IPC(conn)) { END_PROFILE(SMBreadX); return reply_p...