search for: harcourt

Displaying 4 results from an estimated 4 matches for "harcourt".

Did you mean: arcount
2005 May 19
2
R matrix sorting question
Dear there, I am trying to do the following stuff. Could you let me know how to do it efficiently? > aaa [,1] [,2] [1,] 1 -0.2 [2,] 3 0.8 [3,] 4 0.3 [4,] 5 0.2 [5,] 7 0.9 And I would like to sort the matrix by column 2 (and accordingly column 1 sorted as well). The desired matrix will be 1 -0.2 5 0.2 4 0.3 3 0.8 7 0.9 If using Excel or SAS, I can
2012 Oct 02
8
Being strict on differentiating between IEC prefixes and SI prefixes.
One of the greatest things about rails is that it is so standards-compliant, no other framework that I have seen have complied to the HTTP standard (think REST) in such a degree that Rails does. Kudos to you all for that. I think we (Rails community) should follow the line of standards compliance and also take it to the binary prefixes [1], i.e. kilobytes, megabytes, etc. For more than half a
2004 Aug 06
4
Creating a client
.... Are there guidelines (suggestions) for buffer sizes in relation to bit rates etc.? All suggestions welcome... BTW: The aim here is to create a hardware client on a dsp for icecast. Thanks in advance. -- _________________________________ Ronan O'Ciosoig Parthus Technologies plc. 32-34 Harcourt St. Dublin 2, Ireland. T: +353 1 402-2503 M: +353 (0)87 22 33 424 E: ronan.ociosoig@parthus.com I: www.parthus.com Parthus - Powering the Mobile-Internet _________________________________ I tell it like it is. _________________________________ --- >8 ---- Lis...
2011 Mar 30
15
Should AR set default values obtained from the schema?
First, if my understanding of what is happening is in error then please forgive me. I am given to understand that when a new AR model object is initialized then AR obtains from the database, and I suppose caches for further use, those columns that have defaults assigned and the default value for each. Consequently, when the save method is called on said model instance then all of these columns