search for: sprinkl

Displaying 20 results from an estimated 282 matches for "sprinkl".

Did you mean: sprinkle
2004 Jun 01
2
Problem in random (lme)
In a lattice 11x11 with 6 repetitions, we want to compare lines to their two parents. 3 of the 6 repetitions are sprinkled and the 3 others not. There are 5 factors : hm (hydrous mode), variety, block, rep and grandrep. grandrep gathers two repetition, a sprinkled and a not (as in Split Plot !). I use lme but I have problems in random. Can someone help me ? Ibnou DIENG --------------------------------- [[a...
2007 Sep 20
4
alias :calling :lambda
Sprinkling my examples with ''lambda'' has always seemed like a bit of a wart to me. I''ve gotten into the habit of adding ''alias :calling :lambda'' to my spec suites. My examples then look like: calling { Foo }.should raise_error calling { Bar }.should_not raise_e...
2012 Jun 27
4
[LLVMdev] [cfe-dev] is configure+make dead yet?
...well, there is a fundamental limitation there, not an issue with CMake. Autoconf has a hack for building LLVM as a single, monolithic dll while using MinGW. That hack can be easily replicated on CMake. As for Visual Studio, autoconf is pretty useless, so no dll's there in any case until someone sprinkles the LLVM C++ sources with the necessary declarations. > it can hardly be said to support all use cases!
2012 Feb 12
3
Sound drop out with totem. mplayer Can't open audio device /dev/dsp
Hey all. This morning I found that my audio playback is randomly sprinkled with sound skips and dropouts. I went to /var/log/yum.log and found this: Feb 09 20:18:22 Updated: lame-3.99.4-2.el6.rf.i686 I'm not saying that caused the problem but it's all I could find that changed. When I ls in /dev there is no dsp entry. That would explain why mplayer Can'...
2005 May 27
2
Grandstream GSX-2000 - dead :-(
...he "User Manual" in a couple of minutes), the site states five minutes to load, so waiting more than 30 mins should have been OK, and they do have this "Please Powercycle" in red print too... Is there a magic re-incarnation routine ? (Power on whilst holding down some buttons?, Sprinkling chickens blood?) I chose an HTTP upgrade over TFTP - as I read that there were potential issues with TFTP at this firmware level. -- . . ___. .__ Posix Systems - Sth Africa. e.164 VOIP ready /| /| / /__ mje@posix.co.za - Mark J Elkins, Cisco CCIE / |/ |ARK \_/ /__...
2006 Apr 06
2
Strange Error at the end of a succesful Migration
...unch of data into those tables from existing models. It works great. As expected. Tables are created. Relationships are made. Everything comes out fine as far as the data goes. But for some reason the migration task ends with this error: rake aborted! negative argument I''ve liberally sprinkled my migration with "say" commands so I can see where this happens, and it happens at the end of the migration after everything the migration is actually doing has finished. Any clues? Thanks for any help. -------------- next part -------------- An HTML attachment was scrubbed... URL:...
2004 Nov 29
2
proper way to process dataframe by rows
...terates over the rows, it uses as.matrix() to convert the dataframe to a character representation of itself. Thus my database's carefully planned data types (that RODBC carefully preserved when returning query results) get completely lost as I process the data. I've taken to judiciously sprinkling as.numeric() and friends here and there, but this is just begging for bugs. In other words, what is the smart way to process a dataframe by rows? Or is there, by chance, a specific technique or practice that is available for RODBC results but not for dataframes in general? Thank you for you...
2012 Aug 07
2
[LLVMdev] [RFC] unused argument warning
...be warning in cases where it would actually cause a problem (i.e., misspelled options or specifying options that conflict). Conflicting options _should_ already be handled. Detecting unknown or misspelled options is very straight forward to implement which doesn't require claim() calls to be sprinkled throughout the driver. Mostly I'm looking for counter arguments as to why this warning should remain given the heavy burden.. Chad
2012 Oct 15
3
[LLVMdev] LLD AbsoluteAtoms
...ontentType" added. SHN_ABS symbols can have different types, STT_OBJECT, STT_FILE and maybe others. In order for the writer to tell it must have a way to reach back and ask the atom what type of symbols caused it to be created. To that end I added a contentType method to AbsoluteAtom and sprinkled changes around to make this work. What do the V1 suffixes mean in the Native code? I had to add a new Attributes array to for the Absolute atoms and simply used, NCS_AttributesArrayV2 following the lead of NCS_ReferencesArrayV[12] -- Qualcomm Innovation Center, Inc. is a member of Code Aur...
2010 Aug 22
2
on abort error, always show call stack?
Dear R Wizards---is it possible to get R to show its current call stack (sys.calls()) upon an error abort? I don't use ESS for execution, and it is often not obvious how to locate how I triggered an error in an R internal function. Seeing the call stack would make this easier. (right now, I sprinkle "cat" statements everywhere, just to locate the line where the error appears.) Of course, I would really love to see the line in my program that triggered this, but I have asked this before, and I understand this is too difficult to get into the R language. regards, /iaw ---- Ivo Wel...
2005 Mar 18
2
[LLVMdev] new IA64 backend
...hat we can have scheduled MachineInstructions living alongside DAGs in such a way that changing the DAG (adding/removing a couple of instructions, say) doesn't _necessarily_ require rescheduling the whole function. I'm thinking of a future JIT here, where it would be nice to be able to sprinkle/reap instrumentation code over functions at high speed. Duraid
2017 Nov 13
2
Winbind error "Could not fetch our SID - did we join?"
On Mon, 13 Nov 2017 15:20:05 +0100 Sven Schwedas <sven.schwedas at tao.at> wrote: > > > PS, your configs are still wrong. > > It would be *really* helpful if you explained *why*. Sprinkling magic > pixie dust over random config files isn't exactly purposeful > debugging. > Lets start with /etc/krb5.conf Samba doesn't need most of what you will find in it, this is mostly because most of what you will find there, is a default setting. Believe it, or believe it not...
2012 Apr 08
0
[LLVMdev] Building LLVM as a shared library using Visual C++ 2010?
...are of…? I have > been able to build LLVM as a shared library using Autotools and GCC (through > MinGW) on Windows (as well as on Linux and Mac OS X), so it would really be > a shame if the same couldn’t be done using Visual C++… > > Cheers, Alan. The problem is that MSVC++ requires sprinkling __declspec(dllexport/dllimport) all over the code, and we really don't want to deal with maintaining that, as most developers have little to no experience with Windows DLLs. There may be a work around for this, which I partially implemented in the past. You have a script which automatically...
2015 Dec 02
3
[PATCH 3/6] Input: Update vmmouse.c to use the common VMW_PORT macros
...ng them to 0 just because we are > > using the new VMW_PORT here. Why do we need to switch? What is the > > benefit of doing this? > > There are two reasons. One is to make the code more readable and > maintainable. Rather than having mostly similar inline assembly > code sprinkled across multiple modules, we can just use the macros > and document that. But the macro is only used here, and the variables aren't used at all, so it makes no sense in this file. > The second reason is this organization makes some on-going future > development easier. We don't...
2015 Dec 02
3
[PATCH 3/6] Input: Update vmmouse.c to use the common VMW_PORT macros
...ng them to 0 just because we are > > using the new VMW_PORT here. Why do we need to switch? What is the > > benefit of doing this? > > There are two reasons. One is to make the code more readable and > maintainable. Rather than having mostly similar inline assembly > code sprinkled across multiple modules, we can just use the macros > and document that. But the macro is only used here, and the variables aren't used at all, so it makes no sense in this file. > The second reason is this organization makes some on-going future > development easier. We don't...
2018 May 07
2
[PATCH 3/3] drm/vc4: Attach underscan props to the HDMI connector
...t to 1024 which > + * should be more than enough for real use cases. Note that the actual > + * limitation comes from the display mode: > + * hborder < hdisplay && vborder < vdisplay > + */ > + drm_connector_attach_underscan_properties(connector, We should probably sprinkle __must_check over all these :-) -Daniel > + BIT(DRM_UNDERSCAN_OFF) | > + BIT(DRM_UNDERSCAN_ON), > + 1024, 1024); > + > connector->polled = (DRM_CONNECTOR_POLL_CONNECT | > DRM_CONNECTOR_POLL_DISCONNECT); > > @@ -408,6 +418,9 @@ static vo...
2012 Jul 26
2
[LLVMdev] [llvm-commits] PROPOSAL: LLVM_FALLTHROUGH macro for intended fall-throughs between switch cases
...9;m sorry for chiming in late. > >> I propose to add the LLVM_FALLTHROUGH macro for specifying intended fall-through locations between switch cases. > > I don't really see that the tradeoff here is worthwhile. It is possible that we have some fallthrough bugs, but the cost of sprinkling this macro everywhere doesn't seem like the right tradeoff. > While I tend to agree with you, it's also true that for many (most?) of the locations where we have an intentional fall through, there's already a comment to that effect as a matter of style. This would simply formali...
2015 Jan 25
2
names function for environments?
...ding. This two-line addition to attrib.c gives a significant speedup for listing an environment's names/keys (2-60X depending on the 'sorted' argument). It also simplifies the environment API by making it more like the other basic types. We already have $ and [[ after all. Rather than sprinkling sorted=FALSE throughout the methods and base code, let's use names. Would you be open to this change? I have submitted a patch and some timings to the bug tracker as https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16170 Regards, Pete ____________________ Peter M. Haverty, Ph.D. Gene...
2012 Jun 27
0
[LLVMdev] [cfe-dev] is configure+make dead yet?
...fundamental limitation >there, not an issue with CMake. Autoconf has a hack for building LLVM as >a single, monolithic dll while using MinGW. That hack can be easily >replicated on CMake. As for Visual Studio, autoconf is pretty useless, >so no dll's there in any case until someone sprinkles the LLVM C++ >sources with the necessary declarations. So the problem's not with the build system, it's that the source code itself is just not written right and it only builds under other systems by exploiting some weird hack? Thanks, that's good to know.  C/C++ really isn't...
2012 Jun 27
0
[LLVMdev] [cfe-dev] is configure+make dead yet?
>From: Óscar Fuentes <ofv at wanadoo.es> >Subject: Re: [LLVMdev] [cfe-dev] is configure+make dead yet? > >As for Visual Studio, autoconf is pretty useless, >so no dll's there in any case until someone sprinkles the LLVM C++ >sources with the necessary declarations. Thinking about this a little more, is that even necessary?  Exporting the C++ API in a DLL is useless due to name mangling and probably memory management issues as well.  The only thing that should really need to be marked as exported is...