Displaying 20 results from an estimated 300 matches similar to: "MP3 encoding of Monitor files"
2005 Jan 31
2
coercing a list to a data frame, lists in foreloops
I have a set of time-series climate data with missing entries. I need to add
rows for these missing entries to this data set. The only way I know to do
this is unsing a foreloop, but this won't work on a list. I've tried to
convert the list to a data frame, but that won't happen, either.
I want to fill rows in this table:
> newtest[10:15,]
yrmos yearmo snow.sum snow.mean
2007 Aug 10
1
[Fwd: Re: How to apply functions over rows of multiple matrices]
[Apologies to Gabor, who I sent a personal copy of the reply
erroneously instead of posting to List directly]
[...]
> Perhaps what you really intend is to
> take the average over those elements in each row of the first matrix
which correspond to 1's in the second in the corresponding
> row of the second. In that case its just:
>
> rowSums(newtest * goldstandard) /
2005 May 22
3
comparison operator, decimals, and signif()
Hi, I recently spent quite a bit of time trouble
shooting a function that I had written only to
discover that the problem I was having was with the
comparison operator. I assumed that the following
would return TRUE:
> testMean <- 82.8 + 0.1
> testMean
[1] 82.9
> testMean == 82.9
[1] FALSE
Apparently this has to do with deciml places. Look:
> newTest <- 82.0
> newTest
[1]
2014 Feb 11
2
$new cannot be accessed when running from Rscript and methods package is not loaded
Hi
Accesses the $new method for a class defined in a package fails if the
methods package is not loaded. I have created a test package with the
following single code file:
newTest <- function() {
cl <- get("someClass")
cl$new
}
someClass <- setRefClass("someClass")
(This is similar to code actually used in the testthat package.)
If methods is not loaded,
2007 Aug 09
1
How to apply functions over rows of multiple matrices
Dear ExpRts,
I would like to perform a function with two arguments
over the rows of two matrices. There are a couple of
*applys (including mApply in Hmisc) but I haven't found
out how to do it straightforward.
Applying to row indices works, but looks like a poor hack
to me:
sens <- function(test, gold) {
if (any(gold==1)) {
sum(test[which(gold==1)]/sum(which(gold==1)))
} else NA
}
2006 Jul 13
1
Issue with Web Service
I have the following:
File: subscription_api.rb
class SubscriptionApi < ActionWebService::API::Base
api_method :newTest, :returns => [ [[:string]] ]
end
File: subscription_controller.rb
class SubscriptionController < ApplicationController
wsdl_service_name ''Subscription''
web_service_scaffold :invoke
def newTest()
return [
2000 Apr 13
1
Vorbis support in BladeEnc
Hi everyone,
My name is Tord Jansson and I'm the creator of BladeEnc.
I'm very delighted to see that someone has created an open and patent-free
sound format which seems to have the qualifications to be on par (or beat)
even the best proprietary formats. Congratulations to everyone involved!
I would like to help making Vorbis a popular format for compressed audio and
have been thinking
2019 Jun 25
2
Emails not visible after renaming folders
Hello,
I have strange problem with "losing" emails after rename mail
folder(s) (via imap client: thunderbird, roundcude, etc..)
How to reproduce:
1. Create some folder name, like TEST
2. Create sub-folder under TEST (like SUBTEST)
Structure:
TEST
|--SUBTEST
# doveadm mailbox list -u postmaster at testmailbox
Spam
Trash
Sent
Drafts
INBOX
TEST
TEST/SUBTEST
3. Move (or copy)
2019 Jun 26
2
Emails not visible after renaming folders
Copying or moving with email client: thunderbird, roundcube (webmail), mutt or any other email client via imap protocol.
25.06.2019 22:10, Germ?n Herrera ?????:
> Are you copying/moving the emails with {cp|mv} or with "doveadm {copy|move}"?
>
> On 2019-06-25 12:00, Aleksandr via dovecot wrote:
>> Hello,
>>
>> I have strange problem with "losing"
2000 Jun 20
5
Win32 DLL
I've put together a first cut for a Win32 DLL using the BladeEnc interface.
Right now, it's just a drop-in replacement for BladeEnc.dll that ignores all
encoding parameters passed to it and uses the info_A vorbis_info struct
(same as the encoder_example).
It's not particularly useful as of yet, but you can rename it to
BladeEnc.dll and use it with any number of rippers out there
2000 Jun 26
4
New version vorb_enc.dll
Hi all,
I've just posted another version of vorb_enc.dll (w/source code) at
http://xtractor.sourceforge.net/vorbdll-20000626.zip
It will still work as a drop-in replacement for bladeenc.dll (just rename
the files that your ripper creates from MP3 to OGG), but will also accept
info for the ogg comment header in the vorb struct in the format union of
the BE_CONFIG struct. I'll be
2002 Jul 19
2
vorbisenc 1.0 BLADEENC like wrapper
Hi,
I released a BladeEnc-style wrapper for the Ogg Vorbis 1.0 codec which
works with my CD ripper ACXtractor.
You can download it from
http://www.marvintec.com/en_download.htm
Many thanks for all this great work ;-)
<p>Best regards
Stefan Schulz/ MarvinTec
mailto:support@marvintec.com
http://www.marvintec.com
http://www.marvintec.de
<p>--- >8 ----
List archives:
2004 Jun 15
1
Cant create in a subdirectory...
I've battled this one for a few days now and its costing my sanity so I am
hoping that someone here has an answer
I am running the samba server 3.0.4 on a linux 2.4.25 server.
I can connect to my share point and authenticate fine
I can create files or directories in the root of the sharepoint fine
I can go into subdirectories and look at all the files...
But I cannot create in any
2001 Aug 05
2
Transcoding listening test
As far as I can see, transcoding could be usefull
for people who do not primarly care about quality
but about filesizes.
One could assume that such a user would have a
collection of mp3's at 128kbps or higher bitrates,
and uses an encoder like BladeEnc or Xing. He wants
to take uses of ogg's supposed quality and transcode
his 128-or-higher files into 96 or 112kbps oggs to
save diskspace.
2014 Aug 06
0
error configuring a public bridge --> uvt-kvm: error: libvirt domain 'newtest' has no NIC MACs available.
Hi all,
First at all, excuse if this is not the right place for sending this email.
I'm using ubuntu 14.04 server edition and i'm trying to deploy some virtual
machines in a server in such a way that they are visible in the same
network that the host machine.
The tools I'm using are the uvtool package and libvirt.
The error I'm getting is the following:
"uvt-kvm: error:
2000 Jun 22
1
Vorbis Tools are open!
I'll be out for the next 3 weeks, away from a net connection. So anyone
who wants to improve my Vorbis Tools package, please do because I am not,
and send any patches to Monty or somebody else with commit access.
Have fun,
Kenneth
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
2019 Jun 25
0
Emails not visible after renaming folders
Are you copying/moving the emails with {cp|mv} or with "doveadm
{copy|move}"?
On 2019-06-25 12:00, Aleksandr via dovecot wrote:
> Hello,
>
> I have strange problem with "losing" emails after rename mail
> folder(s) (via imap client: thunderbird, roundcude, etc..)
>
> How to reproduce:
>
> 1. Create some folder name, like TEST
> 2. Create
2019 Aug 06
0
Emails not visible after renaming folders
Hi guys.
Does anyone have problems with a similar configuration (mdbox)?
Just tested with latest version (stage servers installation: dovecot 2.3.7), also affected.
Not critical, but have complaints from users, 1-2 per month.
26.06.2019 12:05, Aleksandr ?????:
> Copying or moving with email client: thunderbird, roundcube (webmail), mutt or any other email client via imap protocol.
>
2000 Apr 13
3
GCC 2.95.2(Win32/Mingw32) build
I'd like to write a DLL wrapper (BladeEnc/lame_enc style) for libvorbis. I
pulled down the CVS tree today, and with very slight changes (missing
typedefs for int64_t, int16_t, etc...) got it to build using gcc 2.95.2 in
Win95. Unfortunately, the encoder_example segfaults. I get the same
results from Cygwin as well.
On a linux box with egcs 2.91.66 it builds cleanly, and appears to
2009 Apr 05
1
problem with lattice tiff or bitmap: character size and color
Hi all,
I am trying to make tiff files of lattice plots at a resolution greater
than 300 dpi required by a journal (PLoS ONE). I have tried both the tiff
and bitmap functions. tiff keeps panel colors but reduces axes and tick
labels so they are nearly invisible. bitmap maintains correct label size
but only produces greyscale. Regular plots work fine with tiff; the
problem is only with lattice