Displaying 6 results from an estimated 6 matches for "exeut".
Did you mean:
exept
2004 Jul 13
1
Broken pipe in remote exeute
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I used to be able to run asterisk -rx 'stop gracefully' on stable.
But now with CVS-HEAD-07/07/04-20:09:43 it's returning:
'Broken pipe'
Any ideas why, or how to fix it?
- --
Steve
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
2007 Dec 28
1
[LLVMdev] Generating executable by llc.
...How difficult it would be to read-in and link the traditional COFF/ELF
object files with this integrated linker?
I am looking to do something like this:
a.c, b.c ----> llvm-gcc ---> a.bc, b.bc ---> llvm-link ---> combined.bc ,
native.o ------> llc + integrated linker ---> final exeutable
TIA,
Sanjiv
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20071228/6a73d76b/attachment.html>
2012 Nov 24
1
A Question About Plotting
Hallo there, I've got a simple question concerning a plot attempt of mine. I am trying to plot two variables using the following code: # Creating a Graph attach(Jitirana) plot(Sozialkapital, Migration) abline(lm(Migration~Sozialkapital)) title("Regression of Sozialkapital on Migration") Simple thing, but the problem lies in the fact that I keep receiving a square plot depicting y on
2005 Aug 05
1
starting asterisk with nice -5
Is there any script guru on the list that can help me.
I'm trying to start asterisk with nice -5.
Normally the command would be:
nice -5 asterisk
but asterisk start from the scrip on Gentoo as -U asterisk -G asterisk
Here is the script:
===============
depend() {
need net
use zaptel
}
start() {
local OPTS USER GROUP
if [[ -n "${ASTERISK_NICE}" ]];
2018 Jan 26
1
Portable R in zip file for Windows
>From the R Studio downloads, look below the installers. This is off topic
however. If there is no zipped, no exe, no installation required of R, then
I thank you very much for your help and trolling.
(BTW, I think my question was pretty clear, concise and specific, I
appreciate that some of you tried to solve a problem related to what I
have, but I have already reviewed all options, and what
2007 Nov 20
0
19 commits - libswfdec/swfdec_audio_event.c libswfdec/swfdec_bits.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_flv_decoder.c libswfdec/swfdec_image.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h
...dec/swfdec_movie.c
index e10db15..5b0370e 100644
--- a/libswfdec/swfdec_movie.c
+++ b/libswfdec/swfdec_movie.c
@@ -1153,7 +1153,7 @@ swfdec_movie_do_render (SwfdecMovie *movie, cairo_t *cr,
GList *g;
GSList *walk;
GSList *clips = NULL;
- ClipEntry *clip;
+ ClipEntry *clip = NULL;
/* exeute the movie's drawing commands */
for (walk = movie->draws; walk; walk = walk->next) {
@@ -1199,7 +1199,7 @@ swfdec_movie_do_render (SwfdecMovie *movie, cairo_t *cr,
if (child->clip_depth) {
clip = g_slice_new (ClipEntry);
clips = g_slist_prepend (clips, clip);
-...