Displaying 20 results from an estimated 68 matches for "twisty".
Did you mean:
twist
2008 Apr 18
1
lots of small, twisty files that all look the same
A customer has a zpool where their spectral analysis applications create a ton (millions?) of very small files that are typically 1858 bytes in length. They''re using ZFS because UFS consistently runs out of inodes. I''m assuming that ZFS aggregates these little files into recordsize (128K?) blobs for writes. This seems to go reasonably well amazingly enough. Reads are a
2007 Jul 20
2
[LLVMdev] Trouble Resolving Objective-C Symbols in lli
...LT_DLMUTEX_SETERROR (DLERROR (SYMBOL_NOT_FOUND));
}
return address;
}
break the ability to detect an undefined symbol versus a symbol with a
value of 0 because it sets the lt_dlerror() whenever dlsym() returns 0.
Perhaps a bug in libtool, I was looking at 1.5.6, but it's a twisty
maze and I could have taken a wrong turn.
It's clear dlsym() gives the required functionality; the layers of
wrapping on top of it present a broken interface.
Cheers,
Ralph.
2007 Jul 20
0
[LLVMdev] Trouble Resolving Objective-C Symbols in lli
...OT_FOUND));
> }
>
> return address;
> }
>
> break the ability to detect an undefined symbol versus a symbol with a
> value of 0 because it sets the lt_dlerror() whenever dlsym() returns 0.
> Perhaps a bug in libtool, I was looking at 1.5.6, but it's a twisty
> maze and I could have taken a wrong turn.
It is a twisty mess. Function pointers in structures? Who'd ever do
THAT? :)
We're currently using 1.5.22 but it doesn't look any different than what
you ahve above. I'm about to upgrade the support module to use 1.5.24
(latest stable...
2013 May 16
5
xc_map_foreign_bulk() memory leak in ARM version?
Hi Xen folks!
I''ve faced with one strange thing in ARM version of Xen: when I use
xc_map_foreign_bulk() to map some memory from domU to dom0, after unmap()
for previous returned address - memory is not freed at all.
Let''s look at call stack:
xc_map_foreign() ->
linux_privcmd_map_foreign_bulk() ->
{
addr = mmap(fd);
ioctl(fd, IOCTL_PRIVCMD_MMAPBATCH_V2 );
2002 Jul 31
0
w2k-no longer trusted (plse help!)
Please help me?! I am at my wits end.
Or is it:
a twisty maze of little passages : N
a little maze of twisty passages : N
(etc)
but I keep missing my batteries! <and my lantern is going dim...>
[sorry for the OLD reference!]
Was: Help-w2k pro no longer "trusted" in 2.2.3 pdc
------------------Here is the pre-amble and request?!---...
2005 Apr 11
0
S4 group methods don't dispatch for "Summary"?
...te any pointers as to what I am doing wrong. I have run into
this problem on both Linux/R 2.0.1, and Windows/R 2.0.0 (will upgrade
soon!).
Thanks,
Rich
--
Rich FitzJohn
rich.fitzjohn <at> gmail.com | http://homepages.paradise.net.nz/richa183
You are in a maze of twisty little functions, all alike
--
Rich FitzJohn
rich.fitzjohn <at> gmail.com | http://homepages.paradise.net.nz/richa183
You are in a maze of twisty little functions, all alike
2007 Jun 28
7
Custom report outputting text, expected and actual on succes?
I would like to output the following information when running a spec
(_also_ on success):
- the description text
- the expected value
- the actual value
After looking through the documentation I thought custom formatters
might be the way to go, but unfortunately it does not look like all
variables are accessible from there?
I need this for an academic report where all testing needs to be
2013 Jul 31
0
[LLVMdev] [PROPOSAL] ELF safe/unsafe sections
...t; environments.
-ffunction-sections and -fdata-sections would work, but that would
require all third party libraries etc to make sure that they are all
compiled with -ffunction-sections.
> 2) We should talk to other ELF producers and coordinate to make sure we
> don't end up creating a twisty maze of extensions here.
This is not a problem with the general ELF community since the binutils
ld/gold would not atomize sections.
> 3) We should step back and consider leapfrogging to a fully specialized
> format to reap even more performance benefits rather than messily patching
> ELF...
2013 Jul 31
4
[LLVMdev] [PROPOSAL] ELF safe/unsafe sections
...r, I question several fundamental assumptions:
1) We should be very certain that -ffunction-sections is not a viable
solution as it exists and is well supported in other toolchains and
environments.
2) We should talk to other ELF producers and coordinate to make sure we
don't end up creating a twisty maze of extensions here.
3) We should step back and consider leapfrogging to a fully specialized
format to reap even more performance benefits rather than messily patching
ELF.
#3 may prove irrelevant if this is the only major hurdle for speeding up
ELF links. My impression was otherwise.
#2 ha...
2005 Nov 23
3
Infinite recursion in S3 methods crashes R on windows (related to PR#8203?)
...2
Search Path:
.GlobalEnv, package:methods, package:stats, package:graphics,
package:grDevices, package:utils, package:datasets, Autoloads,
package:base
--
Rich FitzJohn
rich.fitzjohn <at> gmail.com | http://homepages.paradise.net.nz/richa183
You are in a maze of twisty little functions, all alike
2020 Jun 16
2
client host certificates and receiving host configuration
I'm working on a small server written in Go to add short-lived user
certificates to the forwarded agents of authorized users.
https://github.com/rorycl/sshagentca
This seems to work quite well for accessing sshd servers with the
appropriately configured "TrustedUserCAKeys" directive.
I have been in a debate about how similarly adding host certificates to
forwarded agents could
2011 Jun 24
19
SKB paged fragment lifecycle on receive
...tor callback
but that falls over if the skb is cloned since you also need to know
when the clone is destroyed. Jeremy Fitzhardinge and I subsequently
looked at the possibility of a no-clone skb flag (i.e. always forcing a
copy instead of a clone) but IIRC honouring it universally turned into a
very twisty maze with a number of nasty corner cases etc. It also seemed
that the proportion of SKBs which get cloned at least once appeared as
if it could be quite high which would presumably make the performance
impact unacceptable when using the flag. Another issue with using the
skb destructor is that func...
2010 Apr 16
2
revised cert format and deprecation schedule
...occasional backwards-incompatible
changes.
2) Don't burn our early adopters by breaking their working
configurations without ample warning.
3) Avoid having to be stuck with maintaining backwards compatibility
code in perpetuity. This is for both workload and security reasons;
more twisty compat code == more bugs.
So my working, self-imposed policy is to retain backwards compatibility
support for at least 13 months after the release that includes an
incompatible change. This duration is intended to let users sign certs
of one year duration and know that an OpenSSH release won't...
2020 Apr 11
0
[GIT PULL] vhost: fixes, vdpa
...hen you say 'n' to *that* it asks you for Vhost driver for
vDPA-based backend (VHOST_VDPA).
This kind of crazy needs to stop.
Doing kernel configuration is not supposed to be like some truly
horrendously boring Colossal Cave Adventure game where you have to
search for a way out of maze of twisty little passages, all alike.
Linus
2005 Apr 05
1
summing columns using partial labels
I have a dataset of the form
Year tosk.fai tosk.isd tosk.gr ....... tosk.total hysa.fai
hysa.isd ...
and so on. I want to sum all the columns using the first four letters in
the columns label(e.g. 'tosk', 'hysa' etc.). How can you do that? Also,
the sums should be without the '.total'column (e.g. 'tosk.total') as
this serves as a check that
2005 May 04
1
Questions about the intersection area under two kernel densities
Hi there,
I am working on a project which needs the value of the interaction area under two distributions( eatimated by kernel density estimators).
For example:
x<-rnorm(100,0,1)
y<-rnorm(100,0.2,1)
density(x) # This produces the summary of dependent variable and independent variable.
How can I get the individual values of variables and reform a curve to calculate the area under
2005 Apr 06
1
read.table with header and text data
Hi R!
I am reading in a text file which has one column of alpha data and 5 columns
of numeric data.
There is a header row.
I would like the alpha data column to just be character rather than factor.
Is there a way to do this, please? I'm thinking that it might be I() but
can't figure out exactly how.
Thanks,
Laura
mailto: lauraholt_983 at hotmail.com
R 2.0.1 Windows
2005 Apr 13
1
how to separate a string
hello,
i wonder how is string represent in R. if i have a string s= "hello", how can i refer to first character in the string s?
also if i have s1 = "hello.1", s2 = "ok.1", how can i separate the s1 into "hello" "1" and s2 into "ok" and "1"? I have tried to use the substring function, but i don't where i can get the index
2005 Apr 13
1
i param in "for" loop does not takes zeros?
Hi all
Is there any reason why the parameter i in a "for" loop ignores a value of
zero? For example
sim=c()
p=.2
for(i in 0:5)
{sim[i]=dbinom(i,5,p)
}
sim
[1] 0.40960 0.20480 0.05120 0.00640 0.00032
In this example the quantile i= 0 was ignored since
dbinom(0,5,p)
[1] 0.32768
The same behaviour occurs if I use a while loop to perform the same
calculation:
sim=c()
p=.2
i=0
2004 Nov 29
1
syslinux-2.12-pre1 install bug
...Stop.
make[1]: Leaving directory `/usr/src/syslinux/syslinux-2.12-pre1/sample'
make: *** [installer] Error 2
--
Mike Castle dalgoda at ix.netcom.com www.netcom.com/~dalgoda/
We are all of us living in the shadow of Manhattan. -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc