search for: clients2

Displaying 2 results from an estimated 2 matches for "clients2".

Did you mean: clients
2006 Nov 04
0
matching values in arrays
One more question.. I have many collections of clients, in example clients1 = Client.find(:all, :condtions => "id < 10") clients2 = Client.find(:all, :conditions => "id > 5") clients3 = Client.find(:all, :conditions => "id in (3, 5, 7, 9, 11) So I want to find the common clients between them in a common array, I mean, clients_array has to contain the clients 7 and 9.. I know I can do cl...
2003 Aug 21
0
Browse lists on large network
Hi, I have a large network with linux (or OpenBSD) routers which all run samba servers. There are also win95,98,2k and XP clients. I didn't completely understand BROWSING-Config.txt. Eg.: (clients1) --- (ROUTER1) --- (clients2) --- (ROUTER2) --- (client3) | | (ROUTER3) --- (clients4) How should I set those routers? I hope one of them should be DMB, others LMB. But I don't know which combinaction of config paramters should I use: which...