Displaying 10 results from an estimated 10 matches for "_end_".
Did you mean:
_and_
2012 Aug 03
3
embedding data frame in R code?
I would like to insert a few modest size data frames directly into my
R code. a short illustration example of what I want is
d <- read.csv( _END_, row.names=1 )
, "col1", "col2"
"row1",1,2
"row2",3,4
__END__
right now, the data sits in external files. I could put each column
into its own vector and then combine into a data frame, but this seems
ugly. is there a better way to embed data frames? I...
2012 Jan 10
2
[LLVMdev] llc -march=cpp is broken?
When I run the following example, I get this error:
LLVM ERROR: Invalid instruction
Replacing C++ with trivial hello world makes it work.
rev.147747
Yuri
--- example (please save as .sh file) ---
#!/bin/sh
cat >f.C <<_END_
extern void xthrowingx();
extern void xcatchingx_char(char c);
extern void xcatchingx_int(int i);
extern void xcatchingx_all();
void f() {
try {
xthrowingx();
} catch (char c) {
xcatchingx_char(c);
} catch (int i) {
xcatchingx_int(i);
} catch (...) {
xcatchingx_all(...
2016 Oct 17
2
sieve duplicate locking
...e of a sieve duplicate filter. According to
the log files, those messages are delivered in the same second by two
parallel dovecot-lda processes. (Duplicate filtering works fine in all
other cases.)
RFC7352 states that the ID of a message may only be committed to the
duplicate tracking list at the _end_ of a successful script execution,
which may lead to race conditions.
Maybe I am running into this?
Is there an easy way to serialize mail delivery using some locking
inside sieve?
Or do I have to serialize per-user dovecot-lda delivery? Any experiences
with that?
I am using dovecot-2.2.25 and pi...
2010 Jul 08
0
[ANNOUNCE] libguestfs 1.4.0 - tools for accessing and modifying disk images and virtual machines
...- New tool 'virt-make-fs' for creating filesystems with content.
- Allow suffixes on any guestfish number parameter, eg. "1M".
- guestfish 'man' command opens the manual page.
- guestfish supports a "heredoc" syntax for uploading files:
upload -<<_end_ /foo
content
_end_
- Some guestfish commands now print their output in octal or hex
where appropriate (RHBZ#583242).
- Allow dash prefix on guestfish command line. This ignores any
error from the second command: (RHBZ#578407)
guestfish -- cmd1 : -cmd2 : c...
2016 Oct 19
0
sieve duplicate locking
.... According to
> the log files, those messages are delivered in the same second by two
> parallel dovecot-lda processes. (Duplicate filtering works fine in all
> other cases.)
>
> RFC7352 states that the ID of a message may only be committed to the
> duplicate tracking list at the _end_ of a successful script execution,
> which may lead to race conditions.
> Maybe I am running into this?
>
> Is there an easy way to serialize mail delivery using some locking
> inside sieve?
We've seen this before I think. It would require some changes to the
duplicate tracking...
2002 Sep 04
2
encarta installation problems
I'm just trying to install microsoft encarta 99 using wine (some august
> 2001 snapshot), but it always fails complaining about special characters
> in the name of the installation directory, although it is the default
> path and even C:\encarta won't work. Any ideas how this can be solved?
please i need help asap
yanal
-------------- next part --------------
An HTML attachment
2005 Jul 30
0
Autocomplete text field -- what''s it for?
This question is probably naive, as obviously lots of people make use of
the autocomplete text field. They provide a great functionality to the
_end_ _user_, they look nice and the interaction is intuitive. Still, I
just don''t see how to use them sensibly. My major misgiving is that I
only get text where I actually want a primary key. I''ve got my own
implementation of this where I dynamically load a select element where
the...
2002 Jun 24
1
packetno, granulepos, streaming and framing
Hi
While implementing OSS Ogg/Vorbis encoding and streaming using RTP/RTCP
for both unicast and multicast, I have come across a few issues I need
to clear out regarding the numbering of ogg_packets and their granulepos
value. Below are the result for two different scenarios.
<p>In the first scenario, ogg_packets are generated using
a) vorbis_analysis_headerout()
b) while
2014 Sep 23
0
[PATCH 13/13] syntax-check: fix trailing_blank check
...ating filesystems with content.
-
+
- Allow suffixes on any guestfish number parameter, eg. "1M".
-
+
- guestfish 'man' command opens the manual page.
-
+
- guestfish supports a "heredoc" syntax for uploading files:
upload -<<_end_ /foo
content
_end_
-
+
- Some guestfish commands now print their output in octal or hex
where appropriate (RHBZ#583242).
-
+
- Allow dash prefix on guestfish command line. This ignores any
error from the second command: (RHB...
2014 Sep 23
27
[PATCH 00/13] syntax-check
Hi Rich,
This series includes patches to make `make syntax-check` pass.
Some of the fix require change to maint.mk, but the file is not in git
repo. Is it intended?
Thanks!
Hu Tao (13):
syntax-check: dirty hack to pass bindtextdomain check
syntax-check: fix error_message_period check
syntax-check: fix makefile_at_at_check
syntax-check: fix prohibit_assert_without_use check