search for: tease

Displaying 20 results from an estimated 96 matches for "tease".

Did you mean: ease
2008 Mar 03
5
on the philosophical aspects of a specification
a specification will _eventually_ be used, by someone, to tell the user they are doing things "wrong", won't it? and doesn't that turn markdown's genesis upside-down? heck, next thing you know we'll be telling them to r.t.f.m. i would prefer that implementers get more sophisticated about teasing out the user's intent in "ambiguous" cases. of course,
2009 Sep 16
2
Teasing out logrank differences *between* groups using survdiff or something else?
R Folk: Please forgive what I'm sure is a fairly na?ve question; I hope it's clear. A colleague and I have been doing a really simple one-off survival analysis, but this is an area with which we are not very familiar, we just happen to have gathered some data that needs this type of analysis. We've done quite a bit of reading, but answers escape us, even though the question below
2006 Mar 17
2
Groups and rpms
....Though it does not distinguish between base/manditory and added in the installed list. But yum list is not really helpful. I would like to see something of what rpms are within what group. then what rpms are not in any group. And which groups and stand-a-lone rpms are base. maybe it can be teased out of comp.xml...
2014 Oct 19
2
[LLVMdev] RFC: Are we ready to completely move away from the optionality of a DataLayout?
On Sun, Oct 19, 2014 at 2:32 PM, Sanjoy Das <sanjoy at playingwithpointers.com> wrote: > I have a question: > > > 1) Synthesizing a "default" boring DataLayout for all modules that don't > > specify one. > > What is a default boring value for endianness? > Little. Sorry, but LE won here. I mean, we could make the default big-endian just to test the
2018 May 23
3
More testing
More testing. Test test test. :-) -- Matthew Fredrickson Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
2011 Aug 04
3
#create tests fail when I add FriendlyId to my model
...ny_instance.stubs(:valid?).returns(true) post :create assert_redirected_to brand_url(assigns(:brand)) end Here''s the fixture: one: name: MyString image_file_name: MyString image_content_type: MyString image_file_size: 1 image_updated_at: 2011-08-03 10:49:03 tease: MyText description: MyText All other tests pass, and if I comment out has_friendly_id, the create tests pass as well. Does this ring any bells for anyone? Thanks in advance, Walter -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk&quot...
2007 Oct 26
1
Accessing scripts in a different directory on a Mac
...I need. As a more specific example, my main script currently contains source(?test.R?) and I need to do something like source(path"test.R"). Ideally, I'd like to specify path early in the file one time, and have it apply automatically later. Stuff in the documentation only seems to tease! Thanks in advance, Bryan
2004 Aug 31
2
Strange behavior
...All messages, which I have already received are marked as new in pine or my webinterface squirrelmail. It seems, that dovecot doesn't mark the messages as read after fetching them. There are no strange entries in the logs, nothing which seems to be mysterious. Can anyone help me? This problem teases me. Cheers, DuRu
2004 Jul 02
1
[fdo] Updated syncmail script for new CVS loginfo syntax
Hi, If you are getting tired of being teased about updating your syncmail script to the new CVS loginfo syntax, this mail is for you. If you have opted to use the CIA script, you have already switched to the new loginfo format. If not, you need to do now. For that you need to add UseNewInfoFmtStrings=yes to the CVS config file. Then if...
2006 Jun 05
1
Unobtrusive javascript...what if?
...e response for ajax and non ajax requests using Rails'' responds_to function. In addition, what if you could attach javascript functionality to your page elements in a Behaviour-like fashion, but using pure Ruby, anywhere in your view, but loaded from an external Javascript file? Sorry to tease. Stay tuned, we have something very cool to show off in the next day or two. You will be able to find more information on http://opensource.agileevolved.com in days to come, or stay tuned to my blog tomorrow for more. Apologies for the blatant promotion but we think people will like this. People h...
2007 Feb 15
4
defining context(s) dynamically
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> Q. Why does code which defines a context work in the
2007 Aug 08
3
VoicePulse Connect
...ice, along with failed DTMF tones with 3 different SIP Providers (Vitelity, Broadvoice, and Teliax). I am running Asterisk 1.2.13 on the Debian Etch system, using the SIP protocol. Any insights would be great. Thanks. -John _________________________________________________________________ Tease your brain--play Clink! Win cool prizes! http://club.live.com/clink.aspx?icid=clink_hotmailtextlink2
2012 Apr 13
3
A little exercise in R!
Greetings all! A recent news item got me thinking that a problem stated therein could provide a teasing little exercise in R programming. http://www.bbc.co.uk/news/uk-england-cambridgeshire-17680326 Cambridge University hosts first European 'maths Olympiad' for girls The first European girls-only "mathematical Olympiad" competition is being hosted by Cambridge
2008 Jun 13
12
puppet/naginator?
I''m very interested in the way that puppet appears to be able to generate nagios configurations though I can''t seem to find any documenation on how it works: http://reductivelabs.com/trac/naginator is clearly a placeholder page... Meanwhile the various pieces of info at links such as: http://reductivelabs.com/trac/puppet/wiki/TypeReference#nagios-host are just teasing me.
2005 May 18
1
'fitdistr' and two views of the same data?
...9; gives me an entirely different set of parameters. Distressingly, the parameters it gives me are, upon inspection, good; that is, the parameters reported fit the distribution of the original data much better than 'fitdist' of 'origdist'. Unfortunately, I'm not savvy enough to tease this out beyond "inspection." The weblog entry has the original distribution, plots, and whatnot explaining my question in more detail. My question(s) are repeated at the bottom of the post, as well as this email address. Any help or insights are appreciated; no doubt, I've done somet...
2020 Aug 10
2
How to deal with multiple patches to the same file
...y local master branch, rather >than create a separate patch branch, and always rebasing keeps my >commits at the HEAD of the branch. It's harmless when you have no >local commits, so it's a good habit to form. Do you work on multiple patches at once this way? If so, how do you tease the files apart when it's time to submit one of the patches? ------------------------------ >> I don't understand the pushing upstream. Since we use Phabricator, isn't >> that the job of the person who commits the patch? > >Soon enough (if you keep contributing) you...
2007 Mar 08
3
low-memory vorbis decoding
...the memory footprint of libvorbis is roughly: ~130k code ~60k static data ~160k heap So clearly there's some work to be done. I have some ideas of things to try... speed isn't a huge issue so I could eliminate some of the lookup tables (e.g. for mdct and windowing), and I could try to tease apart the analysis/synthesis code, as it looks like a lot of code on the analysis side is needlessly being linked in. But, before I dive into that I was wondering if anyone has any experience with this sort of thing and could give me some idea of how much work it's likely to be. Thanks, -Et...
2009 Sep 15
5
Very general question about Debian...
Hello ALL! First, I apologize for sending question that spill-out from the scope of this list. However, you might be essentially the best informants. In brief, I am thinking to give second shot to the Debian. Currently I am using Ubuntu 9.04, but Debian still teases me, so to say. I used to use Debian testing (Lenny at that time), but when Lenny became stable, things became very shaky in testing camp. I need Linux/GNU for work. And R is one of my main tools. In brief, my question is: Should I stay, or should I go?!? And then: to which release? I like Ub...
2005 Jan 10
1
[LLVMdev] Version Control Upgrade?
...do you (and others) feel this feature is? I see this as being a pretty big deal. This is exactly the situation Morton is in for example. I also experience this when travelling: I end up building up a whole bunch of changes in a local checked out tree. When I get back to net access, I have to tease all of the patches apart or (more commit) just commit a big blob, losing the individual changes. With a distributed system, I could perform all of the standard operations (commits, diffs, etc) remotely, then apply all of teh change sets to the main repo when I get net access. >> 6. Autho...
2011 Aug 05
2
Which is more efficient?
...] colB <- temp [ , k ] ttr <- t.test ( colA, colB, var.equal=TRUE) tt_pvalue [ i ] <- ttr$p.value or Example2: tt_pvalue [ i ] <- t.test ( temp[ , j ], temp[ , k ], var.equal=TRUE) ------------- I have three loops, i, j, k. One to test the all of <i> files in a directory. One to tease out column <j> and compare it by means of t-test to column <k> in each of the files. --------------- for ( i in 1:num_files ) { temp <- read.table ( files_to_test [ i ], header=TRUE, sep="\t") num_cols <- ncol ( temp ) ## Define Columns To Compare ## for ( j...