search for: tipical

Displaying 20 results from an estimated 51 matches for "tipical".

2005 Jun 03
1
Speex 1.1.9 is out -- Try the new echo canceller
Hi everyone, I've just released Speex 1.1.9. The main change in this release is the echo canceller work sponsored by Tipic Inc (http://www.tipic.com/). It is now possible to do acoustic echo cancellation and obtain good attenuation after a short adaptation time. This has been tested at 8 kHz, but it should also work at 16 khz and above, so give it a try. There were also some fixes to the
2004 Jul 09
2
Simple 'frequency' function?
Hi, I have designed the following function to extract count frequencies from an array of integers. For example... # Tipical array x <- cbind(1,1,1,1,1,2,2,2,2,3,3,3,3,4,5,6,7,22) # Define the frequency function frequency <- function(x){ max <- max(x) j <- c() for(i in 1:max){ j[i] <- length(x[x==i]) } return(j) } fre <- frequency(x) plot(fre) How can I ... 1) Make this...
2006 Mar 24
2
ajax redirection
Hi, Is there a simple way to redirect towards another page (controller, action) when using form_remote_tag ? I used it tipically to check fields of a account login form. I''d like if the user exists, he''s redirected towards another page, otherwise I display some error div''s. Any ideas ? Thanks a lot. Seb
2010 Feb 01
6
Import fixed-format ascii file with mixed record types
...o different record types. The data comes from European Labor Force Surveys, wich is a household survey. The first record type is for people over 16 years, and the second much sorter is for people aged 15 or less (this record has a filler with several blanks to get the same record length). The files tipically have 160000 records, with 176 characters per record, the data is numeric, corresponding to 102 variables, mostly integers (seven variables have two decimals). My opertating system is Windows XP. My questions: 1. Wich do you think is the best way to import the files into R? 2. Could you give me an...
2006 Jul 16
2
CFD Plots in R and Other Things
...I would like to plot are in the form: v_11 v_12 v_13 ..... v_1n v_21 v_22 v_23 ..... v_2n ...................................... v_m1 v_m2 v_m3 ..... v_mn where v_ij is the velocity reading on the i-th position along z and the j-th position along r. Tipically, these sets of data are plotted in 2D with r and z as axis and the velocity field represented by using colours explained by a legenda. Can R do anything like this? Second (and much simpler question): I have a list of data which I can plot easily, but I would like to have the time during the day...
2004 Nov 21
1
Analysis of pre-calculated frequency distribution?
...55 2189 1 356 2194 1 357 2217 1 358 2246 1 359 2474 1 360 2801 1 361 3697 1 362 3702 1 363 7353 1 364 8738 1 365 9442 1 366 12280 1 This is a tipical 'count / frequency' distribution in biology, where low counts of a certain property are very frequent (across genomes, proteins, ecosystems, etc...), and high counts of of a certain property are very rare. In the above example a certain property occurs 12280 times with a frequency of 1, an...
2004 Jun 02
2
Zapata FXO always answers call?
...en if it?s still ringing. The problem is that now I want to set up voicemail to those analog extensions, but since * says it "answered on first ring" it never goes to the next priority, where voicemail is called. I tried callprogress=yes on zapata.conf but it has no effect. Here is a tipical log from a call I have _not_ answered: -- Executing Dial("SIP/2000-a638", "Zap/g1/32|20") in new stack -- Called g1/32 -- Zap/1-1 answered SIP/2000-a638 I?m runnign 0.9.0 from the tar archive. Is this a known bug? Is there a workaround for it? Gelson
2003 Dec 11
1
Problems booting from CF
Hi everybody, It's my first time asking something here. I've a 128 MB Compact Flash and I tried to boot up a Linux mini distro from it. This distro worked previously from a floppy using syslinux, with the tipical initrd booting system. Now I'm trying to boot it from CF, but I can't. By other side I've another distro that boots from pxelinux that I want to make it boot from CF as well, but when I try it from syslinux in a CF system hangs. I'm writing to the CF through a USB card writer fro...
2012 Jan 19
1
is winbind needed if i provide unix attributes?
hi, short: in a tipical Samba PDC + LDAP environment is winbind needed if i already fulfill unix attributes? long: i've been runing Samba PDC with LDAP as backend without any problems. my objects contains both sambaSamAccount and posixAccount (and shadowAccount) with uid, gid, homedirectory, etc. i'm settin...
2004 Jan 18
2
HTB + ESFQ in nat router for shape incoming by ip
...bout this problem but i didn´t find any solution. I have a router with nat like that: internet - eth0 - Router - eth1 - Lan I made a htb script for shaping outgoing in eth0 and it works great. The problem begin with the incoming traffic... Like other people said, when somebody in the lan uses the tipical download accelerator, the line is out because the bandwidth is divided by conexions. So, i decided to use htb (with one class, filter and iptables mark per ip) for shaping an ceil traffic if it isn´t in use. All ok. Now i need to shape by ip, so i use esfq... but nothing happend. A few lines of my...
2009 Oct 14
14
spec-ing private methods?
On Wed, Oct 14, 2009 at 5:49 PM, Scott Taylor <scott at railsnewbie.com> wrote: > > On Oct 14, 2009, at 3:36 PM, Joaquin Rivera Padron wrote: > > hello there, > how do you tipically spec private methods? The thing is ? have something > like this: > > def some_method > ?? complex_method + other_complex_methods > end > > private > def complex_method... > def?other_complex_methods ... > > and the two complex methods can get really tricky to get...
2015 Aug 18
2
NFSv4 delegation
On 8/18/2015 10:46 AM, Alessio Cecchi wrote: > Hi, > > in this tipical setup (Dovecot/Director thate share Maildir via NFS) on > your NFS Server you have (about) 90% of read operations and only 10% of > write operations. > > If you see detailed stats for NFS operations you have 40-50% of GETATTR, > this means that NFS/Dovecot clients are caching data (...
2019 Mar 28
2
How to specify kernel version when restart kdump
...-r` kdump_kver=`echo $running_kernel | sed 's/smp//g'` MKDUMPRD="/sbin/mkdumprd -d -f $MKDUMPRD_ARGS" kdump_initrd="${KDUMP_BOOTDIR}/initrd-${kdump_kver}kdump.img" and at the end it runs this command if it doesn't find one: $MKDUMPRD $kdump_initrd $kdump_kver that tipically will translate in: /sbin/mkdumprd -d -f "/boot/initrd-2.6.32-642.13.1.el6.x86_64kdump.img" 2) In CentOS 7 we have systemd unit files and for kdump: /usr/lib/systemd/system/kdump.service Supposing you have just installed 3.10.0-693.21.1.el7.x86_64 The script called actually it is /u...
2017 Sep 14
4
File server questions
...there is a way to test if ntp is setup properly, right? Moving forward to Winbindd config as describe here: https://wiki.samba.org/index.php/Configuring_Winbindd_on_a_Samba_AD_DC It seems I just need to edit nsswitch.conf and add winbind to passwd and group databases, correct? The guide says tipically no configuration is required in smb.conf for Winbindd to work. I don't think I want to have every user home on my servers, my plan is to force them to use the shares, which is the last step in the guide, hopefully I won't bother soon :-) Thank you
2008 Aug 25
3
Dell 2950 III for Xen virtualization
Hello everyone, I just wanted to see if anyone has experience running Xen on: Dell 2950 III 2 x Quad 2.0 Ghz 1333Mhz FSB 32 GB DDR2 (8x4GB) 2 Disk Perc RAID 1 (7200 RPM SAS) Broadcom Dual Gigabit Ethernet LOM & TOE The requirements of each VM are not that high (and are all identical). I just want to run remote desktop and 1 other application at any given time (either a web based IE
2017 Sep 13
4
File server questions
Hai Flavio, > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Flávio Silveira via samba > Verzonden: woensdag 13 september 2017 16:19 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] File server questions > > > > Em 13/09/2017 10:36, L.P.H. van Belle via samba escreveu: > > Hai, Flavio, > >
2009 Oct 12
15
We're sorry, but something went wrong on Tomcat
I am using JRuby and I have to deploy on Tomcat. My web app is working fine in the dev envirmonment, with Mongel, but when I deploy on Tomcat I get "We''re sorry, but something went wrong on Tomcat". The problem is that production.log only shows: # Logfile created on Mon Oct 12 12:54:36 +0100 2009-bash-3.00 The file permission and directory are 777. Any idea how I can
2016 Dec 26
0
Noise Cancellation of Server Noise
...e of the fans could be cancelled out to a large extent. It's probably too late for you, but the best solution is to buy office-grade servers instead of datacentre-grade servers HP and Dell (don't know othjer brands so well) have two kinds of servers: "dense" rack-only servers (tipically 1U or 2U if we are talking about single servers and not Apollo or VRTX or blade) and "office type" servers, 4U to 6U. Let's put aside Apollo, VRTX, and other blade, they are out of scope. Dnese servers are extremely noisy because they have a lot of small fans turning relatively...
2019 Mar 28
0
How to specify kernel version when restart kdump
...OS 6 we have the classical SysV service > file: /etc/rc.d/init.d/kdump > > Supposing you have just installed 2.6.32-642.13.1.el6.x86_64 kernel > > [snip] > > and at the end it runs this command if it doesn't find one: > $MKDUMPRD $kdump_initrd $kdump_kver > > that tipically will translate in: > > /sbin/mkdumprd -d -f "/boot/initrd-2.6.32-642.13.1.el6.x86_64kdump.img" > > The command line fo CentOS 6 clearly misses the kernel version to build initrd file for, so the correct command should be: /sbin/mkdumprd -d -f "/boot/initrd-2.6.32-642.1...
2015 Aug 18
0
NFSv4 delegation
Il 18/08/2015 17:25, Tom Talpey ha scritto: > On 8/18/2015 10:46 AM, Alessio Cecchi wrote: >> Hi, >> >> in this tipical setup (Dovecot/Director thate share Maildir via NFS) on >> your NFS Server you have (about) 90% of read operations and only 10% of >> write operations. >> >> If you see detailed stats for NFS operations you have 40-50% of GETATTR, >> this means that NFS/Dovecot client...