Displaying 5 results from an estimated 5 matches for "mojica".
Did you mean:
mojca
2009 Oct 11
6
A simple editable grid for Rails
Hi All,
I''ve been posting some queries about an editable grid but did not get
any response.
I''ve started writing my own - http://github.com/ckkashyap/rails_editable_grid
I''d appreciate it very much if someone could comment on it!
--
Regards,
Kashyap
2003 Nov 26
5
multiple peaks in data frame
Hello, it wanted to know how I can extract of a dates frame the values
peaks according to an interval that I
establish. For example if dates are:
1 23
2 4
3 56
4 7
5 99
6 33
extract the date i wanted to divide into intervals of 2 an
d to take alone the numbers 23, 56 and 99 of those 3 intervals. Thanks
Ruben
2011 Apr 27
0
ICAC2011 Call For Participation (8th IEEE International Conference on Autonomic Computing)
...icrosoft Research, UK)
Thiemo Voigt (Swedish Institute of Computer Science, Sweden)
Adam Wolisz (Technische University Berlin, Germany)
Dongyan Xu (Purdue University, USA)
Xiaoyun Zhu (VMware, USA)
ADDITIONAL REVIEWERS:
Paul Alcock
Azman Ali
Radovan Bruncak
Daniel Chen
Yuan Chen
Xabriel J. Collazo-Mojica
Javier Delgado
Ciprian Docan
Daniel Gmach
Ajay Gulati
Gabriela Jacques da Silva
Matthew Jakeman
Hyunjoo Kim
Solomon Lasluisa
Andreas Louca
Angelos Marnerides
Asit K Mishra
Philip P. Moltmann
Nithin M. Nakka
Antonio Pecchia
Cuong Pham
Andres Quiroz
Junghwan Rhee
Ivan Rodero
Alberto Egon Schaeffer Fi...
2011 Apr 27
0
ICAC2011 Call For Participation (8th IEEE International Conference on Autonomic Computing)
...icrosoft Research, UK)
Thiemo Voigt (Swedish Institute of Computer Science, Sweden)
Adam Wolisz (Technische University Berlin, Germany)
Dongyan Xu (Purdue University, USA)
Xiaoyun Zhu (VMware, USA)
ADDITIONAL REVIEWERS:
Paul Alcock
Azman Ali
Radovan Bruncak
Daniel Chen
Yuan Chen
Xabriel J. Collazo-Mojica
Javier Delgado
Ciprian Docan
Daniel Gmach
Ajay Gulati
Gabriela Jacques da Silva
Matthew Jakeman
Hyunjoo Kim
Solomon Lasluisa
Andreas Louca
Angelos Marnerides
Asit K Mishra
Philip P. Moltmann
Nithin M. Nakka
Antonio Pecchia
Cuong Pham
Andres Quiroz
Junghwan Rhee
Ivan Rodero
Alberto Egon Schaeffer Fi...
2010 May 04
0
select tag with unique values from db
Hi. I just want to ask some help regarding my simple project. i''m a
rails newbie and right now, quite stuck with this.
I have this select_tag in my rhtml..
<%= select_tag ''search[outcome]'', options_for_select(["", "qp1", "qp2",
"Not Processed"], (params[:search] && params[:search][:outcome])) %>
it works fine. But