search for: wanto

Displaying 20 results from an estimated 21 matches for "wanto".

Did you mean: want
2008 Jul 20
3
Order of columns(variables) in dataframe
...variables). I want to redorder (or reposition) these columns on the basis of a value in its last row. e.g.   df1<-data.frame( v1= c(2,3,1,9,5), v2=c(8,5,12,4,11), v3=c(7,8,2,6,9), v4=c(1,4,6,3,6))    > df1    v1 v2 v3 v4 1  2  8  7  1 2  3  5  8  4 3  1 12  2  6 4  9  4  6  3 5  5 11  9  6 I wanto to get the order of df1 on the basis of value in last row (descending order) like      v2 v3 v4 v1 1  8  7  1  2 2  5  8  4  3 3 12  2  6  1 4  4  6  3  9 5 11  9  6  5   Could somebody help me?   Daniel Amsterdam         Send instant messages to your online friends http://uk.messenger.yahoo.com...
2019 Feb 28
1
Using butt in same mount point that is used for relay
Thank you Pada tanggal Kam, 28 Feb 2019 10.01 mas wanto <wantom428 at gmail.com menulis: > Sam broadcaster and fallback mount > > Pada tanggal Kam, 28 Feb 2019 09.58 Leonardo Oliveira Ortiz < > leonardo.ortiz at marisolsa.com menulis: > >> Hello. >> >> >> >> We are using icecast to relay a radio statio...
2008 Dec 09
2
Func_ODBC question
...RG1} I'm trying an update on dialplan: exten=> 141,3,Set(dummy=${ODBC_EXEC(UPDATE Tabla set campo = ${EXTEN})}) On Cli: WARNING[3579]: func_odbc.c:353 acf_odbc_read: Error -1 in FETCH [UPDATE Tabla set campo = 4356] Any idea why is this?? The query works fine, I just wanto to know if the warning can cause any problem to me. Thanks!! Sebastian -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081209/e3806ff4/attachment.htm
2005 Sep 27
2
Integration with NMS AG-E1/T1
I want to replace a custom PBX, that is infront on a IVR system based on OLD NMS AG-E1 Card. The Cards is configurated with CAS Digitalmode, someone can give me some info about Digim Cards CAS configuration i need a conversion Table? I wanto to don't touch configuration on winbox, i want only replace HWPBX box with asterisk. Diagram Telco E1 ===>Proprietary PBX========(CAS)===>IVR Server AG-E1 Regards Configurations ag.cfg IdleCode = 0xD5, 0x5 DigitalMode = CAS ClockRef = NET1 ____________...
2014 Oct 09
3
Samba4 as BDC on a Win2003 AD_PDC
...EMNT[1025,seal,krb5] NT_STATUS_NO_LOGON_SERVERS I need a help to solve this issue. I want to change Wind2003 AD to Samba4 AD by: 1 - using Samba4 as secondary to get all users from Windows; 2 - testing Samba4 to create, modify and delete users, and replicate to Windows 2003; 3 - If step 2 pass, I wanto to "promote" samba 4 as primary DC and turning off Windows 2003; 4 - I will create a new samba4 to use as secondary DC. Thanks for any help!
2010 Aug 02
1
lm length
Hi all, I wanto to run a plot about the levels of a variable parting on an ols regression. The regression in done on the rate of return of the variable. Imagine R_{t}=a+b*R_{t-1} So If P, the "estimated" price would be P_{t}=P_{t-1}*R_{t} Imagine that I obtain lm fitted values and the original R_{t},...
2013 Apr 18
1
vectors with equal values
...1))==1) "xxxxxxxxx" else? "yyyyyyyyyyy" #[1] "xxxxxxxxx" ? if(length(unique(vec2))==1) "xxxxxxxxx" else? "yyyyyyyyyyy" #[1] "yyyyyyyyyyy" A.K. >Hi. > >I need some help. I have a vector like c(1,1,1,1,1,1,1,1,1), for example. I wanto to do in R some like this: > >if (all values equals) { >"xxxxxxxxxxxxxxxxxx" >} else { >"yyyyyyyyyy" >} > >How can I write the condition "all values equal" in R? > >Thank you
2003 Jan 15
1
Solaris + Samba + Mount windows printer
Hi there, I was trying print to a Windows shared printer from Solaris 2.5 using the following command: # smbclient //windowspc/printer1 -U abc -c 'print -' < somefile.txt with success. Now, my application in Solaris was hardcoded to send print to lp, if I wanto change the destination of printing from lp to the windowspc's printer, how do I do this without changing my application source codes? I know that we can achieve that using a filter in the lp, shall anyone can give me sample or example code how to code the filter? Thanks Neo Gigs gigsvoo@yaho...
2006 Mar 01
2
Method Calling Problems
Hi all! I am attemping to call a method inside of my LeviUserController named show_userland from my LeviInterfaceController class. No matter how I do it, I keep getting some type of error. If I make the method a class method, then my render_partial inside of show_userland can''t be found. If i call it using @luser = LeviUserController.new; @luser.show_userland; I get an error with a nil
2009 Mar 09
1
how to add a linux box into a samba domain
...work to learn the interaction of the diverse tools in a smaba/windows network. now it looks as if I do something wrong when adding a linux box into the domain. I have a samba domain ROTTI. It is running on server haydn.redcor.home from windows I can log into this domain. now I have a linux box I wanto to join to this domain. this is its global section: [global] workgroup = rotti security = user add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false %m$ domain logons = No domain master = No netbios name = chrissy passdb backend = smbpasswd ;;; ;;; Op...
2007 Nov 22
5
Odd bug in Siemens C460IP ?
Hello, I think I have encountered an odd bug in Siemens C460 IP/dect handsets, which is a bit annoying, and I'm not (yet) sure how to get round it without lots of hacks. Basically, on all external incoming calls, we set: exten => s,n,SIPAddHeader(Alert-Info: Bellcore-dr2) This causes handsets (i.e. Cisco 7960 / Grandstream / aastra) to set a different ring cadence so to differentiate
2019 Feb 28
2
Using butt in same mount point that is used for relay
Hello. We are using icecast to relay a radio station on local network and I have a question: There is a way to send streaming from a mic (with butt) using same mount point that we are using for relay? Or some workaround for it like using fallback mount point? Azuracast can do it but the software have some bugs (in general usage) and I need a more fast solution for now.... Best regards.
2019 Mar 09
1
Security question regarding IP banning for Icecast version 2.4.2
Can't replace xml, because iam using third server, not my server Pada tanggal Sab, 9 Mar 2019 17.17 Thomas B. Rücker <thomas at ruecker.fi menulis: > Hi, > > On 3/9/19 10:03 AM, Christopher Moore wrote: > > *Hello, * > > *I am writing you in regards to the current version of **Icecast 2.4.2* > > > Please note that 2.4.4 is the current (security) release of
2010 May 22
0
Modeling time varying effects in with cph: how to ?
...ld use something like this: cph(Surv(start,end,status)~a.factor+a.factor:start) but i'm not sure, specially after Thernau's reply to my previous post. Assuming i'm doing well, i'd prefer to use cph because of the rms bootstrap validation facilities. Unfortunately cph doesn't wanto to model an interaction term without the both corresponding main effects: > fit.cph <- cph(TACE.Surv~PS+PS:TIME.start,data=DatasetTACE.imputati) Error in if (!length(fname) || !any(fname == zname)) { : missing value where TRUE/FALSE needed coxph runs without complaining. I could make t...
2005 Sep 26
0
CAS Question
I have to replace a custom PBX, that is infront on a IVR system based on OLD NMS AG-E1 Card. The Cards is configurated with CAS Digitalmode, someone can give me some info about Digim Cards CAS configuration i need a conversion Table? I wanto to don't touch configuration on winbox, i want only replace HWPBX box with asterisk. Diagram Telco E1 ===>Proprietary PBX========(CAS)===>IVR Server AG-E1 Regards _____________________________________________________________ Get free infected, boring, wrong, empty, or any other email...
2001 Apr 09
1
My "needs". Can Wine be a solution for me?.
...ely with MS Internet Explorer. These are the things that keep me attached to Windows 98. I tried to solve the paranoic constant rebooting of the computer with a VMWare virtual machine but it's too resource-wasting. Before beginning to spend time on learning how to run them with Wine I just wanto to make sure there is a possibility to make them work. I have a real Windows 98 "C:\" partition (the one from VMWare: I use a real disk with this tool). Is these W98 tools performance under Wine emulation complete and stable?. I need them to work properly, at least with no many more p...
2006 May 26
0
Local groups with ADS users
...ADGROUP 4096 May 26 11:48 TEST But once restarted samba, i'm unable to access to this directory with the ADs user. What this problem maybe ? Is this a good way for proceding considering that i can't do any kind of modifications in the ADs server ? There's a better way to do what i wanto to do ? Let me know if i made myself clear and...Thanks for any help i will receive. -- RaSca "Il regno dei cieli e' simile ad un mercante che va in cerca di perle preziose. Trovatane una di grande valore va, vende tutti i suoi averi e la compra" - Gesu' Cristo http://web.tisca...
2002 Mar 05
1
Monotonicity correlation coefficients
Could anyone help me to find the mathematical expression to calculate the monotonicity correlation coefficient between two variables? Thanks in advance. Luis Rivera. Universidad de Alcal?. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2013 Jul 12
16
preparing for 4.2.3 and 4.1.6
Aiming at a release some time in August, I''d like to cut RC1-s by Thursday next week (as I''ll be on a two week vacation starting Friday). Please indicate any bug fixes that so far may have been missed in the backports already done. A few fixes are currently stuck in master''s staging branch (or pending to make it there) - these don''t need to be named explicitly,
2010 Jan 29
2
help in R 2.9.x for R 2.10.x packages
[Env: Win Xp] Is there any options() setting or call to help() or help.start() that will allow me to view a help file for a package built under R 2.10.x under R 2.9.2? I'm using both R 2.9.2 and R 2.10.1, but prefer the former because the CHM help is so much easier to use. Yet, if I install a package built for R 2.10.x, I can't find *any* way to display a help file in this package.