search for: dissociate

Displaying 20 results from an estimated 40 matches for "dissociate".

Did you mean: dissociated
2005 Aug 10
0
Reordering lists dissociates nested input elements from form.
I am attempting to use drag and drop to reorder elements then submit the form to store the changes. Each element (<li>) has text and a nested hidden input element. The problem I am experiencing is that when the form is submitted any of the elements that have been moved are not submitted. Inspecting the DOM shows that the inputs are still nested with the elements. But for some reason
2013 Sep 26
8
[PATCH v5 0/7] Dissociate logical and gic/hardware CPU ID
...oot only with A7 or A15. If the user choose to boot with only A7, the CPU ID will start at 0x100. As Xen relies on it to set the logical ID and the GIC, it won''t be possible to use Xen with this use case. This patch series is divided in 3 parts: - Patch 1: prepare Xen - Patch 2-4: dissociate logical and gic CPU ID - Patch 5-6: dissociate logical and hardware CPU ID For the moment this patch series only modifies Xen and not the boot process (ie head.S). So if the boot CPU ID is not equal to 0 you won''t be able to start Xen. The future Ian Campbel''s patch series sh...
2013 Mar 05
9
Mcollective/Puppet Connector
When attempting to execute the mcollective puppet plugin: # mco puppet runonce -v aixl : execution expired aixj : execution expired I get an error, ''execution expired'' on some hosts. However, these hosts respond via mco ping and, I have verified the date/time on the servers. The puppet agent is also
2006 Mar 10
0
Session management changed in EdgeRails?
...@user = session[:user] in my controllers and then access the various @user associations such as @user.posts. In 1.0, the session data would remained unchanged unless I explicitlt made change to a @user property, but in Edge, every association I reference is copied into the session and becomes dissociated from the database. For example, @user.posts.delete(post) only removes the post from the session. If i delete it from teh database directly, I have to reload the user object. Are there any new session options that I can change to prevent rails from copying associations to the session in the fir...
2013 Jun 06
4
[LLVMdev] Meaning of LLVM optimization levels
Folks, I'm trying to rationalize about optimization levels and maybe we should come up with a document like this: http://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html Though, I remember a discussion a few months ago, and some people recommended we had names, rather than numbers, to dissociate the idea that 3 is better than 2. Regardless, would be good to have some guidelines on what goes where, so we don't end up in yet another long discussion about where to put the optimization <insert-name-here>. As far as I can get from our side is: -O3 : throw everything and hope it stic...
2010 Feb 23
2
export graphics for editing in Illustrator
...parameter in R, but the time I will spend searching for the correct settings might not be worth since I'm quite used to Illustrator and since I will in any case use Illustrator to prepare for publication. Up to now, I've used savePlot() with type=("eps") but I'm unable to dissociate every part of the plot in Illustrator. Is there a better way to do it? Another function, another package, or a completely different approach? I'm of course open to all suggestions. For info, I run R2.10 on Windows XP Thanks in advance Ivan
2019 Apr 24
1
Opus Requirement for embedded Application
...the time needed for the encode function to treat a 20 ms frame (nearly 50 ms for a complexity of 0 which I guess is the lowest possible). So here are my questions : 1) what is the minimal encoder configuration possible for a minimal memory footprint ? 2) Considering that I'm using framing to dissociate a large buffer into small frames before passing them to the encode function. Is there a way to minimize encoding time ? 3) Is there a demo code for compressing PCM/WAV ? Thanks in Advance. Tarak Maamar -------------- next part -------------- An HTML attachment was scrubbed... URL: <http:...
2007 Oct 04
2
Patch to support .pls .asx .ram .qtl listing formats on last SVN
...gt; karl. I have developed this patch to avoid us to create "by hand" one file for each listing format for each mounts. One part of the problem with icecast is that you cannot choose mime type of each web files or having ASIS file like on Apache. I have cloned fserve functions to have dissociate functions for each kind of listing format and don't have one huge function I agree some part of the code could be included in a single function to avoid code duplication. Make a function dispatcher to point to each function who give the corresponding HTTP header for each format. Best Regards,...
2009 Nov 20
0
[LLVMdev] RFC: New Exception Handling Proposal
...here's a way to model this more closely in the LLVM IR? (You could just specify that the llvm.eh.exception call has to be at the start of a landing pad, but I think that is too prone to being broken by optimisation passes.) To illustrate why I don't like having the llvm.eh.exception() call dissociated from the landing pads, what is the *exact* definition of llvm.eh.exception: - Does there have to be a one-to-one correspondence between convokes and llvm.eh.exception calls? - Does llvm.eh.exception have to be dominated by landing pads? - Does it just return the exception pointer from the *most r...
2007 Jun 20
4
[LLVMdev] Unique shape and types
...pe representation. This leads to another question of type inference for dynamic languages (I refer to your slides from the LLVM meeting day). I do not see how you can integrate type inference on objects in LLVM without knowning inheritance between types. Maybe you only target type inference to dissociate floating point values from integer or object values? Nicolas
2009 Sep 24
5
Checksum property change does not change pre-existing data - right?
My understanding is that if I "zfs set checksum=<different>" to change the algorithm that this will change the checksum algorithm for all FUTURE data blocks written, but does not in any way change the checksum for previously written data blocks. I need to corroborate this understanding. Could someone please point me to a document that states this? I have searched and searched
2016 Feb 26
1
[PATCH 1/5] fat: fix minfatsize for large FAT32
On 2016.02.26 15:32, Ady via Syslinux wrote: > Regarding the "+1", when talking about the math (not the computer code > to achieve a result as accurate as it can be) Well, sorry, but I will not dissociate the context of application from the formula itself. I thought this was implied into what I wrote, which was in the context of fixing a computation algorithm bug. The sole interest I (and I posit others should) have in the formula is how it applies to computer code, as we are not trying to write...
2008 Nov 20
2
[Obo-relations] Discussion summary on "original" biological parts
mejino at u.washington.edu wrote: > > >>> A canonical human body will have canonical parts and those canonical >>> parts will >>> have canonical subparts and so on. >> >> ... and? >> >>> Can't think of anyone who would fit that >>> description. >> >> is this considered an argument for that there cannot possibly an
2007 Oct 04
0
Patch to support .pls .asx .ram .qtl listing formats on last SVN
...hat you cannot choose > mime type of each web files or having ASIS file like on Apache. I've made it now so that you can specify the mime type in the xsl file with the media-type setting. It was hardcoded to one type before which was limiting. > I have cloned fserve functions to have dissociate functions > for each kind of listing format and don't have one huge function > > I agree some part of the code could be included in a single > function to avoid code duplication. Make a function dispatcher > to point to each function who give the corresponding HTTP header > f...
2004 Nov 06
2
dovecot 1.0-test52 compile notes
Compile issues on an older BSD/OS 4.2 system: src/lib/byteorder.h needs #include <netinet/in.h> to pick up in_addr struct src/lib/byteorder.c no "libgen" here (no basename()). Added it inline, no big deal, but you might want to have configure test for this and provide one if it's missing. Also, on this system there are no types like "uint8_t" and
2011 Aug 02
0
Can't script failure for missing --password-file
...le or directory (2) Password: << rsync waits forever here >> Suggested fix is to error-out in auth_client() when the given requested --password-file can't be used, rather than trying to continue with other credentials. Wrapping up rsync in a setsid caller avoids the problem, but dissociates from the shell so it's impossible to catch exit status. Quoting the manpage, "You can avoid the password prompt by ... using the --password-file option." This is not true in all cases. Apologies if this issue has already been discussed; I found nothing from searching in bugzilla...
2007 Jun 20
0
[LLVMdev] Unique shape and types
On Wed, 20 Jun 2007, Nicolas Geoffray wrote: > In its implementation of types, LLVM only has one instance of a given > shape, mostly for type equality > Is this a non-issue for LLVM? Are types just considered as layouts? LLVM uses a structural type system, which is different than many source languages. This is useful for the optimizer, but is not so useful if you want source level
2007 Jun 20
0
[LLVMdev] Unique shape and types
...gt; This leads to another question of type inference for dynamic languages > (I refer to your slides from the LLVM meeting day). I do not see how you > can integrate type inference on objects in LLVM without knowning > inheritance between types. Maybe you only target type inference to > dissociate floating point values from integer or object values? I don't propose to do that analysis on the LLVM IR itself. :) -Chris -- http://nondot.org/sabre/ http://llvm.org/
2009 May 20
1
Comparing spatial distributions - permutation test implementation
Hello everyone, I am looking at the joint spatial distribution of 2 kinds of organisms (estimated on a grid of points) and want to test for significant association or dissociation. My first question is: do you know a nice technique to do that, considering that I have a limited number of points (36) but that they are repeated (4 times)? I did GLMs to test for correlations between the
2007 Jun 20
2
[LLVMdev] Unique shape and types
Hi all, In its implementation of types, LLVM only has one instance of a given shape, mostly for type equality (and I suppose projects like pool allocation requires it). However, this leads to a somehow misleading bytecode representation. For example, consider the C++ program compiled with llvm-g++: class AAA { int b; }; class FFF { int a; }; extern int foo(AAA * aaa); extern int