similar to: Wanted :BioInformatics Scientist - Heavy "R" focus

Displaying 10 results from an estimated 10 matches similar to: "Wanted :BioInformatics Scientist - Heavy "R" focus"

2000 Jan 05
0
stock idea dvdt
2011 Feb 10
1
Revolution Analytics reading SAS datasets
Has anyone heard whether Revolution Analytics is going to release this capability to the R community? http://www.businesswire.com/news/home/20110201005852/en/Revolution-Analytics-Unlocks-SAS-Data Dan Daniel Nordlund Bothell, WA USA
2007 Apr 05
4
newbie :: Create document from database
Hi all, I am newbie to ruby. I am creating web based data management tool using ruby on rails. I''ve done with interface and data management. Now I want to create a document from database. I want my database values should reflect in standard doc format, like a template. How can I do it in ruby. I am using MySQL-front as back-end. Please help me out. Thanks, -aveo -- Posted via
2009 Jun 23
1
opening URL for writing
Dear List, Sharepoint sites are used more and more often by researchers as a platform to share all the information in a joint research project. Typically, they can be accessed only by a Hypertext Transfer Protocol Secure (HTTPS) URL. We are investigating whether it is possible to read and write data to Microsoft Sharepoint sites using R. We have managed to open a read-only connection to read
2007 Apr 10
5
newbie :: Convert integer to string in Ruby
Hi all, Please anybody tell me how to Convert integer to string in Ruby and concat it. Suppose I''ve a string "ABC" , I want to concat it with a number say "ABC12" . Please help me out. Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post
2006 Jun 28
20
Rails Vs JBoss Seam
I have been frustrated with J2EE technology just like any other developer who has worked in that technology for a long time. This made me learn about Rails and I was excited about RoR. Today I came across JBoss Seam framework and I am not able to contain my excitement. My passion for JEE development is back. It seems like it is better than RoR. I would like to hear differnt opinions about this
2007 Apr 10
7
Newbie :: Help !!! (database record compare)
Hi all, I''ve a two simple table, resource ======= resource.id resource.name resource.contact and project ====== project.id project.name project.resource_id (id from resource table) I want to display list of project that only belong to particular resource. my proj.rhtml is like ===================== . .. ... <h1>Projects</h1> <table border="1">
2007 Apr 11
2
can we use MS Word Template using Ruby
Hi all, I am creating MS word document using ruby. can I use a "template" document in Microsoft word with place holders for dynamic data from database using ruby. Like, I''ve a template, I want to fill it by data from database, using ruby. Please help me out. Thanks, -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received
2007 May 08
3
How to restore fields ("validates_presence_of")
Hi all, I am using "validates_presence_of" for validating all fields of my registration form. It is working fine and generating custom error message as mentioned. Also clearing all fields. How can restore those fields which are already filled. Problem is "validates_presence_of" clearing (blank) field if it fails, instead of restoring fields which are already filled. Help.
2007 Apr 11
5
WIN32OLE MS Word Help
Hi all, I am trying to create word document in ruby using WIN32OLE. as.. require ''win32ole'' word = WIN32OLE.new("Word.Application") word.visible = true word.documents.add selection = word.selection word.Selection.TypeText "This is some text." ... .. . Can we set header and footer to document? I want to generate a document such that its header contains an