Displaying 20 results from an estimated 400 matches similar to: "Dynamic Link Library for SSH Protocol?"
2006 Jun 11
2
Kerberos5 / Heimdal
I have FreeBSD-6.1 and it appears the default installation has a full
complement of Kerberos5. But, /usr/src/kerberos5/README states:
This subtree is world-exportable, as it does not contain any
cryptographic code.
At the time of writing, it did not even contain source code, only
Makefiles and headers.
Please maintain this "exportable" status quo.
Thanks!
2006 Mar 04
2
R does not have friendly GUI (PR#8656)
Full_Name:
Version: 2.1.1
OS: Linux (Ubuntu 5.10)
Submission from: (NULL) (136.160.174.71)
R does not have a friendly gui from where all functions can be accessed by
"point-and-click". Existing one I could try (tk) is too simple.
The friendly gui should also include a spreadsheet-like data-viewer as well as a
data-output (exportable tables) and a graphics-output modules (the latter
2007 Jan 10
2
Dream Ledger
Hello Fellow Campers,
I''m feeling crazy tonight and thought I''d go ahead and announce my new
little project riding on the Camping framework: Dream Ledger
(http://www.dreamledger.com).
The app was written to scratch a personal itch, which is the simple
fact that I wanted an easy way to record my nightly dreams and sleep
experiences. Think about it as ''dream
2012 Oct 26
4
Merge matrices with different column names
A general question that I have been pursuing for some time but have set
aside. When finishing some analysis, I can have multiple matrices that
have specific column names. Ideally, I would like to combine these
separate matrices for a final output as a csv file.
A generic example:
Matrix 1
var1A var1B var1C
x x x
x x
2001 Jun 01
1
Export knfsd/ext3 on doubly patched kernel(knfsd/reiserfs) OK?
Hi - if I have a doubly patched kernel (2.4.5)
(1) Apply gkernel/CVS ext3 patches
(2) Apply Neil Brown/Reiserfs team knfsd and reiserfs patches
Will ext3 be exportable by knfsd (i.e. inherit automagically
the nfsd_operations thingies from ext2) or does it need further
patching?
--
Chan Shih-Ping (Richard) <cshihpin@dso.org.sg>
DSO National Laboratories
20 Science Park Drive
2008 Aug 08
1
export virtio_rng.h
Hello Rusty,
The entropy device was added after we exported all virtio headers. This
patch adds virtio_rng.h to the exportable userspace headers.
Signed-off-by: Christian Borntraeger <borntraeger at de.ibm.com>
---
include/linux/Kbuild | 1 +
1 file changed, 1 insertion(+)
Index: linux-2.6/include/linux/Kbuild
===================================================================
---
2009 Oct 27
1
Output pairwise.t.test to data.frame
# I'm doing a pairwise.t.test on a large dataset and need the output in a
data frame so I can work further with it, e.g. so I can export it to a
spreadsheet. Is there any way to coerce the results to an exportable format?
# For example, if I do:
test <- pairwise.t.test(numbers, factors, p.adj="bonferroni")
# and then
write.table(test, file="output.csv",
2003 Jul 07
1
P-value for F from summary.lm (was RE: (no subject))
[Please use the subject line!]
In the help page for summary.lm, the "Value" section says that the returned
object has a component called "fstatistic", which has the F-statistic and
the associated numerator and denominator degrees of freedom. You can get
the p-value by something like:
fstat <- summary(speciallinearmodel)$fstatistic
pval <- pf(fstat[1], fstat[2],
2002 Nov 05
2
active pdf/annotated visualization RFC
How can R users take advantage of the "active PDF" paradigm
for annotation of statistical graphics? The basic objective
is to take a small number of locations on a graph and
hyperlink them -- add persistent information to the pdf
rendering of the graph so that when the user clicks
on the location, a browser is (started if necessary and) pointed
to a URL specified by the persistent
2019 Jun 28
1
tools::package_native_routine_registration_skeleton?
On 28/06/2019 6:27 a.m., Koenker, Roger W wrote:
> Thanks, I was just coming to that conclusion and beginning to look for a way to make a list of
> exportable objects.
After library(quantreg), ls("package:quantreg") will list all the names
you currently export. So
cat(ls("package:quantreg"), sep = ", ")
will print the list in a form suitable for including
2009 Jun 22
1
v1.2.rc6 released
http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc6.tar.gz
http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc6.tar.gz.sig
I think it's time to get v1.2.0 released soon. There is apparently still
one rare crashing bug in virtual plugin, but unless someone can
reproduce the bug I'm not going to delay v1.2.0 because of it.
The release plan is:
- Release v1.2.rc7 next Friday (assuming there
2009 Jun 22
1
v1.2.rc6 released
http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc6.tar.gz
http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc6.tar.gz.sig
I think it's time to get v1.2.0 released soon. There is apparently still
one rare crashing bug in virtual plugin, but unless someone can
reproduce the bug I'm not going to delay v1.2.0 because of it.
The release plan is:
- Release v1.2.rc7 next Friday (assuming there
2006 Jan 16
1
Problem with installation of rpm's, Please help me.
Hi All,
I am a newbie and trying to install Asterisk from instructions given in
http://www.voip-info.org/tiki-index.php?page=Asterisk+RPM. We have Centos 3.3 so
I downloaded rpm's from
ftp://ftp.linuxsys.com/pub/LSE/packages/CentOS-3.4/asterisk-1.0.9/ and tried
installing one by one but I get the following errors
error: Failed dependencies:
asterisk = v1.0.9 is needed by
2002 Jun 21
1
small security-related rsync extension
Included below is a shar archive containing two patches that together:
1) make backup files get their setuid and setgid bits stripped by
default
2) add a "-s" option that allows backup files to continue to have
these privileges
This means that if you update a collection of binaries with rsync, and
one or more of them has a local-root security problem, the backup
file(s) created when
2007 Feb 02
0
Branch 'interpreter' - 6 commits - libswfdec/swfdec_bits.c libswfdec/swfdec_compiler.c libswfdec/swfdec_sprite.c test/swfdec-extract.c
libswfdec/swfdec_bits.c | 4 +++-
libswfdec/swfdec_compiler.c | 6 +++++-
libswfdec/swfdec_sprite.c | 26 ++++++++++++++------------
test/swfdec-extract.c | 2 +-
4 files changed, 23 insertions(+), 15 deletions(-)
New commits:
diff-tree 940ef9614313d253bb9282e26f48968b4af13c85 (from 828ab7af700ce3d9b4e44b90c4f7d804b5d243cc)
Author: Benjamin Otte <otte@gnome.org>
Date:
2005 Jan 12
1
[survey] R for Reporting - the R Output MAnager (ROMA) project
Hi R UseRs,
I am interested in providing Reporting abilities to R and have initiated a
project called R Output MAnager (ROMA).
My starting point was my R2HTML package which provides (rough) HTML
exportations. I began with trying to mimic it for LaTeX but fastly did
realize that it was a bad idea.
Thus, I started again from scratch a new package and did spend a lot of
time reading about this
2017 Nov 10
2
Slow Kerberos Authentication
No, no idee, but really, upgrade to samba, best option, in my opinion.
If thats not possible, it happens..
A timeout option can be set in krb5.conf
for example : kdc_timeout = 5000
You have these for krb5.conf to try out also.
the complete list.
des-hmac-sha1
DES with HMAC/sha1 (weak)
aes256-cts-hmac-sha1-96 aes256-cts AES-256
CTS mode with 96-bit SHA-1 HMAC
2013 Sep 04
0
Rapidfire 1.2.0 - Dynamic surveys in your rails app
hi,
A new version of rapidfire gem (v1.2.0) is released
Rapidfire gem makes adding dynamic surveys very easy in your rails
application.
source: https://github.com/code-mancers/rapidfire
docs: http://rdoc.info/gems/rapidfire/frames
demo: https://rapidfire.herokuapp.com
Changes (v1.2.0)
* Rails 4 is now supported
* A new api is exposed to fetch survey results. It also
2019 Jun 28
2
tools::package_native_routine_registration_skeleton?
> ... reports that the fortran names of all the registered fortran functions are ?undocumented objects?...
Those symbols should not be exported. In quantreg v5.33, NAMESPACE has 'exportPattern(".")'. Maybe it is a good time to remove that and export explicitly the symbols that are meant for export.
Georgi Boshnakov
------------------------------
Message: 6
Date: Fri, 28
2009 Jul 10
2
v1.2.1 released
http://dovecot.org/releases/1.2/dovecot-1.2.1.tar.gz
http://dovecot.org/releases/1.2/dovecot-1.2.1.tar.gz.sig
Mainly fixes to some issues found by people when upgrading to v1.2.0.
* GSSAPI: Changed logging levels and improved the messages.
Changed the way cross-realm authentication handling is done,
hopefully it's working now for everyone.
* imap/pop3 logins now fail if home