Displaying 3 results from an estimated 3 matches for "datacube".
2004 Jan 22
0
Debian samba 2.2.3-12.3 explosive memory growth
...started after I used dselect to install some package
upgrades on my Debian system, but I am about 99% positive that samba
was not among the packages upgraded. The behavior has persisted
through a restart of samba and a reboot of the system.
Debian 3.0 woody, samba 2.2.3a-12.3.
uname -a:
Linux datacube 2.4.22 #1 Wed Aug 27 23:12:06 EDT 2003 i686 unknown
The system is powered by a VIA Eden ESP6000 x86 processor, has 128MB
physical memory, and the shares are on a RAID 1 volume.
The system has never exhibited any strange behavior that I'm not used to
with samba before this time.
Messages li...
2003 Jun 27
1
bug? -z option and large compressed data
...utputs data length is bigger than input, then above code will fail.
Normally output data length is smaller than input, but it is not true
to already compressed data.
--yasuoka
Yasuoka Masahiko(yasuoka@yasuoka.net)
***
"gdb output"
(gdb) run --version
Starting program: /home/yasuoka/datacube/src/bin/rsync/rsync --version
rsync version 2.5.6 protocol version 26
Copyright (C) 1996-2002 by Andrew Tridgell and others
<http://rsync.samba.org/>
Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles,
IPv6, 64-bit system inums, 64-bit internal inums
:...
2010 Dec 02
1
openNLP package error
Hello list,
I seem to have a problem with the openNLP package, I'm actually stuck in
the very beginning. Here's what I did:
> install.packages("openNLP")
> install.packages("openNLPmodels.de", repos =
"http://datacube.wu.ac.at/", type = "source")
> library(openNLPmodels.de)
> library(openNLP)
So I installed the main package as well as the supplementary german
model. Now, I try to use the "sentDetect" function:
> s <- c("Das hier ist ein Satz. Und hier ist noch ein...