similar to: complicated finds are eating my sole

Displaying 8 results from an estimated 8 matches similar to: "complicated finds are eating my sole"

2006 Feb 19
8
building multiple find conditions
I am trying to allow for AND type ''find'' but to allow for simply a single set of find criteria. controller code... @vw_string = @vw_string1 = @vw_string2 = @vw_string3 = [] if params[:beg_intake_date] != "" then @vw_string1 = ["intake_date between ? and ?", params[:beg_intake_date], params[:end_intake_date] ] end if
2006 Mar 10
3
css question
I''m doing this ''partial'' to do some ajax auto_complete <ul class="placements"> <% for client in @clients do -%> <li class="placements"> <div class="clwholename"><%=h client.clwholename %></div> <div class="id><span class="informal"><%= client.id
2006 Feb 10
14
dynarch calendar and calendar helper usage
I am playing around with this and reference this wiki from RonR site... http://wiki.rubyonrails.org/rails/pages/CalendarHelper The error I am getting is: NameError in Placements#list undefined local variable or method `date_format'' for #<PlacementsController:0xb78f9ef4> RAILS_ROOT: script/../config/.. Application Trace | Framework Trace | Full Trace
2013 Jan 31
2
ACLs on a directory on GPFS
Hello, I am using the vfs_gpfs samba module to map ACLs through samba. It works fine on files, but directory ACLs are ignored. Ex: getfacl /sb/share/myplace/ file: sb/share/myplace/ owner: root group: root user::rwx user:afrankel:rwx group::--- mask::rwx other::--- When I try to access this folder in Windows, I get permission denied. The same permissions on a files, I can open it / modify it
2013 May 14
1
Sieve was installed but doesn't work or log
Hello everyone. I have dovecot version 1.2.8 installed from source. This morning I installed the sieve plugin to sort emails, and though the install reported no errors, the plugin doesn't seem to function, and no mention of it is made in the logs when I turn on verbose logging. dovecot --version 1.2.8 dovecot -n # 1.2.8: /usr/local/etc/dovecot.conf # OS: Linux 3.2.0-4-amd64 x86_64
2001 Nov 18
0
GUI
I really don't understand why rsync isn't used more than it is. I don't understand why no download managers (AFAIK) supports rsync. Every download manager talks about downloading fast, and being able to resume. Bot none of them (again, AFAIK) supports compression or error-correction. The most sophisticated (at this point) only supports rollback at resuming. How lame is that? So, you
2001 Nov 24
2
Find similarity between local and remote file before transferring
For two different reasons, I've been thinking about how to find out how much data there would have to be transferred to update the local file,or how similar the local and remote files are. Reason one: I'm working on a frontend for rsync. I think it would be a nice feature if it could check how much of the existing file there would be reused, if updating from the remote file. Reason two:
2002 May 10
1
Parsing output, separating motd and module-list
I'm working on a frontend to rsync, and I've got a problem. It's easy to get a list of files and directories from a specific path on an rsync server. But from the root, I've found it very difficult to get a list of modules. I cannot see when the modt stops, and when the list begins. Can anybody help? -- Mvh. Niels Andersen