search for: boundries

Displaying 20 results from an estimated 54 matches for "boundries".

Did you mean: boundaries
2007 Feb 08
1
Diffrerence in "%in%" function to boundry setting via <>
Hi, There is a point which is irritating me currently quite a bit and that is an aspect of different behaviour between the %in% function and the smaller/bigger than signs (<>). Here is are two examples to demonstrate what I mean: Example1: > c(1,1,2,2,3,4,4,6,7) %in% c(1,2,3) [1] TRUE TRUE TRUE TRUE TRUE FALSE FALSE FALSE FALSE Right, that is what I expect. Example2: > ps
2004 Mar 15
2
R equiv to proc gremove in maps package
Is there an R equivalent to SAS's proc gremove? You would use this procedure to combine the units on an existing map, for example to build a map of Metropolitan Statistical Areas (MSAs) from the [US] counties dataset where the internal boundries surround the MSAs (which are groups of counties) rather than the individual counties. I can imagine the mechanism would be to find and erase the boundries within each group. Is there a way to do that in R? I looked at the S reference on building geographical databases, and I could probably fumbl...
2003 Nov 05
1
Extracting sample count from a Vorbis packet
...Vorbis packet without having to decode the whole thing? The reason I'm asking this is because I'm thinking about implementing the current Vorbis RTP draft for Helix. The problem is that the Ogg pages only contain a single timestamp. If I want to split up the Vorbis packets on different boundries than the Ogg page boundries, I'll need to know the number of samples associated with each packet so I can generate proper timestamps. Can anyone help me with this? Thanks, Aaron --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To un...
2002 Dec 06
2
[LLVMdev] DSNode Question
LLVM, I am trying to equate two dsnodes across call boundries. On the Caller side we have an operand of form: sbyte * getelementptr ([20 x sbyte]* %.LC0, long 0, long 0) using getNodeForValue() yields a NULL pointer. On the Callee, the parameter is of form: sbyte * S and getNodeForValue works fine. Is there something special that must be done to access...
2006 Oct 23
4
how to watch kmem_init() during boot time
Hi, Following "anonymous tracing" chapter, I wanna trace kmem_init(), but after reboot, I can''t get anything, why? Here is my short script kmem_init.d: #!/usr/sbin/dtrace -s fbt::kmem_init:entry { stack(); } then I just use: #dtrace -AFs kmem_init.d #reboot #dtrace -ae < got nothing here> Thanks, -Alex This message posted from opensolaris.org
2008 Nov 26
9
ZPool and Filesystem Sizing - Best Practices?
Hello, We have a new Thor here with 24TB of disk in (first of many, hopefully). We are trying to determine the bext practices with respect to file system management and sizing. Previously, we have tried to keep each file system to a max size of 500GB to make sure we could fit it all on a single tape, and to minimise restore times and impact should we experience some kind of volume
2008 Jun 19
2
Sure, it's a newbie thing, but I'm willing to be at least ONE person has been bit by this....
...topped letting me access shares as anyone other than root. Security is set to "user" since it's not a domain member server. My office requires that passwords get changed every 90 days, and the last time I accessed the server was on the other side of one of these "90-day" boundries. I realized this after I increased the Samba logging level and it was telling me it at least recognized my username. So, it must of hated my password. I used smbpasswd -U as root to reset my user password. Suddenly I can get in. Now, one small question, is there a tool that lets me automaticall...
2006 Jan 05
2
Re: sigsegv in _mm_load_ups (linux/gcc 3.x)
That's definitely strange and I've never encountered that. Normally, the only way for _mm_load_ups to generate a segfault is for the input to be invalid memory, in which case the C version should crash too. I suspect the compiler (or something else) may be hiding the real problem. Can you get a debugger and see exactly what assembly statement is causing the crash and what the operands are?
2006 Jan 06
2
Re: sigsegv in _mm_load_ups (linux/gcc 3.x)
> I've seen the exact same in my version (mingw on win32), and the problem > was that the stack was misaligned when entering the function, so the temp > registers weren't at 16-byte boundries. That's a possibility. It's easy to check by printing the address of the variables. I know that gcc 3.3 had some alignment issues with _m128 that were supposed to be fixed in version 3.4 and above. Jean-Marc
2004 Aug 19
2
Opencall.org and SpandDSP
Does anybody know what happened to the opencall.org website? I can't get into the home page or the ftp site.
2002 Feb 21
1
using smbadduser non-interactively
...Cheers, Lonnie -- Lonnie Cumberland OutStep Technologies Incorporated EMAIL: Lonnie@OutStep.com : Lonnie_Cumberland@yahoo.com The Basis Express Virtual Office & Data Backup and Recovery Services URL: http://www.basis-express.com "The Virtual Office with no boundries!!!"
2012 Apr 04
1
http://www.centos.org/docs
...rg/docs not point to say this for example: http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/index.html The latter is more comprehensive. The links that http://www.centos.org/docs contains all have "upstream" labels on the reading material, so I'm guessing the trademark boundries are not being crossed. Regards, Paul (Crunch)
2003 Jul 30
1
Number of components in a mixture model
Dear all, I'm fitting a set of length-of-stay data by a model of mixture of exponentials. I've been following the example on page 436 in MASS (5th Ed.). However, I have a couple of questions while following this example. What if we don't know how many components there are in the model in advance. Is there any established method to determine the number of components from a set of
2002 Feb 21
6
How to connect across the Internet
...Regards, Lonnie -- Lonnie Cumberland OutStep Technologies Incorporated EMAIL: Lonnie@OutStep.com : Lonnie_Cumberland@yahoo.com The Basis Express Virtual Office & Data Backup and Recovery Services URL: http://www.basis-express.com "The Virtual Office with no boundries!!!"
2011 Oct 27
1
[LLVMdev] stack alignment and backend
I'm running into the same problem mentioned here: http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-February/038027.html but I think the underlying problem is different from what he mentions. The stack on the processor I'm working on is aligned to 4 bytes per the ABI but stack objects can be created with higher alignments (datalayout of i64:32:32). As an example, I'm running into a
2006 May 31
1
Help enhancing acts_as_nested_set
...node structure with children pointing back to their parent, # the best way to imagine how this works is to think of the parent entity surrounding all # of its children, and its parent surrounding it, etc. Assuming that they are lined up # horizontally, we store the left and right boundries in the database. # # Imagine: # root # |_ Child 1 # |_ Child 1.1 # |_ Child 1.2 # |_ Child 2 # |_ Child 2.1 # |_ Child 2.2 # # If my cirlces in circles description didn''t make sense, check o...
2019 Jul 21
1
[Bug 1355] New: Error parsing JSON config via a pipe to subprocess's stdin
https://bugzilla.netfilter.org/show_bug.cgi?id=1355 Bug ID: 1355 Summary: Error parsing JSON config via a pipe to subprocess's stdin Product: nftables Version: unspecified Hardware: x86_64 OS: Ubuntu Status: NEW Severity: normal Priority: P5 Component: nft
2006 Apr 08
4
Calling validates_inclusion_of out of default namespace
Hi, I''m trying to run the "validates_inclusion_of" method in a before_save hook, because the range is dependant on the related data. But I can''t figure out how to call it. When calling it normally, it says it can''t find it. I''ve tried several combinations like "ActiveRecord::Validations.validates_inclusion_of", but I can''t seem to
2004 Aug 06
2
Auto Archiving function for Icecast.
Hello: Does anyone know how to set up auto-archiving with icecast. I have an encoder coming in with a radio station. I want to create hourly mp3 archives of their streams that are coming to my icecast server. Got any ideas? Raymond <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message
2006 Mar 27
5
splitting vorbis files
Greetings The Unix application 'wavsilence' is a program that takes a WAV file with gaps of silence and creates smaller WAV files, containing the data between the gaps. ( http://danplanet.com/wav/ ) Is there a similar program for ogg vorbis? How difficult would it be to write such a program? --------------------------------------------------------------------------- The usage