search for: expressional

Displaying 3 results from an estimated 3 matches for "expressional".

Did you mean: expression
2005 May 17
2
Problem with limmaGUI (PR#7877)
Full_Name: Edoardo Giacopuzzi Version: 2.0.1 OS: Windows XP Home Submission from: (NULL) (80.181.65.157) I have some problem with this new version of R GUI. I've used limmaGUI package with an older version of R and it works perfectlly, but now with the last version R 2.0.1.0 two error boxs appear every time I try to launch this package: 1. <<Error in list.files(path, pattern,
2006 Dec 04
2
Using model.find
I need to select rows form a table based on the first letter of the name column. Like a teledex there will be a letter provided by a request. Currently i have @artists = Artist.find(:all, :conditions => [ ''LOWER(name) LIKE ?'', ''%'' + params[:id].downcase + ''%'' ], :order => ''name ASC'',
2006 Feb 18
44
I forgot. Why do we hate* Java?
Hi, I''ve started reading some Java books. Gasp! What makes website development with Java so bad? I haven''t looked at Struts but I''m reading about Hibernate. Compared to ActiveRecord, Hibernate seems like some extra typing to explicitly define the model fields, getters and setters. I know that these are things that you can do in ActiveRecord when things get complicated