search for: subpart

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

Did you mean: subpar
2006 May 25
4
Does TMail support Nested Multipart Messages? (Repost)
...se def test_multiparts assert raw = File.read("sample") assert mail = TMail::Mail.parse (raw) puts "body=!#{body_as_plain_text (mail)}!" end def body_as_plain_text(part) body = '''' if part.multipart? part.parts.each do |subpart| if subpart.content_type == ''text/plain'' and subpart.content_disposition == ''inline'' body << subpart.body elsif subpart.content_type =~ /^multipart/ body << body_as_plain_text(subpart) end...
2013 Feb 10
1
Patch to add gpg support to logcheck.
...CHECKDEBUG=0 MAILOUT=0 MAILASATTACH=0 +MAILASGPG=0 NOCLEANUP=0 REBOOT=0 FQDN=0 @@ -174,7 +175,13 @@ $(export) EOF - } | eval mime-construct $MIMECONSTRUCTARGS \ + } | if [ "$MAILASGPG" -eq 1 ]; then + debug "Sending error as gpg" + mime-construct $MIMECONSTRUCTARGS --subpart \ + --file - | { + gpg --encrypt --batch --quiet --armor -r "$SENDMAILTO" 2>&1; } + else cat; fi | + eval mime-construct $MIMECONSTRUCTARGS \ --subject "'Logcheck: $HOSTNAME $DATE exiting due to errors'" --encoding "7bit" \ --file -...
2004 Aug 06
0
[ANNOUNCE] pymp3cut
...es using IceCast and want to cut the big archives by speaker afterwards. Then all you have to do is create a text file of this format : speakername1 hh1:mm1:ss1 *SKIP* hhS:mmS:ssS speakername2 hh2:mm2:ss2 ... the hh:mm:ss above indicate the time at which each subpart ends in the original big mp3 file. the special *SKIP* keyword indicate a subpart which won't produce any file: this subpart is just skipped, and pymp3cut will produce two files named speakername1.mp3 and speakername2.mp3 pymp3cut cuts mp3 files fast, because it doesn't need to convert to...
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, filte...
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. > It might be useful to look at the Matroska container format too. It handle's multiple tracks iirc. Matroska is interesting, see http://www.matr...
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 und...
2010 Feb 04
2
handling multitrack Ogg
...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. >> >> > It might be useful to look at the Matroska container format too. It >> > handle's multiple tracks ii...
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)
...e 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 optimizing for the “streaming” case but losing the flexibility of loading only a subpart of the bitcode. This is where I’d be interested (and I’ll pay attention) during the BoF to hear about all the use cases folks are envisioning. — Mehdi > On Oct 17, 2016, at 6:55 AM, Adve, Vikram Sadanand <vadve at illinois.edu> wrote: > > Hi Mehdi, > > Yes, we did see your...
2018 Jan 10
0
Doveadm field for message body without attachments
...f the message. > > with kind regards > Athanasios > You could try doveadm fetch -u victim body.0 (or body.1) another alternative is to parse bodystructure to figure out which body part is the one you want and do doveadm fetch -u victim body.partno sub-parts are numbered as body.part.subpart Aki
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' (defaults to 'off'). If 'on', variable bit-rate is enabled. If 'off', disabled. If set to 'vad', then con...
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
...fer.de>wrote: > 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. > > > It might be useful to look at the Matroska container format too. It > handle's multiple tracks iirc. > > Matroska is...
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-educa...
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 t...
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 t...