search for: subparts

Displaying 20 results from an estimated 36 matches for "subparts".

Did you mean: subpart
2006 May 25
4
Does TMail support Nested Multipart Messages? (Repost)
Hi, does anybody know if TMail supports nested multipart messages? I read a changelog that indicates so (http://dev.rubyonrails.org/svn/rails/trunk/actionmailer/CHANGELOG), but I haven''t been able to get it working so far. Maybe I am doing something wrong here? I attached the sample mail. Here is the code to parse it: require File.dirname(__FILE__) +
2013 Feb 10
1
Patch to add gpg support to logcheck.
Enjoy, Based mostly of the man page for mime-construct. # free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied
2004 Aug 06
0
[ANNOUNCE] pymp3cut
Hi there, I'm pleased to announce the availability (CVS only for now) of pymp3cut. pymp3cut is a GPLed Python command line tool designed to automatically cut very big mp3 files according to a timeline, and postprocess each subfile with any tool of your choice in a single run. It's useful if you stream very long events (10 hours or so) like congresses using IceCast and want to cut the
2013 Aug 27
1
[plyr] Moving average filter with plyr
Dear all, I'm stuck with a problem using plyr to process a rather large junk of data. What I'm trying to do is applying a moving average to all the subparts of the dataframe (the example data can be found here https://dl.dropboxusercontent.com/u/2414056/testData.Rdata). require(plyr) load("testData.Rdata") applyfilter<-function(x){ return(filter(x,rep(1/5, times=5))) } data.trash<-ddply(data, .(FileNo, ChannelNo), transform, filter...
2010 Feb 03
3
handling multitrack Ogg
On Wed, Feb 3, 2010 at 11:21 AM, Chris Double <chris.double at double.co.nz> wrote: > Excerpts from Frank Barchard's message of Wed Feb 03 13:11:15 +1300 2010: >> >> Yes, and its good to learn from DVD's too. DVD is a subpart of MPEG: http://www.mpucoder.com/DVD/vobov.html, http://dvd.sourceforge.net/dvdinfo/dvdmpeg.html . Uses the same functionality for tracks, iiuc.
2018 Jan 10
2
Doveadm field for message body without attachments
Happy new year to all, what is the message field in doveadm data model representing the body without attachments? I need to dump the message body without the attachments so as to avoid unnecessary size of the exported files and while I am also not interested in this part of the message. with kind regards Athanasios
2010 Mar 10
1
expression(), mixed symbols and evaluated objects
...The following example shows what I am trying to achieve: for (m in 1:3) { plot(1:10); #just a place holder for the real plots title(expression(y = m * lambda)); } I want to actually evaluate the variable m but keep lambda as a symbol in the title. I tried to wrap an eval() around various subparts of the expression but to no avail. Going further, I ideally would like to mix text into the expression as well. Any help would be appreciated. Thanks, Markus [[alternative HTML version deleted]]
2008 Nov 20
2
[Obo-relations] Discussion summary on "original" biological parts
mejino at u.washington.edu wrote: > > >>> A canonical human body will have canonical parts and those canonical >>> parts will >>> have canonical subparts and so on. >> >> ... and? >> >>> Can't think of anyone who would fit that >>> description. >> >> is this considered an argument for that there cannot possibly an >> instance of the canonical human body? > > So what exactly is your unde...
2010 Feb 04
2
handling multitrack Ogg
What would the creation of a AVI or MPG with 2 audio tracks tell me that I don't know yet? I can just use normal ffmpeg for that - ffmpegx is just a GUI transcoding tool based on ffmpeg and the latest ffmpegx release is more than 2 years old. Anyway, I did look at the AVI spec after this email (http://msdn.microsoft.com/en-us/library/dd318183%28VS.85%29.aspx) and found that while each track
2008 Oct 25
7
Routing of result not clear in ActionMailer
Dear all, I am trying to understand the following behaviour of the ActionMailer in Rails 2. I have an emailer_controller.rb class EmailerController < ApplicationController def send_mail Emailer::deliver_contact_email(params[:email]) end end I have a model emailer.rb class Emailer < ActionMailer::Base def contact_email(email_params, sent_at = Time.now) @recipients =
2016 Oct 17
0
BoF: Shipping Software as LLVM IR (@Upcoming Dev Mtg)
Hi Vikram, It is a bit more that just “efficient (de)serialization” as there is some amount of tradeoff to make between “size” vs “speed” vs “flexibility” (which are all some sort of “efficient”). For instance what if we get a faster deserialization but got larger size? That might be an issue for some people who’d like to ship bitcode. Another thing is that we may get better speed/size by
2018 Jan 10
0
Doveadm field for message body without attachments
> On January 10, 2018 at 11:49 AM Athanasios Viennas <aviennas at vtopia.gr> wrote: > > > > Happy new year to all, > > what is the message field in doveadm data model representing the body > without attachments? I need to dump the message body without the > attachments so as to avoid unnecessary size of the exported files and > while I am also not
2012 Sep 30
0
Questions relating RTP packetisation
Hello. I am working on implementing RFC 5574 (RTP Payload Format for the Speex Codec) in the ffmpeg and have a question concerning it. It would be nice if somebody could answered it. * Chapter 4.1.1 Registration of Media Type Audio/Speex, subpart "Optional parameters" states these SDP optional parameters: vbr: variable bit-rate - either 'on', 'off', or 'vad'
2017 Jan 14
0
[PATCH 0/5] Allow multiple targets to be disabled
On 01/06/2017 01:53 PM, Hugo Beauzée-Luyssen wrote: > Hi, > > This patchet allows a few targets to be disabled when unrequired. > The rational is coming from VLC's contrib buildsystem, so far we use make -C to select only some subparts of the available targets. > It would be easier and cleaner to use autoconf to do so IMHO. > > There's an additional patch which fixes the build when building for WinRT/UWP platform, upstreamed from VLC. > We have a couple more for this platform, but ultimately, I think the proper...
2010 Feb 03
2
handling multitrack Ogg
On Tue, Feb 2, 2010 at 1:47 PM, Silvia Pfeiffer <silviapfeiffer1 at gmail.com>wrote: > On Wed, Feb 3, 2010 at 5:07 AM, Frank Barchard <fbarchard at google.com> > wrote: > > It sounds like you're on the right track. There are 2 places I would > start > > looking - DVD's, and Quicktime. > > Quicktime is mature and the container is the basis for mp4
2010 Feb 03
0
handling multitrack Ogg
On Mac the ffmpegx tool supports 2 audio tracks. Maybe worth checking out? http://www.ffmpegx.com/index.html - Creates AVI or MPG files with two audio tracks. - *Supports subtitles* in VobSub, SubRip, MicroDVD, SubViewer, Sami, VPlayer, RT, SSA, AQTitle, JACOsub and MPsubt formats On Tue, Feb 2, 2010 at 5:40 PM, Silvia Pfeiffer <silvia at silvia-pfeiffer.de>wrote: > On Wed,
2004 Mar 07
1
Frequency ploygon help
I can't figure out how to get the x-axis to contain the category lables for my frequency polygon. I'm also not sure if there is a more elegant approach. Any insights on the labels? I tried this: #generate some pseudo data x=c(sort(sample(1:1500,5)),sort(sample(1:1500,3),dec=T)) # assign names to the vector
2004 Mar 24
0
dots in function names
...ming conventions in this regard? I'm guessing that 'plot.default' is a method? of 'plot'. Assuming that other 'plot.something' functions are methods or instantiations of a main 'plot' function object, how do I learn more about such a "main" object's subparts short of studying code? The ?plot help document does not have a "see also" for plot.default or (many) other 'plot.something' functions. Is there a simple way to troll for such things when trying to expand your horizons? Any general hints on how one should approach the self-educat...
2004 Jul 29
0
ParkAndAnnounce command !!!
...unce command (return extension part) ???? I know the first part is for the messages, the second is the time after the call is passed to the return extension (the last part), the third part is about the extension which is used to announce the parked extenision, and the last part consists of few subparts (context, extension, .... ) I dont really understand this last part, the part concerning the return extension. I had found some example files but I didnt find them very helpful (that's cause I'm a beginner) :) If there's another way to park calls, it would be great if you could te...
2004 Aug 02
0
Help with ParkAndAnnounce command
...Announce command (return extension part) ???? I know the first part is for the messages, the second is the time after the call is passed to the return extension (the last part), the third part is about the extension which is used to announce the parked extenision, and the last part consists of few subparts (context, extension, .... ) I dont really understand this last part, the part concerning the return extension. I had found some example files but I didnt find them very helpful (that's cause I'm a beginner) :) If there's another way to park calls, it would be great if you could te...