search for: develeop

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

Did you mean: develop
2008 Oct 21
3
Samba 3.2, Samba 3.3 release planning
Hi, i visited wiki.samba.org and read the "Release Planning for Samba 3.2" information and the "Release Planning for Samba 3.3" information. So my question is: Is samba 3.2 development stopped and all concentration given to Samba 3.3 ? Because there isnt any further release note available for 3.2, but instead there are some notes for 3.3 ? Bye and thanks for your
2008 Mar 13
0
mail problem and rails 2.0.2
...odel is as follows: class UserMailer < ActionMailer::Base def send_mail(person,textarea,subject) recipients person.email1 from "abc-9IKiO1iGCm/QT0dZR+AlfA@public.gmane.org" subject subject body textarea content_type "text/html" end end In the develeopment.rb i have the smtp settings as . . . # Check error if the mailer can''t send config.action_mailer.raise_delivery_errors = true #set delivery method to :smtp, :sendmail or :test config.action_mailer.delivery_method = :smtp #these options are only needed if you choose smtp delivery conf...
2004 Feb 06
1
Savitzky-Golay smoothing -- an R implementation
As the request for the Savitzky-Golay Algorithm in R has come up several times, I here include my implementation based on code written for Matlab. Savitzky-Golay uses the pseudo-inverse pinv() of a matrix. There is an 'generalized inverse' ginv() in the MASS package, but I use a simpler form because I didn't want to 'require' MASS any time I apply Savitzky-Golay.
2005 Dec 28
9
Idiom question - assertions which aren''t in tests
All, Although I''ve been keeping an eye on Ruby for several years now, I don''t have a huge amount of experience with it. So please forgive me if I''m missing something obvious. I''m in the process of writing my first really "serious" Rails app and would appreciate your advice. I am wondering if there is a standard idiom for including assertions in