search for: segement

Displaying 20 results from an estimated 42 matches for "segement".

2011 Aug 21
1
How can I divide an image and randomly plot the segements
Hi! I would like to divide a 401 by 401 image into 20 equal blocks and then re-plot the image with the segments randomly distributed in it. How can I do this? ............. Regards, Kenduiywo Benson [[alternative HTML version deleted]]
2008 Nov 22
1
Upgrade 1.4.19 to 1.6 => segementation fault
During compiling I have not seen an error, however, when I start asterisk again it ends with: app_morsecode.so => (Morse code) == Registered custom function 'SYSINFO' func_sysinfo.so => (System information related functions) Segmentation fault (core dumped) How can I figure out what is wrong? bye Ronald
2010 Jan 27
3
Function for describing segements in sequential data
Dear R-users, Say that I have a sequence of zeroes and ones: x <- c(1,1,1,0,0,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0,0) The sequences of ones represent segments and I want to report the starting and endpoints of these segments. For example, in 'x', the first segment starts at location 1 and ends at 3, and the second segment starts at location 8 and ends at location 10. Is there an efficient
2008 Jul 30
1
Setting fixed size for segement plot using stars() (axes size vs print size)
I have been making some segment plots with five variables. They work great, especially when I used a different scale function, which scaled them by area of the circle rather than radius scale <- function(x, Mr = 1 , Mx = 100) { ((x/Mx)^.5)*Mr} Where x is the the value, Mr is the Maximum radius, and Mx is the maximum data value. You could change the exponent .5 to .57 if you wanted Flannery
2009 Jun 15
2
Removing metadata segmentation
...pdate metadata > accordingly. These are typically live and not seekable though. > > Thanks for the reply. What I'm after is basically the conversion of a live stream to a seekable stream. The metadata is known and a wipe and reset is possible, but is it possible to wipe metadata segements across the whole file without re-encoding? Andy
2009 Jun 15
3
Removing metadata segmentation
...on-contiguous. The symptoms of which are that seeking in the first 30s (the first metadata segment) with mplayer causes mplayer to exit after it exceeds 30s. If I let mplayer play, it will count up to 30s, then the metadata is changed and it counts up to the end of the show and plays the next segement (the first 2m of the next show). Other players will only play the first segment. They see the end of the metadata block and exit, even though there might be hours left to play in the file. We can't redistribute the recorded oggs as we're unsure of how players will handle segements. H...
1997 Jul 31
1
NT 4.0 Client and Win95 clients and browsing problems in general.
I am using samba-1.9.16p11 and have not been able to make browsing work from my 9.04 HP where it is on a switched ethernet segement alone. I have tried many combinations including remote announce to networks as well as Our NT Domain Server/ Win Servers. All to no avail. I am sure there is some key point I am missing. In fact my clients have to have DNS turned on in addition to WINS in order to see me at all with the \\serve...
2004 Sep 04
2
Demo of using Theora under Windows
...with a link to a theora-file that automatically (or with a few clicks on Accept/OK) installs the needed codecs on a unmodified Windows machine? (The links to theora-files on www.theora.org does not do this, which is a shame). I am afraid if this is not possible to do, then penetrating the Windows-segement will be very hard indeed. /Ole
2001 Feb 04
1
Determining stream type
...r it's a vorbis page or one of my own extra-info pages. I've read the "Ogg logical bitstream framing" document, but at the Ogg level the only "structured" info is the page header, and that doesn't contain any "stream type" information. Everything else is segement lengths or segment data. So, if I pick up a physical bitstream half way through, find a page boundary and then recover the page, how can I tell whether it's vorbis info or some other info? The names of functions to call would be really great, I'm still figuring out the myriad of functions...
2016 Sep 05
2
How to insert instructions before each function calls?
...justments, but the inserted code appears in the prologue of the function, other than before the function call. Maybe I did something wrong with the iterator. > > So you mean I should insert a pseudo instruction in the machinefunction pass, then replace it when function call lowering? (Like segemented stack implementation?) > Yes, inserting pseudo instructions in the MachineFunctionPass -- you might want to have a look at PATCHABLE_RET and how we handle this in XRay. Essentially the idea (which I saw Sanjoy Das do first) is to wrap the actual instruction (in this case, CALL or LEA, or som...
2004 Feb 13
1
public key format
...-- MIGJAoGBALBcNmzwQFv8nJn11oHdmT1YfENQul6Tk0A1u4eKQd7x2sf5B0ToNnyq jgheugOVPnfJHvLf2GYHxzVr6+vKo5F7Z2WArpYCXIiimNLsxj/j6ASB5eeQqM1Z /0Nq9j9fJJbDEMERtfwNTOwGgkV4Cy+7q2UJ4g2lTcW+//tV9zLnAgMBAAE= - -----END RSA PUBLIC KEY----- which may be a PKCS #1 RSAPublicKey (?) unfortunately tinc crashes with a segementation fault when i try to use the first format: Trying to connect to mtx1 (172.16.1.1 port 655) Connected to mtx1 (172.16.1.1 port 655) Sending ID to mtx1 (172.16.1.1 port 655): 0 mtx58 17 Sending 11 bytes of metadata to mtx1 (172.16.1.1 port 6 Got ID from mtx1 (172.16.1.1 port 655): 0 mtx1 17...
2004 May 18
2
Dual Redundant Network routing [Question]
Greetings, I have a routing problem I am hoping can be solved. I have three networks. A Private network, and a dual network the private network connects too. The internal network talks through a gateway/router(linux redhat 7.2) that has a default route set that allows the internal network to talk to a computer on the external networks. The external network is a Redundant network scheme in
2009 May 12
1
adonis help - (non-parametric (permutational) manova)
I am trying to apply this technique (M.J Anderson 2001) to a dataset of aquatic insect abundances. There is a sample in the unrestored and restored segement of a stream for every time period. I would like to compare the centroids of the distance matrices for the treatments up (unrestored) and dn (restored) to see if there is a difference in insect communities between the treatments. I will not include the raw data in this posting as it is large for p...
2011 Oct 03
1
xts/time-series and plot questions...
...it "year-free"??? This way I could plot corresponding months on the same graph. One month, or a quarter, or even a full year. I don't know, however, how to convince xts to ignore the year, or if there is an xts compatible object that is year-free (or month-free for looking at week/day segements)... Pointers to online answers, google search terms, etc. greatly appreciated! Thanks, -=Doug
2016 Sep 05
2
How to insert instructions before each function calls?
We do something very similar here for XRay, and I would think the approach would be similar. What XRay does are the following: - Find the machine instructions in a MachineFunctionPass that look interesting from the XRay perspective. Theses turn out to be: the beginning of the function (not really an instruction but a location), tail calls, and returns. I suspect you can very simply find the call
2015 Jun 26
2
[Q] TCP segment sent is larger than peers advertised MSS
Hello, I am in the process of troubleshooting another problem and noticed a rather strange behavior with the openssh client. A client (OpenSSH 5.3) and a server (6.7p1) do the TCP handshake, the client announces a MSS of 1460 (its MTU is 1500), while the server announces a MSS of 1260 (its MTU is set to 1300). What troubles me is, that the client is sending the server a frame of 2034 bytes
2016 May 10
0
Ubuntu server 14.04 classic upgrade segmentation fault
...assic_upgrade%29 but when running samba-domain tool classicupgrade --dbdir = / util / tdb --use-xattrs = yes --realm = gruporesasco.local --dns-backend = BIND9_DLZ /util/samba/smb.conf --option = "interfaces = lo EM1 EM2 "--option =" bind interfaces only = yes "-d 10 It gives me segementation fault I can give some idea?? finalerror Found pdb backend ldapsam smbldap_search_domain_info: Searching for:[(&(objectClass=sambaDomain)(sambaDomainName=GRUPORESASCO))] smbldap_search_ext: base => [dc=gruporesasco,dc=local], filter => [(&(objectClass=sambaDomain)(sambaDomainN...
2005 Sep 05
1
simple line plots?
I've spent quite a lot of the day trying to construct a fairly standard line plot in R, and I have the feeling there is a simple way that I haven't discovered. I have a large vector of measurements (TIME), and each measurement falls into one of three categories (PHASE). For each PHASE value, I want a mean of the corresponding TIME measurements plotted as a point along with
1998 Jan 20
0
SMBA->NT problems on RFC1918 Network
I don't know if this is the right place, but it is a place to start. I have two machines in a co-location facility. They are both on the same physical network segement and have real internet addresses and RFC1918 addresses. We get charged for traffic which goes across the "real" internet addresses which is part of the purpose for the RFC1918 network. The problem is connecting the UNIX machine to the NT machine. If I use the RFC1918 address NT respon...
2013 Mar 19
1
Cluster analysis on weighted survey data with continuous and categorical variables
I am trying to perform cluster analysis on survey data where each respondent has answered several questions, some of which have categorical answers ("blue" "pink" "green" etc) and some of which have scale answers (rating from 1 to 10 etc).My problem is that certain age groups were over-sampled and I need to weight the data collected in order to accurately reflect the