Displaying 20 results from an estimated 47 matches for "surprize".
Did you mean:
surprise
2009 Mar 19
8
function question
Dear R Gurus:
I read somewhere that functions are considered vectors.
Is this true, please?
thanks
Edna Bell
2010 Aug 08
1
[LLVMdev] Suspicious code in backend scheduler
...nit *ScheduleDAGSDNodes::NewSUnit(SDNode *N) {
[...]
if (N->isMachineOpcode() && [...]
So basically, it means that calling CreateNewSUnit with NULL will call
NewSUnit with NULL and with result in NULL->isMachineOpcode() which would
certainly trigger a segfault.
Now I'm highly surprized because I still haven't encountered any segfault in
the scheduler yet all schedulers might call this code.
So either I'm missing something and this code is valid or this code has not
been executed for a *really* long time now and should be removed or fixed.
Unfortunately, I don't know...
2005 Sep 19
1
minimal hedge variance ratio
Hi all
i have two data sets, spot and futures cash market prices. to estimate
the minimum variance hedge ratio, i first had a glance on the
correlation coefficient of relative price change (ln(St / St-1).
surprizingly the value is just 0.2 compared to actual price
correlation of 0.9. (i did regress the spot change on future change,
co-effi is 0.3, and R2 is only 0.025
a) in such scenario can
2006 Jun 30
1
foo2Args()
...was to be able to do this without
making it globally visible:
foo <- function(x, args=foo2Args()) {
foo2Args <- function(a=1, b=2){list(a,b)}
# above would actual do more testing of args
#now I would call foo2 with args, but to test just
args
}
Now,
> foo(1) # should I be surprized that this works
[[1]]
[1] 1
[[2]]
[1] 2
> foo(1, args=foo2Args(a=2, b=10)) # or that this does not
Error in foo(1, args = foo2Args(a = 2, b = 10)) :
could not find function "foo2Args"
Paul
====================================================================================
La...
2009 Feb 23
1
are arithmetic comparison operators binary?
the man page for relational operators (see, e.g., ?'<') says:
"
Binary operators which allow the comparison of values in atomic vectors.
Arguments:
x, y: atomic vectors, symbols, calls, or other objects for which
methods have been written.
"
it is somewhat surprizing that the following works:
'<'(1)
# logical(0)
'<'()
#
2009 Feb 23
1
are arithmetic comparison operators binary?
the man page for relational operators (see, e.g., ?'<') says:
"
Binary operators which allow the comparison of values in atomic vectors.
Arguments:
x, y: atomic vectors, symbols, calls, or other objects for which
methods have been written.
"
it is somewhat surprizing that the following works:
'<'(1)
# logical(0)
'<'()
#
2006 Jan 26
2
Machine failing to keep its trust with Domain Controller
Hi,
We have a Linux (RHEL 3.0, update 3) Samba 3 server which worked fine
for months
but suddently have trouble to keep its trust with the DC server.
The only way to recover is to reset the machine account from the Windows
DC side
and do a "net join" to the domain from the Linux side. The Linux machine
is able to
keep its "trust" with the domain exactly 7 days, which,
2013 Nov 19
5
[PATCH net] virtio-net: fix page refcnt leaking when fail to allocate frag skb
...e now need to allocate memory in the
middle of processing a packet.
I think discarding a completely valid and well-formed
packet from the receive queue because we are unable
to allocate new memory with GFP_ATOMIC
for future packets is not a good idea.
It certainly violates the principle of least surprize:
when one sees host pass packet to guest, one expects
the packet to get into the networking stack, not get
dropped by the driver internally.
Guest stack can do with the packet what it sees fit.
We actually wake up a thread if we can't fill up the queue,
that will fill it up in GFP_KERNEL conte...
2013 Nov 19
5
[PATCH net] virtio-net: fix page refcnt leaking when fail to allocate frag skb
...e now need to allocate memory in the
middle of processing a packet.
I think discarding a completely valid and well-formed
packet from the receive queue because we are unable
to allocate new memory with GFP_ATOMIC
for future packets is not a good idea.
It certainly violates the principle of least surprize:
when one sees host pass packet to guest, one expects
the packet to get into the networking stack, not get
dropped by the driver internally.
Guest stack can do with the packet what it sees fit.
We actually wake up a thread if we can't fill up the queue,
that will fill it up in GFP_KERNEL conte...
2009 Jan 22
2
Unexpected behaviour of the as.Date (was: Error as.Date on Invalid Dates)
Dear Brian,
I dont understand what you mean. The thread was about the as.Date which you
suggested to be used instead of the as.date. Following your advice I tried
the as.Date and have questions about the observed behaviour, which was
surprising to me. Is this what you call hijacking? Do you mean I ought
start a new thread instead? I thought my question were relevant to the
threads'
2015 May 27
2
Are UPS shutdown commands automatically sent?
Roger,
Following your guide, it now works great, shutting down the UPS after the system has shutdown. I went with the bash script method.
I have noticed, however, that the command to the UPS to do the delayed shutdown comes RIGHT as openSUSE is shutting down. While that is a good thing as far as timing and the potential race is concerned, I have seen it once where the UPS received the command
2008 Jul 28
1
Mixed model question.
I continue to struggle with mixed models. The square zero version
of the problem that I am trying to deal with is as follows:
A number (240) of students are measured (tested; for reading
comprehension)
on 6 separate occasions. Initially (square zero) I want to treat the
test time as a factor (with 6 levels). The students are of course
``random effects''. Later I want to look at
2011 Jan 22
4
rsync -rcv printing out filenames when content identical
...g scripts which I wrote to manipulate those
emails.
Each time I want to revert changes in one set of maildirs I've rsync'ing
them from backup copy:
$ rsync -rcv --delete backup/ mail/
Nothing special about that. However my scripts are modyfing only
mail/INBOX maildir, nothing else. To my surprize when I ran rsync
command to revert my changes here is what I got (I will use -n in below
examples for now):
$ rsync -v -n -rc --delete backup/ mail/
sending incremental file list
deleting INBOX/new/1247266872_0.9989.myhost,U=759,FMD5=7e33429f656f1e6e9d79b29c3f82c57e
deleting INBOX/new/1247249243_0...
1999 Jul 19
9
time series in R
Time Series functions in R
==========================
I think a good basic S-like functionality for library(ts) in base R
would include
ts class, tsp, is.ts, as.ts
plot methods
start end window frequency cycle deltat
lag diff aggregate
filter
spectrum, spec.pgram, spec.taper, cumulative periodogram, spec.ar?
ar -- at least univariate by Yule-Walker
arima -- sim, filter, mle, diag, forecast
2019 Nov 06
2
NTLM refuses to work on a DC
...hentication for user [COMPANY]\[domainuser] returned
NT_STATUS_WRONG_PASSWORD
The user freerad is added to the winbindd_priv group, and I've also
tried setting ntlm auth = mschapv2-and-ntlmv2-only, and right now it is
set to ntlm auth = yes
Any suggestions to how I can solve it? I am quite surprized that the
error I get in the end is NT_STATUS_WRONG_PASSWORD.
Thank you in advance, and let me know if I should include any other
information!
Oleg
2004 Feb 07
0
Starcraft is fast without using DGA?
...st as win98 on a P-60) I have run it from wine, and it's slow (about a
468-33) The real machine i runt it from is a celeron 416, 160 MB ram, geforce
2 mx400 PCI
I *finaly* discovered i could get a trace from it by using winedbg -debugmsg
i.e. ONE dash.
I run a diff on both files, and i was surprized to see so many differences.
The sections about DGA remained the same:
trace:x11drv:X11DRV_XF86DGA2_Init
warn:x11drv:X11DRV_XF86DGA2_Init disabling XF86DGA2 (insufficient
permissions?)
How come starcraft runs fast without the use of DGA? Has anybody else had seen
this effect before? How do i e...
2015 May 27
0
Are UPS shutdown commands automatically sent?
On Wed, 27 May 2015, Rob Groner wrote:
> I have noticed, however, that the command to the UPS to do the delayed
> shutdown comes RIGHT as openSUSE is shutting down. While that is a good
> thing as far as timing and the potential race is concerned, I have seen
> it once where the UPS received the command to do the delayed shutdown,
> but *not* the command to do the delayed
2005 Jan 22
1
Bellster - cool :-)
OK, I have done all the stuff at my end and at Bellsters end to add 21
new area codes (all of california) to the Bellster dial plan. Pretty
cool deal! I hope others go for this quickly - as it could be a really
nice co-op.
I do suggest to Jeff - do some sort of calling trunk -vs- routed trunk
match to make sure that someone can't run their credits sky-high by
making calls through
2006 Jan 31
0
Character maps
...\x41' to be sent to a
UPS, that this equals sending the 'A' character? In other words, is it
considered portable that (at least for the output of the serial functions)
we use an ASCII character map? Otherwise, on (for example) an EBCDIC
system (do these still exist?) you're in for a surprize, since sending an
'A' will transmit '\0xC1'. Or do the serial function handle this?
Regards, Arjen
--
Eindhoven - The Netherlands
Key fingerprint - 66 4E 03 2C 9D B5 CB 9B 7A FE 7E C1 EE 88 BC 57
2010 Aug 20
3
How to set compatibility mode from the command line in wine?
I am always deleting the wine dir, and i'd like to keep a few applications elsewhere.
One of these apps (interstate '76) needs compatibility mode window 98.
Anyway, if a solution also works on windows, wonderful (though the solutions i've seen required installation of something, and that's no good for me since i want the game portable), but if it only works one wine, that is ok.