search for: foton

Displaying 13 results from an estimated 13 matches for "foton".

Did you mean: soton
2007 Dec 25
2
Simple File I/O benchmark tool for NT clients
...y lokal disk during the test. Have looked around but can't find a simpe tool which dose the job without the need of installing cygwin, .NET, ect..... just a pure simple exe.... /Thanks Pelle _________________________________________________________________ Spara, redigera och organisera dina foton enkelt med Photo Gallery! http://get.live.com/photogallery/overview
2009 Nov 24
6
From R to LaTeX to pdf?
...Pr($>$F) \\ \hline cat & 2 & 40.50 & 20.25 & 6.66 & 0.0019 \\ Residuals & 107 & 325.13 & 3.04 & & \\ \hline \end{tabular} Best regards, Joel _________________________________________________________________ Lagra alla dina foton på Skydrive. Det är enkelt och säkert! http://www.skydrive.live.com [[alternative HTML version deleted]]
2010 Jan 15
1
How to calculate the row wise means for grouped columns in matrix?
...the columns to use. What do you think, is it a good idea or not? If yes, any suggestions how to do it? If no, is there any alternative solution that might work better? All the best, Joel _________________________________________________________________ Lagra alla dina foton på Skydrive. Det är enkelt och säkert! http://www.skydrive.live.com [[alternative HTML version deleted]]
2007 Dec 26
1
Can I limit my browsing of share between clients?
...s it is now all clients can see Accounts but only the listed IP's can use it. If I set 'browseable=no' then nobody can see it. Is it possible or is it of the nature of M$. /Pelle _________________________________________________________________ Spara, redigera och organisera dina foton enkelt med Photo Gallery! http://get.live.com/photogallery/overview
2013 Dec 05
3
Ampliar data.frame con datos del propio data.frame
...ta.frame: p <- data.frame(id=c(1:6),cara=c(1,0,0,1,0,0),anterior=c(0,1,2,0,4,5),siguiente=c(2,3,0,5,6,0),superficie=c(1,2,0,1,2,0)) En realidad es muchísimo más grande, pero creo que las primeras filas servirán para explicar mi problema. El data.frame contiene los puntos de intersección entre fotones y superficies. Dichos puntos están identificados con el campo "id". Por otro lado, el campo "siguiente" indica cual es el id de la siguiente intersección. Mi problema es que necesito crear una nueva columna llamada, por ejemplo, superficie_siguiente, que indique cual será la s...
2013 Dec 05
1
Ampliar data.frame con datos del propio data.frame
...,0,0,1,0,0),anterior=c(0,1,2,0,4,5),siguiente=c(2,3,0,5,6,0),superficie=c(1,2,0,1,2,0)) > > > > En realidad es muchísimo más grande, pero creo que las primeras filas > > servirán para explicar mi problema. > > > > El data.frame contiene los puntos de intersección entre fotones y > > superficies. Dichos puntos están identificados con el campo "id". Por > otro > > lado, el campo "siguiente" indica cual es el id de la siguiente > > intersección. Mi problema es que necesito crear una nueva columna > llamada, > > por ejemplo...
2009 Nov 24
1
Decision trees with factors and numericals
...a=decTreeNA, method=anova) # Have tried "method=class" as well Error in as.character(x) : cannot coerce type 'closure' to vector of type 'character' Best regards, Joel _________________________________________________________________ Lagra alla dina foton på Skydrive. Det är enkelt och säkert! http://www.skydrive.live.com [[alternative HTML version deleted]]
2013 Dec 05
0
Ampliar data.frame con datos del propio data.frame
....frame(id=c(1:6),cara=c(1,0,0,1,0,0),anterior=c(0,1,2,0,4,5),siguiente=c(2,3,0,5,6,0),superficie=c(1,2,0,1,2,0)) > > En realidad es muchísimo más grande, pero creo que las primeras filas > servirán para explicar mi problema. > > El data.frame contiene los puntos de intersección entre fotones y > superficies. Dichos puntos están identificados con el campo "id". Por otro > lado, el campo "siguiente" indica cual es el id de la siguiente > intersección. Mi problema es que necesito crear una nueva columna llamada, > por ejemplo, superficie_siguiente, que in...
2005 Mar 31
1
CentOS as an internet gateway
I would add the below: -Recommend using CentOS 4.0 -Use squid rpm, no tar (this is for new users I'm guessing). -Recommend using etherape and iptraf (available as rpms) for a graphical overview of traffic. http://etherape.sourceforge.net/ -Recommend the use of chkrootkit, and TCP Wrappers (at the least put ALL: ALL EXCEPT PARANOID in /etc/hosts.allow) to protect servers. -Provide some
2009 Nov 03
2
Change negative values in column
...for (i in x) { if(x[i]<0) # Found a negative value { x[i]=minimum/10 # Change to a new non-negative value } } } nonNegative(Aa_non_neg) # Apply function on column _________________________________________________________________ Lagra alla dina foton på Skydrive. Det är enkelt och säkert! http://www.skydrive.live.com [[alternative HTML version deleted]]
2002 Feb 26
4
Help again for Samba 3.0
Hello again, althogh some of you already tried to help me, I still have the same problem: I'd like to test the new Samba 3.0 as a PDC for two Windows 2000 clients. My OS is FreeBSD 4.5 Can anyone help me with that ? I always get the errors : 'no user session key' and 'remote procedure call failed'. As I found out the error messages (on the clients) both change regularly.
2002 Feb 14
12
Home shares staying (NT4)
I am having the same trouble with automatically mounted home shares with samba 2.2.1a (PDC, domain logins, roaming profiles) and NT4WS sp6a. If I login as one user, logout, then login as another, I can view the previous users home share as well as my newly logged in users home share (lather, rinse, repeat...). The NT box has a machine account, domain logins work, profiles work, login scripts
2006 Mar 14
21
Changing default date format in Rails
I''ve spent all day digging through the rails api and postgres-pr on this, I think it''s time to ask the list. Postgres stores a Date in YYYY-MM-DD format. My users want the dates in MM/DD/YYYY format. Sure, I could explicitly convert it on the app level every place where a date is displayed, but that seemed like a DRY violation. I thought I''d be clever and simply