search for: thrice

Displaying 20 results from an estimated 55 matches for "thrice".

2006 Jan 31
1
Test Failed for CD3 and CD4
hi guys, I dont know if my burner here got a problem. Im downloaded the iso's for cd 3 and 4 thrice and burned it on the cd thrice also. but when i test the cd's they failed. But calculating the checksum was ok. any suggestions ? --------------------------------- Do you Yahoo!? With a free 1 GB, there's more in store with Yahoo! Mail. -------------- next part -------------- An HTM...
2010 May 24
2
[LLVMdev] Basic doubt related to Module::iterator
Hi, I believe that Module::iterator iterates through all the functions in a program. Am i wrong somewhere? I run this for different files, each having one function each ie main(), but for one it loops twice, and for another it loops thrice. for (Module::iterator I = M.begin(), E = M.end(); I != E; ++I) Can someone explain this behavior. regards, Ambika
2010 May 28
2
[LLVMdev] Basic doubt related to Module::iterator
...y functions other than main, it gives error. What can I do? regards, Ambika Trevor Harmon wrote: > On May 24, 2010, at 12:58 PM, ambika wrote: > >> I run this for different files, each having one function each ie main(), >> but for one it loops twice, and for another it loops thrice. >> for (Module::iterator I = M.begin(), E = M.end(); I != E; ++I) > > It might be iterating over the LLVM intrinsic functions as well as the > user-defined functions. Try printing out the function names on each > iteration and see what you get. > > Trevor >
2009 Mar 15
2
Summer of Code, LLVM, parallelization and R
...bit about this and am now wondering if this would make sense as a project for Google's Summer of Code program -- I have seen that the R foundation was accepted as a mentoring organization in 2008 and has applied to be one again in this year. I've already taken part in the SoC program thrice (working on Novell's JScript.NET compiler and run-time environment in 2005, writing a debugger for the Ruby programming language in 2006 and working on a detailed specification for the Ruby programming language in 2007) and it has always been a lot of fun and a great experience. One thi...
2010 May 25
0
[LLVMdev] Basic doubt related to Module::iterator
On May 24, 2010, at 12:58 PM, ambika wrote: > I run this for different files, each having one function each ie > main(), > but for one it loops twice, and for another it loops thrice. > for (Module::iterator I = M.begin(), E = M.end(); I != E; ++I) It might be iterating over the LLVM intrinsic functions as well as the user-defined functions. Try printing out the function names on each iteration and see what you get. Trevor
2009 May 05
1
HowTos/CentOS5ConvertToRAID - first draft complete
My first draft of http://wiki.centos.org/HowTos/CentOS5ConvertToRAID is complete. Please, give it a once or thrice over and let me know what you think. I didn't go into too much detail with some steps. If you think a specific step needs more explanation, let me know.
2010 May 28
0
[LLVMdev] Basic doubt related to Module::iterator
...> > regards, > Ambika > > Trevor Harmon wrote: > >> On May 24, 2010, at 12:58 PM, ambika wrote: >> >> >>> I run this for different files, each having one function each ie main(), >>> but for one it loops twice, and for another it loops thrice. >>> for (Module::iterator I = M.begin(), E = M.end(); I != E; ++I) >>> >> It might be iterating over the LLVM intrinsic functions as well as the >> user-defined functions. Try printing out the function names on each >> iteration and see what you get. &g...
2006 Aug 14
1
Presentation of multiple models in one table using xtable
...+ 3*x1 - 4*x2 + rnorm(100) > m1 <- summary(lm(y ~ x1)) > m2 <- summary(lm(y ~ x2)) > m3 <- summary(lm(y ~ x1 + x2)) Now you have estimated 3 different "competing" models, and suppose you want to present the set of models in one table. xtable(m1) is cool, but doing that thrice would give us 3 different tables. What I want is this one table: ----------------------------------------------------------- M1 M2 M3 ----------------------------------------------------------- Intercept 0.0816 3.6292 2.2272...
2003 Nov 26
1
NT account locking out
...or past 2 weeks we have an erratic problem which causes the windows account to lock thus making samba unfunctional. When I get the windows account unlocked then samba starts functioning properly again. I do not have a scenario to reproduce the problem and it appears once in 2 days or sometimes thrice in a day. This architecture was working for past 2 years without problems. When the error comes samba logs the following: [2003/11/26 11:28:43, 0] lib/util_sock.c:write_socket_data(542) write_socket_data: write failure. Error = Broken pipe [2003/11/26 11:28:43, 0] lib/util_sock.c:write_socket(...
2006 Dec 31
4
Does SQL group by have a heavy duty equivalent in R
I have hundreds of humans who have undergone SNP genotyping at hundreds of loci. Some have even undergone the procedure twice or thrice (kind of an internal control). So obviously I need to find those replications, and confirm that the results are the same. If there is discordance then I need to address it. I tried to use the aggregate function nr.attempts <-aggregate(RawSeq$GENOTYPE_ID,list(sample=RawSeq$SAMPLE_ID,assay=RawS...
2010 Nov 07
14
EC2 with puppet bootstrap notes and scripts
...-run-instances ... --user-data "myservername" ami-123abc # by definition, the first line MUST be the hostname # potentially in the future there could be more data curl --silent http://169.254.169.254/2008-02-01/user-data | head -n 1 > /etc/hostname hostname --file /etc/hostname # yes, thrice /usr/sbin/puppetd --no-daemonize --onetime --server puppetmaster.example.com /usr/sbin/puppetd --no-daemonize --onetime --server puppetmaster.example.com /usr/sbin/puppetd --no-daemonize --onetime --server puppetmaster.example.com # turn ourselves off and reboot chmod 644 /etc/puppet/ec2init.sh /s...
2015 Apr 23
0
How to stagger fsck executions
...ively-prime numbers, you can skew the set upwards quite a bit without increasing the largest value. The most efficient set I?ve been able to come up with is: 17, 19, 23, 25, 27, 28, 29, 31 The three composite values (25, 27, and 28) do not share any common factors: 25 uses 5 twice, 27 uses 3 thrice, and 28 uses 7 plus twice 2. My newer simulators give these results for the chances of a multi-volume fsck with your prime set: period: ~6.7 billion 2-volume: 8.12% 3-volume: 1.08% 4-volume: 0.09% >5: < 0.01% chance total: 9.3% My relatively prime improve...
2010 Sep 13
2
How to generate a particular sequence ?
Dear R, I have a vector, say a = c(1,2,4,5,6,8). Can I generate a vector or array (2-by-3-by-3) of this form c(1,2,1,2,1,2,4,5,4,5,4,5,6,8,6,8,6,8), in which every two elements in "a" have been repeated twice? I am to stupid today and could not figure this simple question out... Many many thanks! Feng -- Feng Li Department of Statistics Stockholm University 106 91 Stockholm,
2006 Oct 26
1
A faster way to calculate Trace?
I want to know how to get trace of product of matrices **faster** when the matrices are really big. Unfortunately the matrices are not symmetric. If anybody know how to get the trace of it, please help me. An example is as below. n <- 2500 a <- matrix(rnorm(n*n),n,n) b <- matrix(rnorm(n*n),n,n) tr1 <- sum(diag(a %*% b)) tr2 <- sum(diag(a %*% b %*% a %*% b)) Thanks, Yongwan Chun
2002 Jan 09
0
IRIX 6.5 RhostsRSA problems
...and I'll send them along. If it is a bug, I'll be more then happy to assist in tracking it down and fixing it. Thanks, - Dan Wright (dtwright at uiuc.edu) (http://www.uiuc.edu/~dtwright) -] ------------------------------ [-] -------------------------------- [- ``Weave a circle round him thrice, / And close your eyes with holy dread, For he on honeydew hath fed, / and drunk the milk of Paradise.'' Samuel Taylor Coleridge, Kubla Khan -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 229 b...
2003 Jul 11
1
Problem with VSS access via Samba
...ecuted smbstatus command to check the status of the samba server. I noticed that there are more than 30 users who made accessed to the share VSS repository, and more than 50 users who made accessed to other share folders. I'm wondering why VSS application hanged? This problem already happened thrice (3) in a month now. My temporary solution to this problem is to restart the samba service, which is for me a not so very good solution. Does anyone have had the same experienced with this? I hope you could give me some pointers on how to solve or find some better workaround. Is it possible that...
2006 May 27
0
Patch proposal for match.fun()
...o match.fun() does not break anything. I realise that there is now a lot of code replication in the function, but was not sure whether it would be worthwile to write a small helper function to reduce this replication. (In particular, I was not sure whether that would then involve using substitute thrice. Since I rarely use this command I am not so sure about its proper use.) Also, I presume it is debatable whether a warning should be issued if the lookup using get() fails if the argument was a character string of length one. Personally, I like it because the user still gets some feedback that h...
2013 Aug 14
1
ssh.c - allocated wrong size for sensitive_data.keys?
Hello, There's a memory allocation for sensitive_data.keys in ssh.c:848 which uses size of Key instead of Key*. This is probably harmless but seems to be wrong. --- a/ssh.c +++ b/ssh.c @@ -846,7 +846,7 @@ main(int ac, char **av) options.hostbased_authentication) { sensitive_data.nkeys = 7; sensitive_data.keys = xcalloc(sensitive_data.nkeys, -
2004 Aug 02
2
rsync "-I" vs. "-c"
If I use the "-I" to ignore date and size as quick-check methods of determining change, what method does it use to determine difference? If it falls back to checksumming the entire file, maybe the manpage might warn that this would be as expensive as using the "-c" option...or not depending on what it uses for determining difference at that point. So exactly how does rsync
2004 Oct 28
1
plot.baysian error = only 0's may mix with negative subscripts
Dear R users and developers After upgrading to Windows XP and R 1.9.1 and 2.0, I retried to execute plot.baysian() to a data set that I had used previously to plot with no problem in win2000 R1.8. The error I get is: Error in points(Mbar[-index], lods[-index], pch = ".") : only 0's may mix with negative subscripts Thanx in advance Dino P.S. I allready sent this message