search for: yourcod

Displaying 6 results from an estimated 6 matches for "yourcod".

Did you mean: yourcode
2009 Feb 22
3
football manager 05?
Hi, i'm new to Linux. I have got Ubuntu 8.10. I want to play fm2005, i have the Window bin. file. i knew what to do with it on Windows to get it working, but don't know how to on Linux. Someone told me to download Wine, which i have done, but now i am stuck. Thanks in advance, James
2008 Jul 09
0
[LLVMdev] Refusing to store single element
On Wed, 9 Jul 2008, Nicolas Capens wrote: > I'm hitting the following assert in PredicateSimplifier.cpp:961 : Hi Nicolas, The predsimplify pass is experimental at best, and should be removed at worst. I don't think it is going to be futher developed, so I'd suggest staying away from it. -Chris > > > assert(!CR.isSingleElement() && "Refusing to store
2007 Feb 08
2
path for source()
hello, i have a couple of .R files distributed about my file system. i commonly source() these from other files, but i have to include the full file path. this is not always convenient if you move files around. is there a way of setting the search path for source()? thanks a lot! cheers, andrew. -- Andrew B. Collier Space Physics Group Hermanus Magnetic Observatory Honorary Research Fellow
2008 Jul 09
3
[LLVMdev] Refusing to store single element
Hi all, I'm hitting the following assert in PredicateSimplifier.cpp:961 : assert(!CR.isSingleElement() && "Refusing to store single element."); If I ignore it the generated code appears correct so I'm not sure what this assert is supposed to be for. Am I doing something wrong on my end or is this a superfluous assert or it really indicates an LLVM bug? The
2006 Jul 05
5
Print Cost Capture
My company would like to start capturing printing costs. Is there a way to configure the printing interface to prompt users for a billing code? -- David Sonenberg, CCNA, GCIH Manager, Information Technology Stroz Friedberg, LLC 15 Maiden Lane 15th Floor New York, NY 10038 Tel 212.981.6527 Fax 212.981.6545 This message is for the named person's use only. It may contain confidential,
2007 Sep 13
3
how to obtain the CPU time of my program
Dear R users and experts, I am current running a program (a series of commands) in R. such as: A <- as.matrix(read.table("C:/LP.txt")); a=which(memb==q); b=a; B=as.matrix(A[a,b]) LS=sum(B)/2; TL=sum(A)/2 i<-c(1:NN); D=sum(A[a,i]); how can i obtain the CPU time used for these commands ? I have seen the system.time function but i am not sure how to use it. Could anyone help