search for: rigid

Displaying 20 results from an estimated 168 matches for "rigid".

Did you mean: igid
2009 May 21
1
vcd package --- change layout of plot
...ot;ftable" > dim(Pack.tab) [1] 7 2 7 Cities PX SF Rank Feature 1 Flexible 2 0 Integrate.Probes 1 2 Large/heavy 1 0 Lockout 0 1 Recyclable 3 5 Rigid 0 0 Small/light 2 1 2 Flexible 1 6 Integrate.Probes 2 0 Large/heavy 1 1 Lockout 1 0 Recyclable 2 0 Rigid 1 0 Small/light...
2009 Jan 08
5
Update to Centos 5 anaconda kickstart %post bug?
...than it being acknowledged. I've also searched upstream with RHEL and FC and I cannot seem to find a bug report there though complaints of the problem can be found through searching the web. I do see the manual fix for it and will be testing that shortly. I am, however, dealing with a fairly rigid internal legal department that may not welcome a "fix" that's not "official". So I have two questions: 1) Is there an "official" or "accepted" way to inquire about the status of an open bug? 2) With regard to bug 0002329 is this something that has to be...
2007 Feb 09
3
alternative to rocks cluster
Hi I am after a solution where i can easily kickstart many, read hundreds, of boxes in a short time frame. Perhaps the way i install software is to actually re-kix the box with a new software baseline - that type of idea. I have looked at rocks and it looks good but it seems a little rigid in that i need to be able to determine certain things like hostname etc as in our env hostname represents box location etc. Are there any tools out there that do things as 'easily' as rocks but with more customization in them? Rocks seems to be based on beowulf type clusters where our...
2009 Dec 15
2
[LLVMdev] Help adding the Bullet physics sdk benchmark to the LLVM test suite?
Hi, We are developing the open source Bullet physics engine, used by game and movie studios, and compiler performance tuning is important to us. See http://bullet.googlecode.com The physics engine includes collision detection, rigid body dynamics and soft body dynamics. I've been following the LLVM project for a while, and it seems the Clang C++ compiler is mature enough to compile our source tree and benchmarks. Bullet 2.75 uses a lot of SIMD-friendly vector operations, that might be an interesting addition to the LLVM t...
2013 Jun 19
2
Relative position between two windows
...ay, window_A, new_x, new_y ); > } > /* ... */ > } > The problem is that the move correction of a window is only applied at the end of the move/resize operation of the other and not continuously during it. Is there a way to obtain this as if the two windows could behave like one rigid body? Thank you in advance, Luca -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/compiz/attachments/20130619/cf1adec4/attachment.html>
2009 Apr 29
12
Una pregunta de estadística (marginalmente relacionada con R)
Hola, ¿qué tal? Tengo una pregunta de esta
2023 Dec 20
1
Discussion: new terrapin resisting ciphers and macs (alternative to strict-kex) and -ctr mode question.
...good option, its not the fastest to standardize and implement. Whereas openssh project has done it before both new ciphers. On that note - maybe combine it with PQ hybrid modes? I have a related question: Has anybody analyzed the aes-ctr / hmac-etm properties, whats making this resist and is it rigid? It looks like it is only the counter position which saves it? So is keeping hmac-etm iff aes-ctr is offered used still a safe option (or just "not broken"). Because luckily many have removed CBC already.
2009 May 13
2
Object and Classes ?
....oo class for building OOP like interface, but it seems even more cumbersome to use. Any link you can give me which discusses those concept in regards to R, with examples too ;) (Seems to me like a mix of javascript like prototyping with Perl bless class name labeling, like it much better than the rigid class oriented languages like Java ;) ) PS> One of the biggest hurdles with R is that the language name is one character long and when you try to find some docs or solutions google returns alot of garbage not related to R ;) Otherwise I like very much the environment and the capabilities of the...
2013 Aug 29
3
Automatic boot menu?
...u system in Lua, or would it be possible to hand over the generated config to menu.c32 somehow? If not, then maybe extending menu.c32 with some "dynamic" directives would be a lot easier. Unfortunately that would restrict the functionality to the simple menu system and also make it more rigid, but that's probably the bulk of the use cases anyway... -- Regards, Feri.
2009 May 16
6
Modificando heatmaps
Hola a todos, Estoy trabajando con la función heatmap.2() de la libreria ggplots. A continuación encontrarán un ejemplo de la estructura de mis datos y el código para generar el gráfico que me gustaría modificar: # Datos set.seed(123) x <- matrix(rnorm(8*30), ncol = 8) rownames(x) <- paste(''GM10A'',1:30,sep="") colnames(x) <-
2012 Aug 16
1
TDM Fax
Has anyone experimented with increasing the DAHDI chunk size in improve fax reliability? If so, did it help, hurt, or not make any difference?
2006 Aug 17
1
installation of "Civ 4", "Matrix: Path of Neo", etc.
Hi all When I try to install some games, an error screen like the one in the attachment appears. What can I do? I use plain Wine 0.9.19. Sorry, if I askes soem questions that could be in the FAQ. But I'm doing now a rigid testing of Wine to see how good it works. greetings Bojan -------------- next part -------------- A non-text attachment was scrubbed... Name: Wine + "Matrix: Path of Neo".jpg Type: image/jpeg Size: 28940 bytes Desc: not available Url : http://www.winehq.org/pipermail/wine-users/att...
2001 Aug 09
11
Vorbis ACM codec
Is the Vorbis ACM codec still being maintained? Then I encode an avi with Vorbis audio, the sound gets out of sync after a while no matter what I try. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the
2005 Dec 15
0
Job Ad: Centocor R&D, USA
...o essential. Facility in the S language, preferably R, is expected. A successful candidate must be constantly eager to expand their statistical, communications, and computing expertise. S/he must also be enjoy the process of building long-term collaborative relationships, be at ease with either non-rigid or rigid structure to projects, and be professional in handling numerous projects simultaneously. Statisticians at Centocor (http://centocor.com) are highly-valued partners for their contributions to scientific and business objectives. The innovative spirit of our biotechnology company is backed b...
2010 May 16
1
[LLVMdev] LLVM Valgrind
Hi: I have been working on Valgrind [porting it to non-supported architectures] and wanted to know what you guys think of Valgrind for LLVM. I haven't thought through fully myself - so wanted to get your inputs before becoming rigid in my own opinion. Original Valgrind works on object code - translating the asm to its own IR [intermediate representation]. But for LLVM, probably putting the valgrind tool instrumentation [e.g. memcheck] as a pass [[i.e. using LLVM IR itself] probably make more sense.... cheers J. -------------...
2005 Apr 14
0
[Job Ad] Centocor Nonclinical Statistics
...essential. Facility in the S language, preferably R, is expected. A successful candidate must be constantly eager to expand their statistical, communications, and computing expertise. S/he must also be enjoy the process of building long-term collaborative relationships, be at ease with either non-rigid or rigid structure to projects, and be professional in handling numerous projects simultaneously. Centocor R&D is a culture of passionate professionals. From top-on-down in the organization, statisticians are highly-valued partners for their contributions to scientific and business objectives....
2020 Jul 02
3
LLVM Incubator + new projects draft
On Wed, Jul 1, 2020 at 11:12 PM Chris Lattner via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > I'm not sure I agree with the no-code standard. I agree with minimal code, but I think an incubator should be established enough to be discussed concretely (e.g. "what is" vs "ideals"). > > I hear what you’re saying, but I think we can handle this as part of
2006 Feb 03
2
(newbie) Saving the workspace in .txt format
(newbie question) How do I save the workspace in Windows text format (with the file extension .txt)? Also, having saved it and edited it, how do I load it back into the workspace? The setup is: Windows XP Home Edition Service Pack 2 R 2.2.0 English language Administrator privileges are enabled Tom Jones, a veteran computer professional who is a newbie to R
2009 Dec 16
0
[LLVMdev] Help adding the Bullet physics sdk benchmark to the LLVM test suite?
Hello, Erwin > The physics engine includes collision detection, rigid body dynamics and > soft body dynamics. This sounds really promising addition to LLVM testsuite! > to compile our source tree and benchmarks. Bullet 2.75 uses a lot of > SIMD-friendly vector operations, Which archs are currently supported for SIMD operations? > The SDK is under Bullet...
2001 Mar 14
1
/etc/default/login patch?
...nybody happen to have or know of a patch to make /etc/default/login PATH and SUPATH the default openssh path? We have customized paths for each school of engineering (each have their own customized site bin). This is easily controled with /etc/default/login. The --with-default-path option is too rigid. This is Solaris I am talking about. --mike