search for: fly

Displaying 20 results from an estimated 4251 matches for "fly".

2013 Nov 28
1
Relative Cumulative Frequency of Event Occurence
Hi, My objective is to calculate "Relative (Cumulative) Frequency of Event Occurrence" - something as follows: Sample.Number 1st.Fly 2nd.Fly Did.E.occur? Relative.Cum.Frequency.of.E 1 G B No 0.000 2 B B Yes 0.500 3 B G No 0.333 4 G B No 0.250 5 G G Yes 0.400 6 G B No 0.333 7 B B Yes 0.429 8 G G Yes 0.500 9 G B No 0.444 10 B B Yes 0.500 Please refer to the code below: ############################################################...
2009 Apr 09
4
Weird analyzer issue with the word ''fly''
Hi all I''m using a_a_f in rails with a StemmingAnalyzer, in the index and in my search. I got the idea from this topic: http://www.ruby-forum.com/topic/80178 I''m having a problem with some search terms - i narrowed one of them down to the inclusion of the word ''fly''. Can anyone give me any clues at to what might be happening, or even how i can investigate? My index is set up like this: acts_as_ferret({ :store_class_name => true, :analyzer => Ferret::Analysis::StemmingAnalyzer.new, :fields => {:name...
2010 Sep 16
2
Can the require value be a function?
Hello I have this fly::create_dir { "/usr/share/mysql-zrm/pkgs" : mode => 0755, owner => bin, group => bin } ==> creates the directory and parents .. it just does a mkdir -p with couple test so I have file { "$client_package_file" : path...
2012 Jul 12
4
Adjusting format of boxplot
Hi, I managed to use the attached data set and figure out the following: flies <- read.table("example12_1.dat",header=TRUE,sep="\t") boxplot(long ~ group, data = flies, horizontal = TRUE, col = "red") I'm very new to R and would like some help with the following: 1. Change the order on the y-axis from 1, 2, 3, 4, 5 to 5, 4, 3, 2, 1.
2009 Mar 09
2
bug of *switch* function
...st time, it works. but when I call it at the second time, it does nothing. The version I use is R version 2.9.0 Under development (unstable) (2009-02-21 r47969) here is the output: > organism="human" > species <- switch(organism, human <- "Hs", fly <- "Dm", mouse <- "Mm", rat <- "Rn", yeast <- "Sc" ) species <- switch(organism, + human <- "Hs", + fly <- "Dm", + mouse <- "Mm", + rat <- "Rn", + yeast...
2009 Mar 21
2
Creating dataframe names on the fly?
I am aware that it is easily possible to create var names on the fly. e.g. assign(paste("m",i,sep=""),j) but is it possible to assign dataframes to variables created on the fly? e.g. If I have a dataframe called master and I wanted to subset parts of those data into separate dataframes, I could do: m1=subset(master,master$SAMPLE=='1')...
2005 Oct 23
0
brewing stats
...data set. I hope it is not out of line. Anyway, the plots I have produced are at http://brewiki.org/BatchSparge#poll The polling method is somewhat simple, its just one of those multiple choice style polls you can create on various web forums. The poll was prompted by the ongoing claim from fly spargers that "their" method is more efficient, but I had never seen data to support that. I thought maybe it was a bit of snobbery. Maybe they are right. However if I conveniently ignore that annoying bump on the left of the batch sparge histogram then the two groups start to look...
2010 Nov 26
1
How to save a data set as .txt on fly?
Hi folks, Win7 64bit I tried to save DNase, a data set on database, as .txt file for future use with load. I can't do it on fly; > save(DNase, file="C:/Users/satimis/Documents/aaa.txt") > load(file="C:/Users/satimis/Documents/aaa.txt") > aaa Error: object 'aaa' not found > aaa.txt Error: object 'aaa.txt' not found I must perform following steps; > aaa<-DNase > save(...
2008 Aug 12
5
produce variable on the fly
Hi guys, I want to create variable on the fly: for example for (i in 1:10) { cat(paste("VAR",i,sep="")) } Will print VAR1, VAR2 etc up to VAR10. However I want to make these into variables, and then give them a value, for example: vect = c(10:20) for (i in 1:10) { cat(paste("VAR",i,sep="")) =...
2008 Sep 22
1
Ccreating methods on the fly / counting distinct field values
...") then for each value issues a ActiveRecord.count(:all, :conditions => {:postcode => postcode}) call. I realise this is rather clumsy and could probably be done in a better way, but it does work. However, my problem is that I want to write a method to create this sort of call on the fly. E.g. distinct_count :postcode would create a distinct_count_postcode method which achieves all of the above for the postcode field. I can then call this in any of my model classes. So, can anyone point me in the direction of a tutorial for creating methods on the fly using symbols? If anyone c...
2006 Apr 03
3
Monitor or mixmonitor
Hi all, I am setting up a script to record all the call. There are two app for recording. "Monitor" and "Mixmonitor", one mixing the audio on the fly and one mixing it at the end but also allow a option not to mixing the audio at all. If mixing the audio on the fly is not that taxing on the CPU, I would like to use 'mixmonitor' app. My question is, what is penalty on the CPU when mixing the audio on the fly? I know this is the better opt...
2009 Apr 25
2
Extracting an object name?
Dear Sir or Madam: This is an extension to a earlier post, about looping through several thousand files, and testing student's models against a different data-set, called rclnow, for "recall now". The problem is, that the instructor never specified to the students, what they should name their "lm" object. So what they created was: "arbitrary variable name"
2010 Apr 15
2
[LLVMdev] Compile, link and run on the fly
...is LLVM. Currently I have a filter written in LLVM IR which consist of 3 modules: filter, decoder and filter_rule. The last one is generated using my own-written compiler. I`d like to ask if there is a possibility to generate filter_rule, then link it with other two modules and run on the fly. Now I compile my own BPF-like minilanguage to IR, then translate it to bitcode using llvm-as, then link it with other two modules with llvm-link and finally run with lli. I don`t want to use makefile I want to do everything on the fly in my compiler. Thanks. Radovan Baranec
2015 Feb 19
2
CentOS 7: software RAID 5 array with 4 disks and no spares?
On 20 February 2015 at 05:25, Chris Murphy <lists at colorremedies.com> wrote: >> I'd say your mom is an admin in the sense that chickens fly and horses swim. > > It's a confusing analogy. Chickens don't fly. Horses do swim. I have a couple of chickens, and yes, the buggers do fly if you don't clip their flight feathers. :-)
2006 Feb 23
1
On the fly enconding with verification?
Well it says: "With this option, Flac will create a parallel decoder that decodes the output of the encoder and compares the result against the original." My question still remains. With "on the fly encoding" it encodes as it rips. It does not create an intermediate WAV file and then converts. So if verification is indeed taking place, does it mean it verifies against the source CD? Forgive my insistence, but I'm trying to understand how it works so I can decide which settings I'l...
2006 May 18
3
Render layout on the fly
Hi guys, i was wondering if there is any possibility to render a layout on the fly instead of putting it into the layouts/ folder. Any ideas? -- Posted via http://www.ruby-forum.com/.
2002 Mar 13
2
EAC: Ogg-on-the-fly?
I was wondering, is there a way to encode Oggs with EAC on-the-fly? I'm looking for a way to shorten the whole ripping and encoding process, but so far I've only seen support for the commandline encoder. -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg projec...
2008 Apr 11
3
Change target VBR on-the-fly?
...on't need to do anything special. I use this feature (changing VBR quality midstream) from time to time and it's quite convenient. Tom Joshua Gargus <schwa at fastmail.us> wrote: > > Hi there (from speex-dev newbie), > > Is it possible to change the target VBR on the fly? The application > is a virtual world with multiple media types (voice, video, 3d > interaction, VNC, etc.) where the total required bandwidth has high > variability. Sometimes we'll be able to spare 30kbps per speaker, and > and other times we will need to restrict the ba...
2003 Feb 12
5
Encode on fly from device?
Hello, I'm looking for ideas here. I'm sure it's easy, but cant quite get what I need. I am looking for a way to encode everything from the soundcard into a .ogg, on the fly. Basically I want to be able to record and convert directly to a compressed file. Since this will be running constantly, I would also like to be able to listen to the file during this time. I know oggenc can use stdin, but I'm just not sure how to get the audio directed to it. Any ideas? Tha...
2010 Apr 15
2
[LLVMdev] Compile, link and run on the fly
...file using my compiler. Other two modules are already manually written so I need the one that I generate to link with other two and run. And this was precisely my question about. Is it even possible to do so? Can I generate only one module, link it with other two and run, everything on the fly in my compiler? It will be like glued everything together in one binary file (compiler), all phases: compiling, linking, running using single binary. From your answer I partially assumed that it is possible. Can you recommend me some other tutorial or sample code? Rado Dňa Thu, 15 Apr 20...