search for: esqu

Displaying 20 results from an estimated 120 matches for "esqu".

Did you mean: equ
2004 Jun 29
1
strucchange-esque inference for glms ?
hello R-world, according to the strucchange package .pdf, "all procedures in this package are concerned with testing or assessing deviations from stability in the classical linear regression model." i'd like to test/assess deviations from stability in the Poisson model. is there a way to modify the strucchange package to suit my purposes, or should i use be using another
2007 Feb 08
0
derive.js - Ruby-esque derivation/mixins for Prototype
All, I whipped up a small extension for Prototype to solve some modeling issues I was having on a large JS project. I know there have been serveral alternative "write JS in Ruby" type efforts, including ruby.js, rb2js, and prototype.js itself, but I was hoping to keep it as light as possible while gaining the most powerful aspects of derivation/mixins/callbacks. Much like the prototype
2007 Jan 22
2
Samba members in NT4.0 to AD upgrade
...i, I've got an NT4.0 domain that I'm planning to upgrade to Active Directory. I've got a couple of Samba member servers in the domain, various versions above 3.0. So I have two questions: 1. Are there any gotchas with this scenario or will the Samba clients just keep working as NT4-esque clients. 2. Is it possible to "upgrade" a Samba member server to be an Active Directory client whilst retaining the user entries for file shares etc. (i.e. so the SIDs still match). Thanks in advance for any help, Leon... _______________________________________________________...
2016 May 22
3
Shader bytecode JIT
Hi all. I'm writing a remote 2D graphics API for embedded devices. It includes a little GLSL 1.0-esque shader language, which is compiled to executable SSE code at runtime. Is LLVM a good fit for this sort of thing? At the moment I'm compiling NASM into my code, but it doesn't do any register allocation (which is why I'm considering LLVM). I don't want to add too much bloat to th...
2010 Mar 29
3
Slightly more advanced dialling..
Hello, I'm wondering if it is possible to ring X number of extensions simultaneously, and each answered call can be handled with some code. I can do a huntgroup-esque way of dialling, but I want all the dialled numbers to be picked up. I hope this makes sense.. If not please say.. Many thanks! Andy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100329/26fffe68/att...
2009 Feb 05
3
The Origins of R AND CALCULUS
...itive > some very hard-nosed individuals on this list can be, or have become. > > Regards, Mark. > > still to wait. > > Duncan Murdoch-2 wrote: > > > > On 2/4/2009 3:53 PM, Mark Difford wrote: > >>>> >>> Indeed. The postings exuded a tabloid-esque level of slimy > >>>>>> nastiness. > >> > >> Hi Rolf, > >> > >> It is good to have clarification, for you wrote "..,the postings...," > >> tarring everyone with the same brush. And it was quite a nasty brush. It > >...
2011 Aug 17
4
[LLVMdev] Style question: NULL or 0?
...LL or 0 for C++ objects? I've seen both throughout the code. Personally I prefer NULL, since it establishes that something is a pointer and not an integer (or integer-constructed object, but thankfully we avoid implicit conversions in LLVM/Clang). But I think I read somewhere that 0 is more C++esque. (And C++11 nullptr's not available yet, of course.) Similarly, when testing for the null pointer, is it better to use: 1. (x) and (!x) 2. (x) and (x == NULL) // or 0 3. (x != NULL) and (x == NULL) 4. (NULL != x) and (NULL == x) 5. ...some other combination or something I haven't though...
2008 Aug 18
5
MT9 Capabilities
...this MT9 think a while ago and i thought it would be awesome if FLAC, Vorbis, and all could implement something like this. http://www.guardian.co.uk/music/2008/may/27/news.seanmichaels http://en.wikipedia.org/wiki/MT9 In combination with that, it would also be cool to have some sort of subtitles-esque thing for audio which would be useful for speeches and karaoke. These two things would be a very very big boost for free audio formats :) How feasible is this in the long run? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac/att...
2008 Aug 18
5
MT9 Capabilities
...this MT9 think a while ago and i thought it would be awesome if FLAC, Vorbis, and all could implement something like this. http://www.guardian.co.uk/music/2008/may/27/news.seanmichaels http://en.wikipedia.org/wiki/MT9 In combination with that, it would also be cool to have some sort of subtitles-esque thing for audio which would be useful for speeches and karaoke. These two things would be a very very big boost for free audio formats :) How feasible is this in the long run? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac/att...
2008 Aug 18
5
MT9 Capabilities
...this MT9 think a while ago and i thought it would be awesome if FLAC, Vorbis, and all could implement something like this. http://www.guardian.co.uk/music/2008/may/27/news.seanmichaels http://en.wikipedia.org/wiki/MT9 In combination with that, it would also be cool to have some sort of subtitles-esque thing for audio which would be useful for speeches and karaoke. These two things would be a very very big boost for free audio formats :) How feasible is this in the long run? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac/att...
2008 Aug 18
5
MT9 Capabilities
...this MT9 think a while ago and i thought it would be awesome if FLAC, Vorbis, and all could implement something like this. http://www.guardian.co.uk/music/2008/may/27/news.seanmichaels http://en.wikipedia.org/wiki/MT9 In combination with that, it would also be cool to have some sort of subtitles-esque thing for audio which would be useful for speeches and karaoke. These two things would be a very very big boost for free audio formats :) How feasible is this in the long run? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac/att...
2008 Aug 18
5
MT9 Capabilities
...this MT9 think a while ago and i thought it would be awesome if FLAC, Vorbis, and all could implement something like this. http://www.guardian.co.uk/music/2008/may/27/news.seanmichaels http://en.wikipedia.org/wiki/MT9 In combination with that, it would also be cool to have some sort of subtitles-esque thing for audio which would be useful for speeches and karaoke. These two things would be a very very big boost for free audio formats :) How feasible is this in the long run? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac/att...
2013 Jan 03
0
[LLVMdev] Build Failure
...t;> properly track that a variable is used only under the same conditions >> in which it is set. > > That is not always true in the cases I've found. That's the consequence > of ignoring warnings. Except it isn't. We can ignore this warning & instead use Valgrind-esque tools to catch not only these bugs, but catch & fix them better by learning which specific codepath leads to the uninitialized use, rather than just initializing a variable to zero (or whatever) even in cases where that value was never intended to be used in any computation.
2006 Jul 01
8
Seeking Advice on Pattern for Multi-Organization Application
...everything that is in the database will need also to belong to a school, and when someone logs in they will only see the data relevant to their school (unless they are education authority managers who will have their own interface). Any advice on how to implement this in the DRYest, most Rails-esque way will be most gratefully received :) Robert Jones -- Posted via http://www.ruby-forum.com/.
2013 Jan 03
3
[LLVMdev] Build Failure
"Caldarale, Charles R" <Chuck.Caldarale at unisys.com> writes: >> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] >> On Behalf Of greened at obbligato.org >> Subject: Re: [LLVMdev] Build Failure > >> It seems a better option than simply ignoring warnings and then missing >> a real bug in the haystack of warning
2015 Aug 09
3
[RFC] BasicAA considers address spaces?
Personally I feel the most intuitive approach would be to have an equivalent of isTriviallyDisjoint for IR; we already have a model for how it would work, and it could be a TTI call. I’ve kind of wanted this for a while because there’s a lot of address-space-esque aliasing relationships that can’t be easily modeled on the IR level. For example (in our model), we have some constraints like this: Global memory can’t alias local memory. Global writeable memory can’t alias global readonly memory (different address spaces). Stack memory can’t alias global memo...
2015 Mar 28
2
Comparaciones múltiples
Saludos, tengo una base de datos con tres variables: especie, tratamiento y abundancia. Quiero hacer comparaciones múltiples con Tukey. Ya había usado el comando TukeyHSD(aov(x~y)). La cuestión esque ahora tengo varios niveles del factor especie y varios niveles del factor tratamiento. Si hago TukeyHSD(aov(abundancia~especie:tratamiento)) me salen todas las comparaciones posibles, pero yo sólo estoy interesado en que para cada especie (i.e. para cada nivel del factor especie) me salgan las com...
2011 Aug 31
1
Recoding observations in all columns of a data frame.
...o NA in all observations in all columns. I know how to do it in each individual column. [code] example$var1[example$var1==999] <- NA [/code] I think it can be done with a for loop. [code] for (i in 1:length(example)) { example[,i][example[,i] == 999] <- NA } [/code] Is there any R-esque way to do this without using a for loop? Thanks. Regards, CH -- CH Chan
2010 Apr 20
2
Parser question + Markdown "wysiwyg"
...o put something together, so went with a regexp-based setup for parsing -- Not ideal! I'd really like to use an existing parser, but I need to get access to the parse-tree *with* character offets, rather than just html output, as I'm adding attributes to the string so it renders in a wyswig-esque manner, rather than actually transforming it. I've looked briefly at discount and peg-markdown -- I'd prefer a C-based parser as the app is Objective-C -- but I'm not sure if it's possible to get a detailed parse-tree out of either of them? I thought I'd ask before digging aro...
2009 Feb 03
7
The Origins of R
In another thread on this list, various wild allegations have been made, relating to the New York Times article on R. I object both to the subject line and to the content of several of the messages, and will not repeat or quote any of that content. It smacks to me of mischief making. Discussion has centered around the following quote from the NY Times article: ?According to them, the