Displaying 20 results from an estimated 453 matches for "i5s".
Did you mean:
i5
2008 Mar 06
2
Help with parsing a data file
Hi All,
I need to parse data from a file, example shown below. The first two lines
can be skipped, the third line contains the column names. The next 13 lines
can be skipped. The next line "1991" is a year value, with the following 13
values data for that year. The file then repeats this format with (year, 13
lines of data for that year). I would ideally like to end up with an
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
2000 Mar 29
1
2.0.7pre2: multihomed_register_name error
rh61, 2.2.14.
The problem is in 2.0.6 also.
1st samba is wins server.
2nd samba uses the 1st samba as wins server.
All is ok, but if I use
interfaces = eth0 127.0.0.1
bind interfaces only = yes
(is there anything wrong in the above lines?)
in the 2nd samba, then I get the following in the log.nmb of the 2nd
samba:
[2000/03/29 15:45:30, 1] nmbd/nmbd.c:main(743)
Netbios nameserver version
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 =T)
2015 Jun 12
2
CentOS 7 + Dell Latitude E6420 laptop = thermal shutdown
On 6/12/2015 7:09 PM, jd1008 wrote:
>>
> I want to thank you for posting your installation experience with
> Centos 7.
> My laptop is Latitude E6500 and I am quite certain it will experience
> the same issue
> because it is almost the same as your laptop. Difference might be in
> cpu speed
> and in RAM. My cpu is 2.81GHz dual core, and RAM is 8GB.
the E6x00, E6x10,
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()
Hi All,
I have corefile where we see NULL pointer de-reference PANIC as we have
sent (deliberately) NULL pointer for return value.
vdev_disk_io_start()
...
...
error = ldi_ioctl(dvd->vd_lh, zio->io_cmd,
(uintptr_t)&zio->io_dk_callback,
FKIOCTL, kcred, NULL);
ldi_ioctl() expects last parameter as an
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 Pro, duo-core.
So is there a significant
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 anyone with tis of how I could possibly get this to
2017 Jun 16
2
simplify CFG Pass in llvm
I was trying to run the simplify CFG Pass in LLVM , and delete an unreachable basic block ("continuation" below ) after running one of my own IR transforms , but I keep getting the
error -
While deleting: i8* %g
Use still stuck around after Def is destroyed: store i8 0, i8* %g
I am well aware of what that means, but isn't the whole purpose of the "simplifyCFGPass" to
2013 Aug 17
2
[LLVMdev] [Polly] Analysis of extra compile-time overhead for simple nested loops
At 2013-08-16 22:32:30,"Tobias Grosser" <tobias at grosser.es> wrote:
>>
>> Yes, I have changed the original code to the form you suggested:
>> for (i
>> for (j
>> ...
>> x=1
>
>Sorry, I meant
> x[0] +=
>
It is interesting that Polly would run much faster if we change the
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://www.centos.org/hardware
Not only does the hardware
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
2011 Dec 13
0
[LLVMdev] [LLVM, llc] TypeLegalization, DAGCombining, vectors loading
On Dec 13, 2011, at 11:37 AM, Stepan Dyatkovskiy wrote:
> 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
2004 Jun 06
0
strata() in clogit()
How can I get the log odds associated with the levels in strata()
within a clogit() model? I'm running R-1.9.0 on a Linux platform.
I am using clogit() to run a Rasch model in Item Response Theory in
psychometrics. Symbolically, the model is:
logit(p_{j,k}) = \log({\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
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
Hi there,
We had to setup a pxelinux on a new server (windows 2012) and 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
2009 Aug 17
1
R : how does %in% operator work?
*Problem-1*
CASE-I---------(works fine)
> var1<-"tom"
> var1
[1"tom"
> var1<-as.character(var1)
> var1
[1] "tom"
> var2<-c("tom","harry","kate")
> logc<-(var1 %in% var2)
> logc
[1] TRUE
> typeof(var1)
[1] "character"
> typeof(var2)
[1] "character"
2017 Mar 17
4
Hyperbolic tangent different results on Windows and Mac
Dear all,
We seem to have found a "strange" behaviour in the hyperbolic tangent
function tanh on Windows.
When running tanh(356 + 0i) the Windows result is NaN + 0.i while on Mac
the result is 1 + 0i. It doesn't seem to be a floating point error because
on Mac it is possible to run arbitrarily large numbers (say tanh(
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