search for: undertsand

Displaying 10 results from an estimated 10 matches for "undertsand".

Did you mean: understand
2002 Sep 12
1
help for samba and ldap
..._logon_packet(100) Sep 12 12:26:08 tele nmbd[24587]: process_logon_packet: Logon from 192.168.1.51: code = 0x0 Sep 12 12:26:08 tele smbd[24649]: [2002/09/12 12:26:08, 0] passdb/pdb_ldap.c:ldapsam_connect_system(406) Sep 12 12:26:08 tele smbd[24649]: Bind failed: Invalid credentials I cannot undertsand the error. Can you please give me a hint? Thank you. -- Non c'? pi? forza nella normalit?, c'? solo monotonia.
2004 Aug 06
2
Quick Question.
How can you have an intro play prior to it going in the stream ala Live 365? Any suggestions would be great! AJ --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed.
2004 Aug 06
0
ads/inserts (was: Quick Question.)
...;is there anyway to do it with icecast') semiregular ads/news itesm/bulletins into an otto playlist? even something as simple as cronning an insert of a news item into the playlist every 30 minutes, so that when the current song ended, the news would happen...? or, more generally, does anyone undertsand enoguh of the inner workings of otto to tell me how to script, from outside the web interface, requests into the stream? thx orry for rambling... "AJones!" wrote: > > How can you have an intro play prior to it > going in the stream ala Live 365? > > Any suggestions wou...
2007 Jul 31
1
Getting variable name used in function...
Dear Users, I am using functions for calculations in my study. I have two functions and one is calling the other two times one after another. But the called function deals with two different data object (matrix, data frame, etc.), so I could not make the second function output data object-free (for example, Ý would like to write csv files but could not give different file names) and I would
2011 Nov 13
1
Understand Ncells and Vcells, from gc()
...cells = 8 + 2*20 = 48, the size of x as returned by the command object.size(x). BUT, when you look at help(gc), one can read: ?gc? returns a matrix with rows ?"Ncells"? (_cons cells_), usually 28 bytes each on 32-bit systems and 56 bytes on 64-bit systems, So, can you please help me to undertsand all of this? Thanks in advance. Best regards, Pierre -- Pierre Lafaye de Micheaux Adresse courrier: D?partement de Math?matiques et Statistique Universit? de Montr?al CP 6128, succ. Centre-ville Montr?al, Qu?bec H3C 3J7 CANADA Adresse physique: D?partement de Math?matiques et Statistique Bur...
2009 May 05
3
Heatmap without levelplot
Hi there, as I'm not sure to understand the coloring levelplot uses, I'm looking for another easy way to create a heatmap like this: library(lattice) mat <- matrix(seq(1,5, length.out = 12), nrow = 3) mat[1,2] <- 3.5 my.at <- seq(0.5,5.5, length.out = 6) my.col.regions <- rainbow(5) graph <- levelplot(t(mat[nrow(mat):1, ] ), at = my.at, col.regions = my.col.regions)
2009 Apr 28
3
truehist and density plots
Hi, I wanted to plot the histogram of a vector and then, plot the density function of subsets of the vector on the histogram. So I use truehist in MASS package and lines(density) as follows: length(b) = 1000 truehist(b) lines(density(b[1:100])) however the density plot of the first 100 points exceeds the max of y axis (see attached). how is it possible to make a graphics so that the density plot
2011 Jul 27
2
plotting the ending point in a for loop
Hello, I would appreciate if someone could help me with this query. I would like to plot a line chart of all of the points in a "for" loop. I would also like to plot the final point with a symbol (to show where the random walk ends). Here is the code I am using: Brownian.fn <- function(mu, sigma, T, N){ dt <- T/N t <- c(rep(NA, N)) B1 <- c(rep(NA, N)) B2 <- c(rep(NA,
2011 Nov 13
1
To moderator
...gt; >> BUT, when you look at help(gc), one can read: >> ?gc? returns a matrix with rows ?"Ncells"? (_cons cells_), >> usually >> 28 bytes each on 32-bit systems and 56 bytes on 64-bit systems, >> >> So, can you please help me to undertsand all of this? >> >> Thanks in advance. >> >> Best regards, >> >> Pierre >> >> >> -- >> Pierre Lafaye de Micheaux >> >> Adresse courrier: >> D?partement de Math?matiques et Statistique &gt...
2009 Apr 28
8
duplicate 'row.names' are not allowed
Hi everyone,   I have got the following problem:   x1 <- rnorm(10,5,1) x2 <- runif(10,0,1) nam1 <- paste("A",1:4,sep=".") nam2 <- paste("A",6:9,sep=".") nam <- c(nam1,"A.4",nam2,"A.9") mydata <- data.frame(x1,x2) rownames(mydata) <- nam Error in `row.names<-.data.frame`(`*tmp*`, value = c("A.1",