Displaying 20 results from an estimated 11000 matches similar to: "R as server in Windows"
2004 Aug 06
2
[PATCH] Make SSE Run Time option.
Hi Jean Marc,
I think there is just a confusion over terminology going on here- I agree that
support for 3dnow base version may not necessarily be relevant; However,
even though 3dNow extended is a bastardized version of SSE, it still supports
the same instructions, and that is what is important- I don't think we
intend to
add any AMD specfic code.
The real issue is cross CPU SSE support,
2007 Jul 26
6
Ferret - current status?
Hi guys,
Having committed a fairly large project to ferret I''m a little concerned
that ferret svn has been essentially unavailable for weeks (pretty much
every time I try I get "can''t connect") and more so now that
davebalmain.com has gone off the air.
Without meaning to pry, does anyone know whether existing problems in
ferret are likely to get fixed? (I can get
2003 Oct 15
2
My Grandstream works, but my X-Lite doesn't:no sound after 5sec
This is troubling. Shouldn't your hubs/routers autosense the 10MBPS?
---------- Original Message ----------------------------------
From: WipeOut <wipe_out@lycos.co.uk>
Reply-To: asterisk-users@lists.digium.com
Date: Wed, 15 Oct 2003 07:53:13 +0100
>Steven J. Sobol wrote:
>
>>On Wed, 15 Oct 2003, Jon Pounder wrote:
>>
>>
>>Nothing works. Call transfer
2003 Dec 29
5
include a file ?
ok, I've got yet another newbie question.
My extensions.conf is getting rather longish and I'm getting dizzy
moving back and forth editing this thing. Can I use the include command
to include a file in order to break extensions.conf up into more
manageable pieces ? Is breaking up the extension.conf file an OK thing
to do ?
Maybe something like this:
include
2009 Oct 02
1
One side SIP goes dead on length conversation
Has anyone seen something like this before. Randomly, on longish calls, the
local side of the call audio goes dead. Meaning remote caller can hear us
but we cannot hear the remote person?
Linux voip 2.6.18-128.1.6.el5 #1 SMP Wed Apr 1 09:10:25 EDT 2009 x86_64
x86_64 x86_64 GNU/Linux
Asterisk 1.4.24.1, Copyright (C) 1999 - 2008 Digium, Inc. and others.
WANPIPE Release: 3.4.1
Wanpipe Config:
2010 Feb 21
2
Newbie woes with par:mar
I have a simple barchart with horizontal bars and horizontal tick labels,
produced with
barplot(x, horiz = T, names.arg = c, las = 1)
The labels are longish strings, truncated on the plot. I wish to leave more
space for the left margin, and experiment with mar parameter,
barplot(x, horiz = T, names.arg = c, las = 1, mar = c(5, 15, 4, 2))
trying various values for the second vector element, but
2004 Jul 15
2
Update ash-port to NetBSD-1.6.1
Hi all,
this patch updates the ash-port of klibc to that one found in
NetBSD-1.6.1 instead of the horribly old one currently used. It's a bit
longish (appearently there has been some work done between 1993 and
today), but now it's even useable on 64-bit systems :-).
Plus I've added some nice-to-have builtins, e.g. printf.
Cheers,
Hannes
--
Dr. Hannes Reinecke hare@suse.de
SuSE
2003 Mar 21
1
Download to ext3 partition stalls
Hi ext3-gurus,
I was doing some testing of our 100 Mbit ethernet at work, and found a
weird problem which appears to be ext3 releated as far as I can tell.
The test is very simple. I use ncftp to connect to another machine
running vsftpd and download a very large file over the network. The
network is switched, and I get 8-10 MB/s transfers usually.
Now, if I download to /dev/null ("get
2016 Sep 12
1
R (development) changes in arith, logic, relop with (0-extent) arrays
> > But isn't the intent to make it an error later? So I assume we're
> > debating making it an error, not just a warning.
>
> Yes, that's correct.
> But if we have a longish deprecation period (i.e. where there's
> only a warning) all important code should have been adapted
> before it turns to an error
That might be true for
2003 Jun 21
1
optim with contraints
There seems to exist peculiar cases where optim does not take care
of constraints on the parameters to be optimized over. The call to
optim is of the form
opt <- optim(cp, fn=sn.dev, gr=sn.dev.gh, method="L-BFGS-B",
lower=c(-Inf, 1e-10, -0.99527),
upper=c( Inf, Inf, 0.99527),
control=control, X=X, y=y, hessian=FALSE)
The code has worked fine
2015 Oct 06
2
Can this be done with NUT? (ordered shutdown, revisited)
Good morning everyone,
we're currently in the process of redesigning our UPS signalling scheme,
and decided to have a closer look at NUT.
This is our setup:
- a (really) big UPS (Piller, with a web/SNMP interface)
- several computer rooms with equipment of different importance,
managed by several people not sharing ssh keys etc., with an
unknown number of machines
- IPMI signalling to
2013 Dec 08
1
About the google-invisibility of this list
Hi,
i wondered why our happy bug hunt about the uninitialized
register did not pop up in Google during a search for
recent mentionings of xorriso.
Wasn't there a thread about google-invisibility a few months
ago ?
So i began to watch and made an experiment.
Can it be that this HTML tag
META NAME="robots" CONTENT="noindex,follow"
in
2002 Feb 28
2
R help search engine
I recently "discovered" how useful the search engine & keywords portion of
R help can be. I often remember that I could do certain things in R but do
not quite remember the right commands. The keywords by topic section of
the search engine is particularly useful for that. It incorporates
information from installed packages which makes it even more useful.
I just ran into the
2019 Apr 04
1
[PATCH] drm/cirrus: rewrite and modernize driver.
On Wed, Apr 3, 2019 at 5:23 PM Gerd Hoffmann <kraxel at redhat.com> wrote:
>
> Time to kill some bad sample code people are copying from ;)
>
> This is a complete rewrite of the cirrus driver. The cirrus_mode_set()
> function is pretty much the only function which is carried over largely
> unmodified. Everything else is upside down.
>
> It is a single monster patch.
2012 Nov 16
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
Hi Susan,
Jakob pointed out to me that the Gcra.cpp allocator doesn't record
basic-block live-ins, which are used by the verifier to check correctness.
You can record which variables are live into a basic block with
MachineBasicBlock::addLiveIn(unsigned physReg). I don't know the verifier
well, but if it's using other built in infrastructure for register
allocation then it may not be
2009 Jun 03
1
[LLVMdev] RFA: Alignment of Strings
One of our developers pointed out that GCC generates something akin to
this on Darwin:
$ cat t.c
__private_extern__ void bar(const char *format, ...)
__attribute__ ((format (printf, 1, 2)));
void foo(const char *i, const char *b) {
bar("this is some error message that is kind of longish.");
}
$ gcc -arch i386 -S -o - t.c -Os
.cstring
.align 2
LC0:
.ascii "this is some
2006 May 17
6
ActiveRecord#to_param
Hello,
to implement some some kind of optimistic locking, I want to build a
view, where an object is displayed together with a link containing the
data of the displayed object. My first try looked something like
<%= object.object_discription %>
<%= link_to "action", :action => "take_action", :data => object %>
this won''t work because object is of
2003 May 31
3
function to populate a matrix based on a lookup to another matrix ?
Hi,
This is a beginner R question.
I have a 4x4 matrix named 'lookup' with the following values:
1 2 3 4
1 0.000000 2.828427 5.656854 8.485281
2 2.828427 0.000000 2.828427 5.656854
3 5.656854 2.828427 0.000000 2.828427
4 8.485281 5.656854 2.828427 0.000000
I then create a new empty matrix named 'dd' with specfic row and col names :
2000 Jun 17
2
R 1.1.0 for Windows
Windows binaries at CRAN (bin/windows/Windows-NT/base) have been updated
to R-1.1.0. See below for a list of Windows-specific changes.
We thanks all the people who checked over pre-test versions.
guido masarotto
(for the R-core team)
Windows-specific changes to R
=============================
There is now a GUI preferences editor on the Edit menu in Rgui.
A data entry editor is now
2000 Jun 17
2
R 1.1.0 for Windows
Windows binaries at CRAN (bin/windows/Windows-NT/base) have been updated
to R-1.1.0. See below for a list of Windows-specific changes.
We thanks all the people who checked over pre-test versions.
guido masarotto
(for the R-core team)
Windows-specific changes to R
=============================
There is now a GUI preferences editor on the Edit menu in Rgui.
A data entry editor is now