search for: 3276

Displaying 20 results from an estimated 70 matches for "3276".

Did you mean: 32,6
2008 Jul 03
1
RODBC Access limit?
I have been using RODBC to connect to an Access database to capture data to create plots. Recently I found incomplete charts. Upon investigation I discovered that the data retrieved stopped at 3276 rows (records) out of a table with over 5600 records. I've tried changing "max","buffsize", and "rows_at_time" but it still returns only 3276 rows. Is this a limitation in R or Access? Is there an easy work around? Thanks for any helpful suggestions....
2007 Nov 22
1
A installation problem that needs your supports.
...gzcon_close': connections.c:3233: error: `Rgzconn' undeclared (first use in this function) connections.c:3233: error: syntax error before "priv" connections.c:3234: error: `priv' undeclared (first use in this function) connections.c: In function `gzcon_read': connections.c:3276: error: `Rgzconn' undeclared (first use in this function) connections.c:3276: error: syntax error before "priv" connections.c:3277: error: `priv' undeclared (first use in this function) connections.c: In function `gzcon_write': connections.c:3335: error: `Rgzconn' undeclar...
2007 Nov 28
2
What is voice format 8
The IAX2 channel is to IAXmodem. The SIP extension is an ATA with a fax attached. Nov 28 15:30:20 DEBUG[2997] chan_sip.c: build_route: Contact hop: Nov 28 15:30:20 VERBOSE[3276] logger.c: -- SIP/2201-090995f0 answered IAX2/24729-2 Nov 28 15:30:20 DEBUG[2995] chan_iax2.c: Ooh, voice format changed to 8 So what does this mean? The fax works just fine. I am just trying to tune up my dialplan.
2003 Jun 06
4
tc show error for ingress
...the following script is running successfully and it limits bandwidth both ways to 256 KB However when I want to see the statistics using tc - it only shows me stats for htb class and not for ingress class. The tc output is as follows: tc -s -d class show dev eth0 class htb 1:1 root prio 0 quantum 3276 rate 256Kbit ceil 256Kbit burst 1926b/8 mpu 0b cburst 1926b/8 mpu 0b level 0 Sent 193313679 bytes 189055 pkts (dropped 1, overlimits 0) rate 32656bps 32pps backlog 9p lended: 189046 borrowed: 0 giants: 0 tokens: -77245 ctokens: -77245 What is wrong here? The shaping+limiting script is provide...
2005 Oct 11
1
noise when passing trougth speex_preprocess
...spx_int16_t TEMP_Buffer[NN]; speex_pp_state = speex_preprocess_state_init(NN,AUDIO_SAMPLERATE); c = denoise; speex_preprocess_ctl(speex_pp_state, SPEEX_PREPROCESS_SET_DENOISE,&c); c = agc; speex_preprocess_ctl(speex_pp_state, SPEEX_PREPROCESS_SET_AGC, &c); if(agc) { float t; t = agc_level * 3276; speex_preprocess_ctl(speex_pp_state,SPEEX_PREPROCESS_SET_AGC_LEVEL,&t); } c = vox; speex_preprocess_ctl(speex_pp_state, SPEEX_PREPROCESS_SET_VAD, &c); [LOOP] /* Convert from 8 bit unsigned to 16 bit signed */ TEMP_Buffer[tbc] = (spx_int16_t)((int)buffer[c] << 8) - 32640;...
2007 Nov 28
2
alternatives to traditional least squares method in linear regression ?
...tools_2.6.0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD Laboratoire de BioInformatique et G?nomique Int?gratives CNRS UMR7104, IGBMC 1 rue Laurent Fries, 67404 Illkirch Strasbourg, France Tel (+33) 388 65 3300 Fax (+33) 388 65 3276 wolfgang.raffelsberger at igbmc.u-strasbg.fr
2010 Jan 11
4
Autotest - Can make an-install work.
Hey there, I''m trying to install the autotest. After installing all the pre-requisites, I installed the sudo gem install autotest-notification It tells me to execute an-install which gives me, command not found. Any1? []''s Rodrigo Dellacqua -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to
2009 Sep 24
1
how to make a function recognize the name of an object/vector given as argument
...e, Wolfgang . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD Laboratoire de BioInformatique et G?nomique Int?gratives CNRS UMR7104, IGBMC, 1 rue Laurent Fries, 67404 Illkirch Strasbourg, France Tel (+33) 388 65 3300 Fax (+33) 388 65 3276 wolfgang.raffelsberger (at) igbmc.fr
2009 Jun 23
4
Very slow transfers to Samba on Ubuntu
I mounted a samba volume on XP. XP and Ubuntu are connected over 100Mbps ethernet (router). I am writing a 4GB file from XP to Ubuntu and the transfer is extremely slow : only around 1-1.5 MB/s. This is not a network or disk issue since at the same time this transfer is gonig on, I can scp the same file from XP to Ubuntu at 3-4 times faster (around 6MB/s). What could be wrong? Even for this
2009 Mar 10
1
require() is not giving TRUE / FALSE statements ?
...tools_2.8.1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD Laboratoire de BioInformatique et G?nomique Int?gratives CNRS UMR7104, IGBMC 1 rue Laurent Fries, 67404 Illkirch Strasbourg, France Tel (+33) 388 65 3300 Fax (+33) 388 65 3276 wolfgang.raffelsberger (at) igbmc.fr
2005 Sep 22
1
Noise :-(
...di Speex */ c = Modem->denoise; speex_preprocess_ctl(Modem->speex_pp_state, SPEEX_PREPROCESS_SET_DENOISE, &c); c = Modem->agc; speex_preprocess_ctl(Modem->speex_pp_state, SPEEX_PREPROCESS_SET_AGC, &c); if(Modem->agc) { float t; t = Modem->agc_level * 3276; speex_preprocess_ctl(Modem->speex_pp_state, SPEEX_PREPROCESS_SET_AGC_LEVEL, &t); } c = Modem->vox; speex_preprocess_ctl(Modem->speex_pp_state, SPEEX_PREPROCESS_SET_VAD, &c); /* vai */ for(c=0;c<Modem->buffer_size;c++) { if((Modem->buffer[c] =...
2003 Oct 12
1
Error openning file (PR#4550)
...007 2706 2535 2691 3290 3477 3528 3378 3327 "Puerto-Lumbreras" NA NA NA NA NA NA 7205 8046 8560 9961 "Ricote" 2604 3022 2819 2956 2929 2928 2743 2320 1774 1689 "San_Javier" 4326 4940 5026 5656 6652 9008 9734 10286 12675 14696 "San_Pedro_del_Pinatar" 2637 3076 3276 3380 4377 5074 5449 6518 8866 12057 "Santomera" NA NA NA NA NA NA NA NA 7346 8518 "Torre-Pacheco" 8858 9782 9400 9255 9610 10260 11005 13006 15654 16568 "Torres_de_Cotillas_(Las)" 2616 2964 3557 3954 4806 5327 6010 7259 11349 14132 "Totana" 13714 14235 14211...
2007 Jan 31
1
problem with compilation of R on Solaris 10 in x86
...roblem, Wolfgang . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD Laboratoire de BioInformatique et G?nomique Int?grative IGBMC 1 rue Laurent Fries, 67404 Illkirch Strasbourg, France Tel (+33) 388 65 3300 Fax (+33) 388 65 3276 http://www-bio3d-igbmc.u-strasbg.fr/~wraff wolfgang.raffelsberger at igbmc.u-strasbg.fr
2007 Oct 04
1
Problem with .libPaths & Rterm.exe (under Vista)
...advance, Wolfgang Raffelsberger . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD Laboratoire de BioInformatique et G?nomique Int?gratives IGBMC 1 rue Laurent Fries, 67404 Illkirch Strasbourg, France Tel (+33) 388 65 3300 Fax (+33) 388 65 3276 wolfgang.raffelsberger at igbmc.u-strasbg.fr
2016 May 11
5
openssl Security Update for CentOS 6.7 ETA
...tOS v6.8? Days? Weeks? Months? (years?) I just need to predict when CVE-2016-0799 will be fixed for CentOS 6.7. I thought security updates would be available on 6.7 for many more years. Best regards! -- Patrick Rael Contractor, Lumeta Corporation Network Situational Awareness Phone: 703-298-3276
2011 May 31
1
how to define PKG_CONFIG_PATH ?
...ets methods base loaded via a namespace (and not attached): [1] tools_2.13.0 > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD IGBMC, 1 rue Laurent Fries, 67404 Illkirch Strasbourg, France Tel (+33) 388 65 3300 Fax (+33) 388 65 3276 wolfgang.raffelsberger (at ) igbmc.fr [[alternative HTML version deleted]]
2018 Mar 01
3
Plugin charset_alias compile error: void function cannot return value
...olaris Studio compiler is being more strict about it... I suspect that the "return" keyword should be dropped from both functions. Thoughts? Thanks, John *John Woods | System Integration Administrator* *Great Plains Manufacturing* | 1030 E North St | Salina, KS 67401 P: 785-823-3276 ext. 2663 | F: 785-822-5676 | E: john.woods at greatplainsmfg.com <mailto:john.woods at greatplainsmfg.com> <http://www.greatplainsmfg.com/> <http://www.facebook.com/greatplainsag> <http://www.twitter.com/greatplains_ag> <http://www.youtube.com/greatplainsmfg> --...
2009 Apr 29
3
Re: Wine memory problem
...0.7 1.2 0:08.24 mysqld 31033 root 29 9 953m 101m 8292 S 0.3 4.9 1:11.42 java 3061 traditus 29 9 95860 1376 836 S 0.0 0.1 0:00.00 crond 3272 traditus 29 9 8672 1120 948 S 0.0 0.1 0:00.00 bash 3273 traditus 29 9 8668 1056 904 S 0.0 0.1 0:00.00 IQServer.sh 3276 traditus 29 9 57688 3492 2300 S 0.0 0.2 0:00.00 sendmail 3277 traditus 29 9 3615m 8528 5672 S 0.0 0.4 0:00.08 IQServer.exe 3342 traditus 29 9 5160 2664 624 S 0.0 0.1 0:26.58 wineserver 3517 traditus 29 9 3607m 2484 1980 S 0.0 0.1 0:00.00 services.exe 3572 traditus...
2007 Jan 03
0
RODBC : first line of data from query omitted
...vance, Wolfgang . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD Laboratoire de BioInformatique et G?nomique Int?gratives IGBMC 1 rue Laurent Fries, 67404 Illkirch Strasbourg, France Tel (+33) 388 65 3314 Fax (+33) 388 65 3276 wolfgang.raffelsberger at igbmc.u-strasbg.fr
2007 Jan 03
2
accessing arrays
hi all. how can i adress a array directly. for example i wanna give array 1 other labels than array 2. How can I overcome this problem? ...this doesn't work tab <- array(1:8, c(2, 2, 2)) dimnames(tab[,,1]) <- list(c("No","Yes"), c("No","Yes"),c("ARRAY1")) dimnames(tab[,,2]) <- list(c("big","small"),