Displaying 7 results from an estimated 7 matches for "nput".
Did you mean:
input
2006 Dec 07
4
Removing a block of text within a string
When you first visit my site, you see a snippet (the first 75 words) of
the most recent post. If it exceeds 75 words, a link will be appended
to extend the post and read it in full.
Now, my problem is when I post a code snippet, and I use "pre" tags to
preserve its formatting, I don''t want that to show up on the snippet...
only on the full version of the post. The reason is
2006 Dec 05
1
unsuccessful speex_echo_cancel() usage
Hello Jean-Marc and all,
I?ve got a problem with speex_echo_cancel usage. I only managed to get an
attenuation of 5-8 db using testecho.c and it depends heavily on the
playback/capture delay. I used clear speech as far-end input and same speech
with a bit of reverb, attenuation and delay as mic nput. I also tried using
played and recorded speech for mic input. I tried different constant delays and
got the following resuls. When the delay is 50 ms, the attenuation decreases
twice, and with a 100 ms delay there?s almost no e...
2005 Mar 21
0
Comport access error
...m
16 to 32
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot
change screen BPP from
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot
change screen BPP from
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot
change screen BPP from
err:wave:DSDB_MapBuffer Could not map sound device for
direct access (I
nput/output error)
err:wave:DSDB_MapBuffer Use: "HardwareAcceleration" =
"Emulation" in th
e [dsound] section of your config file.
fixme:opengl:wglSwapIntervalEXT (0),stub!
fixme:comm:SetupComm insize 1024 outsize 1024
unimplemented stub
trace:comm:SetCommTimeouts (0xc8,0x4069f964)
t...
2003 Jun 20
0
[PATCH] Regression test portabilization.
...corrupted copy after put"
+cmp $DATA ${COPY}.dd/`basename $DATA` || fail "corrupted copy after put"
rm -f ${COPY}.dd/*
verbose "$tid: glob put to directory"
@@ -105,13 +111,13 @@
rm -f ${COPY}.dd/*
verbose "$tid: put to local dir"
-echo "cd ${COPY}.dd\nput $DATA" | ${SFTP} -P ${SFTPSERVER} >/dev/null 2>&1 \
+(echo "cd ${COPY}.dd"; echo "put $DATA") | ${SFTP} -P ${SFTPSERVER} >/dev/null 2>&1 \
|| fail "put failed"
-cmp $DATA ${COPY}.dd/ls || fail "corrupted copy after put"
+cmp $DATA $...
2019 Dec 04
0
error in parallel:::sendMaster
...(r-base-core-dbg), placed https://github.=
>> com/wch/r-source/blob/tags/R-3-5-2/src/library/parallel/src/fork.c in cwd=
>> and changed the wrapper code to:
>>>
>>> mc_ret <- parallel::mclapply(seq_len(nrow(parts)), function(i) {
>>> # we fail for the input resulting in parts having 85 rows
>>> if (nrow(parts) =3D=3D 85L && !file.exists(as.character(Sys.getpid=
>> ()))) {
>>> file.create(as.character(Sys.getpid()))
>>> print(Sys.getpid())
>>> Sys.sleep(30)
>>> }...
2019 Dec 04
0
error in parallel:::sendMaster
...(r-base-core-dbg), placed https://github.=
>> com/wch/r-source/blob/tags/R-3-5-2/src/library/parallel/src/fork.c in cwd=
>> and changed the wrapper code to:
>>>
>>> mc_ret <- parallel::mclapply(seq_len(nrow(parts)), function(i) {
>>> # we fail for the input resulting in parts having 85 rows
>>> if (nrow(parts) =3D=3D 85L && !file.exists(as.character(Sys.getpid=
>> ()))) {
>>> file.create(as.character(Sys.getpid()))
>>> print(Sys.getpid())
>>> Sys.sleep(30)
>>> }...
2019 Nov 28
1
error in parallel:::sendMaster
...use:
>
> I installed the debug symbols (r-base-core-dbg), placed https://github.com/wch/r-source/blob/tags/R-3-5-2/src/library/parallel/src/fork.c in cwd and changed the wrapper code to:
>
> mc_ret <- parallel::mclapply(seq_len(nrow(parts)), function(i) {
> # we fail for the input resulting in parts having 85 rows
> if (nrow(parts) == 85L && !file.exists(as.character(Sys.getpid()))) {
> file.create(as.character(Sys.getpid()))
> print(Sys.getpid())
> Sys.sleep(30)
> }
>
> # ...
>
> return(TRUE)
>...