Displaying 20 results from an estimated 400 matches similar to: "array"
2006 Apr 28
3
how to do form field validation using javascript in rubyonrails
hi all
can any body tell me how to javascript validation in ruby on rails
for form field
thnx in advance
2006 Apr 06
2
how we can GET and POST values
hi all
how we can do get and post value.
i made one form and in this form their is two field loginname and password.and when i click on submit button than i t should verify from database and than the next page will arrive .how i can do that.
how i can post value and than get it from that from and check .plese tell me yhis all in rubyon rails.
hope for reply
bye
2006 Apr 06
9
How to get Form values in RubyOnRails
Hi
I want the FORM values on my controller.i.e. I want the values of login_loginname(Form variable) and login_password(Form variable) on login_controller.rb
How can i do that?
Table Name is: logins
Model:: Login.rb
Controller:: login_controller.rb
Below is my test form
loginname
password
Hoping for reply
Regards
Parikshit
2007 Dec 28
1
logistic mixed effects models with lmer
I have a question about some strange results I get when using lmer to
build a logistic mixed effects model. I have a data set of about 30k
points, and I'm trying to do backwards selection to reduce the number
of fixed effects in my model. I've got 3 crossed random effects and
about 20 or so fixed effects. At a certain point, I get a model (m17)
where the fixed effects are like this
2006 Jun 09
2
How to mail decrypted password to user?
Hi,
I am using acts_as_athenticated plugin for my rails application. That
plugin is using "SHA1" algorithm to encrypt password & stroe it into
database. Now in future suppose user requsted his password through
email, hhow should I decrypt that password in my application & for
sending it through mail?
Please help me.
I am trying this since last 2 days. But still not
2006 Apr 18
1
inserting value got problem
Parameters: {"bestandsliste"=>{"typ"=>"bumffer", "KundanName"=>"parikshit", "Abgeholt"=>"", "LieferLand"=>"", "Kaufmann"=>"birla", "Marge"=>"", "Erzieltervk"=>"", "LieferOrt"=>"",
2012 Apr 25
5
DKIM FreeBSD 9.0
Dear Friends,
is anyone is able to setup DKIM with FreeBSD 9.0 and Postfix?
thanks / Prabhpal
2006 May 24
4
pdf on the fly
In my rails app I need to create pdf reports on the fly. I have
installed railspdf, wich is working fine. But, how can I create tables
and paragraphs and stuff? Can I mimic an .rhtml file (using <% for
...%> etc? Or is it wise to use Ruby::PDF directly? Is there anyone out
there with experience in this, and who is willing to share his findings?
Thx
--
Posted via
2000 Feb 17
2
Richard Stallman responds.
:)
---------- Forwarded message ----------
Date: Thu, 17 Feb 2000 12:41:43 -0700 (MST)
From: Richard Stallman <rms@gnu.org>
To: greg@linuxpower.cx
Subject: Re: [vorbis-dev] Vorbis license terms? (fwd)
Would you please post something saying that this statement about
my vies is drastically mistaken:
Actually, RMS openly condemns any commercialization of software. He also
equates
2006 Jan 17
1
Asterisk LDAP Authentication Problem
Hi
I want to authenticate the asterisk users from the LDAP directory server not
from the sip.conf.
I tried to use the
astirectory-1.2<http://www.asterisk-ev.org/download/astirectory-1.2-0.3.tgz>.
But i am not able to configure it properly. If somebody
used it then please help.
In the res_ldap.conf file i made the following entries. I am using my normal
username and password to connect my
2010 May 15
9
Installing CentOS as DomU on Debian Lenny (dom0) Xen
Hi,
I have searched the question which I am asking.But if some one has
mentioned on their blog or link some where they have mentioned as how
they
installed CentOS as DomU on Debian Lenny (dom0)running xen-3.2.1 and I
should have a look
Then please share it here.
--
Tapas
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2011 Mar 01
14
virt-manager 0.8.2 local ISO and PXE boot install option greyed out on 2.6.32.27 pv-ops Dom0 kernel
Hi,
I just installed a pv-ops Dom0 2.6.32.27 Kernel on a 64 bit non VT machine.
Following instructions here
http://wiki.xensource.com/xenwiki/Xen4.0
for 64 bit Ubuntu 10.04
apt-get install bcc bin86 gawk bridge-utils iproute libcurl3
libcurl4-openssl-dev bzip2 module-init-tools transfig tgif texinfo
texlive-latex-base texlive-latex-recommended texlive-fonts-extra
texlive-fonts-recommended
2000 Nov 14
3
ODBC Connectivity
Does anyone have any experience using R to pull/push data from an ODBC
compliant database? I'm working on a small project and am undecided about
whether to use just R or use some other software for extracting and
transforming.
TIA
Samir.
The information contained in this e-mail transmission is confidential and may
be privileged. It is intended only for the addressee(s) stated above. If
2012 Jan 19
1
converting a for loop into a foreach loop
Dear all,
Just wondering if someone could help me out converting my code from a for()
loop into a foreach() loop or using one of the apply() function. I have a
very large dataset and so I'm hoping to make use of a parallel backend to
speed up the processing time. I'm having trouble getting selecting three
variables in the dataset to use in the foreach() loops. My for() loop code
is:
2011 Jun 23
2
getting twitter followers into our rails application
Hi everybody,
I have integrated OAuth into my app. Now I want to get the follower
lists for the user who has authenticated using OAuth.
My app works on ruby on rails. And i want to know how i can fetch the
followers list for the current logged in user.
Can someone tell me if they have done it before?
thaks
+++++++++++++++
Pravin Mishra
--
You received this message because you are subscribed
2008 Oct 05
2
Time Interval calculation using R
Hi
I have two columns of data with time in form of HH:MM:SS - representing
start time and end time of an activity. I am trying to calculate the time
difference (duration of the activity).
(1) I first tried
> difftime(btime, etime, units = "mins")
This however gave me the error - Error in
as.POSIXlt.character(as.character(x)) : character string is not in a
standard unambiguous
2013 Apr 11
2
[LLVMdev] Decouple LoopVectorizer from O3
Done.
Best,
Anadi.
On Thu, Apr 11, 2013 at 7:01 AM, Nadav Rotem <nrotem at apple.com> wrote:
> Hi Anadi,
>
> Yes, this is a bug in the loop vectorizer. The loop vectorizer expects only
> one loop counter (integer with step=1). There is no reason why we should
> not handle the case below, and it should be easy to fix. Interestingly
> enough if you reverse the order of
2013 Apr 17
4
[LLVMdev] Loop vectorizer behaviour for 2D arrays and parallel annotation
Hello,
I am trying to vectorize the following loop but the vectorizer says:
"Found a possible write-write reorder" and does not vectorize.
Why?
for (j=0; j < 8; j++)
{
jj = j << 3;
m2[j][0] = diff[jj ] + diff[jj+4];
m2[j][1] = diff[jj+1] + diff[jj+5];
m2[j][2] = diff[jj+2] + diff[jj+6];
m2[j][3] = diff[jj+3] + diff[jj+7];
m2[j][4] = diff[jj ] -
2009 Dec 04
12
how to get xen with a kernel 2.6.27 or above?
Hi list,
I am starting a academic security related project and I was wondering if
there is any documentation on compiling xen/dom0 with a recent kernel?
I''ve seen a few good intentioned threads, but no real documentation so far.
Any helpful pointers will be greatly appreciated!
Thanks in advance,
- SDG
P.S: First mail, not sure if I should post it here...let me know if I am on
the
2006 Jan 06
2
Not Able to Connect Two Asterisk Servers Using IAX2
Hi
I have two asterisk servers. I just want to connect two asterisk server
using IAX2.
But the Asterisk Servers are not able to register each other. If some body
have done this
then Please send me the configuration they have done in iax.conf and
extensions.conf.
I simply want to connect and call from one sever to another.
Thanks
Chandan Kumar Mishra
Software Engg.
-------------- next part