search for: desid

Displaying 20 results from an estimated 29 matches for "desid".

Did you mean: devid
2006 Oct 27
1
Echo cancellation in speex 1.2 beta1 problem
...he known problem with clock drift of audio cards using the developed Windows compensation algorithm . (I use sync. call speex_echo_cancel(...).The remain syncronisation between in and out frames is my own. The previous 1.1.12 cancellation works moreless well, and after appearance of new version i desided to try use it. The result is: In real condition case 8 from 10 times cancellation is very unstable and starts generate a noise signal. I think this happens on fast learning stage of EC algotithm. When EC learning stage finished normally (2 from 10 times ) after 2- 5 seconds cancelletion works be...
2006 Apr 01
1
getwinegit.sh 0.32 released!
One more Version! It's time to test this script until it is one of the last versions. I don't want to spend more time into this so I desided to soonly quit this project. Here the Changes since 0.31: 0.32 No Changes to Functitonality, but cool stuff :) - Better Trap-handling - Nicer Sleeper-function (I love it) - No output to the shell but only the ones by getwinegit.sh blackbox? no, everything's in the logfile - Some Fixes...
2006 Mar 22
1
Trouble login into a Samba 3.0.21c from Windows XP Professional SP2
...have a Windows 98 client and a Windows XP Professional SP2 client. The windows 98 client lets all the users log in happily and everything works as expected, the Windows XP has a very weird an annoyuing behaviour. After booting both the server and the XP Professional I can log into the the PDC, as desidered. Once I chose to finish the session and log as a new user the I get a Message that says something that the server prevents from logging (I use the spanish edition of Windows XP, I can provide the exact message). On the server side IMHO the relevant message is this: _nets_auth2: creds_server_c...
2009 Sep 23
1
stripchart with pch %in% 21:25 with bg
...t;- round(rnorm(50)) stripchart(x, pch = 21, col = "black", bg = "pink", method = "jitter") points(0.5, 1, pch = 21, col = "black", bg = "pink", cex = 2) ### Under R 2.9.0 the points produced by stripchart are not colored, while points() gives the desidered output (magnified here by cex). I found a simple workaround by redefining the function graphics:::stripchart.default() so that the dot-dot-dot (...) argument is forwarded the the function points(). I have also tried to source the code for striptchart.R in https://svn.r-project.org/R/trunk/src/...
2004 Sep 14
1
pairs correlations colors
...ot;,"CSTB","DHCR24","TRIM29"), main = "Scatterplots selected genes",pch=21, bg = c("red", "green3", "blue", "brown","orange")[aggiunta[,7]],upper.panel=panel.cor) dev.off() doesn't allow me to get the desidered matrix with colors and correlations. I also tried to create a function panel.col for the lower.panel: ## put colors on the lower panels panel.col <- function(datiepheno) { usr <- par("usr"); on.exit(par(usr)) par(bg = c("red", "gre...
1998 Apr 24
1
incorrect file copy in w95
...mounted unix partition to the local pc-disk. - the just now copied file is changed on the unix host and shall be copied again to overwrite the now "old" pc-file in the same session. - the explorer recognizes that the size has changed, question -> overwrite yes/no ... if one desides to overwrite the "old" file it seems to be done, but the "old" file won't be really overwritten. in any case the first version is kept. - if one deletes the "old" pc-file first to avoid overwriting and once more copies the "new" file to the pc-di...
2006 May 17
4
.rjs templates undesiered output problem
...mptom, I also get with other insertions and effects, I''m even using a partial on the template, and it''s rendering it 3 times (being the two firs in java code and the last in proper dhtml). I''ve been searching for a way to avoid this undesiered output (as I''ve desided to name it), if anyone can help it would be great. Any help is thanked in advance, Leo studio.st -- Posted via http://www.ruby-forum.com/.
2003 Feb 04
1
Kernel oops with ext3 and software raid
Am using RedHat 7.3 with software raid. it was crashing from time to time so i desided to investigate. after running some stress tests on it it died with a kernel message (see below). it might not be ext3 related but since I was running redhat with ext2 for some time without problems (not on the same machine) I thought it might have somthing to do with the fs. Any ideas. I'll...
2002 Oct 02
1
Suggestions and questions
...mple: 0=top audio priority, 1=equal, 2=top video priority). The point would be the ease of predicting file size and perhaps more important the ease of matching corresponding video and audio qualities. 2. Instead of this buisness of predicting file size, could there be an option where you first deside file size? Is it possible to scan the video and audio and to somehow register an "ease of compression" value for bunches of audio samples and video frames? If yes, then these values could then be used to determine exactly how many bits allowed for audio and video while matching file...
2018 Mar 20
3
[LLD/ELF] - Should we implement .note.gnu.property and/or Intel CET in LLD ?
...Given all above I suggest to: 1) Implement .note.gnu.property and support GNU_PROPERTY_STACK_SIZE​ + GNU_PROPERTY_NO_COPY_ON_PROTECTED 2) For start - error out on all other flags we do not explicitly support (like GNU_PROPERTY_X86_FEATURE_*, GNU_PROPERTY_X86_ISA_* and others on p86-p88 of [3]). 3) Deside if we want to support Intel CET. [1] - Linux GABI https://github.com/hjl-tools/linux-abi/wiki/linux-abi-draft.pdf [2] - "CONTROL-FLOW ENFORCEMENT TECHNOLOGY PREVIEW" (https://software.intel.com/sites/default/files/managed/4d/2a/control-flow-enforcement-technology-preview.pdf) [3] - &...
2019 Jul 11
0
Update on Debian/Ubuntu packages.
Hai, ? I?got some messages about the new package, so i desided to post a bit info here why its taking longer. ? I was in the process of publishing new, but since Debian Buster changed to Stable, i stopped that and?i started to?update my packages. Base on the latest Samba on Debian, i do this with every Debian Release. ? Currently i'm progress?with the...
2009 Jan 20
0
VoIP with wavefrom and speex
Hi! I'm totally new to audio programming. I managed to create a VoIP with waveform (PCM). The problem was the really high traffic, so I desided to use speex for compressing the data. I'm recording with mono, 16bit/sample, 8000 samples per second. I tried to add the speex compression, but I always get a crash when I try to decode the data. Here is my encode and decode function: int audio_encode(char dest[],WAVEHDR *source,int srcle...
2002 Jun 06
0
dendrogram's number of nodes
Hi ! Is there a way in hclust procedure to obtain the number of nodes (clusters) for a desidered distance level ? Thanks, Paola. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the s...
2007 Oct 29
4
multigateway routing with adsl and dynamic ip
hi currently i am using redhat enterprise linux 5 for multi gateway routing with 5 internet connection on static ip and all is working fine, now i want to use 5 adsl lines with dynamic ip but there is no doc. in lartc and in nano''s how to for dynamic ip, so can u plz help me out thanks in advance nilesh chouhan __________________________________________________ Do You Yahoo!?
2011 May 26
0
dom0 linux system consoles; running domU problems
Note: I''m familiar with gentoo distribution, but not with xen. A time has come, I desided, I need several xen virtual guests on my box (mostly because I want some personal web-applications installed on different environment that my desctop machine and desire to have ''playground'' for web-development attempts) What I have done 1) installed recent gentoo-sources (2.6.3...
2018 Mar 20
0
[LLD/ELF] - Should we implement .note.gnu.property and/or Intel CET in LLD ?
...suggest to: > 1) Implement .note.gnu.property and support GNU_PROPERTY_STACK_SIZE + GNU_PROPERTY_NO_COPY_ON_PROTECTED > 2) For start - error out on all other flags we do not explicitly support (like GNU_PROPERTY_X86_FEATURE_*, GNU_PROPERTY_X86_ISA_* and others > on p86-p88 of [3]). > 3) Deside if we want to support Intel CET. > > [1] - Linux GABI https://github.com/hjl-tools/linux-abi/wiki/linux-abi-draft.pdf > > [2] - "CONTROL-FLOW ENFORCEMENT TECHNOLOGY PREVIEW" (https://software.intel.com/sites/default/files/managed/4d/2a/control-flow-enforcement-technology-prev...
2015 Jun 12
2
Re: [PATCH] New API: btrfs_replace_start
...;& force) >> + ADD_ARG (argv, i, "-f"); > > Shouldn't -f be always passed, instead of having to choose it? > Here is thing: if user didn`t know the targetdev has filesystem while has valuable data inside, I think it is reasonable to give a hint, then user could deside to change a targetdev, or use "-f", force to wipe out the filesystem >> + >> + ADD_ARG (argv, i, NULL); >> + >> + r = commandv (NULL, &err, argv); >> + if (r == -1) { >> + reply_with_error ("%s: %s", mntpoint, err); >> +...
2018 Oct 11
0
Domain Administrator and shares problems
.... The sshgroup is the backup group with only linux members in them, admins only. Working like that you can control everything from within the AD. Your option also works, in case you want to enable it, you need to adjust the smb.conf. I only add a user to a group. Think whats best for you, you deside. > > After that, I created the /data/samba/profiles directory, set the > ownership, and permissions according to Louis' instructions above. I > also checked up and made sure that only BUILTIN\Administrators > SeDiskOperatorPrivilege, SeSecurityPrivilege, and > SeTakeOw...
2019 Feb 15
2
Samba Samba and UFW
Louis, Did not mean to confuse. Before I upgraded to Mint 19.1 I could go to the network, click on windows network, click on workgroup, then office and the windows pc (office) would mount. No problems. THe folders on the windows machine would be accessed. Now in Mint 19.1 I get the error "Unable to mount location....". We traced this behavior to the UFW firewall blocking the
2001 May 21
2
Failed Dependency
I have an installation of Redhat 6.0, I am attempting to install wine from an RPM file, bit it gives me the following message : Failed Dependency : libGL.so.1 1. What does this mean? 2. Where do I get libGL.so.1 from (That will work with Redhat 6.0)?