Displaying 20 results from an estimated 82 matches for "dyson".
Did you mean:
tyson
2017 Mar 04
6
[Bug 2688] New: Long log messages to stderr missing newlines
...ng newlines
Product: Portable OpenSSH
Version: 7.4p1
Hardware: All
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: brian.dyson at cox.net
When logging to standard error (via -e) or to log file (via -E
<logfile>), long log messages do not end with a newline.
Problem occurs in log.c, line 456 in OpenSSH 7.4p1.
The snprintf() call attempts to copy fmtbuf and "\r\n" into msgbuf.
However, fmtbuf and msgbuf ar...
2008 Sep 10
1
[LLVMdev] ReplaceUses: curious
.... I have read the
various LLVM documents but, for example, the Writing an LLVM Backend and
TableGen documents are rather high level. Am I going about this in the
best way, i.e. trawling through the code and doxygen documents etc? Am
I missing something?
Thanks for any help you can give,
- Dyson
2008 Sep 02
1
[LLVMdev] LLVS newbie adding a new target
...is a new release of LLVM, I will need to
re-integrate my source into it. At this stage this looks fairly trivial
to do but I do now want to get caught out in the future by ploughing on
without checking there is not a more intelligent way to organise my code
that I have overlooked.
Cheers,
- Dyson
2006 Jun 19
2
saving rounded numbers as a new variable in a dataframe
A basic question, but one that eludes me. I have created a new variable
$numurder, which I have rounded off. I want to save the rounded off version
of this variable to an existing datafile called 'ngri.csv' .
numurder <-c((murder*no.of.cases)/100)
[[1]]
[1] 48.952 112.073 182.160 974.610 122.140 663.432 150.856 18.988
137.925 198.045 68.930 203.148 30.056 100.955
2007 Dec 16
4
improving a bar graph
Hello,
Below is the code for a basic bar graph. I was seeking advice
regarding the following:
(a) For each time period there are values from 16 people. How I can
change the colour value so that each person has a different colour,
which recurs across each of the three graphs/tie epriods?
(b) I have seen much more sophisticated examples using lattice (e.g
each person has a separate
2018 Jan 15
0
barplot that displays sums of values of 2 y colums grouped by different variables
https://stackoverflow.com/questions/25070547/ggplot-side-by-side-geom-bar
On Mon, Jan 15, 2018 at 9:39 PM, Kenneth Dyson <kenneth at kidscodejeunesse.org
> wrote:
> Hi Eric,
>
> Thanks for the detailed response.
> This is not exactly what I want to do but is close.
> I want 2 bars for each city, 1 with the sum for "yes" , the other, beside
> it, with the sum for "no".
>...
2018 Jan 15
5
barplot that displays sums of values of 2 y colums grouped by different variables
I am trying to create a barplot displaying the sums of 2 columns of data
grouped by a variable. the data is set up like this:
"city" "n" "y" <br>
mon 100 200 <br>
tor 209 300 <br>
edm 98 87 <br>
mon 20 76 <br>
tor 50 96 <br>
edm 62 27 <br>
the resulting plot should have city as the x-axis, 2 bars per city, 1
representing
2012 Nov 12
1
Bootstrapping issues
...as.posterous.com)
[Please DO NOT mail me personally here, but at <clivenicholas@hotmail.com>.
Please respond to contributions I make in a list thread here. Thanks!]
"My colleagues in the social sciences talk a great deal about methodology.
I prefer to call it style." -- Freeman J. Dyson
[[alternative HTML version deleted]]
2012 Nov 15
1
[LLVMdev] ValueMapper question: no type mapping for GlobalValue?
...======
> michaelMuller = mmuller at enduden.com | http://www.mindhog.net/~mmuller
> -----------------------------------------------------------------------------
> There is no way to find the best design except to try out as many designs as
> possible and discard the failures. - Freeman Dyson
> =============================================================================
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev...
2004 May 22
14
Caller ID with BT CD50
Hi All,
Having searched the archives, I can see there has been much discussion
at various points regarding capture of caller id information from good
old BT.
If I understand correctly, it seems that not only do the drivers not
currently support it, but my X101P possibly/probably can't do it anyway
due to hardware?
So, that leaves me with the modem route, which seems more and more
unlikely,
2012 Jan 17
0
[LLVMdev] ValueMapper question: no type mapping for GlobalValue?
...==========================
michaelMuller = mmuller at enduden.com | http://www.mindhog.net/~mmuller
-----------------------------------------------------------------------------
There is no way to find the best design except to try out as many designs as
possible and discard the failures. - Freeman Dyson
=============================================================================
-------------- next part --------------
/* build with:
g++ `llvm-config --cxxflags --cppflags --ldflags` \
ReferencingExternalGlobal.cc \
`llvm-config --libs core jit native instrumentation bitwriter i...
2018 Jan 15
0
barplot that displays sums of values of 2 y colums grouped by different variables
...( y )
)
%>% gather( Response, value, -city )
)
ggplot( dta2, aes( x=city, y=value, fill = Response ) ) +
geom_bar( stat="identity", position="dodge" )
#' ![](https://i.imgur.com/cosFf3B.png)
#---
On Mon, 15 Jan 2018, kenneth dyson wrote:
> I am trying to create a barplot displaying the sums of 2 columns of data
> grouped by a variable. the data is set up like this:
>
> "city" "n" "y" <br>
> mon 100 200 <br>
> tor 209 300 <br>
> edm 98 87 <br>
> m...
2012 Jan 13
2
[LLVMdev] ValueMapper question: no type mapping for GlobalValue?
=?ISO-8859-1?Q?Rafael_=C1vila_de_Esp=EDndola?= wrote:
> > I can reproduce this consistently, but only under an extremely large pile of
> > code :-) I haven't tried to strip it down to minimal a test case yet, but I
> > will. One salient difference with the code you've provided is that in my
> > code, @a is a struct type. However, changing the example to use a
2004 Aug 06
0
linux.conf.au and streaming (was Re: patch for libspeex)
...tp code, I've ripped
> yours to shreds to fit... Hope you dont mind. Perhaps you could
> bless it with a new version number? :)
Sure. I'll look at it tomorrow.
> Cheers,
>
> Bernard.
>
/jens
--
After Goliath's defeat, giants ceased to command respect.
- Freeman Dyson
-------------- next part --------------
A non-text attachment was scrubbed...
Name: part
Type: application/pgp-signature
Size: 233 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20021218/eba85c85/part-0001.pgp
2018 Jul 23
0
R-SIG-Debian Digest, Vol 154, Issue 8
...post to the list (subject to approval) which should answer
your question. If it doesn't go through, email me privately and I'll send
it to you.
--
Clive Nicholas
"My colleagues in the social sciences talk a great deal about methodology.
I prefer to call it style." -- Freeman J. Dyson
[[alternative HTML version deleted]]
2005 Dec 20
1
Wilcoxon Mann-Whitney Rank Sum Test in R
An earlier post had posed the question: "Does anybody know what is relation
between 'T' value calculated by 'wilcox_test' function (coin package) and
more common 'W' value?"
I found the question interesting and ran the commands in R and SPSS. The W
reported by R did not seem to correspond to either Mann-Whitney U,
Wilcoxon W or the Z which I have more
2006 Aug 06
1
ordering by a datframe date
I am hoping for some advice regarding ordering a dataframe, by date.
The dataframe is in the format below.
$story $datepub
story10 1 April 1999
story 90 1 March 2002
story 37 10 July 1985
I want to reorder the entire dataframe so the earliest story is first, and
save the reordered dataframe. The command, 'class' (datepub) reveals
$datepub is a factor variable.
I tried
2006 Aug 31
1
grep question
I am hoping for some advice as to how to modify the following syntax, so
that instead of saving all records which refer to Farrah, I select all
instances that do not include Farrah, or the word Coolum.
test <- read.csv("c:\\newdat.csv", as.is=TRUE, header=T)
sure <- test[grep('Farrah', paste(test$V3.HD, test$V3.LP, test$V3.TD)),]
2007 Jan 09
1
logistic regression in R - changing defaults
Hello,
I was hoping for some advice in changing 2 defaults in a logistic regression.
1. It looks like the first category is the reference category? In the
following syntax 'where' has 4 levels, how can I make the reference
category the third category?
model<- glm(cbind(sucesses, failures) ~ where + who + firstep + dxnarrow +
age + sex + medyear, family = binomial, data=life.use)
2007 Nov 29
1
Prorating scale items
Hello,
I am hoping for some advice as to how I can prorate a number of scale
items that comprise a score. At least 69 of 159 cases have at least 1
value missing (65 cases have H7 missing). The maximum number of missing is
5.
I want to compute a total score, a score for the H items, the R items and
C items.
H1, H2, H3, H4, H5, H6, H7, H8, H9, H10, C1, C2, C3, C4, C5, R1, R2, R3,
R4, R5
I am