Displaying 20 results from an estimated 83 matches for "parsable".
Did you mean:
parseable
2009 Jan 30
1
RFE: parsable iostat and zpool layout
I would like zpool iostat to take a "-p" option to output parsable statistics with absolute counters/figures that for example could be fed to MRTG, RRD, et al.
The "zpool iostat [-v] POOL 60 [N]" is great for humans but not very api-friendly; N=2 is a bit overkill and unreliable. Is this info available in kstat, or is this an RFE candidate? In Solaris10?...
2018 Apr 24
0
RFC: general machine-parsable backend for TableGen (e.g. JSON)
...Simon,
that makes sense to me. Please add me on any reviews when you're done.
Cheers,
Nicolai
On 23.04.2018 14:08, Simon Tatham via llvm-dev wrote:
> Hello llvm-dev,
>
> Would there be any interest in adding a back end to TableGen to produce output in a general-purpose but machine-parsable format?
>
> At the moment, TableGen has two kinds of output option. The -gen-foo options are each tailored to a particular use case; the -print-records option is fully general, but it's difficult to machine-parse, since its output is in the same syntax as the TableGen input language, so...
2018 Apr 23
3
RFC: general machine-parsable backend for TableGen (e.g. JSON)
Hello llvm-dev,
Would there be any interest in adding a back end to TableGen to produce output in a general-purpose but machine-parsable format?
At the moment, TableGen has two kinds of output option. The -gen-foo options are each tailored to a particular use case; the -print-records option is fully general, but it's difficult to machine-parse, since its output is in the same syntax as the TableGen input language, so any tool t...
2001 Jun 11
0
Chapter titles and metadata
...owing assumptions are reasonable:
Storage of non-time specific metadata will be contiguous within the file
or at least interleaved in such a way that is advantageous to whatever
parsing engine is being used, not interleaved in some quasi-random
fashion where we have to worry about the data being unparsable.
Furthermore, extraction of the non-time specific metadata for the purposes
of streaming is trivial. The streaming server can extract this data
on-the-fly, strip the unnecessary metadata, and reinterleave it into the
stream in such a way that it remains parsable. This avoids problems of
finding...
2020 Jul 19
2
Fail to get domain SID and netbios name
`net getlocalsid` prints "Can't fetch domain SID for name: MYMACHINE"
How could I solve?
Is there a more parsable way for getting current machine domain SID and current machine NETBIOS name?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: Firma digitale OpenPGP
URL: <http://lists.samba.org/pipermail/samba...
2018 Feb 05
2
Dumping the static stack reservation sizes for functions
...an gauge how much
stack they are likely to need in tightly constrained embedded systems.
Despite the rich number of options, the only option I can find that is even
relatively close is:
-warn-stack-size=<uint>
Is there some existing way of getting this information emitted in an easily
parsable way (e.g. in CSV form) , or will I need to add the capability?
Thanks,
MartinO
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180205/9f645216/attachment.html>
2020 Nov 11
2
Getting CTDB dbstatistics in csv format?
...debug level
-t, --timelimit=INT timelimit (in seconds)
-n, --node=INT node specification - integer
-Y enable machine readable output
-x, --separator=CHAR specify separator for machine readable output
-X enable machine parsable output with separator |
-v, --verbose enable verbose output
-T, --maxruntime=INT die if runtime exceeds this limit (in seconds)
Help options:
-?, --help Show this help message
--usage Display brief usage message
No matter where I put &quo...
2009 Mar 23
2
dput(as.list(function...)...) bug
Tested in R 2.8.1 Windows
> ff <- formals(function(x)1)
> ff1 <- as.list(function(x)1)[1]
# ff1 acts the same as ff in the examples below, but is a list rather
than a pairlist
> dput( ff , control=c("warnIncomplete"))
list(x = )
This string is not parsable, but dput does not give a warning as specified.
> dput( ff , control=c("all","warnIncomplete"))
list(x = quote())
This string is parseable, but quote() is not evaluable, and again dput
does not give a warning as specified.
In fact, I don't know how to write out ff$x....
2006 Mar 02
0
Combining plaintext and plotmath expressions
...t; ",testlabel,sep="")
## substitute to avoid interpretation of "for"
text1<-gsub("for","f*or",text1,fixed=TRUE)
## substitute ~ for spaces to avoid errors in parsing
text1<-gsub(" ","~",text1,fixed=TRUE)
## see if we have a parsable expression
text2<-try(parse(text=parmlabel),silent=TRUE)
## if not parsable then concatenate another way
if(class(text2)=="try-error" | length(text2)==0){
text2<-gsub(" ","~",parmlabel)
exprtitle<-paste(text1,text2,sep="~")
} else{ expr...
2011 Oct 14
1
Determining the port assigned by -R 0
...of this is for scripts.
Is there currently any sane way to get this information? For the short term
I'll probably just parse the plaintext "Allocated port..." message, but
that's obviously not a reliable solution. It would be helpful if a list of
forwarded ports was stored in a parsable environment variable, as with
SSH_CLIENT.
--
Glenn Maynard
2007 Sep 24
1
Deliver, sendmail & envelope From_
Sorry, couldn't find this in the archives.
Under freebsd 4.x, the native mail.local that sendmail uses by
default writes From_ lines that include the origin address. This
is very readily parsable and handy for quick greps in mboxes. But
deliver defaults it to MAILER-DAEMON. I see you can specify the
envelope From_ with "-f", but I'm not sure how that's useful.
Also I'm trying to figure out the instructions for making deliver the
default delivery program under sendma...
2012 Jul 16
3
outlook and redirect sieve
...t lotusmail.xxx";
redirects from mta also work correctly
exchange was fixed by removing this commit
http://hg.rename-it.nl/dovecot-2.1-pigeonhole/raw-diff/082216ad12d6/src/lib-sieve/cmd-redirect.c
are there any other modifications to the email body or headers that
can make those mesages not parsable for outlook ?
looking at http://hg.rename-it.nl/dovecot-2.1-pigeonhole/raw-diff/082216ad12d6/src/lib-sieve/cmd-redirect.c
maybe removing HEADER_FILTER_NO_CR fromi_stream_create_header_filter()
will make redirected messages more in tact ?
what can I do to make redirect more verbatim ?
Thanks in...
2003 May 30
1
manager interface change request
.../nagios.org/)
integration, and I find some parts of it not really optimal. What I'd like to
change, is to make \r\n\r\n an actual terminator, something it isn't today,
AFACS. Below is the Status output - it shows Response, Message, \r\n, Status
post, \r\n, Status post etc etc. Without a parsable terminator, I need to use
some select/poll interfaces, and I just don't like that :P
May I suggest changing the \r\n between status (and other) output sections to
something like '---\r\n'?
regards
roy
action: status
Response: Success
Message: Channel status will follow
Event: St...
2004 Sep 07
1
QSIG against a Nortel/Meridian PBX
...SetCallerID to supress the name portion, but
there's no number portion in ${CALLERNUM}. It's like the name part is so
long it's overflowing the buffer for the caller id.
Has anyone else successfully got such an arrangement to work, or is
there any plans to make the QSIG messages more parsable (maybe exposed
as variables in the dialplan)? Or at least not have the name overflow
the number? :)
Thanks.
--
David Zanetti <david.zanetti@catalyst.net.nz>
Team Leader, Systems Administration
+64-4-8032233 +64-21-402260
-------------- next part --------------
A non-text attachment was scr...
2018 Feb 05
0
Dumping the static stack reservation sizes for functions
...stack they are likely to need in tightly constrained embedded systems. Despite the rich number of options, the only option I can find that is even relatively close is:
>
> -warn-stack-size=<uint>
>
> Is there some existing way of getting this information emitted in an easily parsable way (e.g. in CSV form) , or will I need to add the capability?
There is an optimization remark emitted (in YAML) for the stack size:
$ clang -fsave-optimization-record foo.c
$ cat foo.opt.yaml
[…]
--- !Analysis
Pass: prologepilog
Name: StackSize
DebugLoc: { File: foo....
2001 Jul 04
1
Comment Tag for Multichannel Streams
...If there is already a mechanism to map the channels to their spatial locations
please point me to the URL.
One additional question: The date tag should contain a date, I suppose. Do
values of this tag have a special format like the ISO date format, which is used
commonly in databases and is easily parsable, or is it just a text field, that
is not meant to be parsed by applications?
Regards Ingo
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
containing o...
2004 Jun 08
7
NetworkWorld article on Open Source Telephony
An interesting article for those needing ammunition to sell Asterisk within
their organisation or to others:
"Is open source IP telephony ready for prime time? Yes"
by Zenas Hutcheson, St. Paul Venture Capital
Network World, 06/07/04
http://www.nwfusion.com/columnists/2004/0607faceoffyes.html
On a related note, they also have an article arguing the contrary position
(see link within
2003 Feb 14
5
Translating lm.object to SQL, C, etc function
...with multiple numeric and factor
variables and some 2-way and 3-way interactions. I now need to use these
models in other environments, such as C code, SQL functions (using CASE)
and in Perl - I can not work out how to do this.
The difficulty I am having is that the output of coef() is not really
parsable, since there is no marker in the name of an coefficient of
separate out the components. For instance, in SPSS the name of a
coefficient might be:
var1=[a]*var2=[b]*var3
...which is easy to write a little script to pull that apart and turn it
into a line of SQL, C, or whatever. In S however the...
2006 Aug 08
3
How can i read a properties file in RoR
Hi,
Iam a nubie, i wanna know how can i load/read a .properties file in to
my rails application. For example i have a property file where i have
defined the spanish equivalants of some english words as follows
user Name:nombre del usuario
user Code :c?digo del usuario
likewise. now , where should i store this properties file in the
directory structure and how can i read these in to my
2018 Feb 05
1
Dumping the static stack reservation sizes for functions
...stack they are likely to need in tightly constrained embedded systems. Despite the rich number of options, the only option I can find that is even relatively close is:
>
> -warn-stack-size=<uint>
>
> Is there some existing way of getting this information emitted in an easily parsable way (e.g. in CSV form) , or will I need to add the capability?
There is an optimization remark emitted (in YAML) for the stack size:
$ clang -fsave-optimization-record foo.c $ cat foo.opt.yaml […]
--- !Analysis
Pass: prologepilog
Name: StackSize
DebugLoc: { File: foo....