Displaying 10 results from an estimated 10 matches similar to: "help in long loops"
2011 Jul 08
2
problem to set CRAN mirror
Dear Sir,
When i am trying to set CRAN mirror to install packages, its showing the following messages, i can't install the packages
> > > chooseCRANmirror()
Warning message:
In open.connection(con, "r") :
  unable to connect to 'cran.r-project.org' on port 80.
Best regards
Mahmud
	[[alternative HTML version deleted]]
2005 Aug 03
9
Benchmarking Xen (results and questions)
Hi all,
Here are some benchmarks that I''ve done using Xen.
However, before I get started, let me explain some of configuration
details...
Xen Version	SPECjbb	
	WebBench	
Linux Distribution	Debian 3.1	
HT	disabled	
Linux Kernel	2.6.12.2	
Host Patch	CK3s	
Here are the initial benchmarks
	SPECJBB	WebBench				
	1 Thread	1 Client	2 Clients	4 Clients
8 Clients	
	BOPS	TPS	TPS	TPS	TPS	
Host
2009 Dec 06
2
Error in eval(expr, envir, enclos) : object 'N' not found
I'm running an LSODA to generate some graphs, but I need to stop at a certain
point and use those values to generate another LSODA output.  This is
working fine, but when I try to run the second LSODA, I get the "Error in
eval(expr, envir, enclos) : object 'N' not found".  Any ideas what can be
causing this? I have no object 'N' anywhere in the script.  I made an
2013 Feb 13
5
spearman correlation and p-value as a matrix
I have two data matrices that I want to make the correlation between each column from data1 and each column from data 2 and also calculate the p-value Matrices dont have the same size and I tried such a script.
> bg <- read.table (file.choose(), header=T, row.names) 
> bg 
> Otu00022 Otu00029 Otu00039 Otu00042 Otu00101 Otu00105 Otu00125 Otu00131 Otu00137 Otu00155 Otu00158 Otu00172
2007 Aug 24
1
Has anyone experience with rsync out of memory
Hello,
we are using rsync on AIX and run into out of memory.
There have been some threads about out of memory and FAX
tells that this is a known problem. So I need to finde
a workaround for this.
Please help me!
We try to sync many (nnnn) Thumbnails of size 2k between
AIX and Linux with
   rsync -a --delete --rsh=ssh <source dir> <user>@<server>:<target dir>
I
2007 Mar 29
3
Asterisk hangs up SIP call after 6 200 retransmits
I have the following scenario:
PSTN gateway (202.180.nnn.nnn) -> OpenSER 1.0.1 (147.202.nnn.nnn) -> Asterisk 1.2.16
(203.89.nnn.nnn)
When an incoming call is received, often (but not always) Asterisk repeatedly sends a SIP 200 OK message and eventually hangs up the call. 
sip.conf
[general]
port = 5060           ; Port to bind to (SIP is 5060)
bindaddr = 0.0.0.0    ; Address to bind to (all
2006 Jul 05
0
RedCloth Error with :filter_html and external images links
Hi all,
I''m trying to use RedCloth to filter HTML out of some user generated content
using the :filter_html setting and I get the same error as reported in the
link below.
http://rubyforge.org/tracker/index.php?func=detail&aid=3262&group_id=216&atid=891
Has anyone found a workaround for this?
-- 
Thanks,
Sam
-------------- next part --------------
An HTML attachment was
2008 May 02
0
Wine release 0.9.61
This is release 0.9.61 of Wine, a free implementation of Windows on Unix.
This release marks the beginning of the code freeze for the 1.0 release.
What's new in this release (see below for details):
  - Automatic updating of the WINEPREFIX directory.
  - Winhelp now uses Richedit as display engine.
  - Many RichEdit fixes.
  - More improvements to IME support.
  - More quartz fixes.
  -
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions 
as well and I agree, we should definitely try to combine our efforts to 
improve MergeFunctions.
Just to give you some context, the pass (with the similar function 
merging patch) is already being used in a production setting. From my 
point of view, it would be better if we focus on improving its 
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hello Sean and Tobias,
Sean,
Thank you. Could you describe Nick's ideas in few words or give me links 
to your discussion, so I could adapt my ideas to it.
Tobias,
Your patch fails on several modules in my benchmark (73 of ~1800 tests). 
I have sent one as attachment.
See statistics files for more details, all the .ll files you could 
simply find in test-suite object directory (after