search for: seperatly

Displaying 20 results from an estimated 42 matches for "seperatly".

Did you mean: seperately
2004 Feb 12
1
routing problems with 2 lines and 2 firewalls
Hi- I''d been using shorewall to firewall 2 dsl lines on one box and it was working flawlessly. I had both dsl lines coming into it and then one line going out to the machines. Recently we decided to firewall each line seperatly so we wouldn''t have a single point of failure. This has worked great except that we are unable to get from hosts on line 1 to servers to ip addresses on line 2 when the server we''re trying to get to is connected to both lines. Doing a tcpdump it looks like the windows server...
2012 Jan 27
1
laod multichannel-audio-files with readWave (tuneR)
Hi, I have a huge collection of 6-channel .wav files containing audio and sensor recordings, which I need to analyse, across all 6 channels. I'm thinking about what will be easier to do. 1. Just split the channels in an external audio-editor and than read each mono channel seperatly with readWave (from tuneR), or 2. inherite the readWave class and extend it to multichannel reading? What do you think? Best, Alex -- Alex Hofmann (Dipl.-Musikl.) Institute of Musical Acoustics (Wiener Klangstil) University of Music and Performing Arts Vienna Anton-von-Webern-Platz 1 1030 Vienn...
2005 Jun 02
1
DEM calculation
...x<-42,2 y<-50,5 besides i have the cellsize of the grid, which is: z<-1,1 what i do is to calculate the corrdinates of the cells to the right and top, what i can do by specifying the number of rows and columns. these are j<-1:805 (columns) i<-1:616 (rows) well, to calculate them seperatly is easy: r<-x+(i-1)*z h<-y+(j-1)*z but i can't get it straight how to create a data frame with two rows, one for the x- the other for the y-coordinate. The problem is, that lots of values have to be repeated as every first row x-coordinate has the same y-coordinate and so on. finally...
2004 Sep 10
2
multi-channel / ambisonics
when i encode i multi channel file, does flac encode every channel seperatly or does is look for similarities between channels? the documentation says: INTER-CHANNEL DECORRELATION In the case of stereo input, once the data is blocked it is optionally passed through an inter-channel decorrelation stage. The left and right channels are converted to center and side channel...
2005 Nov 24
4
Survreg Weibull lambda and p
Hi All, I have conducted the following survival analysis which appears to be OK (thanks BRipley for solving my earlier problem). > surv.mod1 <- survreg( Surv(timep1, relall6)~randgrpc, data=Dataset, dist="weibull", scale = 1) > summary(surv.mod1) Call: survreg(formula = Surv(timep1, relall6) ~ randgrpc, data = Dataset, dist = "weibull", scale = 1)
2003 May 16
6
Extensions.conf sugestion?
...{EXTEN:1}) exten => _91NXXNXXXXXX,2,Congestion [international] ; ; Master context for international long distance ; ignorepat => 9 include => longdistance include => trunkint This does not, how do I separate the extensions apart from the [default] context so that PHP can modify them seperatly? [default] ; exten => s,1,Background,radsgreet ;exten => s,2,Setmusiconhold,default ;exten => s,2,Dial,Phone/phone1|20 exten => t,1,Hangup exten => i,1,Playback,invalid exten => i,2,Goto,s|1 ; Dave's Extension exten => 70907,1,Dial,SIP/70907|30 exten => 70907,2,VoiceMa...
2004 Jun 22
3
HTB: 3. Sharing hierarchy
On http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm... There is a nice explanation on how/why to setup a hierarchy with HTB. Howerver what is missing is how to setup finters for this case? I had this working when I was using a seperat qdisc for each ?layer?, making each HTB only one level deep. Described in the attached qdisc.sh.GOOD. Described in the attached qdisc.sh is my current script,
2004 Dec 29
3
shaping on tcp ports
hi all: the following scipt is wokring perfectly with limiting ...on limimitng per ip basis.. ---- eth0=public static ip eth2= private ip ( 192.168.2.1) -- iptables -t mangle -A POSTROUTING -s ! 192.168.0.0/32 -d 192.168.2.101/32 -j MARK --set-mark 21012 tc class add dev eth2 parent 1:1 classid 1:2101 htb rate 32kbit ceil 64kbit tc filter add dev eth2 parent 1:0 protocol ip prio 2 handle
2003 Mar 27
6
Access to shares for authenticated domain users only
I am running several samba servers (2.2.3a and 2.2.7) in various places as pdcs. Everything seems to be running smoothly, but I can't find any way of restricting access to only those uses who have logged on to the domain. Is this possible? ie at the moment, any user can map a drive to \\server\share, put in a valid user/password pair and have access to that share without going through any
2017 Mar 19
2
Hello to all
Try a free or paid DDNS service like noip.com ? just remember to port forward to your server address on the lan with the port you use for icecast From: Can Kirca<mailto:cankirca at gmail.com> Sent: Sunday, March 19, 2017 7:08 PM To: icecast at xiph.org<mailto:icecast at xiph.org> Subject: [Icecast] Hello to all Hello to all, My name's Can, I'm a server administrator in a
2009 Dec 24
2
Column naming issues using read.table
...please be gentle. I quite new to R and using it for my biology degree. My problem is. Im trying to import data from a .csv file using the read.table command. The .csv file header starts on row 2 but is contained in column 1, i have 600 data files and for future ease would rather not edit each file seperatly. The data starts on row three and I only need the first 381 data points. The R error message using the code iv got so far is Error in read.table(file("s1-2c83.csv"), header = FALSE, sep = ",", quote = "", : more columns than column names The code I have so far i...
2003 Feb 14
4
domain users in local groups with Winbind/Samba/Redhat
...em: By writing valid users = @localgroup or +localgroup I can authorise local groups (/etc/group) to connect to the shares. Now I want to add the domainusers to some local groups.Putting the domainusers in groups should save much time because otherwise I have to add each domainuser for every share seperatly. E.g. valid users = domain1+domainuser domain2+domainuser2.... I have tried it with: usermod -g localgroup domain+domainuser which ends in this message: usermod: domain+domainuser not found /etc/passwd I know this is message is right because there is no domainuser in /etc/passwd. But how can I asso...
2008 Oct 06
1
[LLVMdev] sign extensions on loads?
...oat* %test ; <float> [#uses=1] %conv = fpext float %tmp1 to double ; <double> [#uses=1] Which emits the following dag: f64,ch = load 01809908, 018092A8, 01809110 <0035A544:0> <anyext f32> alignment=4 If the load and the fpext were emitted seperatly, I could handle them with my fpext and load patterns in tablegen. However, since they are being combined into a single DAG, I have not been able to figure out how to get them to generate the correct code. I can match against the load and generate a store instruction, but I need to emit a conversion...
2006 Feb 06
7
Delaying initialization of associations until first access
Guys, Say I have the following: ----- class Person < ActiveRecord::Base has_one :house end class House < ActiveRecord::Base belongs_to :person attr_accessor :color end ----- Then I have the following code: ----- john = Person.new john.house.color = "Blue" john.save ----- What I would like to have happen, is that on first call to john.house, if house hadn''t been
2011 Jun 23
2
new to R need urgent help!
...and the following program for a project. if some one could PLEASE help me understand this program ASAP i would GREATLY appreciate it (any syntax/ statistic comments would be great) PLEASE PLEASE HELP!! THANKYOU!!! -on a side note, it seems to me that R doesnt include the pv, and it was calculated seperatly, is this true? fit=gee(foci~as.factor(time)*cond,id=exper,data=drt,family=poisson(link = "log")) Beginning Cgee S-function, @(#) geeformula.q 4.13 98/01/27 running glm to get initial regression estimate (Intercept) as.factor(time)24 3....
2012 Oct 30
5
Swap rows and columns in a matrix
Dear R users, I want a help to write an algorithm for swapping rows and columns in a matrix thanks in advance [[alternative HTML version deleted]]
2010 Jul 05
4
sieve dovecot2 rc1 error undefined symbol: client_send_tagline
Hi @ll, using sieve dovecot2 rc1 on testing system ubuntu lucid with packs recompiled from http://xi.rename-it.nl/debian/ i have Jul 05 11:48:35 managesieve: Debug: Module loaded: /usr/lib/dovecot/modules/lib01_acl_plugin.so Jul 05 11:48:35 managesieve: Error: dlopen(/usr/lib/dovecot/modules/lib02_imap_acl_plugin.so) failed: /usr/lib/dovecot/modules/lib02_imap_acl_plugin.so: undefined symbol:
2017 Mar 19
0
Hello to all
Hello, I have a static IP, there is no problem. But there is a stupid question: for example, if i upload 3 MP3 files on my server, how can i use these files in a seperat embed code? In radio systems, we're using xxx.xxx.xxx.xx:portnumber, in my setup, How can i use it? Thanks in advance. 2017-03-19 22:18 GMT+03:00, Alan Bowness <awi3 at live.com>: > Try a free or paid DDNS
2006 Jul 21
1
load pxegrub from pxelinux
Hello i'm working on a netboot environement with a highly configurable menu system. for some parts i like to use pxelinux for others pxegrub. I can load both seperatly. Now what i want is to have the possibility to switch from une to another. I tried: to load pxelinux from pxegrub: menu.lst: title pxelinux root (nd) kernel (nd)/pxelinux.0 title pxelinux2 root (nd) kernel (nd)/memdisk initrd (nd)/pxelinux.0 title pxelinux3 root (nd) chain...
2007 May 10
2
force outgoinc callerid
Hi i have a Te205P connected to a PRI E1, can i force the outgoing callerid to change for each context? for example: [outgoing_context_one] ;force callerid to 12345 exten => _XXXXXXXXXXX,1,Dial(Zap/${EXTEN}) [outgoing_context_two] ;force callerid to 22222 exten => _XXXXXXXXXXX,1,Dial(Zap/${EXTEN}) Can i do that? thanks to all -- /*************/ nik600