search for: toi

Displaying 20 results from an estimated 46 matches for "toi".

Did you mean: to
2010 Apr 05
2
find the "next non-NA" value within each row of a data-frame
...ch row of a data-frame. #e.g. I have a data frame mydata. Rows 1, 2 & 3 have soem NA values. mydata <- data.frame(matrix(seq(20*6), 20, 6)) mydata[1,3:5] <-  NA mydata[2,2:3] <-  NA mydata[2,5] <-  NA mydata[3,6] <-  NA mydata[1:3,] #this loop accomplishes the task; I am tryign toi learn a "better" way for(i in (ncol(mydata)-1):1 ){ mydata[,i] <- ifelse(is.na(mydata[,i])==TRUE,mydata[,i+1],mydata[,i]) } mydata[1:3,] #Thank you. I appreciate the help. [[alternative HTML version deleted]]
2007 May 14
1
(no subject)
Le Monday 14 May 2007 23:51:40 Paul Martin, vous avez ?crit?: > On Mon, May 14, 2007 at 03:07:30PM -0500, Andrea Casta?o Gonzalez wrote: > > JE SUIS DEJA INSCRITE > > Is that the French equivalent of > > UNSUBSCIBE!!!! > > ? D?sinscrit toi :) Romain -- Preacherman, don't tell me, Heaven is under the earth. I know you don't know What life is really worth. It's not all that glitters is gold; 'Alf the story has never been told: So now you see the light, eh! Stand up for your rights. Come on!
2006 Jan 05
1
troubleshooting hangups?
...into Asterisk via PRI, then connect to a Panasonic DBS PBX via PRI. Outbound calls from the PBX go out via PRI to Asterisk, then out to the Telco's PRI. The sync LEDs on my PBX show that it is synced to Asterisk via the PRI. I have users complaining about random hangups. What is the best way toi approach finding the issue? ref: zttest looks good. ./zttest -vv Opened pseudo zap interface, measuring accuracy... 100.000000% 100.000000% 100.000000% 100.000000% 100.000000% 100.000000% 100.000000% 99.987793% 100.000000% 100.000000% 100.000000% 100.000000% 100.000000% 99.987793% 100.000000% 10...
2007 Jul 12
1
bmp => xpm
Salut Alex, je voudrais savoir comment faire pour passer le format bmp, par exemple, en format xpm? Est-ce qu''il est possible de lire des formats bmp(entre autre) avec StaticBitmap? C''est toi en photo dans l''exemple de StaticBitmap? merci Sebastien _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 May 11
2
[LLVMdev] Live Intervals and Register Classes
...all LiveRange entries in the LiveInterval are consistent in that if allocated to a register they would all go in the same register class. Fair assumption? If I take the first LiveRange LR from LI, look up its instruction/operand at "start" and then look at its TargetOperandInfo and send TOI::RegClass to MRegisterInfo:getRegClass, is that sufficient. It seems way overly complicated. After LiveIntervalAnalysis runs we have a set of LIs we can iterate over. What's the most efficient way to get the register classes for these intervals so I know which machine registers they can go i...
2005 Oct 20
3
problème d'import de fichier
hello! je veux importer un fichier de donnees excel que j'ai au prealable converti en fichier txt avec separateurs tab, fichier de la forme entree simple (suite de colonnes contenant des variables). Voila ma ligne de commande : > poussins <- read.table("poussins.txt", header=T, sep="\t") et sa reponse Erreur dans scan(file = file, what = what, sep = sep, quote =
2004 May 23
1
A (maybe)_ easy solution to global login script for group checking
.../tools/new/ifmember-o.asp Then the script is: @echo off ifmember "DOMAIN\group1" if not errorlevel 1 goto group2 net use r: \\SERVER\group1files :group2 ifmember "DOMAIN\group2" if not errorlevel 1 goto group3 net use s: \\SERVER\group2files :group3 .... So according toi group the network drives get mapped. It's all in one login script and makes things easy! I couldn't find this in the archives so I thought I'd share this. What's nice is that you have the ifmember only on the server. Hope it's not just repeating something I missed somewhere,...
2001 Sep 20
0
G-test : log-likelihood ratio test
...es' and Williams' corrections are implemented. I've put some examples from Sokal & Rohlf up at http://www.psych.ualberta.ca/~phurd/cruft Feedback welcomed, -P. # Kludgy log-likelihood test of independence & goodness of fit # Does Williams' and Yates' correction # # G (TOI) calculation from Zar (2000) Biostatistical Analysis 4th ed. # G (GOF) calculation from Sokal & Rohlf (1995) Biometry 3rd ed. # q calculation from Sokal & Rohlf (1995) Biometry 3rd ed. # TOI Yates' correction taken from Mike Camann's 2x2 G-test fn. # GOF Yates' correction as des...
2008 Nov 12
0
[LLVMdev] Validating LLVM
...> experience with > LLVM and the community development model here and see its benefits > as well as > challenges. This proposal attempts to address what I feel is the main > challenge: testing and stability of LLVM between releases. > > Please take a look and send feedback toi the list. I'd like to get > the > process moving early in the 2.4 cycle. > Hi Dave, Here are my opinions: I like the idea of regular validation tagging. However, I think that it should be as automated as possible. I'm worried that validation testing will be pushed off of p...
2019 May 23
4
[RFC][PATCH] kernel.h: Add generic roundup_64() macro
On Thu, 23 May 2019 08:10:44 -0700 Linus Torvalds <torvalds at linux-foundation.org> wrote: > On Thu, May 23, 2019 at 7:00 AM Steven Rostedt <rostedt at goodmis.org> wrote: > > > > +# define roundup_64(x, y) ( \ > > +{ \ > > + typeof(y) __y = y;
2008 Nov 10
10
[LLVMdev] Validating LLVM
...parties. We've got consideral experience with LLVM and the community development model here and see its benefits as well as challenges. This proposal attempts to address what I feel is the main challenge: testing and stability of LLVM between releases. Please take a look and send feedback toi the list. I'd like to get the process moving early in the 2.4 cycle. Thanks for your input and support. -Dave -------------- next part -------------- LLVM Validation Proposal ------------------------ *Motivation* LLVM Top of Trunk (ToT) is fairly u...
2019 May 23
0
[RFC][PATCH] kernel.h: Add generic roundup_64() macro
...__ret = size_fn(x, prefix##_s, __VA_ARGS__); \ __ret; }) which would allow typed integer functions like this. So you could do something like #define round_up(x, y) size_fn(x, round_up_size, x, y) and then you define functions for round_up_size8/16/32/64 (and you have toi declare - but not define - round_up_sizebad()). Of course, you probably want the usual "at least use 'int'" semantics, in which case the "type" should be "(x)+0": #define round_up(x, y) size_fn((x)+0, round_up_size, x, y) and the 8-bit and 16-bit cases...
2003 Aug 26
2
French Translation of the Shorewall Setup Guide
Thanks to Fabien Luciole, there is now a French version of the Shorewall Setup Guide (http://shorewall.net/shorewall_setup_guide_fr.htm). Thanks Fabien!!! -Tom -- Tom Eastep \ Shorewall - iptables made easy Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net
2007 May 14
2
(no subject)
JE SUIS DEJA INSCRITE _________________________________________________________________ Charla con tus amigos en l?nea mediante MSN Messenger: http://messenger.latam.msn.com/
2007 Apr 02
0
Glm and random effects
Hi, I'm traing to use the GLM to find tendences on my data. E.G. Data.frame: MyData Len Zone Year 12 1 2002 21 1 2003 32 1 2004 32 2 2002 32 2 2003 31 2 2004 3 3 2002 4 3 2003 3 3 2004 32 4 2002 4 4 2003 5 4 2004 I want toi fing tendences on the len, if they change over the year (the anova say yes), but I wan't to include the zone as a Random effect So, I have something like this: SalGLM <- glm(MyData$Len ~ factor(MyData$year)) summary.glm(SalGLM) But, I really don't know how to incorporate the zone as...
2005 Jun 06
1
Grisbi 0.5.7
...re now available on our download page http://www.grisbi.org/download.en.html#centos. Regards. -- Ce que je comprends pas, c'est pourquoi leurs votes compte plus ? Et surtout, ca leur rapporte QUOI ???? Putain faut vraiment ?tre CON, grave. -+- A in GNU - La Cabale, c'est plus FORT que toi ! -+- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20050606/93a4cc6a/attachment-0004.sig>
2005 Mar 02
1
(Ssh / sft /scp password problems, agent runs fine) root
...3 uname -a Password: SunOS devil3 5.8 Generic_117350-02 sun4u sparc SUNW,Ultra-Enterprise Runs fine fbeckman: ssh root at devil3 uname -a Password: SunOS devil3 5.8 Generic_117350-02 sun4u sparc SUNW,Ultra-Enterprise HANGS Frank ________________________________________ Vodafone D2 GmbH Gruppe TOIS IT-Infrastrukture Service Support Billing & Customer Care Am Seestern 4 / E2-09 D-40547 D?sseldorf Telefon: +49 (0)211-533 5758 Fax: +49 (0)211-533 1256 E-Mail: Frank.Beckmann at vodafone.com
2005 Nov 23
1
Wine and 64 arhitectures
Hi, probably this question was already posted, but i'd like an update / estimation to this. Can Wine run on 64bit processors (compiling + no chroot to 32bit environment)? For 32bit applications - i mean - not for 64 bit apps? Is there an estimation for when wine will be compilable on 64bit arhitectures (even without support for 64bit apps)? Since as far as i worked through the source-code,
2002 Oct 13
0
can't add "Domain Users" group to local "Power Users" group
...3 18:10:27, 2] rpc_server/srv_samr_nt.c:access_check_samr_object(94) _samr_open_group: ACCESS DENIED (requested: 0x0000004e) This is on debian unstable with samba 3.0 alpha and ldapsam. Cheers, -- THESEE: Je t'aimais ; et je sens que malgr? ton offense, Mes entrailles pour toi se troublent par avance. (Ph?dre, J-B Racine, acte 4, sc?ne 3)
2003 Apr 30
1
configuration de samba
bonjour , Je suis un debutant sur linux et je voudrais configurer samba pour 2 machines un sur windows 2000 et l'autre sous linux redhat 8.0 je souhaite que vous m'envoyez un exemple de configuration simple et qui puisse fonctionner car quand je surf sur le net je me brouille et j'ai pas exactement ce que je veux Coordialement