Displaying 20 results from an estimated 225 matches for "986".
Did you mean:
98
2013 Jan 20
2
[LLVMdev] local test-suite failures on linux
There is almost certainly a bug in lnt or the makefiles.
I changed the body of Burg main to the following:
+ printf("Hello World\n");
+ return 0;
I re-ran the test-suite again and got the following errors:
--- Tested: 986 tests --
FAIL: MultiSource/Applications/Burg/burg.execution_time (494 of 986)
FAIL: MultiSource/Applications/ClamAV/clamscan.execution_time (495 of 986)
FAIL: MultiSource/Applications/lemon/lemon.execution_time (496 of 986)
FAIL:
MultiSource/Benchmarks/MiBench/automotive-bitcount/automotive-bitcou...
2014 Nov 07
7
[Bug 986] New: ulogd fails to build against linux headers >= 3.17.0 due to ULOG target removal
https://bugzilla.netfilter.org/show_bug.cgi?id=986
Bug ID: 986
Summary: ulogd fails to build against linux headers >= 3.17.0
due to ULOG target removal
Product: ulogd
Version: SVN (please provide timestamp)
Hardware: x86_64
OS: Gentoo
Status:...
2013 Mar 11
2
[LLVMdev] LNT usage
...be found for logger "lnt.server.db.migrate"
Importing 'tmpItDGOn.json'
Import succeeded.
Processing Times
----------------
Load : 0.00s
Import : 0.22s
Report : 0.48s
Total : 0.48s
Imported Data
-------------
Added Machines: 1
Added Runs : 1
Added Tests : 493
--- Tested: 986 tests --
FAIL: MultiSource/Applications/Burg/burg.execution_time (494 of 986)
FAIL: MultiSource/Applications/ClamAV/clamscan.execution_time (495 of 986)
FAIL: MultiSource/Applications/lemon/lemon.execution_time (496 of 986)
FAIL: MultiSource/Benchmarks/MiBench/automotive-bitcount/automotive-
bitcou...
2007 Apr 29
0
[986] branches/wxruby2/wxwidgets_282/swig/classes/Frame.i: Default constructor is required for use with XRC
...patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[986] branches/wxruby2/wxwidgets_282/swig/classes/Frame.i: Default constructor is required for use with XRC</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>986</dd>
<dt>Author</dt> <dd>brokentoy</dd>...
2013 Jan 20
0
[LLVMdev] local test-suite failures on linux
Hi,
I figured out how to resolve the failures. I noticed that Mountain Lion
includes Bison 2.3 while Ubuntu 12.04 includes Bison 2.5. I installed
Bison 2.3 from source in Ubuntu and the failures went away.
I'm a little concerned that the bison version fixed all the failures I was
seeing. To my knowledge the only failing test that depended on bison was
Burg. It almost looks like one failure
2013 Jan 22
0
[LLVMdev] local test-suite failures on linux
...com> wrote:
> There is almost certainly a bug in lnt or the makefiles.
>
> I changed the body of Burg main to the following:
>
> + printf("Hello World\n");
> + return 0;
>
>
> I re-ran the test-suite again and got the following errors:
>
> --- Tested: 986 tests --
> FAIL: MultiSource/Applications/Burg/burg.execution_time (494 of 986)
> FAIL: MultiSource/Applications/ClamAV/clamscan.execution_time (495 of 986)
> FAIL: MultiSource/Applications/lemon/lemon.execution_time (496 of 986)
> FAIL:
> MultiSource/Benchmarks/MiBench/automotive-bi...
2013 Jan 17
3
[LLVMdev] local test-suite failures on linux
Hi,
I get the following failures when I run the test-suite on linux (Ubuntu 12.04) using LNT (lnt runtest nt ...):
(all are execution failures)
MultiSource/Applications/Burg
MultiSource/Applications/ClamAV
MultiSource/Applications/lemon
MultiSource/Applications/obsequi
MultiSource/Benchmarks/MiBench/automotive-bitcount
2005 Feb 22
0
[Bug 986] scp: support for "proxy mode"
http://bugzilla.mindrot.org/show_bug.cgi?id=986
Summary: scp: support for "proxy mode"
Product: Portable OpenSSH
Version: 3.9p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: scp
AssignedTo: open...
2006 Apr 17
0
[Bug 986] scp: support for "proxy mode"
http://bugzilla.mindrot.org/show_bug.cgi?id=986
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Comment #...
2001 Jun 18
1
approxfun(*, ties=) returning "random" result (PR#986)
Platforms : SunOS and Linux, both using gcc 2.95.[23]
R versions : 1.2.3 and "R-devel"
I came accross this when trying to debug a somewhat sub-optimal behavior of
ecdf() from package stepfun.
What happens is that approxfun(*, ties = <function>)
does not always return the same result for identical arguments.
I tried "min", "max", and "mean" all of
2007 Jan 28
4
Use Microsoft shared fax printer?
Hello:
Is it possible to use Samba to send documents to
a Microsoft Shared Fax Printer?
How would I give it the phone number and other recipient
details that normally comes in the popup window when
I print to a shared fax printer from Windows?
Thanks,
Neil
--
Neil Aggarwal, (214)986-3533, www.JAMMConsulting.com
FREE! Eliminate junk email and reclaim your inbox.
Visit http://www.spammilter.com for details.
2003 Apr 23
1
R scripting patches for R-1.7.0
...non-interactively, e.g.:
#!/usr/local/lib/R/bin/R.bin --script
cat("Hello World!\n")
I've updated the patches for R-1.7.0; if you're interested in the
patches, e-mail me at mckay@gmr.com, and I'll send them to you.
--
Neil D. McKay, Mail Code 480-106-359 Phone: (586)986-1470 (GM:8-226-1470)
Manufacturing Systems Research Lab FAX: (586)986-0574 (GM:8-226-0574)
GM Research & Development Center Internet e-mail: mckay@gmr.com
30500 Mound Road
Warren, Mich. 48090
2003 Oct 31
4
Array Dimension Names
...ummary? I don't want to name
the individual elements of each dimension (such as with dimnames) but rather
name the dimensions. Thanks for your help.
Benjamin Stabler
Transportation Planning Analysis Unit
Oregon Department of Transportation
555 13th Street NE, Suite 2
Salem, OR 97301 Ph: 503-986-4104
2002 Apr 11
3
Mods that allow R scripts
...ritten as:
#!/usr/local/lib/R/bin/R.bin --script
cat("Hello, World!\n");
The mods required to enable this aren't particularly major.
(Adds about 70 lines of code, IIRC.) Anyone else interested
in adding this to the R core?
--
Neil D. McKay, Mail Code 480-106-359 Phone: (586)986-1470 (GM:8-226-1470)
Enterprise Systems Lab FAX: (586)986-0574 (GM:8-226-0574)
GM Research & Development Center Internet: mckay@gmr.com
30500 Mound Road
Warren, Mich. 48090
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing...
2016 Jul 27
3
frustrations with shares
...FS file system..
Thanks in advance
Frank Kahle
FileCatalyst | Unlimi-Tech Software
Recipient of the 66th Annual Technology and Engineering EmmyR Award
+ 1 613 667 2439 ext 114
1 877 327 9387 NA toll-free
1 613 986 4896 mobile
<http://www.filecatalyst.com> www.filecatalyst.com
1725 St. Laurent Blvd, #205
Ottawa, On
K1G 3V4
2008 Aug 25
1
cbind in data.frame
...of columns has been replaced by
number. in the script below, column should be aaa,bbb,ccc but I was given 1,2,3.
but when I change the column to vector, it gave me correct contents. can you please
tell me why?
> d<-read.table("aaa.txt")
> d
V1 V2
1 aaa 123
2 bbb 345
3 ccc 986
> cbind(d[,1],d[,2])
[,1] [,2]
[1,] 1 123
[2,] 2 345
[3,] 3 986
> cbind(as.vector(d[,1]),d[,2])
[,1] [,2]
[1,] "aaa" "123"
[2,] "bbb" "345"
[3,] "ccc" "986"
>
[[alternative HTML version deleted]...
2008 Aug 06
3
Help in running Stata dataset in R
...dob Date
6 ageyrs integer
7 agemths integer
8 sex character
I cannot figure out what the problem is.
Please help me.
Kind regards,
Lazarus Mramba
Junior Statistician
P.O Box 986, 80108,
Kilifi, Kenya
Mobile No. +254721292370
Tel: +254 41 522063
Tel: +254 41 522390
(office extension : 419)
2004 Jul 26
2
Hosts Allow
...IP range of 155.72.192.1 to 155.72.223.252. Is there a IP format, wild card
or file that I can use so the hosts allow line looks manageable. I would
hate to type several different ranges into it because it would get messy.
Any suggestions would be greatly appreciated.
Thank You
Rob Kennedy
(586) 986-8176
2013 Jul 04
2
Libvirt, virtmanager & Windows 7 installation partition
...[15366.588669] virbr0: port 1(vnet0)
entered forwarding state
Jul 4 22:12:31 Matt-HP kernel: [15366.588685] virbr0: port 1(vnet0)
entered forwarding state
Jul 4 22:12:31 Matt-HP kernel: [15366.588963] IPv6:
ADDRCONF(NETDEV_CHANGE): virbr0: link becomes ready
Jul 4 22:12:31 Matt-HP NetworkManager[986]: SCPlugin-Ifupdown:
devices added (path: /sys/devices/virtual/net/vnet0, iface: vnet0)
Jul 4 22:12:31 Matt-HP NetworkManager[986]: SCPlugin-Ifupdown:
device added (path: /sys/devices/virtual/net/vnet0, iface: vnet0): no
ifupdown configuration found.
Jul 4 22:12:32 Matt-HP NetworkManager[98...
2004 Jul 09
3
Can R read data from stdin?
Is there anyway I can write a script which feed input datasource from stdin
and let R process it (maybe frequency report) then output the report to
stdout?
I can't seem to find much info on documentation or FAQ on this topic.
Thanks!
Soichi Hayashi
**********************************************************************
The information contained in this communication is
confidential,