search for: punish

Displaying 20 results from an estimated 228 matches for "punish".

2009 Jul 15
1
predictive punishment module (was: Re: Simple cat statement - output truncated)
>>> Duncan Murdoch <murdoch at stats.uwo.ca> 15/07/2009 15:04:29 >>> >* R has a new predictive punishment module. It punishes you for things >it knows you will do later. Dang! Does that mean it'll return errors for the statistical idiocy I haven't yet got around to committing? ;-) Steve E ******************************************************************* This email and any attachm...
2010 Jun 09
3
comparing two regression models with different dependent variable
Hi, I would like to compare to regression models - each model has a different dependent variable. The first model uses a number that represents the learning curve for reward. The second model uses a number that represents the learning curve from punishment stimuli. The first model is significant and the second isn't. I want to compare those two models and show that they are significantly different. How can I do that? Thank you. [[alternative HTML version deleted]]
2007 Jul 31
1
how to sort dataframe levels
...d can't figure out what to do. I have the following dataframe header appetitive stimulus aversive stimulus chaining contingency discriminative stimulus extinction intermittent reinforcement negative reinforcer operant response place learning positive reinforcer punishment reinforcement schedules response rate secondary reinforcement spontaneous recovery variance spontaneous recovery -3 -2 0 -3 -3 -16 -5 1 16 -1 7 1 -1 11 -2 0 49.73 negative reinforcer -1 -15 4 -1 8 2 -1 0 -5 2...
2016 Mar 03
4
Rasterisk freeze on 4G link
...no or a rasterisk session, my terminal freezes (rasterisk) or remains empty (nano, vim). When a session is frozon, I can open a new one at the same so it excludes a basic connectivity loss. What would you suggest ? Best regards PS: I was about to determine best MTU value but I always thought a punishment for a bad MTU value would be a lower throughput, not a screen freeze. Is it correct ? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160303/6deb377e/attachment.html>
2010 Feb 10
1
R crashes when setWinProgressBar is give a numeric value for label argument
...tes that the label argument should be a character string and using as.character(b) does work properly. But when I (and possibly others) forget this and use something like the above, having the whole R process crash seems a bit extreme. Possible responses: 1. ignore this and hope that after being punished for not remembering the correct syntax enough times I will eventually learn to do the correct thing. 2. add a check and generate an error if title or lab is not a character string (less severe punishment, I may learn eventually, but maybe not as quick). 3. add label <- as.character(label) an...
2004 Aug 06
3
[Fwd: Icecast2 and ices]
I got this offlist from someone on the list. This is abuse and should be punished. This didn't anwser my post and was directed to me off-list without invitation. All it was was a promotion. -----Forwarded Message----- From: Dave St John <groups@mediacast1.com> To: drew@drewb.com Subject: Icecast2 and ices Date: 22 Aug 2003 19:22:17 -0600 Hello Drew, saw your pos...
2006 Nov 24
2
Bugs Fixed in Trunk
...and all the way back to 0.7.2 of rSpec to make my tests pass. The changes to rSpec are coming together fast and furious and they seem too good to pass up. Is there an approved way to upgrade the components in the absence of prebuilt stuff? Every time I''ve tried, I''ve been punished harshly by the Version Conflict Gods. Just asking for a quick "how to build it out on osx" and "how to undo all of this if i hosed my system" blurb. Thanks s.ross
2015 Mar 18
2
[LLVMdev] Implementing if-conversion as a GSoC 2015 project?
...also make it worse. For example, if the program to be compiled have a code like: if (<a>) { execute 1000 statements } else { execute 1 statements } In the case when <a> is almost always true, it is very efficient because it avoid branching with only executing one more statement as punishment. The improvements of performance from eliminating the branching is always larger than 1 cpu cycle. However, in the case when <a> is almost always false, doing if-conversion is a stupid decision because the improvements of eliminating the branch is very limited here, but the punish, that 1...
2015 Oct 13
3
RFC: Introducing an LLVM Community Code of Conduct
On Tue, Oct 13, 2015 at 4:55 AM David Chisnall <David.Chisnall at cl.cam.ac.uk> wrote: > On 13 Oct 2015, at 02:42, Chandler Carruth via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > > > If you have questions, please see feel free to contact the LLVM > Foundation Code of Conduct Advisory Committee by emailing conduct at llvm.org > . > > My main
2020 Jul 31
6
8.2.2004 Latest yum update renders machine unbootable
...9;t run 'yum update' until they understand the >> problem and have a fix at hand. >> >> See 'UEFI boot blank screen post update' for a solution and directions >> to the redhat article. >> >> Regards >> >> Alan >> > I have been punished by this bug - it is/was very nasty. > Me too. Luckily it happened on a test machine. Sorry but seems that those packages were not tested before pushing them in the update repo. Would be great to know what happened to the mainstream chains and how a package like grub reached the update repo...
2005 Jun 16
1
Unable to modify TDB passwd
...informazioni potete contattare l'indirizzo privacy@quesse.it *** This message and its attachments are addressed solely to the persons above and may contain confidential information. If you have received the message in error, be informed that any use of the content hereof is prohibited and it is punished by law. Please return it immediately to the sender and delete the message. Should you have any questions, please contact us at privacy@quesse.it. --------------------------------------------------------------------
2015 Oct 13
2
RFC: Introducing an LLVM Community Code of Conduct
...ode of conduct is the basis they would be required to cite for any >> decision. Their role should be much more focused on understanding what has >> happened, and ensuring it is responded to. I also think that is called out >> in the document. > > So why the need to list the punishments and make sure that only > capital punishments can actually be appealed? > > >> I'm surprised and saddened to hear you say this. I also don't particularly >> agree. I have interacted with almost every member of the foundation board as >> a regular course of...
2012 Jul 27
1
[LLVMdev] proposal for exploiting undefined behavior much more aggressively
...teaser, I think Richard Smith is going to be looking into providing much more extensive optional *checking* of undefined behavior. Essentially, '-fcatch-undefined-behavior' may grow some serious teeth. This should allow users to check their code fairly aggressively for UB but not needlessly punish code or those debugging code. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120727/44738c57/attachment.html>
2013 Jan 29
1
[LLVMdev] [PATCH] parallel loop metadata
...like a directive, and we may > want it to mean something else in the future. I think the semantics of a "parallel loop" is: If my loop, I hereby state as "parallel", has loop-carried dependencies, I have made a programming mistake and you, the compiler, are free to punish me by producing undefined results. We can add other metadata later on. E.g. "ivdep": My loop might have some dependencies I know you know about, and also some dependencies which are impossible (for you!) to analyze. The latter ones you can ignore as I know those are not real de...
2008 Jun 17
0
Wine release 1.0
...rectly from the git repository. Check http://www.winehq.org/site/git for details. Wine is available thanks to the work of many people. See the file AUTHORS in the distribution for the complete list. ---------------------------------------------------------------- Bugs fixed in 1.0: 3838 The Punisher demo crashes after the introduction movies 3898 Counter-Strike 1.6 performance issue 4755 X Error of failed request: BadDrawable (X_PolyFillRectangle) when switching to Virtual Desktop 6315 Starlancer draws ships as white when direct3d is enabled 7268 Oni not opening after instal...
2006 Feb 13
2
Ajax.Autocompleter is not a constructor
...ript> I made no changes to the public/javascripts. Any suggestions? Thanks, --Dean -- Take your time, take your chances [3278.7 km, 273.4] Apparent Rennerian -------------------------------------------------------------------------------- It matters not how strait the gate, / How charged with punishments the scroll, I am the master of my fate: / I am the captain of my soul. -- Invictus -- -- William E Henley --
2006 Feb 27
1
@content_for_sidebar?
...make a good sidebar? http://www.google.com/search?q=content_for_sidebar Thanks, --Dean -- Take your time, take your chances [3278.7 km, 273.4] Apparent Rennerian -------------------------------------------------------------------------------- It matters not how strait the gate, / How charged with punishments the scroll, I am the master of my fate: / I am the captain of my soul. -- Invictus -- -- William E Henley --
2011 Jun 10
1
Braindead Autoreply filters...
On 2011-06-10 2:00 PM, Doug Lytle <support at drdos.info> wrote: > Ryan Novosielski wrote: >> It's not clear to me... are ALL autoresponders "braindead" or are there >> some that don't notice it's a mailing list contacting them? > Some auto-responders look at the to: field and if it's not directly sent > to the recipient's address (i.e.
2009 Dec 24
1
[PATCH] nouveau: when nouveau_bo_map fails you expect it to not be mapped
- This includes unmapping on failure to sync for cpu access. - Double mapping will also be punished, so that people fix their code. --- nouveau/nouveau_bo.c | 23 ++++++++++++++++------- 1 files changed, 16 insertions(+), 7 deletions(-) diff --git a/nouveau/nouveau_bo.c b/nouveau/nouveau_bo.c index 10cc8a6..9a7c368 100644 --- a/nouveau/nouveau_bo.c +++ b/nouveau/nouveau_bo.c @@ -415,22 +415...
2012 Oct 20
1
Error: not 'a real'?
...uot;, "numeric", "numeric") # Error: Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, (from #2) : scan() expected 'a real', got '894.6' How is '894.6' not 'a real [number]'? Thanks for the ensuing enlightenment or punishment... Best, Brian