Displaying 14 results from an estimated 14 matches for "c41".
Did you mean:
41
2011 Jun 26
2
Ordering a matrix based on cluster no
Hi All
I have a symmetric matrix of genes ( 100x100 matrix). I also have a matrix
(100x2) of two columns where column 1 has the gene names and column 2 has
the cluster it belongs to (they are sorted and grouped based on the cluster
no).
I would like to order the rows and columns of the 100x 100 matrix such that
the first n genes correspond to cluster 1 and next n genes correspond to
cluster 2
2017 Nov 03
2
ntfs user mappings?
...=$(echo "ibase=16; ${hex_chunk}" | bc)
hex_chunk=$(echo ${hex}|cut -c25-32)
echo ${hex_chunk}
issuer2=$(echo "ibase=16; ${hex_chunk}" | bc)
hex_chunk=$(echo ${hex}|cut -c33-40)
echo ${hex_chunk}
issuer3=$(echo "ibase=16; ${hex_chunk}" | bc)
hex_chunk=$(echo ${hex}|cut -c41-48)
echo ${hex_chunk}
issuer4=$(echo "ibase=16; ${hex_chunk}" | bc)
hex_chunk=$(echo ${hex}|cut -c49-57)
uid=$(echo "ibase=16; ${hex_chunk}" | bc)
left=$(echo ${hex}|cut -c58-)
echo "[${left}]"
echo "S-${rev}-${dashes}-${notsure}-${issuer1}-${issuer2}-${issuer3}-$...
2017 Nov 04
2
ntfs user mappings?
...hunk=$(echo ${hex}|cut -c25-32)
>> echo ${hex_chunk}
>> issuer2=$(echo "ibase=16; ${hex_chunk}" | bc)
>> hex_chunk=$(echo ${hex}|cut -c33-40)
>> echo ${hex_chunk}
>> issuer3=$(echo "ibase=16; ${hex_chunk}" | bc)
>> hex_chunk=$(echo ${hex}|cut -c41-48)
>> echo ${hex_chunk}
>> issuer4=$(echo "ibase=16; ${hex_chunk}" | bc)
>> hex_chunk=$(echo ${hex}|cut -c49-57)
>> uid=$(echo "ibase=16; ${hex_chunk}" | bc)
>> left=$(echo ${hex}|cut -c58-)
>> echo "[${left}]"
>> echo
>>...
2017 Nov 04
0
ntfs user mappings?
...}" | bc)
> hex_chunk=$(echo ${hex}|cut -c25-32)
> echo ${hex_chunk}
> issuer2=$(echo "ibase=16; ${hex_chunk}" | bc)
> hex_chunk=$(echo ${hex}|cut -c33-40)
> echo ${hex_chunk}
> issuer3=$(echo "ibase=16; ${hex_chunk}" | bc)
> hex_chunk=$(echo ${hex}|cut -c41-48)
> echo ${hex_chunk}
> issuer4=$(echo "ibase=16; ${hex_chunk}" | bc)
> hex_chunk=$(echo ${hex}|cut -c49-57)
> uid=$(echo "ibase=16; ${hex_chunk}" | bc)
> left=$(echo ${hex}|cut -c58-)
> echo "[${left}]"
> echo
> "S-${rev}-${dashes}-${not...
2017 Nov 05
3
ntfs user mappings?
...${hex_chunk}
> >>> issuer2=$(echo "ibase=16; ${hex_chunk}" | bc)
> >>> hex_chunk=$(echo ${hex}|cut -c33-40)
> >>> echo ${hex_chunk}
> >>> issuer3=$(echo "ibase=16; ${hex_chunk}" | bc)
> >>> hex_chunk=$(echo ${hex}|cut -c41-48)
> >>> echo ${hex_chunk}
> >>> issuer4=$(echo "ibase=16; ${hex_chunk}" | bc)
> >>> hex_chunk=$(echo ${hex}|cut -c49-57)
> >>> uid=$(echo "ibase=16; ${hex_chunk}" | bc)
> >>> left=$(echo ${hex}|cut -c58-)
> >>...
2017 Nov 05
0
ntfs user mappings?
...c25-32)
>>> echo ${hex_chunk}
>>> issuer2=$(echo "ibase=16; ${hex_chunk}" | bc)
>>> hex_chunk=$(echo ${hex}|cut -c33-40)
>>> echo ${hex_chunk}
>>> issuer3=$(echo "ibase=16; ${hex_chunk}" | bc)
>>> hex_chunk=$(echo ${hex}|cut -c41-48)
>>> echo ${hex_chunk}
>>> issuer4=$(echo "ibase=16; ${hex_chunk}" | bc)
>>> hex_chunk=$(echo ${hex}|cut -c49-57)
>>> uid=$(echo "ibase=16; ${hex_chunk}" | bc)
>>> left=$(echo ${hex}|cut -c58-)
>>> echo "[${left}]&quo...
2006 Dec 13
1
Bug#402974: xen-utils-common: xen domain do not always shutdown
...xendomains
# Required-Start: $syslog $remote_fs xend
@@ -128,9 +128,9 @@
parseln()
{
- name=`echo "$1" | cut -c0-17`
+ name=`echo "$1" | cut -c0-40`
name=${name%% *}
- rest=`echo "$1" | cut -c18- `
+ rest=`echo "$1" | cut -c41- `
read id mem cpu vcpu state tm < <(echo "$rest")
}
@@ -204,15 +204,31 @@
fi
}
+xm_list()
+{
+ OK=0
+ while [ $OK -eq 0 ]; do
+ OUT=`xm list`
+ echo "$OUT" | grep -q "^Usage"
+ if [ $? -eq 1 ]; then
+ OK=1
+...
2018 Aug 16
0
[PATCH] drm/nouveau: Prevent handling ACPI HPD events too early
...: ffff8cb4f656c400 RCX: 0000000000000000
RDX: ffffa1514500e4e4 RSI: ffffa1514500e4e4 RDI: 0000000001009002
RBP: ffff8cb4f4a8a800 R08: ffffa15143933cfd R09: ffffa15143933cfc
R10: 0000000000000000 R11: 0000000000000000 R12: ffff8cb4fb57a000
R13: ffff8cb4fb57a000 R14: ffff8cb4f4a8f800 R15: ffff8cb4f656c418
FS: 0000000000000000(0000) GS:ffff8cb51f400000(0000) knlGS:0000000000000000
CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00007f78ec938000 CR3: 000000073720a003 CR4: 00000000003606f0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000fffe...
2017 Nov 05
0
ntfs user mappings?
...t; >>> issuer2=$(echo "ibase=16; ${hex_chunk}" | bc)
>> >>> hex_chunk=$(echo ${hex}|cut -c33-40)
>> >>> echo ${hex_chunk}
>> >>> issuer3=$(echo "ibase=16; ${hex_chunk}" | bc)
>> >>> hex_chunk=$(echo ${hex}|cut -c41-48)
>> >>> echo ${hex_chunk}
>> >>> issuer4=$(echo "ibase=16; ${hex_chunk}" | bc)
>> >>> hex_chunk=$(echo ${hex}|cut -c49-57)
>> >>> uid=$(echo "ibase=16; ${hex_chunk}" | bc)
>> >>> left=$(echo ${hex}|cut...
2017 Nov 03
2
ntfs user mappings?
On Fri, Nov 3, 2017 at 2:43 PM, Rowland Penny <rpenny at samba.org> wrote:
> On Fri, 3 Nov 2017 13:53:22 -0600
> Jeff Sadowski via samba <samba at lists.samba.org> wrote:
>
>> just get objectsid and use this
>>
>> https://blogs.msdn.microsoft.com/oldnewthing/20040315-00/?p=40253
>
> Why ???
>
So that when someone on a linux machine writes to disk
2014 Feb 01
11
[Bug 74316] New: [NV92] Graphical corruption on KDE shutdown/restart/log out screen
...b3d9b7a8543ea764c6d19887ac0b8).
xf86-video-nouveau 1.0.10-2
Arch Linux
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140201/3ec414aa/attachment-0001.html>
2003 Jun 21
2
rsync 2.5.6 for NCR MP-RAS
...where '==' may have been
intended.
No errors 1 warning
cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c popt/popt.c -o
popt/popt.o
NCR High Performance C Compiler R3.0c
(c) Copyright 1994-97, NCR Corporation
(c) Copyright 1987-97, MetaWare Incorporated
w "popt/popt.c",L575/C41(#64): Unreachable statement.
w "popt/popt.c",L625/C19(#64): Unreachable statement.
w "popt/popt.c",L653/C19(#64): Unreachable statement.
w "popt/popt.c",L910/C9(#311): _ABS: Previous definition of macro
superseded
| (defined at "/usr/include/math.h",L...
2015 Jun 07
43
[Bug 90887] New: PhiMovesPass in register allocator broken
https://bugs.freedesktop.org/show_bug.cgi?id=90887
Bug ID: 90887
Summary: PhiMovesPass in register allocator broken
Product: Mesa
Version: git
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...qf0;E7!1#YS2Z>yg>@UIFCAk7s>O|Zp*yYP73;kXBnGGu8ATNdEIG6+{?U<lc%
z4crI4A at BfERt6q|-W1pY at v8&Fs at WdFV@KdIa8KX~SpVs8JoTs-qX at h`@EoZu4ZHxo
z5j2)&fef$oK46~m81))!2)vT%m6 at Xqw+FJkup<K5V7=pTOvTTS9F83P=r^F=ywU)h
zuENjoVuc^b^$K=0Fw at IfC-Og;H3nvR<qBgqSf|kllh}#C9IwpmTrYj^c^+c41 at aKP
zBap8|6(H;>h?>HV1o&sN5TGSM&qEFe=6h*LQwaZ)fg<n^28z9MWG#T>P+*}~DuW_q
zx+$;#@tXtu6D3OMJTO}W`_O+Hu*L{j7D33lKq(a;OIpT?Jy at v9pQZ3QA6VuU#zBqs
z1yYuKX;W+kxHkeTDLE_yIlCEH4eSrBK{D3^Jhaxk%xfId*gzm<9Wrw-uwDi&L%{|E
z8zj9N^iW_OGIBTY55hPC(?4Ktgp}dHCg9V+X5ixhDd8u9EubF-w#taxWG=UR...