search for: waffle

Displaying 20 results from an estimated 49 matches for "waffle".

Did you mean: yaffle
2013 Nov 01
1
Package(s) for making waffle plot-like figures?
Dear all, I am trying to make a series of waffle plot-like figures for my data to visualize the ratios of amino acid residues at each position. For each one of 37 positions, there may be one to four different amino acid residues. So the data consist of the positions, what residues are there, and the ratios of residues. The ratios of residues at a...
2011 Oct 16
5
New User
...rmission to install as a program and you cant edit files on the DVD as they are permanent. Also I don't really understand some of what im reading despite being intelligent so can someone tell me how to install Windows games from disks or give me a link where they will actually tell you and not waffle on about everything but installing.. If it helps im trying to install Fallout 2 from the Fallout Collection disk which includes 1,2 and Fallout Tactics. i followed procedure right clicking on the exe and selecting Wine but its locked unless i can edit permissions which obviously I cant on a disk....
2011 Jul 21
4
squared "pie chart" - is there such a thing?
Hello! It's a shoot in the dark, but I'll try. If one has a total of 100 (e.g., %), and three components of the total, e.g., mytotal=data.frame(x=50,y=30,z=20), - one could build a pie chart with 3 sectors representing x, y, and z according to their proportions in the total. I am wondering if it's possible to build something very similar, but not on a circle but in a square - such that
2015 Feb 02
0
Another Fedora decision
...us nutters'? I guess those people on the cited mail lists are using fake names. Given you're carrying on about being English, maybe you should contemplate the slander, libel and defamation laws in that country as well as in other countries where your post may be being read. > No need to waffle Warren. You've lost this one :-) I don't think it's Warren who's waffling. I certainly don't think the people on the referenced mail lists are anonymous, or nutters. And just to be 100% clear, you're certainly not speaking for me. Pete.
2009 Dec 19
1
PAP2 Dialing Delay
...e hooked up a Linksys PAP2 to my Asterisk 1.6 fairly painlessly. The only issue I can't beat with it is the dial delay when calling internal or external numbers. No matter what it seems to take 10 -15 seconds to actually dial. I've altered the device removing all *xx combos and unnecessary waffle and cut the dialplan string to (x.S0) but the problem persists. Anyone else seen this issue?
2006 Oct 04
5
Sites that use Mongrel
It would be an interesting topic. I bet there are quite a few. I just released one that 1/2 runs on Mongrel. http://direxionfunds.com It was released before it was _quite_ ready, but the last of the content is getting inserted today. I am still waffling on how I will leave it running longterm. Right now it uses a slightly modified version of the Mongrel http parser with EventMachine to front
2015 Feb 02
8
Another Fedora decision
...throats of loyal users. An English (as in England, Europe) saying is:- Rules were made for the guidance of wise men, but for the obedience of fools ! If everyone is willing to donate USD 1, then perhaps we could lend him to M$ where security is so lax he could do some enormous good. No need to waffle Warren. You've lost this one :-) -- Regards, Paul. England, EU. Je suis Charlie.
2017 Jun 22
5
Hunting a histogram variant
I'm looking for a histogram variant in which data points are plotted as labelled rectangles 'piled up' to form a histogram. I've posted an example at https://www.dropbox.com/s/ozi8bhdn5kqaufm/labelled_histogram.png?dl=0 It seems to have a long pedigree, as I see it (as in this example) in documents going back beyond the '80s. But I've not seen it in recent textbooks. So it
2017 Jun 15
3
killing undef and spreading poison
Daniel, Thanks for taking the time to respond. Regarding GVN and newGVN, I recently finished a search through the llvm-dev archives for “nsw” in the subject line, and GVN was discussed in some of those threads [1]. In particular it was claimed that there was a right choice for GVN to make given two ADD instructions, one with the “nsw” attribute and one without, the one without ‘nsw’
2006 May 31
13
What are controller modules *for*?
I am aware that controllers can be placed in modules: ruby script/generate controller modulename/controllername But what does this buy me? Is it just a way of ensuring that my source code is nicely arranged, or can I use the fact that a set of controllers are all within a particular model to implement functionality common to all of those controllers? Why am I asking? The app
2016 Jan 29
0
[PATCH v5 00/10] virtio DMA API, yet again
On Thu, 2016-01-28 at 18:31 -0800, Andy Lutomirski wrote: > > To everyone else: we've waffled on this for way too long.? I think > we should to get DMA API implementation in with a conservative > policy like this rather than waiting until we achieve perfection. > I'm tired of carrying these patches around. Yeah, do it. However,,, shouldn't the generic no-op DMA ops be ch...
2003 Apr 25
1
plot clusters
Hi, I have a dataset which has more than two clusters (say 3 clusters). I used kmeans to cluster the dataset. I am wondering how I can plot the clustering result on a two-dimensional figure???? The example in the kmeans help file is as follows: x <- rbind(matrix(rnorm(100, sd = 0.3), ncol = 2), matrix(rnorm(100, mean = 1, sd = 0.3), ncol = 2)) cl <- kmeans(x, 2, 20)
2005 May 18
1
Next release of win32-dir?
Dan, Do you know when the next release of win32-dir is going to be available. I really would like to rely on it for the junction capability that Timothy Byrd posted. =) Thanks, Zach
2001 Jul 10
1
To ext3 or not to ext3?
I'm in the process of building a home file server and am of course going to use Linux 2.4 (2.4.6 for now...). I'm waffling between resierfs and ext3. I've read the ext3 page and some of the mailing list archives but have a few questions remaining. (I apologize in advance if they are redundant.) Are there any known issues with: - LVM - LVM snapshots (more on that in a sec) -
2010 Jul 03
4
as promised description of my XEN HA setup
Hi all, In threads posted by I believe Jonathan Tripley I promised to post my new XEN HA setup. Hope it can be of some use to some people. In this particular case I''m forced to use SLES 10SP3 with XEN 3.2, which excludes the possibility of using things like cLVM (which I don''t think I need anyway). So: Storage: I use two HP ML370 G5 machines with DRBD and heartbeat on
2016 Jan 31
0
[PATCH v5 00/10] virtio DMA API, yet again
...n Xen, and it should break anything because it's > off by default on everything except Xen PV on x86. > > To the Xen people: is this okay? If it doesn't work on other Xen > variants (PVH? HVM?), can you submit follow-up patches to fix it? > > To everyone else: we've waffled on this for way too long. I think > we should to get DMA API implementation in with a conservative > policy like this rather than waiting until we achieve perfection. > I'm tired of carrying these patches around. I agree, thanks for working on this! > Michael, if these survive r...
2006 May 12
1
Opinion on different web server setups?
This is not directly a Rails question but you lot seem the best to ask... I have a strong feeling we will be developing future apps in Rails (Ruby fans are slowly starting to outnumber cynics in my office) so I want a web server plan that will be appropriate for that. We have just bought two new web servers I want to turn into a load-balanced, redundant pair. As well as any Rails
2003 Mar 20
1
Install R on unix
Hello, I just tried to install R (unix version), but I have not successed. I download the file and uncompresssed it in a R folder. then I used the following commands: ./configure make The attached are error message: Could any one tell me how to fix it?? Thanks R is now configured for sparc-sun-solaris2.6 Source directory: . Installation directory: /usr/local C compiler:
2008 Feb 29
1
1.1rc1 crash with backtrace
I wrote an inotify based automatic backtrace generator -- Please do hate me, Timo :) dovecot-1.1rc1 (or rather the hg checkout) GNU gdb 6.7.1-debian Copyright (C) 2007 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by
2008 Jan 18
2
image/area plot
Dear R users, I am trying to produce an image plot, that represents the proportions of a factor (z variable), so that the number of squares of each colour represents each factor level, with the respective label inside (sorry for the crap English). # Something like this: kk=data.frame(fact=letters[1:10], freq=c(5,1,10,2,10,7,5,10,30,20)) # factor and respective frequecies res="a" #