Displaying 20 results from an estimated 92 matches for "sax".
Did you mean:
eax
1995 Dec 28
0
No subject
...;From owner-majordomo Thu Dec 28 05:29:23 1995
Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11])
by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA04159
for <announce@freebsd.org>; Thu, 28 Dec 1995 05:29:12 -0800 (PST)
Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id OAA04823 for <announce@freebsd.org>; Thu, 28 Dec 1995 14:29:03 +0100
Received: by sax.sax.de (8.6.11/8.6.12-s1)
id OAA14381 for announce@freebsd.org; Thu, 28 Dec 1995 14:29:03 +0100
Date: Thu, 28 Dec 1995 14:29:03 +0100...
2012 Oct 26
1
Parsing very large xml datafiles with SAX (XML package): What data structure should I favor?
Hello again,
I have another question related to parsing a very large xml file with SAX:
what kind of data structure should I favor? Unlike using DOM function that
can return lists of relevant nodes and let me use various versions of
'apply', the SAX parsing returns me one thing at a time.
I first tried to simply append to simple solution of appending to lists as
I get the da...
2005 Sep 28
4
A document about implementing dtrace probes in SAX
Hi,
I have mentioned before that we have added some sdt dtrace probes in SAX,
our APL interpreter. Encouraged by Angelo and Jignesh, I have created a
small document (5 pages) describing our experience with it, together with
some problems we have encountered and some scripts we use for
pretty-printing dtrace outputs.
The said document can be found at
ftp://ftp.tor.soli...
2012 Aug 21
0
CEBA-2012:1184 CentOS 5 perl-XML-SAX FASTTRACK Update
...and Bugfix Advisory 2012:1184
Upstream details at : http://rhn.redhat.com/errata/RHBA-2012-1184.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
85aed94f1ee9a2c4886d2bbca6ccd73b59d9e9e0903f866c84e12219703faeca perl-XML-SAX-0.14-13.el5.noarch.rpm
x86_64:
85aed94f1ee9a2c4886d2bbca6ccd73b59d9e9e0903f866c84e12219703faeca perl-XML-SAX-0.14-13.el5.noarch.rpm
Source:
6f4b61fbe7b63de7d5c02060658ff4abb22311683498d23cd28a74be734d21c1 perl-XML-SAX-0.14-13.el5.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.o...
2011 Nov 14
0
CEBA-2011:1446 CentOS 5 i386 perl-XML-SAX FASTTRACK Update
CentOS Errata and Bugfix Advisory 2011:1446
Upstream details at : http://rhn.redhat.com/errata/RHBA-2011-1446.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
47eeab4c308fbf62d697aa7130cad9a4 perl-XML-SAX-0.14-11.noarch.rpm
Source:
87dceb01f600717c787f9bc069d5bac9 perl-XML-SAX-0.14-11.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos at irc.freenode.net
2011 Nov 14
0
CEBA-2011:1446 CentOS 5 x86_64 perl-XML-SAX FASTTRACK Update
CentOS Errata and Bugfix Advisory 2011:1446
Upstream details at : http://rhn.redhat.com/errata/RHBA-2011-1446.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
47eeab4c308fbf62d697aa7130cad9a4 perl-XML-SAX-0.14-11.noarch.rpm
Source:
87dceb01f600717c787f9bc069d5bac9 perl-XML-SAX-0.14-11.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos at irc.freenode.net
2012 Oct 26
1
Parsing very large xml datafiles with SAX: How to profile <anonymous> functions?
Hello everyone,
I'm trying to parse a very large XML file using SAX with the XML package
(i.e., mainly the xmlEventParsing function). This function takes as an
argument a list of other functions (handlers) that will be called to handle
particular xml nodes.
If when I use Rprof(), all the handler functions are lumped together under
the <anonymous> label, and...
2006 Jul 26
0
SAX Parsing and erb?
Hi,
I''m trying to parse a XML document and put some of that information
inside a rhtml file. I also have partials that I want to wrap around
content in the XML stream. However, I don''t have any clue how to pass
an object to the SAX2Listener so it can combine the partials and the XML
together. Normally, in java I would pass the HttpResponse object or the
PrintWriter object to the SAX2Listener class. WHat''s the equivalent
with erb? And how do I combine my partials with it as well? eRB is a
pull type interaction...
2005 Sep 21
5
SAX Parser best practise
Dear All,
I have a question regarding best practise in setting up a XML parser
within R.
Because I have files with more than 100 MB and I'm only interested in
some values I think a SAX-like parser using xmlEventParse() will be the
best solution.
Unfortunately the values I'm looking for, to construct some higher "mass
spectrum", are distributed over different lines: as <spectrum id="2">,
<mzArrayBinary>, <intenArrayBinary> <... name=&qu...
2006 Apr 16
2
Temporary fix for xen-tools build problem with python 2.4
...;'s causing --prefix to be set), we
may consider making this a permanent fix?
(Extra note: After reboot, I now get this warning when I run "xm list":
[3:06pm] root@localhost{~}% xm list
/usr/lib/python2.4/xmllib.py:9: DeprecationWarning: The xmllib module is
obsolete. Use xml.sax instead.
warnings.warn("The xmllib module is obsolete. Use xml.sax instead.",
DeprecationWarning)
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 3801 4 r----- 32.3
That''ll need to be fixed too, but tha...
2003 May 07
1
Bug report: "exclude from" in rsyncd.conf is not effective.
The attached script file gives all the relevant details - I hope -
please ask if you need any more information.
/Sam
Sam Sexton <mailto:sam.sexton@reuters.com>
Reuters Coventry
Automated Dealing Technologies
Phone: +44 24 7625 6562
Fax: +44 24 7655 5203
-------------------------------------------------------------- --
Visit our Internet site at
2003 Dec 19
1
E100P connected to Cisco
Hi All,
I wish to connect * to a Cisco using a E100P board.
When I load the driver I got this error message:
-bash-2.05b# modprobe wct1xxp
ZT_CHANCONFIG failed on channel 1: Function not implemented (38)
/lib/modules/2.4.21-SAX/misc/wct1xxp.o: post-install wct1xxp failed
/lib/modules/2.4.21-SAX/misc/wct1xxp.o: insmod wct1xxp failed
Follows Cisco configuration:
isdn switch-type primary-qsig
isdn voice-call-failure 0
controller E1 2
framing NO-CRC4
clock source line primary
pri-group timeslots 1-31
interface Serial...
2003 Dec 22
1
ISDN-PRI - WCT1XXP error
Hi,
I am trying to set up * and ISDN-PRI (channels 1 - 15) using E100
boards. I installed zaptel and libpri. When I execute modprobe -r
wct1xxp I get an error message:
ZT_CHANCONFIG failed on channel 1: Function not implemented (38)
/lib/modules/2.4.21-SAX/misc/wct1xxp.o: post-install wct1xxp failed
/lib/modules/2.4.21-SAX/misc/wct1xxp.o: insmod wct1xxp failed
Follows my /etc/zaptel.conf:
span=1,0,0,ccs,hdb3
nethdlc=1-15
loadzone = us
Thanks in advance,
Daniel
2013 Oct 10
12
What's the best way to approach reading and parse large XLSX files?
Hello, I''m developing an app that basically, receives a 10MB or less XLSX
files with +30000 rows or so, and another XLSX file with about 200rows, I
have to read one row of the smallest file, look it up on the largest file
and write data from both files to a new one.
I just did a test reading a few rows from the largest file using ROO
(Spreadsheet doesn''t support XSLX and
2011 Nov 14
0
CentOS-announce Digest, Vol 81, Issue 7
...re specific
than "Re: Contents of CentOS-announce digest..."
Today's Topics:
1. CEBA-2011:1450 CentOS 5 i386 dstat FASTTRACK Update
(Johnny Hughes)
2. CEBA-2011:1450 CentOS 5 x86_64 dstat FASTTRACK Update
(Johnny Hughes)
3. CEBA-2011:1446 CentOS 5 i386 perl-XML-SAX FASTTRACK Update
(Johnny Hughes)
4. CEBA-2011:1446 CentOS 5 x86_64 perl-XML-SAX FASTTRACK Update
(Johnny Hughes)
5. CEBA-2011:1449 CentOS 5 x86_64 tar FASTTRACK Update
(Johnny Hughes)
6. CEBA-2011:1449 CentOS 5 i386 tar FASTTRACK Update (Johnny Hughes)
7. CEBA-2011:145...
2012 Aug 22
0
CentOS-announce Digest, Vol 90, Issue 13
...nce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."
Today's Topics:
1. CEBA-2012:1184 CentOS 5 perl-XML-SAX FASTTRACK Update
(Johnny Hughes)
2. CEBA-2012:1188 CentOS 6 cluster Update (Johnny Hughes)
3. CESA-2012:1174 Low CentOS 5 kernel Update (Johnny Hughes)
4. CEBA-2012:1193 CentOS 5 pdksh Update (Johnny Hughes)
5. CEBA-2012:1191 CentOS 5 xorg-x11-server Update (Johnny Hughes)
6...
2005 Mar 04
3
Missing rpms for samba-ldap script
...out the rpms it
found or comes with):
Gathering system information...
Checking for perl-IO-Socket-SSL-0.92-8.k12ltsp.0.3.1.i386.rpm...not found.
Checking for perl-Crypt-SmbHash-0.02-1.1.fc2.dag.noarch.rpm...not found.
Checking for perl-Digest-SHA1-2.07-5.i386.rpm...not found.
Checking for perl-XML-SAX-0.12-7.noarch.rpm...not found.
Checking for perl-LDAP-0.31-5.noarch.rpm...not found.
Checking for perl-XML-NamespaceSupport-1.08-6.noarch.rpm...not found.
Checking for perl-Unicode-String-2.07-0.1.fc2.dag.i386.rpm...not found.
Checking for perl-Unicode-Map8-0.12-0.1.fc2.dag.i386.rpm...not found.
Ch...
2003 May 09
1
Bug report: deletion of files only on remote system is not logged.
...q because of pattern
/MBhome/recovery/conf/last*
excluding file mbstew/NFcrashws.sw because of pattern *crash*.sw
expand file_list to 8000 bytes, did move
excluding file mbstew/nfbtcrash.sw because of pattern *crash*.sw
excluding file mbstew/continue.sw because of pattern continue.sw
excluding file sax/rel/lib/btask/CRbserv.sw because of pattern CR*.sw
excluding file sax/vam/ssm/CRssmstart.sw because of pattern CR*.sw
excluding file sax/vam/ssm/sockservC.sw because of pattern *C.sw
excluding file sax/vam/ssm/sockserverC.sw because of pattern *C.sw
excluding file sax/vam/ssm/continue.sw because of...
2017 Aug 09
2
Re: libvirt: XML-RPC error : Cannot write data: Broken pipe
The error message could however give a hint what is going on. It should sax
that it is impossible to talk to libvirtd and that it might be stopped.
On 9 Aug 2017 2:19 p.m., "Daniel P. Berrange" <berrange@redhat.com> wrote:
> On Wed, Aug 09, 2017 at 11:53:54AM +0800, netsurfed wrote:
> > Hi all,
> > I think it's a bug, when call virDomai...
2004 Oct 21
3
Bug#277636: logcheck-database: support for dnsmasq
Package: logcheck-database
Version: 1.2.28
Severity: wishlist
Could you add support for dnsmasq for the server profile?
This is the standard dnsmasq output.
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dnsmasq\[[[:digit:]]+\]: read /etc/hosts - [[:digit:]]+ addresses$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dnsmasq\[[[:digit:]]+\]: reading /etc/resolv.conf$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+