Displaying 20 results from an estimated 453 matches for "i5".
2008 Mar 06
2
Help with parsing a data file
...73 403 0 5.0
12 1120 K5 173 1391 K7 475 701 K5 52 3351 12733 7.9 7.7 0.94
0.09 2.41 -3.92 -0.70 -0.03 75 592 0 5.0
13 3559 K5 201 3280 K7 383 1662 K5 50 7622 16550 6.7 6.2 1.72
0.12 13.29 4.83 9.15 10.27 72 3668 304 4.5
1991
1 1313 I5 637 1374 I6 1636 832 I5 169 3800 13249 8.2 7.8 0.75
0.07 -0.09 -6.67 -3.46 -2.94 73 673 0 5.9
2 1875 I5 887 1767 I6 2080 1137 I5 263 5310 14694 8.3 7.6 0.85
0.08 2.44 -3.84 -0.61 0.15 73 533 0 5.9
3 3205 I5 1520 3371 I6 3133 1458 I5 392...
2009 Jun 10
2
How to get the unique pairs of a set of pairs dataframe ?
Hi friends,
Please can anyone help me with an easier solution of doing the below
mentioned work.
Suppose i have a dataset like this:---
i1 i2 i3 i4 i5
1 7 13 1 2
2 8 14 2 2
3 9 15 3 3
4 10 16 4 4
5 11 17 5 5
6 12 18 6 7
*i1,i2,i3,i4,i5 are my items.I am able to find all possible pairs i.e
Say this dataframe is "item_pairs"
**i1,i2
**i1,i3
**i1,i4
i1,i5
**i2,i1
**i2,i3
i2,i4
i2,i5
**i3,i1
**i3,i2
**i3,i4
**i3,i5
**...
2000 Mar 29
1
2.0.7pre2: multihomed_register_name error
...t
[2000/03/29 15:45:30, 0] nmbd/nmbd_packets.c:send_netbios_packet(172)
send_netbios_packet: send_packet() to IP wins.server.ip port 137
failed
[2000/03/29 15:45:30, 0]
nmbd/nmbd_nameregister.c:multihomed_register_name(311)
multihomed_register_name: Failed to send packet trying to register
name I5<20> IP 127.0.0.1
[2000/03/29 15:45:30, 0] libsmb/nmblib.c:send_udp(755)
Packet send failed to wins.server.ip(137) ERRNO=Invalid argument
[2000/03/29 15:45:30, 0] nmbd/nmbd_packets.c:send_netbios_packet(172)
send_netbios_packet: send_packet() to IP wins.server.ip port 137
failed
[2000/03/2...
2007 Nov 25
2
rowMean, specify subset of columns within Dataframe?
I would like to calculate the mean of tree leader increment growth over 5
years (I1 through I5) where each tree is a row and each row has 5 columns.
So far I have achieved this using rowMeans when all columns are numeric type
and used in the calculation:
Data1 <- data.frame(cbind(I1 = 3, I2 = c(0,3:1, 2:5,NA), I3
=c(1:4,NA,5:2),I4=2,I5=3))
Data1
Data1$mean_5 <- rowMeans(Data1, na.rm =...
2015 Jun 12
2
CentOS 7 + Dell Latitude E6420 laptop = thermal shutdown
...is 2.81GHz dual core, and RAM is 8GB.
the E6x00, E6x10, and E6x20 are completely different generations of the
Core I processors and chipsets. The x can be 4 (14") or 5 (15"). so a
E6520 and E6420 are nearly identical.
the -00 were Core 2 Duo processors, with GM45 chipset.
-10 were i5/i7 1st gen (3 digit) with QM57 chipset
-20 were i3/i5/i7 2nd gen 2xxx with QM67 chipset
-30 were i3/i5/i7 3rd gen 3xxx with QM77 chipset
-40 are i3/i5/i7 4th gen 4xxx with QM87 chipset (these are current
generation)
each of these has a different set of choices for graphics, wifi,
bluetooth, etc....
2013 Aug 16
0
[LLVMdev] [Polly] Analysis of extra compile-time overhead for simple nested loops
On 08/16/2013 02:42 AM, Star Tan wrote:
> At 2013-08-16 12:44:02,"Tobias Grosser" <tobias at grosser.es> wrote:
>> Hi,
>>
>> I tried to reproduce your findings, but could not do so.
>
>
> Sorry, I did not put all code in my previous email because the code seems a little too long and complicated.
> You can refer to the detailed C code and LLVM IR
2009 Apr 09
3
vdev_disk_io_start() sending NULL pointer in ldi_ioctl()
...(uintptr_t)&zio->io_dk_callback,
FKIOCTL, kcred, NULL);
ldi_ioctl() expects last parameter as an integer pointer ( int *rvalp).
I see that in strdoictl(). Corefile I am analysing has similar BAD trap
while trying to stw %g0, [%i5] ( clr [%i5] )
/*
* Set return value.
*/
*rvalp = iocbp->ioc_rval;
*/
Is it a bug?? This code is all we do in vdev_disk_io_start(). I would
appreciate any feedback on this.
regards,
--shyamali
2010 Sep 09
9
Will a Quad-core i5 processor significantly speed up development on Linux or Mac?
I am looking at getting a new Thinkpad with an i5 processor.
I was curious to what extent this would speed up developing a Ruby on
Rails
app. I am guessing that this depends to what extent multi-threading is
utilized,
but I am not sure---hence the question :^)
If it is not that significant, my other choice would be to get a used
Thinkpad
or Mac...
2011 Oct 12
0
WoW on an i5 2500K?
Trying to run WoW on the latest Wine using the i5 2500K processor built in GPU (Sandy Bridge).
All good until I try to enter the realm with one of the chars, disabling all addons I manage to enter the world but right then the application crashes.
Before I go any further, anyone else using the processor GPU to run WoW or other games in Wine? Or a...
2017 Jun 16
2
simplify CFG Pass in llvm
...3 = alloca i32
store i32 %a, i32* %a3
%a4 = load i32, i32* %a3
%ifcond = icmp ne i32 %a4, 0
br i1 %ifcond, label %then, label %else
then: ; preds = %entry
%gclone1 = alloca i32
store i32 0, i32* %gclone1
ret i5 0
else: ; preds = %entry
%gclone4 = alloca i64
store i64 0, i64* %gclone4
ret i5 0
continuation: ; No predecessors!
%iftmp = phi i32 [ 32, %then ], [ 64, %else ], !range !0
%datas...
2013 Aug 17
2
[LLVMdev] [Polly] Analysis of extra compile-time overhead for simple nested loops
...end32' in function 'main':
Context:
[cond.reload] -> { : cond.reload >= -2147483648 and cond.reload <= 2147483647 }
p0: %cond.reload
Statements {
Stmt_for_body16
Domain :=
[cond.reload] -> { Stmt_for_body16[i0, i1, i2, i3, i4, i5] : i0 >= 0 and i0 <= -1 + cond.reload and i1 >= 0 and i1 <= -1 + cond.reload and i2 >= 0 and i2 <= -1 + cond.reload and i3 >= 0 and i3 <= -1 + cond.reload and i4 >= 0 and i4 <= -1 + cond.reload and i5 >= 0 and i5 <= -1 + cond.reload and cond.reload >= 1 };...
2013 Nov 26
4
Unsupported Hardware that works fine?
I recently purchased a set of ASRock Intel i5 MB/CPU combos for a budget
compute cluster. Every time we load up a system and try to boot with a
recent EL6/64 ISO, we get a message that reads:
> This hardware (or a combination thereof) is not supported by CentOS.
For more
> information on supported hardware, plesae refer to
http://...
2011 Dec 08
5
VGA Passthrough crashes machine
I''ve just had my first attempt at getting VGA passthrough to work, and
it crashed the machine. I''m trying to understand whether this is a
problem with my hardware, configuration or a software problem.
I''m running Xen 4.1.2 with Linux 3.1.2
The CPU is an Intel Core i5-650
http://ark.intel.com/products/43546/Intel-Core-i5-650-Processor-%284M-Cache-3_20-GHz%29
The Video Card is and Intel Core Processor Integrated Graphics Controller
PCI ID: 8086 0042
I have hidden the vga device with xen-pciback.hide=(00:02.0) on the
kernel command line
The xen config file is:...
2011 Dec 13
0
[LLVMdev] [LLVM, llc] TypeLegalization, DAGCombining, vectors loading
...further you go, either in the conceptual distance
between code and target machine, or in diversity of target
machines, the worse the problem gets.
Also, all of the proposed solutions for fixing exotic
vector types have substantial downsides.
So in addition to asking "why doesn't <2 x i5> work?", it's
also useful to ask "who is producing <2 x i5> values, and
what am I expecting to get out of letting them do that?"
Dan
2004 Jun 06
0
strata() in clogit()
...{\Pr(p_{j,k}) \over \Pr(1-p_{j,k})}) =
\theta_j - \alpha_k,
That is, the log odds of answering an test item correctly is a function
of the item difficulty (\theta_j) and the ability of individual
students (\alpha_k). The following R syntax gives me the \theta
coefficients associated with items i5 to i17, but summary() does not
automatically summarize the log odds associated with the strata "id".
I suppose the log odds associated with strata(id) gives me \alpha_k.
But I can't seem to get them with summary(). Help is greatly
appreciated.
Yuelin Li.
---- my R syntax is -------...
2011 Dec 13
3
[LLVMdev] [LLVM, llc] TypeLegalization, DAGCombining, vectors loading
Please ignore my concurrent post :-) Lets proceed in this branch.
> do you understand what it means in the non-vector case?
I'm beginning to understand it now. It means the type that should be in
abstract VM memory. Isn't it? The main question about MemoryVT is:
should it be original always (as it was defined in .ll) or not?
About vectors with element size less than 8 bits. This
2014 Feb 24
2
Very slow download with pxelinux > 4.07 on specific hardware
...d used the
latest release of pxelinux 6.0.2.
Everything went ok on my first client test machine : dell optiplex 740.
Pxe was really fast (vesamenu with large background image was appearing
in less than 3 secondes)
But on different client machine i got different results :
On optiplex 790 (core i5 with intel 82579 nic) and 380 (core 2 duo with
bcm 57xx), it takes 1 minute for the menu to appear.
On optiplex 7010(core i5 92579lm), it is as fast as with optiplex 740.
At the beginning i thought it was because my newer machine were on an
efi bios, but the 7010 is too and i have no problem(i...
2009 Aug 17
1
R : how does %in% operator work?
...n’t work)*
I have my dynamically generated dataset on which I want to use this %in%
operator.But it’s not working
*predictors_values data frame is shown below:---------------*
x
2 recmeanC2
3 recmeanC3
4 recmeanC4
5 i1
6 i2
7 i3
8 i4
9 i5
10 i6
11 i7
12 i8
13 i9
14 i10
15 i11
16 i12
17 i13
18 i14
19 i15
*coef_dataframe_rownames data frame is shown below:----*
if (stringsAsFactors) factor(x) else x
1 recmeanC2
2...
2017 Mar 17
4
Hyperbolic tangent different results on Windows and Mac
...873648767519238192348124812341234182374817239847812738481234871823+0i)
) and still get 1 + 0i as result. This seems to be related to the imaginary
part as tanh(356) returns 1 in both Windows and Mac.
We have obtained those results in:
1) Mac with El Capitan v 10.11.6 *processor: 2.7 GHz Intel Core i5*
- 2) Mac with Sierra v 10.12.3 *processor: 3.2 GHz Intel Core i5*
- 3) Windows 10 Home v 1607 *processor: Intel Core m3-SY30 CPU@ 0.90 GHz
1.51 GHz*
- 4) Windows 7 Home Premium Service Pack 1 *processor: Intel Core i5-2410M
CPU @2.30 GHz 2.30GHz.*
?In all cases we are using R version 3.3.3 (64 bi...
2013 Dec 26
5
Centos-compatible motherboards
Hi all!
I'm toying with the idea of spending some Christmas money on a new MB and
CPU to upgrade my desktop.
Although I've always been partial to AMD chips, I'm tempted this time to
find something Intel-ish, I5, quad core, or so.
In looking at mommyboards at New Egg and Amazon, I find so many I am
unable to make reasonable determinations regarding suitability, so am
hoping some of you who have new(ish) intel-compatible boards could
offer some hints.
Also, I'd like to keep the cost of MB, CPU and R...