Displaying 9 results from an estimated 9 matches for "aplomb".
2006 Sep 27
3
multidimensional lists
...f course) - basically, I need to be able to pass
collections of matrices to functions to do various things, and I need to
be able to control the dimensionality of the cell array to preserve some
structural relationships among the matrices in the array. The cell array
in MATLAB handles this with aplomb.
So far, in R, I've used lists. Given (say) 4 matrices (A,B,C,D), in
MATLAB I can use
test={A,B,C,D} for a row vector cell array, or
test={A;B;C;D} for a column vector cell array.
In R, I get more or less the same thing using
test=list(A,B,C,D)
but this only gives me a row list. For a bu...
2006 Dec 31
4
Does SQL group by have a heavy duty equivalent in R
...q.rownames) AS CountOfrownames
FROM RawSeq
WHERE (((RawSeq.GENOTYPE_ID)<>""))
GROUP BY RawSeq.SAMPLE_ID, RawSeq.ASSAY_ID
ORDER BY Count(RawSeq.rownames) DESC;
This way I could easily use the minimum and maximum values to see if they
were discordant.
Microsoft Access handled it with aplomb. I plan to use RODBC to bring the
result of the SQL query back into R.
This is the first time I have seen Microsoft Access outpace R.
Is my observation correct or am I missing something. I would much rather
perform all data manipulation and analyses in R.
--
Farrel Buchinsky
[[alternative HT...
2005 Sep 10
1
Installation problem, possibly RAID
...an use CentOS. Everything went well until the final
disaster, and I was keen on getting CentOS to install on my computer. I had
previously tried FC4 previously but that wouldn't even get past my graphical
screen, failing because I have a Matrox P650 video adapter, but CentOS handled
it with aplomb. I am a relatively Linux newbie although an experienced software
developer and computer user, so if someone could help me get CentOS running it
would really be appreciated. Thank you !
2004 Aug 09
5
Bizarre failure of samba shares to XP
...ves under docs1 will work fine.
I am able to use smbclient to connect to the share from linux just fine.
smbclient //debian/docs1 password -U testid
It gets odder. This problem happens on my main XP box. A second XP box still works just fine, as it always has. Connects to share roots with aplomb. So it looks like samba is OK - connecting from this XP box and from smbclient works fine.
As a test, I built another XP Pro box, as follows :
XP with SP1
All critical updates via Windows update.
Norton AntiVirus 8 (also running on all other boxes)
Office 2003 with all updates
Webroot Spysweeper...
2014 Dec 03
1
tinc vpn: adding dscp passthrough (priorityinherit), ecn, and fq_codel support
...et decrypted and forwarded even after that much
reordering?
(I am all in favor of not worrying about reordering much. wifi aps
tend to do it a lot, so do route flaps, and linux tcp, at least, is
now VERY resistant to reordering problems, handling megabytes
of out of order delivery problems with aplomb.
windows on the other hand, sucks in this department, still)
>
>> At one level, tinc being so nicely meshy means that the "fq" part of
>> fq_codel on the gateway will have more chance to work against the
>> multiple vpn flows it generates for all the potential vpn e...
2014 Dec 03
3
tinc vpn: adding dscp passthrough (priorityinherit), ecn, and fq_codel support
I have long included tinc in the cerowrt project as a lighter weight,
meshy alternative to conventional vpns.
I sat down a few days ago to think about how to make vpn connections
work better through fq_codel, and decided I should maybe hack on a vpn
to do the job. So I picked up tinc's source code for the first time,
got it working on IPv6 as a switch in a matter of minutes between two
2016 Nov 14
0
FreeBSD Quarterly Status Report - Third Quarter 2016
...to synchronize again
with upstream. Since there are numerous DSA keys in use in the FreeBSD
cluster, this necessitated an exercise to get replacement keys
installed. Core would like to thank David Wolfskill and the accounts
team for handling the surge in key changes with a great deal of aplomb.
During this quarter we welcomed Michael Zhilin, Imre Vadasz, Steve
Kiernan and Toomas Soome as new source committers. Over the same
period, we said farewell to Martin Wilke and Erwin Lansing who have
handed in their commit bits. We wish them well in their future
endeavours and hope...
2016 Nov 14
0
FreeBSD Quarterly Status Report - Third Quarter 2016
...to synchronize again
with upstream. Since there are numerous DSA keys in use in the FreeBSD
cluster, this necessitated an exercise to get replacement keys
installed. Core would like to thank David Wolfskill and the accounts
team for handling the surge in key changes with a great deal of aplomb.
During this quarter we welcomed Michael Zhilin, Imre Vadasz, Steve
Kiernan and Toomas Soome as new source committers. Over the same
period, we said farewell to Martin Wilke and Erwin Lansing who have
handed in their commit bits. We wish them well in their future
endeavours and hope...
2008 Sep 21
3
UNEXPECTED SOFT UPDATE INCONSISTENCY; RUN fsck MANUALLY
Sep 21 08:57:54 belle fsck: /dev/ad4s1d: 1 DUP I=190
Sep 21 08:57:54 belle fsck: /dev/ad4s1d: UNEXPECTED SOFT UPDATE INCONSISTENCY; RUN fsck MANUALLY.
Ok, so I ran fsck manually (even with -y), but yet it refuses to clear/fix
whatever to the questions posed as fsck runs. What does this all mean?
Thanks,
-Clint
--
This message has been scanned for viruses and
dangerous content by MailScanner,