search for: assocatiate

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

Did you mean: assocaite
2006 Jul 02
4
is "label for" better?
I''ve noticed that it is common practise in forms to use: <label for="tablename","columnname"> ...Some column name</label> Why is the above construct better than just writting it this way? <label> Some column name</label> If there is not compelling reason, I''d prefer to use the second example and save on typing. -- Best Regards,
2001 Oct 25
0
Data packages in R V 1.3.1 in Win2K
There is probably an easy answer to my problem... Over the last couple of years, I've put together a simple package for courses I've taught. The package contains some data sets. In R versions prior to 1.3.1, I have no trouble attaching the data. I can use ">data()" to see the available data sets, and ">data(mydata)" to put the data set into the local
2013 May 14
2
puppet and custom nagios object variables
Nagios support "custom object variables" (http://nagios.sourceforge.net/docs/nagioscore/3/en/customobjectvars.html) buy prefixing them with an underscore: define host{ host_name linuxserver _mac_address 00:06:5B:A6:AD:AA _rack_number R32 } However, I can''t determine how to use these with puppet nagios resources. I''m assuming they aren''t supported, but