Displaying 20 results from an estimated 7000 matches similar to: "funny characters in file names"
2013 Jun 27
0
[PATCH V3] ocfs2: llseek requires to ocfs2 inode lock for the file in SEEK_END
llseek requires ocfs2 inode lock for updating the file size in SEEK_END.
because the file size maybe update on another node.
if it not . after call llseek in SEEK_END. the position is old.
this bug can be reproduce the following scenario:
at first ,we dd a test fileA,the file size is 10k.
on NodeA:
---------
1) open the test fileA, lseek the end of file. and print the position.
2) close the test
2006 Mar 10
1
libflac++ reading vorbis metadata
On 2006-03-09 (Thu) ,at 23:20:50 Josh Coalson wrote:
> the vorbiscomments are not in the streaminfo. you want to do:
>
> FLAC::Metadata::VorbisComment tags;
> if (FLAC::Metadata::get_tags("somefile.flac", tags)) {
> FLAC::Metadata::VorbisComment::Entry entry =
> tags->get_comment(tags->get_num_comments-1); //e.g. last tag
> // do something with
2004 Aug 06
0
Metadata, again..
On Sunday, 12 August 2001 at 04:33, Asymmetric wrote:
> At 17:05 8/11/2001 -0400, you wrote:
>
>
> >you tell me. Works alright here, except in xmms which has a bug in its
> >shoutcast metadata handler. I've submitted a patch at bugs.xmms.org
> >for it.
>
> Hmm.. well with the current version of winamp and the previous two it would
> and does skip if I
2005 Jan 06
0
FLAC and ID3
--- Ron Cococcia <ron.cococcia@request.com> wrote:
> Hello,
>
> I heard from a coworker that there was something that changed
> recently
> with FLAC and ID3. I don't have ANY details on what that means, and
> was
> wondering what has changed. The only thing I see (in the changelog)
> is
> that plugins have removed support for ID3 tags.
>
> I'm
2005 Jan 06
1
FLAC and ID3
> ID3 support was only dropped in the plugins. libFLAC still can
> decode FLAC files that have ID3 tags (v1 or v2). it just ignores
> them and there are no plans to change that in the future.
OK, that's what I thought, but wanted to be sure. I've been updating
some metadata handling routines in our application and heard something
about this and was curious.
> the spec
2004 Sep 24
0
dropping id3 support
ah. I was only talking about removing support in the winamp2
and xmms plugins. the decoder libraries will still be able to
skip over/ignore id3 tags as before. I think AudioReQuest and
PhatNoise must be using their own code to read id3 tags, which
won't be affected.
Josh
--- Steve Vasquez <steve.vasquez@request.com> wrote:
> Hey Josh,
>
> We currently use id3 v1/2 in the
2005 Nov 09
3
dataframe without repetition
Hello,
with a data.frame like this :
> toto <-
data.frame(id=c("id1","id1","id2","id3","id3","id3"),dpt=c("13","13","34","30","30","30"))
> toto
id dpt
1 id1 13
2 id1 13
3 id2 34
4 id3 30
5 id3 30
6 id3 30
what is the most efficient ways to obtain :
id
2004 Sep 10
2
Should FLAC join Xiph?
--- Joshua Haberman <joshua@haberman.com> wrote:
> * Josh Coalson (xflac@yahoo.com) wrote:
> > I'm kind of swamped today so I'll answer what I can get
> > away with until tonight:
> >
> > --- Joshua Haberman <joshua@haberman.com> wrote:
> > > The most interesting questions to me are ones you didn't address:
> > >
> > >
2005 Aug 15
0
AW: id3-tags of static files
thx oddsock for your detailed reply, I think I now understand the problem :)
I'm currently using a php-script (mp3 toolbox -
http://www.radiotoolbox.com/downloads/) to stream static mp3's on-demand,
and this script obviously sends the icy-headers (which are the shoutcast
metadata protocol, right?).
however, I think that it would be a nice feature for icecast to support
these
2011 Aug 08
1
Funny Characters in Midnight Commander??
I'm on Centos 5.6 and I have a problem with the screen
showing funny characters when I run mc in a konsole
terminal window, under Xfce desktop.
Here's a link to what it looks like:
http://tinypic.com/view.php?pic=zojry1&s=7
Any ideas why mc is doing this?
Kind Regards,
Keith Roberts
-----------------------------------------------------------------
Websites:
2011 Aug 07
1
Removing funny characters from a column of a data frame
Dear all,
The 5th column of my data frame is like this-
.$.$.$.$.$,$,$...,,,,,.,,.,,...,,,,.,,....,,,T...,,,,,,,,,,,.,,,,,....,,...,,
,..,,....,,,,,...,,,..,,......,,,,,,,....,,,.,,,,....,,...G.,,,,,,,,...,,,,,,.,,
,t.,,c,,.a.,,,.A,,,,....,,,.....,,,,..........,,,,,..,,,.,,,....,,,,,...,,,$....
.,,,,..,,,...,,,,,..,,,,,,.............$..,,,,,,...,,..,,$,...,,,,,,,....,,,,,,.
2004 Aug 06
2
Metadata, again..
At 17:05 8/11/2001 -0400, you wrote:
>you tell me. Works alright here, except in xmms which has a bug in its
>shoutcast metadata handler. I've submitted a patch at bugs.xmms.org
>for it.
Hmm.. well with the current version of winamp and the previous two it would
and does skip if I have metadata enabled.. it'll start anywhere from ten
minutes to an hour into the stream and then
2006 Jan 25
0
lazy evaluation (was RE: Number of replications of a term)
From: Thomas Lumley
>
> On Wed, 25 Jan 2006, Ray Brownrigg wrote:
>
> > There's an even faster one, which nobody seems to have
> mentioned yet:
> >
> > rep(l <- rle(ids)$lengths, l)
>
> I considered this but it wasn't clear to me from the initial
> post that
> each ID occupied a contiguous section of the vector.
>
> Also, lazy
2004 Sep 24
0
dropping id3 support
Where is id3lib used? I must admit that I only noticed it recently when
trying to compile 1.1.1beta ... I had hoped that it would be used in the flac
command-line tool to support conversion of AIFF and WAVE ID3 tags to FLAC tags,
or something along those lines as an interim measure since unknown chunks are
generally lost when compressing AIFF or WAVE.
Is there any way the ID3 library
2004 Sep 28
0
dropping id3 support
Hey Josh,
We currently use id3 v1/2 in the AudioReQuest but are working to support
Vorbis Comments in a future version. I do know that PhatNoise and Tag and
Rename both use id3 as well. Just an FYI, you have to do what you have to
do.
Steven Vasquez
Director of Product Marketing/Founder
ReQuest Multimedia
steve@request.com
-----Original Message-----
From: flac-dev-bounces@xiph.org
2008 Jan 10
1
data.frame manipulation: Unbinding strings in a row
Hi all,
I have a data.frame I received with data that look like this (comma
separated strings in last row):
ID Shop Items
ID1 A1 item1, item2, item3
ID2 A2 item4, item5
ID3 A1 item1, item3, item4
But I would like to unbind the strings in col(2) items so that it will look
like this:
ID Shop Items
ID1 A1 item1
ID1 A1 item2
ID1 A1 item3
ID2 A2 item4
ID2 A2 item5
ID3 A1 item1
ID3 A1 item3
ID3 A1
2013 Jun 20
2
[PATCH] ocfs2: llseek requires to ocfs2 inode lock for the file in SEEK_END
llseek requires ocfs2 inode lock for updating the file size in SEEK_END.
because the file size maybe update on another node.
if it not . after call llseek in SEEK_END. the position is old.
this bug can be reproduce the following scenario:
at first ,we dd a test fileA,the file size is 10k.
on NodeA:
---------
1) open the test fileA, lseek the end of file. and print the position.
2) close the test
2005 Jan 06
2
FLAC and ID3
Hello,
I heard from a coworker that there was something that changed recently
with FLAC and ID3. I don't have ANY details on what that means, and was
wondering what has changed. The only thing I see (in the changelog) is
that plugins have removed support for ID3 tags.
I'm curious because I have been using ID3 tags with FLAC (I store extra
data such as album art with my media files,
2005 Aug 14
2
id3-tags of static files
The protocol of sending of metadata over a stream (which is HTTP) does not
allow for this type of thing. The problem is not necessarily the fact that
the id3 tags are at the end of the files, as id3v2 does not have this
restriction, but rather just the "agreed" upon protocol for handling
metadata for streamed mp3s (and I'm only going to talk about mp3s here,
since it's
2007 Apr 20
2
Fastest way to repeatedly subset a data frame?
Hi -
I have a data frame with a large number of observations (62,000 rows,
but only 2 columns - a character ID and a result list).
Sample:
> my.df <- data.frame(id=c("ID1", "ID2", "ID3"), result=1:3)
> my.df
id result
1 ID1 1
2 ID2 2
3 ID3 3
I have a list of ID vectors. This list will have anywhere from 100 to
1000 members, and