search for: quate

Displaying 14 results from an estimated 14 matches for "quate".

Did you mean: equate
2007 Oct 22
0
[LLVMdev] OT: new here, dynamic/runtime compilation (in general)
...robably a fairly smart compiler could still get plenty > good results out of inline functions and intrinsics or something > (as it so happens, my compiler is not so smart here, so I made > these features builtin, and fell back to functions for more > involved operations, such as quaternion slerp, ...). > llvm-gcc and clang both fully support GCC style generic vectors and altivec/sse intrinsics. In addition, clang supports "glsl" style vector permutations, direct vector element access, etc. The LLVM optimizer and code generator supports many vector operation...
2008 Jun 12
1
map.resources :foo_items, :as => :foo confusing my controller specs
I have following resource defined in my config/routes.rb (the model name is contrived) map.resources :foo_items, :as => :foo that I originally generated with rspec_scaffold: ruby script/generate rspec_scaffold foo_item but when I use the :as attribute in resources to make the URI path be ''/foo'' instead of ''/foo_items'' the default/generated controller
2007 Apr 16
1
2 samples KS-test...
...ubset(mydata,Identified=="NO",select=KD),y=subset(mydata,Identified=="YES",select=KD)) Erreur dans ks.test(x = subset(mydata, Identified == "NO", select = KD), : 'y' doit ?tre num?rique ou bien une cha?ne de caract?res donnant le nom de la fonction ad?quate ----------------------------------------------------------------------------------------- Thanks for any hint, St?phane. Conf: R-2.4.1 on win XP sp2. -- "La science a certes quelques magnifiques r?ussites ? son actif mais ? tout prendre, je pr?f?re de loin ?tre heureux plut?t qu'avoir...
2007 Oct 22
4
[LLVMdev] OT: new here, dynamic/runtime compilation (in general)
...being (namely: 'static', initialized structs, multi-prototypes, C99 style dynamicly-sized arrays, ...). to 'add insult to injury' though, I implemented a few compiler extension features: some partly derived from gcc (__real, __imag, ...); some custom: builtin geometric vectors and quaternions (I do a lot of 3D stuff...); .. I also have Garbage Collection, Dynamic Typing, and Prototype OO available as library features (note, I mean 'Prototype OO', in reference to the object system used in Self, and crudely immitated in JavaScript, and not in reference to "some crude m...
2007 Oct 10
1
Scraping AOL Webmail to login and fetch contacts?
I''m helping with a gem that is going to published under the contentfree project on rubyforge (http://rubyforge.org/projects/contentfree/). The gem is called "blackbook" and basically it will go and fetch your contacts from the major webmail providers. So far Gmail, Yahoo!, and MSN have been completed. We are trying to finish up with fetching contacts from AOL Webmail. However
2012 Apr 05
0
[LLVMdev] Difference between 2.9 and 3.0 in intel ASM printer
Hi, I'm almost there with my Yasm printer, however, I've stumbled upon this. Using this: ; ModuleID = 'data.u' %window = type { %visobj, %vec2, %vec2, %vec2, %string, %color, i32, i32, %string, %string, %string, i1, i1, i1, i1, i1, i1, i32, i8* } %visobj = type { %object, i1, i1, i1, i1, %color, %vec4, %vec4, %vec4, %vec4, i32, %mat4, %mat4, %mat4, %mat4, %material*,
2009 Jul 04
4
Rsync with spaces in source or destination path
Hi, I am trying to transfer a file that has spaces in its name. The rsync gives me below error. Am I doing anything wrong? #ls -l /tmp/test\ file -rw-rw-r-- 1 xxx xxx 0 Jul 5 02:23 /tmp//test file # /usr/local/bin/rsync --archive /u/masanip/ACH/test\\\ file /tmp/mydir/ rsync: link_stat "/tmp/test\ file" failed: No such file or directory (2) Number of files: 0 Number of
2008 Jun 12
0
disregard my map.resources :foo_items, :as => :foo question
disregard my map.resources :foo_items, :as => :foo question I was pulling some rookie moves. Thanks Mike -- Mike Mondragon Work> http://sas.quat.ch/ Blog> http://blog.mondragon.cc/
2006 Aug 02
0
expected survival from a frailty cox model using survfit
Hello R users Would somebody know how to estimate survival from a frailty cox model, using the function survfit and the argument newdata ? (or from any other way that could provide individual expected survival with standard error); Is the problem related to how the random term is included in newdata ? kfitm1 <- coxph(Surv(time,status) ~ age + sex + disease + frailty(id,
2007 Nov 12
3
Weird error downloading a gzip''ed file
Hi all, I''ve been using mechanize for a while and it rocks. Docs are pretty clear and so far I''ve been able to do it on my own. However, I''m stuck in a weird situation in a script to download my contact list from hotmail. I''ve used Firebug to check all urls, and tested it by hand while logged in via browser. Even in the script everything works well until the
2007 Oct 22
0
[LLVMdev] OT: new here, dynamic/runtime compilation (in general)
On Oct 21, 2007, at 5:27 PM, BGB wrote: > well, sadly, I am not sure how people are on this list... I'd suggest browsing through the llvmdev mailing list archive. > now, what I do with it is this: > I use C as a scripting language... > Sounds like a fun project. Note that the clang C front-end also supports use in a JIT environment: this will allow you to JIT the full
2008 Oct 13
1
heimdal/AD documentation
...ux choses : la synchronisation (n?cessit? d'utiliser ntp pour synchroniser les horloges des machines impliqu?ees) et la r?solution de nom. l'utilisation d'un CNAME pour le serveur ne pose pas de probl?me, mais la r?solution inverse (PTR) doit absolument ?tre configur?e de mani?re ad?quate. Pour le d?tail de l'installation du KDC, suivre l'excellent article du handbook FreeBSD. Mise en place de la relation de confiance : La confiance entre les deux realms Kerberos repose sur un principal partag? avec une clef commune. - c?t? Windows : dans Outils d'administrations &g...
2020 Sep 18
3
[PATCH v6 0/4] Add a vhost RPMsg API
Hi Arnaud, On Fri, Sep 18, 2020 at 09:47:45AM +0200, Arnaud POULIQUEN wrote: > Hi Guennadi, > > On 9/18/20 7:44 AM, Guennadi Liakhovetski wrote: > > Hi Arnaud, > > > > On Thu, Sep 17, 2020 at 05:21:02PM +0200, Arnaud POULIQUEN wrote: > >> Hi Guennadi, > >> > >>> -----Original Message----- > >>> From: Guennadi Liakhovetski
2020 Sep 18
3
[PATCH v6 0/4] Add a vhost RPMsg API
Hi Arnaud, On Fri, Sep 18, 2020 at 09:47:45AM +0200, Arnaud POULIQUEN wrote: > Hi Guennadi, > > On 9/18/20 7:44 AM, Guennadi Liakhovetski wrote: > > Hi Arnaud, > > > > On Thu, Sep 17, 2020 at 05:21:02PM +0200, Arnaud POULIQUEN wrote: > >> Hi Guennadi, > >> > >>> -----Original Message----- > >>> From: Guennadi Liakhovetski