search for: tweedledee

Displaying 6 results from an estimated 6 matches for "tweedledee".

2006 Sep 06
6
validates_presence_of question
Can I use validates_presence_of somehow if I want to check that at least one of 2 fields is not empty? Thanks, Dmitry -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2003 Jul 21
1
MYSQL Table Structure
For the information of others (and Google) this is the table structure I used to get cdr_mysql working: CREATE TABLE cdr ( calldate varchar(255) NOT NULL default '', clid varchar(255) NOT NULL default '', src varchar(255) NOT NULL default '', dst varchar(255) NOT NULL default '', dcontext varchar(255) NOT NULL default '', channel varchar(255)
2003 Jun 18
1
Permissions with CD's Copied from Win
...be able to remove the read only properties from the files on the server from their windows workstations. A typical share in my smb.conf file looks something like so: [sales] path = /home/sales writeable = yes create mask = 0777 comment = Sales valid users = tweedledee, tweedledum, humptydumpty, horses, men Any help or pointers would be appreciated.
2003 Jan 15
1
S-Plus compatability...
...in advance, Neil Neil Shephard Genetics Statistician ARC Epidemiology Unit, University of Manchester neil.shephard at man.ac.uk neil.shephard at mindless.com "Contrariwise, if it was so, it might be; and if it were so it would be; but as it isn't, it ain't. That's logic" - Tweedledee (Alice Through the Looking Glass)
2003 Jan 17
1
More info - S-Plus compatability
...sg, Regards Neil Neil Shephard Genetics Statistician ARC Epidemiology Unit, University of Manchester neil.shephard at man.ac.uk neil.shephard at mindless.com "Contrariwise, if it was so, it might be; and if it were so it would be; but as it isn't, it ain't. That's logic" - Tweedledee (Alice Through the Looking Glass)
2000 Nov 12
1
Balanced trees in tinc
Hi everybody, I'm looking into replacing the linked lists in tinc with balanced trees. Using balanced trees will greatly improve performance for medium to large VPNs. As I see it, there are several options: 1) Use tsearch()/twalk()/etc functions from glibc. + It is in a very standard library - It relies solely on callback functions, which sometimes results in ugly, awkward code (I