Displaying 17 results from an estimated 17 matches for "libarary".
2010 Jan 29
0
Help interpreting libarary(nnet) script output..URGENT
...so, which number of weights is best, the one with
larger or the smaller number (given that our max_weights limit is set at
10000).
I apologize for my lack of familiarity with this and the resulting stupid
questions.
Thanks.
--
View this message in context: http://n4.nabble.com/Help-interpreting-libarary-nnet-script-output-URGENT-tp1431725p1431725.html
Sent from the R help mailing list archive at Nabble.com.
2006 Feb 08
2
Tooltip.js problems
I''m starting to play with the tooltip.js library from
http://tooltip.crtx.org/index.php?page=HomePage. The libarary seems to
work pretty well except that when I use a tooltip on a web page that has a
form and submit buttons, the submit buttons stop functioning and won''t
respond to click events anylonger. So far I''ve only been able to
reproduce this under Safari. Does anyone have any ideas...
2008 Jun 19
3
LDAP Authentication fails with ñ character in password.
...t for about 6 months now, but a user from
mexico started using it recently, but can''t seem to login. I''ve
narrowed it down to the fact that his password contains a ñ character
in it. This problem is also present in a test user account I''ve setup.
ActiveLDAP uses ruby/ldap libarary and from what I can tell it fails
there as well. I''ve also tried the net-ldap code and it fails there as
well. Is seems like a low level encoding issue and I could really use
the help to solve it. It looks like everyone of the ruby LDAP
libraries are dead in development, so I''m se...
2006 Feb 03
3
R-2.2.1-INSTALL Issue with TCLTK
...ld --with-tcltk
--with-tcl-config="~tcl-8.4.12/lib" --with-tk-config="~tk-8.4.12/lib"
I have ensured that I have a valid tclsh in my path and have even
provided the include path for covering the tcl.h
Operating system: RHEL
The error I get while trying to invoke the libarary for tcltk is:
Error in firstlib(which.lib.loc, package) :
Tcl/Tk support is not available on this system
Error in library(tcltk) : .First.lib failed for 'tcltk'
Execution halted
Any help to identify the cause is highly appreciated.
Respectfully
Gautam
---------------------...
2006 Mar 15
2
Fake Ring Tone/Compile Addon
...g in my Asterisk
1.2.1 box. Also when compiling Asterisk 1.2.5 and tried to run it with the
Asterisk-addon, the CLI output would get segmentation default. The source
of the problem was that res_config_mysql.so was giving problem. It was when
compiling the asterisk-addon, it was using the default Libarary and includes
of the Fedore Core mysql directories. But my box is now running MySQL 5,
and the source directory is at
/root/mysql-standard-5.0.16-linux-i686directory. My question is how
to compile using this new source code for the
header files and the libarary files? Many thanks.
Regards,
Kengi...
2011 Feb 13
2
CLI prompt function/library
I'm looking to get something of a generic CLI prompt function/libarary
into Syslinux for use in a COM32. I'm looking for the following:
1) Line Editing with proper wrapping. Currently, gPXE and HDT both
have provisions in place for line editing however they both can not
handle line wrapping appropriately.
2) Tab completion. Tab completion of filenames would be...
2004 Sep 25
0
G.729 and Asterisk intellectual property issues
-- snip --
Had the patch been against the actual g729 libraries the case would have
been clear. Now, the patch is against asterisk to make it interoperate
with the g729 libarary and this may or may not be non-infringing. However,
the distribution of the g729 libraries themselves are almost certainly
infringing. There is also the possibility that the patch to asterisk may
be ruled a contribuatory infringement.
-- snip --
The patch is not against Asterisk - it is aga...
2006 Jul 19
3
error when compiling "stats" library in R-2.3.1 on Solaris x86
Hello,
I tried to compile v2.3.1 on Solaris x86 with SUN Pro compilers.
I had an error while stats libarary was being compiled and I notice that "-xtarget=generic64" was not passed to f95 while cc used it.
Could you tell me how to fix this problem?
f95 -PIC -O -I/mounts/devel/SUNWspro/prod/include -c sgram.f -o sgram.o
f95 -PIC -O -I/mounts/devel/SUNWspro/prod/include -c sinerp.f -o...
2016 Sep 06
3
[Bug 2611] New: Add support for $2b$ prefixed hashes
...python library we have selected uses bcrypt.c. In
(http://www.openwall.com/lists/oss-security/2012/01/02/4), 'Alexander'
describes that Christos Zoulas discovered a wrap-around error. This is
also described in https://en.wikipedia.org/wiki/Crypt_(C). Either way,
the actual behavior in the c libarary is not truncation, but wrapping
in a way that can eliminate significant (all) entropy in the overflow
case (overflow is of the len variable which is uint8).
As a mitigation, some implementations use the $2b$ prefix which
clarifies the behavior regarding long passwords (e.g. the actual
behavior is n...
2010 Feb 04
1
Improving RPM packaging for R; ideas gathered from the Debian folks
...vileged user installs a package in R, that goes into /usr/local/lib/R.
If the privileged user installs an RPM that with packages that come
from R itself, the package is supposed to be built so it goes into
/usr/lib/R/, and if a package is built for circulation, it would
deposit into /usr/lib/R/site-libarary. In this way, one can have
several non-conflicting versions of a package, and users can
experiment with packages in their personal space and not destroy the
system package.
That's pretty handy, I think. Its a significant convenience for
Debian-based users of R.
"Over there" in r-sig...
1998 Nov 16
2
0.63 missing .pl files in etc?
...a/libs/eda.sl")
> library(help=eda)
line Robust Line Fitting
medpolish Median polish
smooth Median smoothing
> data(presidents)
presidents[is.na(presidents)] <- 0
plot(presidents)
lines(smooth(presidents))
works. Any ideas on what to do so libarary works?
Thans in advance,
Osman
osman.buyukisik at ae.ge.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the &q...
1998 Nov 16
2
0.63 missing .pl files in etc?
...a/libs/eda.sl")
> library(help=eda)
line Robust Line Fitting
medpolish Median polish
smooth Median smoothing
> data(presidents)
presidents[is.na(presidents)] <- 0
plot(presidents)
lines(smooth(presidents))
works. Any ideas on what to do so libarary works?
Thans in advance,
Osman
osman.buyukisik at ae.ge.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the &q...
2009 Jul 15
5
Grouping data in dataframe
Hello,
I have a dataframe (obtained from read.table()) which looks like
ExpA ExpB ExpC Size
1 12 23 33 1
2 12 24 29 1
3 10 22 34 1
4 25 50 60 2
5 24 53 62 2
6 21 49 61 2
now I want to take all rows that have the same value in the "Size"
column and apply a function to the
2001 Mar 26
7
RFE: Portable OpenSSH
For a future release of Portable OpenSSH, it would be nice to have a
./configure option to enable the binaries produced, to be statically
linked.
I tried using LDFLAGS option to ./configure .... but this passes
arguments to gcc not ld, this should be documented.
Additionally, I feel that ./configure should --extra-inc=dir and
--extra-lib=dir to add paths to compile (-I) and link lines (-L &
2006 Apr 16
0
[S] Problems with lme and 2 levels of nesting:Summary
...ago, I was recommended this script from S-help at Insightful:
>
> model1<-lme(DeathDay~Treatment,random=~Treatment|Clutch/Cup)
>
> I think this is wrong since Treatment shouldn't be among the random factors. From the various tips I've recieved the correct syntax using lme (in libarary nlme) should be:
>
> model2<-lme(DeathDay~ Treatment,random=~1|Clutch/Cup)
>
> and using lmer (in library lme4):
>
> model3<- lmer(DeathDay ~ Treatment + (1|Clutch:Cup) + (1|Clutch), method="REML")
>
> I get the result that there is NO effect of Treatment. S...
2005 May 19
3
[LLVMdev] [Cygwin] llvm 'make install' build errors
Reid,
I think it is the first time it is run that the errors occcur !?
Not sure but that would seem logical.
Aaron
2004 Mar 09
4
Samba and LDAP backend - howto docs problems?
Hi all,
I have followed the instructions at
http://samba.mirror.ac.uk/samba/docs/man/passdb.html in an attempt to
set up a Samba v3.0.2 (supplied by Redhat as part of RHEL v3.0) PDC.
I have got as far as trying to get a windows 2k box to join this new
domain that I have created, however this fails with the error "Logon
failure: unknown user name or password".
Samba itself logs