search for: negri

Displaying 18 results from an estimated 18 matches for "negri".

Did you mean: negro
2013 Sep 26
1
Installing Rcplex
...’ has the wrong MD5 checksum Plese let me know if you have any help! Best regards Davide ------------------------------------------------------------ Davide Luciani Unità di Ingegneria della Conoscenza Clinica Laboratorio di Epidemiologia Clinica Istituto di Ricerche Farmacologiche "Mario Negri" Via Giuseppe La Masa, 19 20156 Milano e-mail: luciani@marionegri.it Tel: +39 02 3901 4271 Fax: +39 02 39014267 ------------------------------------------------------------ ---------- L'IRCCS - Istituto di Ricerche Farmacologiche Mario Negri desidera ringraziare i 13.768 donatori, di cui...
2006 Aug 09
7
function before_save
Hi everybody I would like a function as the "before_save" method in the model. But it must be the opposite. When I take out data from the database through the model, I want to call a function before the data are available in the controller. Can anyone help me? ---- >>>> thx <<<< ---- -- Posted via http://www.ruby-forum.com/.
2006 Jun 12
2
conditional validation
Hi how can I validate a field only if another field is set to a specific value? I tried to use validates_length_of :fieldname, :maximum => 100, :if => :otherfieldname == ''myvalue'' But doesn''t work Thanks Paolo
2011 Mar 22
2
Data frame and function that requires vector as input
Hi, I have a data.frame(zscores) that looks like this: gA gB g1 0.2 0.6 g2 0.3 Na My problem is that I need to use a function and the output is a vector of only the non NA values, so shorter than the list I would obtain dropping the data.frame. What is the cleanest way to keep row and column names or putting the values back into the same data frame format? The function
2007 Jul 27
0
weird winbind problem
Hi, I saw in the archive of the list a post of Paolo Negri from 22 Mar 2006 with the topic "weird winbind problem". I have the same problem, I'd like to know if he could fix this ? thx fred.
2006 Aug 08
1
Named routes and url generation?
Hi all In my application I''ve some named routes defined this way... map.label_context1 '':context1/label'', :controller => ''mycontroller'' map.label_context2 '':context1/:context2/label'', :controller => ''mycontroller'' map.label_context3 '':context1/:context2/:context3/label'', :controller =>
2006 May 25
21
Converting HTML into an Image
I have this challenge of converting a bit of html into an image file and then shrinking it into a thumbnail. The shrinking part shouldn''t be too bad, but what advice can you give on converting the html to the image? My thinking is that I will need to convert it to postscript or latex and then convert it to an image from there. Is there an easier / better approach? Michael
2007 Jul 09
5
Color coding table rows depending on an attribute
I need to show a different background color depending on the type of comment posted. The type of comment is determined from a drop-down selection. I figured the simplest way would be to do something like I have below, but I can''t seem to get it to work: <tr <%= puts ''"style = "background: red;"'' if comment.comment_type == ''Hiring
2006 Jun 05
0
migration to be called inside others migrations
Hi list I''m writing some migrations to move a legacy db on a rails app. I have a bunch of tables which need some custom modifications and the columns updated_at to be added etc... Now since the rails related columns will be the same for many (but not all) tables I was thinking... can I write a Migration that sounds like that class AddRailsFields < ActiveRecord::Migration def
2006 Jun 09
0
has_many :through troubles
Hi list I have a question related to an has_many :through association. Basicly I have a form that updates the entire has_many :through collection AND the parent object. from the form I have: params[:parentobject] (all the attributes related to the parent object) and params[:childid] an array of all the destination ID of the has many through association How can I cleanly (and maybe atomicly
2006 Jun 11
0
postgres fixtures and sequence id field
Hi I''ve a problem testing my application. Basicly when tests try to load the fixture in my postgresql database I obtain the error currval of sequence "my sequence name" is not yet defined in this session The problem is the ID field: basicly the fixtures try to add explicitly a defined ID but postgres don''t like this, even if I build a brand new DB and try to push the
2006 Jan 09
0
accessing apache environment variables
Hi there I would like to know if there''s a way to access the apache''s variables form RoR. I''m looking for something like $_SERVER in php. Thank you all
2005 Jan 13
0
Samba 3.0.9 PDC and ldap sync
Hi all I had a fully working samba + ldap PDC. After upgrading from 3.0.7 to 3.0.9 I have lost synchronization of samba password and ldap password. Each time a Windows Client do a password change the server samba produce the error [2005/01/13 16:26:06, 2] passdb/pdb_ldap.c:ldapsam_modify_entry(1572) ldap password change requested, but LDAP server does not support it -- ignoring I have
2006 Mar 22
0
weird winbind problem
I'm setting up a samba server that should authenticate against a samba 3.0 +Ldap PDC server. This is the situation 1) getenet passwd and getent group are ok 2) wbinfo -t -> checking the trust secret via RPC calls succeeded 3) wbinfo -g -> lists all the groups on PDC (nice!) 4) wbinfo -u -> lists all the users on PDC (nice again!) the problem is wbinfo -a test 1: a non existing user
2006 Nov 04
0
microformats plugin?
Hi there I''m going to add microformats in my app. I''ve googled for a while but I can''t find any plugin/gem oriented to the creation and rendering in templates of microformats. I''ve seen the REST page on microformats.org but can''t find anything more. I know that writing an implementation from scratch is pretty trivial, but I would like to know if
2004 Jan 19
1
terrible host\5Cusername ldap issue
...79]: conn=124 op=1 SRCH base="ou=People,dc=modiano,dc=com" scope=1 filter="(&(objectClass=posixAccount)(uid=MACHINENAME\5CUSERNAME)) slapd[1179]: conn=114 op=1 SRCH base="ou=People,dc=modiano,dc=com" scope=1 filter="(&(objectClass=posixAccount)(uid=COMPU\5CP_NEGRI))" slapd[1179]: conn=114 op=1 SRCH attr=uid userPassword uidNumber gidNumber cn homeDirectory loginShell gecos description objectClass slapd[1179]: conn=114 op=1 SEARCH RESULT tag=101 err=0 nentries=0 text= smbd[2077]: [2004/01/19 11:30:28, 0] passdb/secrets.c:fetch_ldap_pw(264) smbd[2077]:...
2006 Dec 11
0
"smbclient -k" fails, used to work - kinit still ok
Hi All, I've run into a strange problem, which so far I haven't seen reported by anyone else recently. A while back I set up a Linux box (SUSE 9.2) to authenticate (using kerberos) against a w2k3 AD domain. A nice side effect of this was that I could use "smbclient -k" and save typing in my password again. I didn't have cause to use smbclient for some time, until the other
2005 Jun 17
0
net ads join fails on W2K3 server with latest MS patches
Hi All, For the past few months I've been running a SUSE 9.2 server here (mostly as an app server) which was a member of an AD domain (w2k3 domain controller.) I used winbind to enable domain members to log into the box, all was well. This week the w2k3 server had some MS security patches applied and suddenly logins became impossible, because winbind was unable to retrieve user info from the