search for: baba

Displaying 20 results from an estimated 20 matches for "baba".

Did you mean: abba
2009 Nov 19
7
AXVoice Server Hacked.. accounts info leaked
...e server hacked. Here are few working accounts USE XLITE to make calls.... Registrar/Proxy magnum.axvoice.com:9060 Free Sample account.... username=xMaxwellSmartx secret=thanksapache username=woodsy type=friend secret=haramikuttasala username=wumingzi type=friend secret=kickyourass Enjoy! B.R BaBa Jigger -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091120/c1de9a0a/attachment.htm
2002 Sep 27
2
How to apply SSfpl with binary data
...V3 1 0.775 -0.2548922 0.1666667 2 5.000 1.6094379 0.8148148 3 10.000 2.3025851 0.5000000 4 20.000 2.9957323 0.6428571 > targan.1 <- nls(targan$V3 ~ SSlogis(targan$V2, Asym, xmid, scal), data = targan) Error in solve.qr(a, b, tol) : singular matrix `a' in solve Best and Kind Regards, Baba -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat...
2009 Jan 21
1
Bug in sub and gsub (PR#13460)
...53) I believe there is a serious bug in the code for sub and gsub. I do as following: gsub("\\", "-", "some\\backslashed\\string") This ought return "some-backslashed-string", but prints warnings instead: Error in sub("\\", "", "baba\\") : invalid regular expression '\' In addition: Warning message: In sub("\\", "", "baba\\") : regcomp error: 'Trailing backslash' I believe this is a matter of a simple correction in the source code. Leon
2002 Jan 18
2
Loading to R of Fortran DLL
...L")) NULL R> I could not load FOO.DLL. I am not sure whether FOO.DLL is bad or not. Could you tell me how to build DLL in Visual Fortran or another fortran compiler on Windows? I will appreciate it, if you give me a sample Fortran code and any advice to build and use DLL. Best Regards, Baba -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at sta...
2002 Apr 23
1
Tree package on R 1.4.1
...ndicated that x2 is regard as continuous variable. I think that CART procedure can be available to categorical and continuous variables. How can I correct the R code such that x2 is regard as categorical and not ordinal? By all means, reply me your suggestion or comments. Thanks and best regards, Baba ----------beginning of R code -------------------- inputlist <- list(Y=0, x1=0, x2=0, x3=0,x4=0,x5=0) # inputlist <- list(Y=0, x1=0, x2="", x3=0,x4=0,x5=0) Ex6 <- scan("c:\\data\\CART\\EX6.txt",inputlist) Ex6.ltr <- tree(Y ~ x1 + x2 +x3 + x4 +x5 ,Ex6) ----------end...
2002 Aug 16
1
How to change parameters of Trellis-like graphs
...() # # # First, I could change the background color from Gray to White. But, when the last code 'show.settings()' runs, R 1.5.1 have crushed on my laptop. I have no idea such how to change the dot color of graphs. Does anyone tell me how to change the graph parameters? Thanks in advance, Baba -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at sta...
2006 Jul 17
6
Nested functions
...;} else{print("That's all, folks ;-)");} } vavb <- function(a, b, n, v, x) { if(v[a]==v[b]) { x <- 1; while( v[a+x] == v[b+x] && b+x<n) {x <- x+1;} m <- 0; for(k in 0:(x-1)) {m <- v[a+k]*10^(x-1-k)+m;} p <- c(x, a, b, m); print(p); baba(a, b, n, v, x); } else baba(a, b, n, v, x); } baba <- function(a, b, n, v, x) { b <- b+1; if(b<=n) {vavb(a, b, n, v, x);} else { a <- a+1; b <- a+1; alessn(a, b, n, v, x); } } ENDENDENDENDENDENDENDENDENDENDENDENDENDENDENDENDENDENDENDENDEND
2015 Apr 08
2
dial out with channel variable; sub-string usage
...ook) but don't know where to put those lines. I have BABY defined as channel variable: BABY = SIP/babytel_out but that seems circular, somehow. inbound calls work fine: [inbound-calls] exten => 16046289850,1,Dial(SIP/200) [local_200] exten => _9x.,1,Set(CALLERID(all)="Ali Baba" <123456789>) exten => _9x.,1,Dial(SIP/${EXTEN:1}@babytel_out) exten => 201,1,Dial(SIP/201) [local_201] exten => 200,1,Dial(SIP/200) in local_200, that just seems suspect. Yes, dial out, but shouldn't it be using BABY? I don't understand why it's using sub-stri...
2010 Dec 06
3
[plyr] Question regarding ddply: use of .(as.name(varname)) and varname in ddply function
Dear R-Helpers: I am using trying to use *ddply* to extract min and max of a particular column in a data.frame. I am using two different forms of the function: ## var_name_to_split is a string -- something like "var1" which is the name of a column in data.frame ddply( df, .(as.name(var_name_to_split)), function(x) c(min(x[ , 3] , max(x[ , 3]))) ## fails with an error - case 1 ddply(
2008 May 30
1
-4 / -ipv4 doesn't work
...-during . SOMEPATH <nothing happens> I tried version 2.6.9 (ubuntu) and 3.0.2 (fedora 9), both have the same result. Is it me or is this unwanted behaviour? When I ssh to the machine using -4, I can log in. -- Gijs Molenaar gijs.molenaar@surfnet.nl http://gijs.pythonic.nl fingerprint C660 BABA 4B91 4B5C EB60 7739 4385 8ABA 72EE 99CA -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 252 bytes Desc: OpenPGP digital signature Url : http://lists.samba.org/archive/rsync/attachments/20080530/24734425/signatu...
2015 Apr 09
0
dial out with channel variable; sub-string usage
...to add your area code (or 1 and your area code) after the slash between ${BABY} and ${EXTEN}, just on that one line. > inbound calls work fine: > > [inbound-calls] > exten => 16046289850,1,Dial(SIP/200) > > [local_200] > exten => _9x.,1,Set(CALLERID(all)="Ali Baba" <123456789>) > exten => _9x.,1,Dial(SIP/${EXTEN:1}@babytel_out) > exten => 201,1,Dial(SIP/201) > > [local_201] > exten => 200,1,Dial(SIP/200) > > > in local_200, that just seems suspect. Yes, dial out, but shouldn't > it be using BABY? I don&...
2010 Jan 31
2
Using apply function on duplicates in a data.frame
Dear R-Helpers, I have a data.frame (df) and the head of data.frame looks like ProbeUID ControlType ProbeName GeneName SystematicName 1665 1577 0 pSysX_50_22_1 pSysX_50 pSysX_50 5422 5147 0 pSysX_49_8_1 pSysX_49 pSysX_49 4042 3843 0 pSysX_51_18_1 pSysX_51 pSysX_51 3646 3466 0 sll1514_0_2 sll1514 sll1514
2010 Sep 13
3
Question: Form a new list with the index replicated equal to the number of elements in that index
Dear R-Helpers, I have a list l1 like: l1[[1]] a b c l1[[2]] d l1[[3]] e f I want an output res like: res[[1]] 1 1 1 res[[2]] 2 res[[3]] 3 3 Essentially, I want to replicate each index equal to the number of elements present in that index. Below is what I do to accomplish this: l1 <- list(c("a", "b", "c"), "d", c("e", "f"))
2010 Sep 17
1
Question: how to obtain the clusters of genes (basically the ones in the row dendrograms) from an object obtained by heatmap.2 function
Hello R-Helpers, I have a question about extracting the clusters of genes after we make the heatmap (say ht4) using the heatmap.2 function. Basically, I want to get the clusters which are shown as row dendrogram in the heatmap. I understand that ht4$rowDendrogram is an object of dendrogram and it containes details of all the nodes and branches, but lets say I want to know the number of clusters
2009 Dec 04
1
Lattice : Help with changing the labels of x-axis in respective panels
Dear R-Helpers, I am not very experienced in using lattice and I am still in the learning stage I have a data set which looks like this: (I have deleted a few lines in order to save space) Chromosome marker Marker.Name Distance 1 1 1 PeMm261 0.0000 2 1 2 Xtxp8 10.1013 .. 20 1 20 EbMi148 210.3099 21 1 21 Xtxp25
2018 Aug 30
2
TUTORIAL: How to Install Apache Web Server in CentOS 7.5 (1805) Linux in Amazon AWS Cloud with URL/HTTP/HTTPS Redirection
...TORIAL: MR. TURRITOPSIS DOHRNII TEO EN MING (ZHANG ENMING) @ TIME TRAVELLER AGE: 40 YEARS OLD COUNTRY OF RESIDENCE: SINGAPORE DATE: 30TH AUGUST 2018 THURSDAY TIME: 10:49 AM SINGAPORE TIME Greenwich Mean Time+8 1. Sign up for Amazon AWS Cloud or Google Cloud Platform or Microsoft Azure Cloud or Ali Baba Cloud account (your preference). 2. Login to Amazon AWS Management Console. 3. Click EC2 under Compute. 4. Click Elastic IPs under Network and Security. 5. Click Allocate New Address. 6. Click the Allocate button. 7. You will receive a permanent public IPv4 address from Amazon AWS Cloud, eg....
2010 Mar 07
0
How the change the dimension of an individual cell [i.e. the cell corresponding to an observation in data matrix] in a heatmap.2?
Dear R-Helpers, I have a short question related to heatmap.2 function. I wanted to change the dimension of each cell in the heatmap drawn by this function. here is a reproducible example from the help page library(gplots) data(mtcars) x <- as.matrix(mtcars) rc <- rainbow(nrow(x), start=0, end=.3) cc <- rainbow(ncol(x), start=0, end=.3) hv <- heatmap.2(x, col=cm.colors(255),
2009 Dec 20
1
Problems in installing MCMCglmm package
Dear R-Helpers, I am having troubles with installing with MCMCglmm package and I get the following error with a package "Matrix" Warning in library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) : there is no package called 'Matrix' Error: package 'Matrix' could not be loaded Execution halted ERROR: lazy loading failed for package
2009 Nov 05
1
how to collapse list into a matrix with names
Dear R-Helpers, I have the following code: data = read.csv("test.csv",header=T,na.strings="-",row.names=1) myData=as.matrix(data) ##myData is a 102x19 matrix myList = alply(myData, 2,function(x){matrix(x,ncol=6,byrow=T)}) ##myList is a list containing 19 matrices with the following names > names(myList) [1] "*ES" "*ET" "*ER"
2009 Nov 06
1
Qtl - package - Question
Dear R-Helpers, I am using qtl package to analyze qtl data from QTL cartographer. I have the map file and cro file from QTL cartographer. I was trying to import these two files in R using qtl package. data=read.cross("qtlcart", ".", "crofile.txt", "mapfile.txt") ### I have matched the file structure with the one on the website of qtl package - It matches