search for: normail

Displaying 6 results from an estimated 6 matches for "normail".

Did you mean: formail
2010 Nov 28
6
has_one accepts_nested_attributes_for fields_for NOT WORKING HELP
MODEL class User < ActiveRecord::Base has_one :address, :dependent => :destroy accepts_nested_attributes_for :address end CONTROL def new @user = User.new @user.build_address # Adicionei ... VIEW partial _form .... <% f.fields_for :address do |b| %> # Adicionei <%= b.text_field :city_manual %> # Adicionei <% end %>
2008 Mar 27
6
Installing Postfix/Dovecot
...to set a mail server. I have diligently followed the instructions on the Wiki - How To on the CentOS website (http://wiki.centos.org/HowTos/postfix). However I cannot send internal email (I haven't yet tried externally). Do you have any suggestions on what to check? To test it I used two normail user: giulio and federica. I logged in as federica and sent an email to giulio with the mail programme. Is this correct (i.e. using the mail programme)? There is one thing that I don't quite understand from the instructions. In section 3.1 it's suggested to set mynetworks = 192.168.0.0...
2006 Dec 01
1
memeory problem?!
...p(c ("er","crosc","longc","slope","profc","minic","maxic")) print("assemble a matrix of our terrain variables") morph <- data.frame(cbind(x$er, x$crosc, x$longc, x$slope, x$profc, x $minic, x$maxic)) print("normailize slope by dividing my max(slope)") morph <- data.frame(cbind(x$er, x$crosc, x$longc, x$slope/max(x $slope), x$profc, x$minic, x$maxic)) names(morph) <- c ("er","crosc","longc","slope_n","profc","minic","maxic")...
2006 Dec 01
1
memory problem
...AT6sp(c("er","crosc","longc","slope","profc","minic","maxic")) print("assemble a matrix of our terrain variables") morph <- data.frame(cbind(x$er, x$crosc, x$longc, x$slope, x$profc, x$minic, x$maxic)) print("normailize slope by dividing my max(slope)") morph <- data.frame(cbind(x$er, x$crosc, x$longc, x$slope/max(x$slope), x$profc, x$minic, x$maxic)) names(morph) <- c("er","crosc","longc","slope_n","profc","minic","maxic") prin...
2005 Feb 18
0
can't see calling number
My asterisk environment is: ... -> [Asterisk PBX1] -> [Asterisk PBX2] -> [SIP Clients] Where the "..." are the normail landlines from where i am getting calls into my PBX1. As soon as i recieve a call into the PBX1 i use: exten=>BLAHBLAH,1,Dial(IAX2/PBX,10,tr) to forward it to the PBX2 but on the PBX2 side where i am supposed to choose between a number of sip clients, i am not getting any phone number, rather...
2008 Aug 25
8
Two envelopes problem
A friend of mine came to me with the two envelopes problem, I hadn't heard of this problem before and it goes like this: someone puts an amount `x' in an envelope and an amount `2x' in another. You choose one envelope randomly, you open it, and there are inside, say ?10. Now, should you keep the ?10 or swap envelopes and keep whatever is inside the other envelope? I told my friend