similar to: sort the collection in the index.rhtml

Displaying 20 results from an estimated 1000 matches similar to: "sort the collection in the index.rhtml"

2007 Dec 30
1
restful_authentication plugin + session timeout + single login session?
Hi, I am using restful authentication plugin 1) I was wondering if there is a way to do a session timeout using the restful_authentication. How do I hack it to get the behaviour I need? 2) On top of that, I may need to ensure that a particular user can only login from a single PC. If the user is already logged in at a PC and attempts to login from another PC, the session in which he signs in
2005 Jan 14
3
Squirrelmail - messages not marked as read
As of test-60 and test-61, running Squirrelmail 1.5.1[cvs] on FreeBSD 5.3-STABLE, messages are not marked as read after they are read. If I switch back to test-59, it works normally. When switching back to test-59, with log_path = /var/log/dovelog dovelog shows: dovecot: Jan 14 11:43:38 Error: IMAP(kimc): Corrupted index cache file /home/kimc/Maildir/dovecot.index.cache: indexid changed
2010 Jul 30
2
logos and goodies
I've got a couple questions related to my search (in vain) for an "R" tshirt or coffee mug. The first question is simply: is there a higher-resolution R logo available than the one at r-developer.org? (or the modified one provided by useR conference pages) Next: what are the chances of someone in the "R management" setting up a cafepress.com "R
2013 Feb 17
3
How to do a backward calculation for each record in a dataset
Hi Experts, I have a dataset of 3 columns: customer.name product cost John Toothpaste 30 Mike Toothpaste 45 Peter Toothpaste 40 And I have a function of cost whereby cost = 3.40 + (1.20 * no.of.orders^2) I want to do a backward calculation for each records (each customer) to find his no.of.orders and create a new column named "no.of.orders" in that
2007 Aug 24
4
Confirm email... (Giant-sized gifts, decor and props)
5-foot pencils? Gallon-sized coffee mugs? 10-pound chocolate bars? Yes! Yes! Yes! And yes to dozens of other common objects in uncommonly BIG sizes! That's what GreatBigStuff.com is all about! Thank you for your interest in http://www.GreatBigStuff.com. This message is to verify that you wish to have your email address: rsync@lists.samba.org added to the GreatBigStuff.com mailing list.
2008 Mar 18
4
Can an object obj-arbitrary respond to a method with arbitary name?
For example: I create an object c. Now, if I call c.xxx, ruby just raise an exception ''method missing'' But, I want it return nil, for each method which is not pre-defined. Is there a way I can gain this ? Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To
2007 May 14
1
Free Colgate Max Fresh Whitening Toothpaste
http://www.colgate.toothpaste-sample.com Get New Colgate Max Fresh Whitening Toothpaste. Cool Mint Flaor with Breath Strips. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2004 Dec 05
3
(_send_istream): assertion failed:
This is on FreeBSD 5.3, is this fixed in -test or CVS ? Log message is below.. dovecot: Dec 05 07:48:08 Error: IMAP(kimc): file ostream-file.c: line 643 (_send_istream): assertion failed: (instream->v_offset <= in_size) dovecot: Dec 05 07:48:08 Error: child 42086 (imap) killed with signal 6 -kim __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo!
2001 Aug 28
3
df not showing ext3 partition
Is there an updated version of the fileutils df that will show mounted ext3 partitions? I'm using fileutils-4.1. -- Curtis Hogg [buckminst@inconnu.isu.edu] ---------------------------------------------- T-shirt Of The Day: I'm the person your mother warned you about. ---------------------------------------------- Email 1 - buckminst@inconnu.isu.edu Email 2 - buckminst@hotmail.com WWW -
2008 Mar 03
3
R data Export to Excel
Here is my R Code x<-1:20000 y<-2:141 data.matrix<-data.matrix(data[,y])#create data.matrix variableprobe<-apply(data.matrix[x,],1,var) variableprobe #output variance across probesets hist(variableprobe) #displaying histogram of variableprobe write.table(cbind(data[1], Variance=apply(data[,y],1,var)),file='c://variance.csv') #export as a .csv file. Output in Excel all in 1
2001 Apr 07
1
samba on NetBSD - some patches
Hi, We (NetBSD) just received a bug report that smbclient's mput command usees find(1) with a non-standard option "-maxdepth". This was replaced with a simple call to ls(1). As I don't know how many of the patches from out Packages Collection were sent to you in the past, I'm simply sending you all our patches - please include any you like in future samba releases! BTW,
2004 Nov 18
1
Only one malfunction in months - now running dovecot-1.0-test52
Dont think there has been even one failure in some months of use but tonight we're seeing this running test-52 While running squirrelmail 1.5.1-CVS a certain message causes: dovecot: Nov 17 22:25:14 Error: IMAP(kimc): file ostream-file.c: line 643 (_send_istream): assertion failed: (instream->v_offset <= in_size) dovecot: Nov 17 22:25:14 Error: child 72172 (imap) killed with signal 6
2004 Nov 20
1
imap: assertion failed
This error is returned when reading a certain message using Squirrelmail. Any help on tracing the cause of this is greatly appreciated. >From the logs: dovecot: Nov 20 13:00:29 Error: IMAP(kimc): file ostream-file.c: line 643 (_send_istream): assertion failed: (instream->v_offset <= in_size) dovecot: Nov 20 13:00:29 Error: child 27873 (imap) killed with signal6 -kim
2008 Mar 03
3
Calculating the t-test for each row
Hi Everyone, I need some simple help. Here are my codes ##########will give me 10000 probesets#################### data.sub = data.matrix[order(variableprobe,decreasing=TRUE),][1:10000,] dim(data.sub) data_output<-write.table(data.sub, file = "c://data_output.csv", sep = ",", col.names = NA) When i export to excel, it shows me this. This is just a short version. There
2008 Mar 04
2
paired or one-sample t-Test
Hi Guys, I am having a real hard time trying to figure out for microarry. Here is my code One-Sample t-Test dim(data.sub) [1] 10000 140 ##there are 10000 probesets and 140 columns hist(data.sub) ## Histogram. Identify if the probesets are normal distributed q<-rnorm(10000) ##generate 10000 random, normal distributed values qqplot(data.sub,q)) ##Show the plot of the probeset
2006 Jan 08
2
wicked wikis for R
>Message: 41 >Date: Sun, 08 Jan 2006 13:52:33 +1100 > From: paul sorenson <sourceforge@metrak.com> >Subject: Re: [R] Wikis etc. >To: Frank E Harrell Jr <f.harrell@vanderbilt.edu>, r-help > <r-help@stat.math.ethz.ch> >Message-ID: <43C07E71.3040303@metrak.com> >Content-Type: text/plain; charset=ISO-8859-1; format=flowed > >Frank E Harrell Jr
2007 Apr 03
1
string comparison functions
Hi, What rules are used when Wine libraries compare Unicode strings? I need to know when ascii characters can match their approximate Unicode equivalents. For example: 'U+1D49 MODIFIER LETTER SMALL E' matches 'U+0065 LATIN SMALL LETTER E' I am debugging IE javascript security issues. IE6 on Wine (Linux Debian) matches more equivalents than IE6 on Win98 and WinXP. -- Tomas
2004 Aug 06
2
[ANNOUNCE] PocketPC Port for speex-1.1.5 with sample code
Actually, the best thing do to would be to use __int64 *unless* it's not supported. So there needs to be a configure check... Jean-Marc Le mar 01/06/2004 à 14:50, Kenji Chan a écrit : > I emailed Jean-Marc the arch.h about one week ago, not quite sure > whether he actually received that email. > > > > Anyway, here I have an improved version of arch.h that I
2005 Dec 22
9
truncating aggregation output only
Hello dtrace-discuss, Sometimes I want to run a script for some time and every n second output N top entries. trunc() isn''t suitable here as it also removed keys/values. I want it ''coz over time if I use sum() entries which are normally truncated can actually get to top over a time. Maybe printa() extension, something like: printa(@b[10]) - to output top 10? --
2007 Jun 18
1
the way to look at all the codings of any functions
Dear SIr, In case of looking at the codes of the fuction, "cov", we find all the codings below. But, incase of "mean", we don't find the contents. Please show me the way to look at all the codings of any functions. Best regards, Kei ----------------------- > cov function (x, y = NULL, use = "all.obs", method = c("pearson",