Displaying 20 results from an estimated 10000 matches similar to: "caching"
2006 Jun 14
2
Can pagination work with caching
I am currently caching a page that indexes blog entries. Paginate was
used to break the entries up. Now when you click on next at the bottom
of the page it is only reloading the first page. Im hoping, against
odds, that someone here knows of a way to make paginate and cache play
together.
--
Posted via http://www.ruby-forum.com/.
2020 Jul 13
2
Dovecot permission denied errors on NFS after upgrade to 2.2.17
Thanks Jochen,
no mixups present at all, file assigned to UID 501.
Since this problem started few hours after the Debian upgrade, I think
it is related to it.
I don't know if something has changed on the NFS client side on Debian,
but I don't think so as aptlistchanges didn't notify me about it, nor if
Dovecot 2.2.17 treat NFS in other way.
I'm stuck.
On 13/07/20 16:07,
2018 Jun 11
2
Centos 7 and priorities
I've recently changed to Centos 7.
My recollection from C6 is that a couple useful repositories
need yum priorities to prevent some mixups.
I do not remember what they are. My C6 is gone.
Google has not told me what C6 repositories were.
In the near future, I will be installing nux and epel.
My understanding is that they do play well with each other and with base.
Are there common useful C7
2006 Feb 13
3
caches_action does not go off the entire URL
I am trying to use caches_action and the agile book says that it is keyed
off the URL, however it does not seem to pick up the URL parameters.
http://localhost:3000/controller/action/id?foo=bar
and
http://localhost:3000/controller/action/id?foo=foobar
Returns the same page.
Anyone looked into how to add URL parameters to the cached key? Also,
where do those file get stored?
Thanks
Dave
2006 Mar 16
3
lattice tick marks
Hi,
why doesn't this work properly when 'positions' is a vector of strings? All
the data sets get totally mixed...
positions <- rep ( c("1","2","3","4","5","6","9","10","11","12","13","14",
"error", "no trial"), 45 )
compound <- matrix(
2012 Mar 27
2
lasso constraint
In the package lasso2, there is a Prostate Data. To find coefficients in the
prostate cancer example we could impose L1 constraint on the parameters.
code is:
data(Prostate)
p.mean <- apply(Prostate, 5,mean)
pros <- sweep(Prostate, 5, p.mean, "-")
p.std <- apply(pros, 5, var)
pros <- sweep(pros, 5, sqrt(p.std),"/")
pros[, "lpsa"] <-
2018 Feb 07
4
Contar comas de una variable
Buenas tardes,
Necesito contar cuántas comas hay en cada celda. Los datos tienen esta
forma:
Pros Comas
Opinión 1 calidad, 1
Opinión 2 calidad, diseño, color, 3
Opinión 3 precio, accesibilidad, sienta bien, luminoso, 4
La variable Pros es la que tengo y la variable Comas es la
2013 Feb 28
5
virtio PCI on KVM without IO BARs
OK we talked about this a while ago, here's
a summary and some proposals:
At the moment, virtio PCI uses IO BARs for all accesses.
The reason for IO use is the cost of different VM exit types
of transactions and their emulation on KVM on x86
(it would be trivial to use memory BARs on non x86 platforms
if they don't have PIO).
Example benchmark (cycles per transaction):
(io access) outw
2013 Feb 28
5
virtio PCI on KVM without IO BARs
OK we talked about this a while ago, here's
a summary and some proposals:
At the moment, virtio PCI uses IO BARs for all accesses.
The reason for IO use is the cost of different VM exit types
of transactions and their emulation on KVM on x86
(it would be trivial to use memory BARs on non x86 platforms
if they don't have PIO).
Example benchmark (cycles per transaction):
(io access) outw
2023 Feb 23
1
GPIO as NUT driver interface?
FWIW, there is precedent with libusb{1,0}, libshut and libhid which
abstract NUT operations from a "backend lib" to build against; similar for
serial.c used by many drivers. Take care to not conflict by filenames with
"real" third-party libs used by the build - especially to avoid mixups for
headers and in docs/discussion.
Jim
On Thu, Feb 23, 2023, 22:16 MODRIS B?RZONIS
2010 Jan 03
2
Emacs vs Eclipse vs Rcmdr
Hi everyone,
I could have posted this on R-devel or the GUI list, however don't
feel it's that serious.
Hence, decided R-help would be the most appropriate.
I'm not so much interested in which is the best user interface for R.
Rather which is the best ***platform*** for developing ***new*** user
interfaces for R.
Noting I'm using the term user interface is a very general sense.
2007 Apr 17
2
IPv6 version specific classification in crossbow
Hi all,
As part of IPv6 version specific classification support in crossbow we are
introducing ip_version option in flowadm interface and associated
classification functions.
If ip_version option is not specified, but v4 or v6 address is passed as
arg. to ip_addr
option of flowadm cli that can also help to populate version specific
bits in flow_mask
to specify if policy (and flow entry
2005 May 19
3
GUIDs vs. Auto-Increment id's
I know this thread has been discussed before, but I have run into this
problem and would like to re-open it...
I have come to a point in my project where I need to provide an
import/export feature for Active Records. Since a user could export
off one system and import onto another auto-increment integers will
not work (collisions on ids due to lack of uniquness).
Listed below is an initial list
2016 Mar 04
3
vignette index
Dear helpers,
I have multiple vignette files for a package, and I would like to have the "right" order of these files when displayed online. For instance, see below:
https://cran.r-project.org/web/packages/bst/index.html
The order of vignette links on CRAN is different from what I hoped for:
> vignette(package="bst")
Vignettes in package 'bst':
pros
2013 Dec 08
4
[LLVMdev] lit: deprecating trailing \ in RUN lines
On 08/12/2013 13:12, Chandler Carruth wrote:
>
>> * Removing trailing \ will introduce the neat property that
>> one RUN line corresponds precisely to one command that's
>> executed. This is good for humans and will enable
>> simplifications in the test runner.
>>
>> FWIW, I've never really had a
2006 Jan 12
1
Anyone Think a RailsForge Is a Good Idea?
There''s a lot of traffic on this list asking what the options exist for
login solutions, file upload solutions, search solutions, etc. Looking
over the Wiki is one way to figure out what''s there, and the mailing
list is certainly good, but two even better solutions come to mind:
1) RailsForge: Hosts, indexes, and serves add-on solutions.
Pros: Mimics SourceForge, RubyForge;
2005 Jul 26
1
SMB Network design guidelines
Hi:
Can anybody point me to some guidelines about SMB network design or
give some advice? Samba HOWTOs are very detailed recipes, but I need
some general tips, like if we are serving fish or pasta tonight :-)
This is the situation: a WAN with 20 offices with 2 to 30 people in
each, plus a headquarter with 50 people, plus the databases and
central file servers. The organization grew up on a NT4
2009 May 19
2
[LLVMdev] llvm-java
Nicolas Geoffray wrote:
> Andrew Haley wrote:
>
>> I should have asked a better question. By "does it work" I meant something
>> like
>>
>> for (int i = 0; i < a.length; i++)
>> System.out.println(a[i]);
>>
>>
>
> OK, so no :) VMKit does not know that a[i] is related to a.length. I
> believe Andre's
2013 Dec 08
0
[LLVMdev] lit: deprecating trailing \ in RUN lines
On Sun, Dec 8, 2013 at 6:04 AM, Alp Toker <alp at nuanti.com> wrote:
>
> On 08/12/2013 13:12, Chandler Carruth wrote:
>
>>
>> * Removing trailing \ will introduce the neat property that
>>>
>>> one RUN line corresponds precisely to one command that's
>>> executed. This is good for humans and will enable
2015 Dec 18
2
RFC: __attribute__((ifunc("resolver")) representation in LLVM IR
Hi Everyone,
I would like to implement GCC ifunc attribute support in Clang and LLVM. At
the moment Clang ignores the attribute with a warning. On LLVM IR level
there is no support for ifunc. But there is some support for ELF symbol
type `@gnu_indirect_function` in ELF reader/writer/target asm parser. This
RFC is looking for thoughts and suggestions about representation of ifunc
in LLVM IR.