Displaying 4 results from an estimated 4 matches for "somethinig".
Did you mean:
something
2013 Feb 03
1
Looping through rows of all elements of a list that has variable length
...ts is unknown in advance.
Below is an example.
a=expand.grid(1:2,1:2)
b=expand.grid(1:2,1:2,1:2)
#################################################
# My list that can have 1 element, e.g.:
l.short<-vector("list",1)
l.short[[1]]<-a
# I need to loop through rows of l.short[[1]] and do somethinig (it's
unimportant what exactly) with them, e.g.:
out<-vector("list",nrow(l.short[[1]]))
for(i in 1:nrow(l.short[[1]])){ # i<-1
out[[i]]<-sum(l.short[[1]][i,])
}
(out)
#################################################
# Or my list could have >1 elements, e.g., 2 like be...
2018 Feb 13
0
Not able to sync mirror of Centos7 due to CRC checksum errors
...Generating metadata databases.
Feb 12 07:47:06 bazinga pulp: pulp_rpm.plugins.importers.yum.sync:ERROR:
[e2cd9930] (23897-68256) CRC check failed 0x0 != 0xd61ac297L
The full logs are available here:
https://paste.fedoraproject.org/paste/lPnjaCFD6c~e22FtTedEKA
I was under the impression that maybe somethinig is broken with
katello/pulp and didn't pursue it further.
Today, I attempted to sync it again with standalone pulp server (without
katello/foreman/candlepin bits) and it failed again with same error. I
tried a different mirror location as well, but received the same CRC check
error:
https://p...
2013 Jan 18
0
[LLVMdev] llvm backend porting question ,
I start my porting for picoblaze,the soft cpu for fpga ,which is
designed by XILINX from MSP430 porting .
After some day's work , somethinig looks good , for it can generate
for some simple C program:
eg :
int f1(int a)
{
return a+1;
}
but it failed with this :
char f()
{
char a;
a++; a++; a++; a++; a++; a++; a++; a++; a++; a++; a++;
a++; a++; a++; a++; a++; a++; a++; a++; a++; a++; a++;
r...
2009 May 08
3
Software RAID resync
I have configured 2x 500G sata HDD as Software RAID1 with three partitions
md0,md1 and md2 with md2 as 400+ gigs
Now it is almost 36 hours the status is
cat /proc/mdstat
Personalities : [raid1]
md0 : active raid1 hdb1[1] hda1[0]
104320 blocks [2/2] [UU]
resync=DELAYED
md1 : active raid1 hdb2[1] hda2[0]
4096448 blocks [2/2] [UU]
resync=DELAYED
md2 : active raid1