Displaying 20 results from an estimated 66 matches for "findability".
2003 Dec 05
1
grid packages since R-1.7.1
I'm having a spot of bother using code that worked with R-1.7.1 but
will not work with 1.8.1.
The beginning of the saga is with grid.polygon ostensibly not
findable. One does exist in ..../R-1.8.1/library/grid/R, and when I
specifically load the grid package (which probably isn't a good idea),
it starts finding fault with the length of vectors being unequal.
I suspect the lengths of the
2011 Sep 22
1
(2.1 recent:) fts_decoder
Hello again,
test setup as in previous messages.
With fts = lucene, I enabled the adapted decode2text.sh (at least I tried...)
as suggested in the comment section.
On dovecot-start /var/run/dovecot/decode2text socket is created with sufficiant
permissions (rw for anybody), but decode2text.sh is not started (it's rx for
anybody). When creating lucene indexes, I cannot see it executed either
2003 Mar 09
1
Which Hardware to buy for a simple * box
I've to project and build a fresh new box with * on.
Basically, i'll have this situation:
The office is connected to the phone carrier with a PRI.
I need to let users continue to use their analog phones in a office, and an
IP-phone based solution on the remote office, that will call using outside
using the PRI on the first one.
PRI---> Asterisk ---> Analog phones
|
2004 Nov 22
1
T100P -- data?
Hi, all. I'm thinking of provisioning my (non-PRI) T1 to be part data,
part voice (currently, it's only voice). With the T100P, how do I get it
to "do" data? Just load up the HDLC module, and it gets an IP address?
Or...? I tried RTFM'ing, but there just doesn't seem to be much on it
(leastwise, that's readily findable).
Thanks much,
Ken D'Ambrosio
2013 Dec 11
1
Asterisk Language Status
In putting together the SoundPack code, I am looking at the
various language/locale specific code, and wondering how it all
really stands...
So, share with me, non-English speakers, what is your experience
and impression?
I heard a few comments during AstriDevCon, that some of the languages are
not quite right; some said their language was understandable, but...
Would anyone be willing to share
2008 Feb 29
0
[LLVMdev] Idea of a tool to help in library versioning
On Feb 29, 2008, at 6:10 AM, Daniel Ruoso wrote:
> Then I got the idea of generating an API description file from the
> public header files of the library
Sounds neat. In the past I've done this with objdump for the public
symbols in a library. In theory you don't care about types no
findable by the api. A nice tool would allow one to stamp the
interface as release time,
2008 Feb 29
2
[LLVMdev] Idea of a tool to help in library versioning
Hi,
I've been thinking lately in the amount of bugs generated by improper
handling of library versioning. And I realised that several developers
don't understand the implications of subtle API changes (like adding a
member to a struct that is member of another struct which happens to be
used as an argument of a function call).
Then I got the idea of generating an API description file
2006 Mar 06
4
Wishlist - Give R a name that shows up in search engines...
...your search (e.g. "find
length of array, Matlab"). Try a similar web search for R and you
will learn nothing -- Why? because the letter "R" is on almost every
web page on the planet.
I'm not just whining here, I think this is a really serious problem.
On the web, "findability" is perhaps the single most important
feature of any product or program. The unique beauty of the Web
anyone who solves any problem can post the answer almost anywhere
want, a search engines will index it and serve it up to someone
looking for a solution to that problem. Of course it doesn...
1999 Sep 24
2
How to browse the samba server from different group?
Hi,
I installed the Samba server 2.0.3 on LInux 2.2.5. I can browse the server
from a win95 client in the same work group. But failed if the workgroup is
different. How To solve it? Thanks a lot.
Regards,
Zhou
2014 Jul 24
3
DELL E6510 pxelinux issues
On Thu, Jul 24, 2014 at 10:29 AM, Philipp Hahn <hahn at univention.de> wrote:
> Hello,
>
> On 24.07.2014 13:52, Gene Cumm wrote:
>> On Thu, Jul 24, 2014 at 4:56 AM, Philipp Hahn <hahn at univention.de> wrote:
>>> PS: <http://www.zytor.com/~genec/lpxelinux-6.03p18g3.tgz> did not work.
>>
>> As expected. You have a different OUI (the first 3
2017 Nov 14
2
SAMBA4 API
We aren't using BIND, we are using the builtin SAMBA backend. Also the
requests for updates are going to come from external to the DC. IE, the
inventory server needs to send a request to the DC to add/update/remove etc
DNS records. This is why I'm looking for an API.
On Tue, Nov 14, 2017 at 11:32 AM, Rowland Penny via samba <
samba at lists.samba.org> wrote:
> On Tue, 14 Nov
2007 Jul 27
1
get() with complex objects?
Hello R-listers,
I'm having trouble accessing "sub" objects ("attributes"?), e.g.,
"x$silinfo$avg.width" using the /get() /command; I'm using/ get()/ in a
loop as illustrated in the following code:
#FIRST MAKE CLUSTERS of VARYING k
/for (i in 1:300){
assign(paste("x.",i,sep=""),pam(x,i)) #WORKS FINE
}/
#NEXT, TAKE LOOK AT AVE.
2017 Aug 18
2
Friendly Reminder: Would you please comment on my findings?
Hi again,
Am 18.08.2017 um 19:56 schrieb Jeremy Allison:
> Andreas, you're a nice guy and all but I feel you didn't
> read the part of my message about the "best-effort" status of this list.
so do you mean that your "best efforts" are simply not sufficient to
look into this at all (i.e. never ever)? My way of reading your
statement was that your "best
2005 Aug 30
1
Problems on Mac OS X with owners and groups? For solution, read on...
All,
This message is placed here for the aid of others in the future. I have
search the archives for this solution, but sadly, only found a couple of
(rather old) messages from people exhibiting having the same problems, but
without any replies for this solution.
Please forgive me as I seem to ramble on here, I do so with the intent of
making this solution more findable by others having this
2006 May 04
9
Help: wrong number of arguments (0 for 1)
Is it my environment? Is something wrong, cause I thought this should
just work?
I have a simple table and I created a model and a controller:
ruby script/generate controller Restaurant
ruby script/generate model Restaurant
I edited the controller to this:
class RestaurantController < ApplicationController
scaffold :Restaurant
end
I run it and:
http://0.0.0.0:3000/Restaurant works fine,
2017 Feb 16
2
Can we keep debug information of local variable when in the optimization condition?
Hi, I'm curious that whether we can keep debug information of local variable when in the optimization condition (for example -O2, -O3) in LLVM.
For example this simple C source code:
int main()
{
int i = 5;
if(i > 5) {
return 1;
} else {
return 0;
}
}
If we compile clang -g a.c, we can get our expected result. We can check and update the local variable
2018 Jan 11
0
termplot intervals - SE or CI?
From ?termplot:
col.se, lty.se, lwd.se: color, line type and line width for the
?twice-standard-error curve? when ?se = TRUE?.
...which is findable, but might usefully also be made explicit in the definition of the se= argument.
-pd
> On 10 Jan 2018, at 23:27 , Eric Goodwin <Eric.Goodwin at cawthron.org.nz> wrote:
>
> Thanks for your prompt reply Duncan.
>
>
2023 Jan 15
1
logging strategy
Jim Klimov <jimklimov+nut at gmail.com> writes:
> I don't think there is any particular strategy, at least not one I'd know
> of either :) So it is mostly ad-hoc, to keep smaller verbosity numbers
> reasonably quiet, and sufficient info to see the logic progression at a
> given debug level (e.g. if major milestones of a routine are logged at
> level N, further
2007 May 13
1
Help understanding LAPACK symbol resolution
R developers,
I am trying to understand how symbols are resolved, so that I can
configure a package that I contributed to, and so that I can provide
guidance to (linux / OSX) users of the package. To be concrete, my
package uses the LAPACK Fortran symbol zsysv. This is not in
libRlapack, but is defined on my system in the library
/usr/lib64/liblapack.so.
* I suspect that the reason the symbol is
2018 Jan 10
1
termplot intervals - SE or CI?
Thanks for your prompt reply Duncan.
I had indeed assumed they were what the help file says until observation raised doubts, which is why I queried it.
>From reading the code for termplot(), it seems that either the predict() function doesn't return the 1x standard error, or the curves plotted by the termplot() function are not 1x standard errors. If they're not 1x standard errors,