search for: punishing

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

Did you mean: publishing
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
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
2007 Jul 31
1
how to sort dataframe levels
Hi everyone, I've been bashing my head against this for days now, and 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
2016 Mar 03
4
Rasterisk freeze on 4G link
Hello, I'm remotely managing an asterisk setup using an OpenVPN client on this Asterisk box, connecting to an OpenVPN server of mine). This box is mainly connected to PSTN. It is also connected to the Internet, only for remote management. The former ADSL link has recently been replaced by a new 4G link (UMTS). I'm connecting to this box from a Debian Jessie/Gnome Terminal combo. With
2010 Feb 10
1
R crashes when setWinProgressBar is give a numeric value for label argument
This problem can be seen by the following commands: > pb <- winProgressBar(max=1000, label='0') > b <- 1 > setWinProgressBar(pb, b, label=b) This set of commands (on windows of course, XP in this case) causes R to crash. This is not strictly a bug since the documentation states that the label argument should be a character string and using as.character(b) does work
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 post on the xiph list
2006 Nov 24
2
Bugs Fixed in Trunk
I''m backed off Edge Rails 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
2015 Mar 18
2
[LLVMdev] Implementing if-conversion as a GSoC 2015 project?
OK, Let me describe. There is nothing wrong with if-conversion in LLVM. The algorithm implemented in LLVM can handle the if(???){do something} and if(???){do something}else{do something else} case very well. But it can handle complicated case like when there are a lot of gotos in the program. The more systematic way to do if-conversion is based on Hyperblock [Scott A. Mahlke et al 1992]
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
Il 31/07/20 13:08, ja ha scritto: > On Fri, 2020-07-31 at 22:35 +1200, Alan McRae via CentOS wrote: >> I am running an Intel x64 machine using UEFI to boot an SSD. >> >> Installing the latest yum update which includes grub2 and kernel >> 4.18.0-193.14.2.el8_2.x86_64 renders the machine unbootable, blank >> screen where grub should be, no error messages, just hangs.
2005 Jun 16
1
Unable to modify TDB passwd
Hi everybody, My name is Tani Alessandro, I have a problem when I try to change the password of user "root" (the Domain Administrator). For all the others users I don't have any problem. I have update samba from the version 3.0.11 to the version 3.0.14a. I use a Red Hat 9. When I try to change the root password I recive this messagge: > Unable to modify TDB passwd ! Error:
2015 Oct 13
2
RFC: Introducing an LLVM Community Code of Conduct
> On Oct 13, 2015, at 11:16 AM, Renato Golin via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On 13 October 2015 at 18:59, Chandler Carruth via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> We have *not* appointed any such committee at this point. >> (...) >> The appeal is to the board of the Foundation. I don't expect the board to >>
2012 Jul 27
1
[LLVMdev] proposal for exploiting undefined behavior much more aggressively
On Thu, Jul 26, 2012 at 3:41 PM, Chris Lattner <clattner at apple.com> wrote: > On Jul 26, 2012, at 9:58 AM, John Regehr wrote: > > http://blog.regehr.org/archives/761 > > It's an interesting post, but I'd like to point out that it is a non-goal > for the project to be actively hostile to users of the compiler. :) It is > useful to have debugging tools for
2013 Jan 29
1
[LLVMdev] [PATCH] parallel loop metadata
On 01/29/2013 10:17 PM, Hal Finkel wrote: > Will parallel always be synonymous with no_interiteration_dependencies? I'm > sightly worried that 'parallel' seems too much 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
2008 Jun 17
0
Wine release 1.0
The Wine team is proud to announce that Wine 1.0 is now available. This is the first stable release of Wine after 15 years of development and beta testing. Many thanks to everybody who helped us along that long road! While compatibility is not perfect yet, thousands of applications have been reported to work very well. Check http://appdb.winehq.org to see the details for your favorite
2006 Feb 13
2
Ajax.Autocompleter is not a constructor
Hi Rails, I am having trouble setting up an autocomplete text field. Using rails 1.0.0 and just trying to copy the simple scriptaculous demo (http://demo.script.aculo.us/ajax/autocompleter) fails. My view and controller are set up the same way. In firefox 1.0.4 (and safari, don''t remember the version) I get the Ajax.Autocompleter error in the javascript console when loading the
2006 Feb 27
1
@content_for_sidebar?
Okay, I see this instance variable places, but I can not determine if it is real or where the content comes from. I''ve tried views/<controller>/sidebar.rhtml, _sidebar.rhtml, views/layouts/sidebar.rhtml and views/layouts/_sidebar.rhtml. Does this actually exist? What''s the Rails Way to make a good sidebar? http://www.google.com/search?q=content_for_sidebar Thanks,
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,28
2012 Oct 20
1
Error: not 'a real'?
Hi List, when supplying a vector of atomic vector classes to read.table, I get: # column classes colClasses=c("character", "character","numeric", "numeric", "numeric", "numeric", "numeric", "numeric", "numeric", "numeric", "numeric",