search for: interset

Displaying 11 results from an estimated 11 matches for "interset".

Did you mean: internet
2006 May 23
4
Version 0.80 of Prototype Window Class
Hi I have just posted a new release of my Prototype Window Class (http://blogus.xilinus.com/pages/javawin) Seb
2003 Jul 29
1
oplock problem on NTUSER.DAT (fwd)
...Marco De Vitis <starless@despammed.com> Subject: Re: [Samba] oplock problem on NTUSER.DAT Hi Marco Try to veto oplocks for that file. In the global section of your smb.conf, add the following veto oplock files = /NTUSER.DAT/ Let us know if that changes the behaviour. This sounds like an interseting quirk in the W2K clients. ____________________________________________ Jul 29 7:39pm They hang the man and flog the woman That steal the goose from off the common, But let the greater villain loose That steals the common from the goose. --English folk poem, circa 1764 On Wed, 30 Jul 2003,...
2000 Nov 09
4
memory management
dear experts, i m very concerned about memory management. would appreciate if you leave me some tips on handling large datasets.. special interset: 1. importing large data from a text file 2. subsequent manipulations in R thanks very much best regards pan yuming -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", &...
2009 Mar 26
1
[LLVMdev] secure virtual architecture / safecode
> We do have a static array bounds checking algorithm based on the Omega > integer programming library, but it is not hugely effective. I think > this can be strengthened a *lot*. This is great to hear. I now have extremely high expectations :). I have put a few apps here: http://www.cs.utah.edu/~regehr/hacked_tinyos_apps/ These are for compiling only-- they will not run in any
2006 Jun 22
0
Status of vorbis-tahseen branch -- OggSkeleton support in vorbisfile
...s it now seemed a bit more involved work, I've stopped working on that for the moment. The present version of vorbis-tahseen only supports OggSkeleton while remaining binary compatibility (my earlier commits broke compatibility). Please, if possible check the branch and give feedbacks. Anyone interseted in working for theora support can look at my eariler works, though it wouldn't help much. If anyone is intersted on this, the best way for it maybe to modify the _get_*_page method to skip any non-vorbis pages. How to know which type of stream (vorbis/theora) a certain page belongs to would b...
2010 Jul 16
1
Troubles with DBI's dbWriteTable in RMySQL
...r loop, element by element - res$var[[i]] = expression), not the result of do.call(rbind(...)) The principle limitation I saw in my previous use of dbWriteTable is that all fields are given the type 'TEXT', and that it insists on creating a new table. What I'd prefer is a kind of bulk interset that just makes extra records for an existing table. So, given my past experience with dbWriteTable, it is a question of what do.call(rbind(..)) did to produce ndf that has the effect that dbWriteTable doesn't like that data.frame. So, then, what is the bext way to either get dbWriteTable wor...
2004 Nov 23
2
sorting without order
Hello, In order to increase the performance of a script I'd like to sort very large vectors containing repeated integer values. I'm not interesting in having the values sorted, but only grouped. I also need the equivalent of index.return from the standard "sort" function: f(c(10,1,10,100,1,10)) => grouped: c(10,10,10,1,1,100) ix: c(1,3,6,2,5,4) is there a way
2006 Jan 23
4
ActionRecord: how to update many records in one statement
Hello, I am trying to edit and update all records of table ?intersts? (id, name, description) on one page and has no good idea how to do it right, when updating one record per page it?s ok The question is: what statement instead Interest.update_all(params[:interest]) in controller need to use to successfully update the database table by data passing to controller in parameter ?interest??
2004 Apr 28
4
numericDeriv
Dear All, I am trying to solve a Generalized Method of Moments problem which necessitate the gradient of moments computation to get the standard errors of estimates. I know optim does not output the gradient, but I can use numericDeriv to get that. My question is: is this the best function to do this? Thank you Jean,
2007 Feb 06
15
R in Industry
The other day, CNN had a story on working at Google. Out of curiosity, I went to the Google employment web site (I'm not looking, but just curious). In perusing their job posts for statisticians, preference is given to those who use R and python. Other languages, S-Plus and something called SAS were listed as lower priorities. When I started using Python, I noted they have a portion of the
2007 Sep 07
35
multi threaded theoretically useful?
So here''s a random question: if a (Ruby) multi-threaded rails server could exist (bug free), would it be faster than using a mongrel cluster? (I.e. 10 mongrel processes versus 10 Ruby threads). I''m not sure if it would. RAM it might save, though. Any thoughts? -Roger -------------- next part -------------- An HTML attachment was scrubbed... URL: