search for: windowse

Displaying 20 results from an estimated 27 matches for "windowse".

Did you mean: windows
2012 Mar 03
1
Sliding Window in R (solved)
Dear all, you can find below my solution for sliding a window. Please find below the code for the two alternatives and the benchmarks.     install.packages('caTools') require(caTools) do_sliding_for_a_window_duty_cycle <- function(DataToAnalyse,  windowSize) {   data<-DataToAnalyse   out <- numeric()   elements<- numeric()   if (length(data[,1]) >= windowSize){       for
2012 Mar 03
4
Sliding a Window in R
Dear all, I am having a vector of around 300.000 elements and I Want to slide fast a window from the first element until the last-Windowsize what I have so far is the following for statement:  for (i in 1:(length(data[,1]) - windowSize)) {         out[i] <- mean(data[i:(i + windowSize - 1), ])         elements[i]<-length(i:(i + windowSize - 1))       } but this of course takes ages to
2012 Feb 21
2
In R 2.14.1, what does wrong sign in 'by' argument mean?
Here is my code slidingwindowplotATGC = function(windowsize, inputseq) { starts = seq(1, length(inputseq)-windowsize, by = windowsize) n = length(starts) chunkGs = numeric(n) chunkAs = numeric(n) chunkTs = numeric(n) chunkCs = numeric(n) for (i in 1:n) { chunk = windowsize[starts[i]:(starts[i]+9999)] chunkG = sum("g" ==
2005 Jul 18
1
[PATCH] remove unused encoder buf in sb_celp.[hc]
diffed against http://svn.xiph.org/trunk/speex r9583 Index: libspeex/sb_celp.c =================================================================== --- libspeex/sb_celp.c (revision 9583) +++ libspeex/sb_celp.c (working copy) @@ -272,7 +272,6 @@ st->g0_mem=speex_alloc((QMF_ORDER)*sizeof(spx_word32_t)); st->g1_mem=speex_alloc((QMF_ORDER)*sizeof(spx_word32_t)); -
2003 Jul 27
1
oggenc questions
Hello everybody! Some questions concerning oggenc: 1 why is it called oggenc? (vorbisenc would make more sense) 2 Is it true, that oggenc uses only some predefined codebooks (depending on -q)? 2.1 Are they just "random" books, or were they "optimized" in any way 2.2 Is it possible, that some codebooks are stored in the header, but are never used (even in long (>3min) files)?
2003 May 25
0
Fitting an ARIMA model to a time series
R 1.6.2 on windows XP (and windows 2000) Dear Readers, I have to fit an ARIMA model to a blood pressure series to make predictions with it. But since I don't have a blood pressure data set yet I have to work with self made data. So I have created an AR( 2 ) series with the following code: series <- list() series$series <- arima.sim(n=2100, model=list(ar = c(0.6, 0.1)), sd=1) + 120
2005 Nov 24
2
Source throttling bug, windows->linux
I'm getting a weird source throttling bug that I just don't know how to track down. Source is windows shoutcast 1.9.0 winamp plugin (XP up to date, and possibly others) Server is 2.3.0 It works fine for quite a while, then I get the following wierdness on tcpdump and it goes to hell: 21:03:54.601871 IP (tos 0x0, ttl 64, id 27852, offset 0, flags [DF], length: 40) server.8001 >
2012 Aug 23
0
MALDIquant
Dear list, My name is Juan Fernandez-Tajes and I´m trying to use MALDIquant for analysing MS data from ABI 4700 series, I´ve exported a spot set to T2Dextractor in order to convert in mzXML format. I´ve imported this into R with mqReadMzXml function and have followed the suggested flowchart, however when I´m in the step for peak detections I obtained the following error: peaks <-
2005 Oct 29
1
***SPAM*** pre-echo preventing
Hi! Dear all I compressed an audiu(wave) with libvorbis1.1.1 and found that the pre-echo was longer than the one which was compressed with MP3 at the same bitrate(128kbps),I am now confused aboout the pre-echo preventing scheme. Can you tell me what method does Ogg Vorbis adopt besides the auto windowsize switch? Looking forward to your letter! Thank you! ??????? Lisa (^_^)
2000 Sep 26
3
anoying debug info + can't login automaticaly
Howdy, I'm installing openssh 2.2.0p1 on a number of SUNs running Solaris 2.6 but ran into a few problems: 1. whenever I run a remote X11 application and f.i. change the windowsize I get anoying debug messages like debug: client_check_window_change: changed This is a problem since I want to use openssh in a production environment. Is there any way to turn these messages off?
2007 Feb 28
5
What is happening here?
...disabled by YaST # [netlogon] [shared] comment = muziek inherit acls = Yes path = /shared/ read only = No [documenten] comment = documenten inherit acls = Yes path = /windowsC/Documents and Settings/All Users/Documenten/ read only = No [tekeningen] comment = tekeningen inherit acls = Yes path = /windowsE/Tekeningen/ read only = No monkey9@tribal-sfn2:~> these we commented out, entrances made by the kde config module, and with which this share did not exist.. # case sensitive = no # strict locking = no # msdfs proxy = no Is there something in this config which should look dif...
2005 Nov 13
0
Source throttling bug, windows->linux
(Resent since I screwed up the first time) I'm getting a weird source throttling bug that I just don't know how to track down. Source is windows shoutcast 1.9.0 winamp plugin (XP up to date, and possibly others) Server is 2.3.0 It works fine for quite a while, then I get the following wierdness on tcpdump and it goes to hell: 21:03:54.601871 IP (tos 0x0, ttl 64, id 27852, offset 0,
2011 Jan 01
1
Bug#608574: [PATCH] updated rules for dnsmasq
Package: logcheck I'm running dnsmasq-2.52 on a Gentoo Linux server, and the default rules for dnsmasq needed a few minor updates. See attached patch for suggested changes. Here are the relevant log lines: Jan 1 12:07:11 hq dnsmasq-dhcp[4093]: DHCPNAK(eth0) 192.168.20.107 00:26:37:a0:75:57 wrong server-ID Jan 1 12:28:39 hq dnsmasq-dhcp[4093]: DHCPNAK(eth0) 192.168.20.107
2006 Dec 21
0
enabling anonymous login
Hi. I've set up Samba 3.0.24d on FreeBSD 6.1 and I have a problem that I can't login anonymously into it (and I suspect that's the reason why windowses can't browse network): # smbclient -L black -N Anonymous login successful Domain=[WRKGRP] OS=[Unix] Server=[Samba 3.0.23d] tree connect failed: NT_STATUS_LOGON_FAILURE I've googled around much and all I've seen on this topic is only questions. I've got similar setup on FreeBSD...
2007 Jun 05
0
Only 3/4, 1/2 or 1/4 transfer speed of the theorethical
Hi All, I finally decided to contact you. This problem bothers me for at least 5 years. I use Debian Linux-es with 2.6.16 - 2.6.19 kernels. Our computers on 100 MBit ethernet network. As we connect two windowses (XPs) they can transfer 9-10 MByte/s. That's the the theoretichal max. In the past when one side was linux the max speed was 7.5 MByte/s (This is the 3/4). When we connected two linuxes they could produce only 5 MByte/s. The today situation is even worse. Currently the office server runs sam...
2003 Oct 09
0
Vorbis plugin for RealOne Player
Hi All, I am trying to build an Ogg/Vorbis plugin for RealOne Player through the HelixCommunity source. During runtime, however, I saw an access violation. I did some debugging and narrowed it down to the following function in the Vorbis source.. int vorbis_synthesis(vorbis_block *vb,ogg_packet *op){ vorbis_dsp_state *vd=vb->vd; backend_lookup_state *b=vd->backend_state;
2005 Jun 25
0
Performance of Route Hat
...e, nothing special) Router SW specs: - Route Hat 0.3.193 (built 2. may 2005) - all functions active except DHCP-Server (customer has its own), mainly: DNS, NAT, firewall, bandwidth management, user management (IP+MAC matching), ip accounting, transparent smtp proxy with a/v, checking for unpatched windowses (vulncheck.pl, see here: http://cert.uni-stuttgart.de/archive/bugtraq/2004/05/msg00228.html) and some other experimental security programs - user list polled from external data source (postgres) provided by customer Active measurements (from a normal machine located in LAN): - average RTT (ping)...
2005 May 25
3
Speex on TI C6x, Problem with TI C5x Patch
Hi Jean-Marc, Hi Jim, I have also seen some problems with the 1.1.8 release on the C55x. So far I have boiled down the issues to the following: 1) We need our own "fixed_xx.h" header file. I don't know why, and haven't had time to investigate, but there is a definite improvement when I use the attached fixed_c55x.h file which has turned all the maths into inline functions.
2009 Nov 12
0
Cannot browse the network on a multiple vlan configuration.
...server is set to every computer using DHCP. Name resolution is working fine. My problem is that I want the samba server in "Server VLAN" to be the master browser, so that it serves a list of every computer on the network that anyone could see using "list workgroup computers" on windowses or "smbtree" on linuxes. All the computers are interogating this server to get that list (I added entries to browse.dat to be sure), but they can only see the computers inside the Server VLAN. I read in BROWSING.txt that there should be elections on all the subnets to find the local mas...
2007 Dec 03
1
How to make "Add permission" for folder in system with ntacl support? Part 2
Hello. Sorry I didn't post it under the "how to make..." email - I didn't received it - I only found it in archives. But I think we both mean the same. All this below regards samba on debian etch: 3.0.24-6etch4 I have a share on partition mounted with acl (options=acl,...). As you know I can locally on server add another ACL entries on files in that folder. When I connect with