search for: prin

Displaying 20 results from an estimated 64 matches for "prin".

Did you mean: print
2006 Feb 27
8
Change Bit Value To Text When Viewed
...ot;Yes" or "No" when I view the listing of commutes. I can get it to display the bit value just fine with <%= commute.accident %> but how can I get it so that when a record with a 0 comes up that it displays "No" and if a 1 "Yes"? Thanks in advance! -- Ryan Prins rprins@gmail.com http://www.lazyi.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060227/b3659fbd/attachment.html
2005 Feb 25
1
How to set up number of prin comp.
Hello, I am trying to use PrinComp to do principle component analysis. I would like to know how to set the number of principle components. Thanks in advance. Best Regards, WeiQiang Li IT-FIS Development Tel: 6485-2439 [[alternative HTML version deleted]]
2002 Jun 23
0
Why does the Win2K print monitor say Paused when prin ting?
If you're using LPRng, add :done_jobs=0 to either the .common section or each printer's entry. This will remove the (retained) last job printed, and you won't see it displayed as Paused anymore. It seems that if Samba sees a job in the lpd queue dir that has been printed, but not removed, it shows that job with a status of Paused. LPRng after 3.8.10 defaults to :done_j...
2006 May 05
3
OT: Require e-mail during sign up process?
...m? There are so many free e-mail hosts, Hotmail, Gmail, Yahoo, just to name a few, that I don''t really see this being a problem. Is requiring an e-mail address a barrier to an application''s adoption? Any thoughts, examples, facts, you can provide are greatly appreciated. -- Ryan Prins rprins@gmail.com http://www.lazyi.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060505/fffe0f1b/attachment.html
2012 Mar 22
2
Order of terms in formula changes aov() results
Hello, This one is very perplexing. I have teacher observation data, with factors teacher ID, observer ID, component, grade and subject. When I do this, aov(data=ratings.prin.22, rating ~ obsid.f + tid.f + subject.f + grade.f + comp.f) I get this: Terms: obsid.f tid.f grade.f comp.f Residuals Sum of Squares 306.23399 221.38173 1.70000 14.52831 279.05780 Deg. of Freedom 74 87 2 9 1406 This looks right....
2006 Mar 13
3
Convert line breaks to paragraph tags
...text that is line 2</p> etc...)? I''ve seen gems that might be able to do this, but I''d prefer to stay away from that route. Also, I''d prefer to stick away from markdown formatting since we already have many entries that utilize raw HTML. Thanks in advance! -- Ryan Prins rprins@gmail.com http://www.lazyi.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060313/3880f2c1/attachment.html
2006 Apr 21
1
Data access problem in object when using acts_as_authenticated
...t of the plug in is doing, but this one part is really throwing me off. Also, slightly unrelated... what do the values in quotes in a debug mean versus the ones that don''t? Example being: city: qazx address_line1: "1234" Thanks in advance, Ryan -- Ryan Prins rprins@gmail.com http://www.lazyi.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060421/5c6709fb/attachment.html
2011 Aug 07
3
Printing data frame with million rows
Dear all, I was working on number of files and at the end I got a data frame with approx. million rows.To prin this data frame in output, I used capture.output(print.data.frame(end,row.names=F), file = "summary", append = FALSE) where end is the name of my data frame and summary is the name of my output file. but when I checked the output there were only 10000 rows and at the last it was writte...
2006 Jun 29
9
Handling multiple developers making migrations and using svn
...The last option seems to be the best at the moment since a migration I make may effect the migration of another developer. But, what I am curious about is how other people in similar situations handle this situation. What are some options that are available to me? Thanks in advance, Ryan -- Ryan Prins rprins@gmail.com http://www.lazyi.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060629/c6c78972/attachment.html
2006 Apr 27
2
check_box_tag and :disabled => ''disabled'' problem
...9;t want them to be able to uncheck the box. Thus, the disabled attribute. My work around, if you can even call it that, is to just get rid of the disabled options. Anybody have a suggestion or ideas on how I can get disabled to play nice and return a value if the disabled box is checked? -- Ryan Prins rprins@gmail.com http://www.lazyi.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060427/364e957f/attachment.html
2006 Apr 29
1
Display SVN Revision Number in a View
...a view? I''d like for this to be done automatically and not something that I''d have to update each time the revision is updated. I know that it is kept in a .svn file or something, but I am curious if anybody out there has done something similar in the past. Thanks, Ryan -- Ryan Prins rprins@gmail.com http://www.lazyi.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060429/0b76a00d/attachment.html
2008 Jan 07
2
Samba locking with NFS backend.
...he lock has already been acquired. (The fact that NFS doesn?t realise the same PID has both locks and allow them both is probably an even bigger problem)." Is this a known issue with a sollution, or have I fould a problem here without a current sollution? Thanks a lot, Greetings, Jan Hugo Prins
2006 Jun 21
2
error_messages_for not displaying validation errors
...Any help that you can offer is appreciated. Here are links to my code: - Model: http://dev.lazyi.net/ruby_code/user_file.rb.html - View: http://dev.lazyi.net/ruby_code/new.rhtml.html - Controller: http://dev.lazyi.net/ruby_code/user_file_controller.rb.html Many thanks, Ryan -- Ryan Prins rprins@gmail.com http://www.lazyi.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060621/344e87b2/attachment.html
2006 May 12
2
Problem regarding accessing attributes from object...
Hi, I have an object (@cnt). Now when I am calling "@cnt.inspect" on object it gives me output as follows:- ----output---- [#"3"}>] ----------- Now in aboove output the number between double quotes (3) which is of my interest & I want to display it. How to do that? Actually this is my method:- ==================================== class Tagging < ActiveRecord::Base
2006 May 17
1
Renaming controllers/views/models
Hi, What would be the best way to rename a controller and associated models/views ? Do we have to do it by hand ? Is there a tool that could help us renaming pluralized words too ? Mickael. On 5/11/06, Ryan Prins <rprins@gmail.com> wrote: > Following up on this, does this delete the associated tests as well and > other items that are created when you do script/generate controller > myController? > > Also, it would be nice to have a script/rename controller OrigName NewName > > I...
2006 Apr 18
1
Save item to DB x times (howto)?
.... I am stumped on how I''d have the text field (#2 above) look in the view and how I''d access it and then complete a for loop over it and save a new row to the table each time until the count is reached. Any ideas on how I''d be able to do this? Thanks in advance! -- Ryan Prins rprins@gmail.com http://www.lazyi.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060418/f0804574/attachment.html
2006 Feb 28
1
Validate two fields so they do not match
...#39;'startlocation'' and ''endlocation''. These two cannot be equal to each other on save and I am wondering how to put validation into the model for this. Is is possible to do it in the model, or do I need to do this in the controller? Thanks in advance! Ryan -- Ryan Prins rprins@gmail.com http://www.lazyi.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060228/2cea7754/attachment.html
2009 Nov 26
1
R help with princomp and pam clustering
...to project the second database ("B") onto the Comp.1 X Comp.2 graph, and see where its elements are placed. The two datasets are made of different dim (54x19 and 28x19). I tried to extract the $loadings of the A clustering but I can't seem to figure out how to use them with B :( Using princomp I menaged to extract the $scores and plot the graph. Wouldn't using princomp on the B dataset generate different PC? Thank you all! Bye!! Claudio -- View this message in context: http://old.nabble.com/R-help-with-princomp-and-pam-clustering-tp26522485p26522485.html Sent from the R help m...
2007 Jan 16
1
SMBFS in FC6
...ls.so.12 but that didn't work either) I also tried to compile the source but somehow I end up with lots of errors. Is there somebody with a rpm package for FC6_x86_64 ? In which samba file is the smbfs support located (I can install the common and client file)? Thanks in advance Christian Prins Oldelft B.V. Tel. +31 (0)15 2698955 Fax +31 (0)15 2698954 Web: www.oldelft.com
2003 May 20
0
2cent note-- RE: Access denied, unable to connect to prin ter
We had a similar problem here, different but perhaps not entirely unique if someone else happens to make the same mistake. We give kudos to the samba logging. =) We have a linux samba print server with cups as a member server of an nt4 domain. The win98 users could print fine, win 2k could not - but that wasn't the problem, though only these systems had an "access denied" error message for the network printers. In the samba global config, we had "admin users =...