Displaying 6 results from an estimated 6 matches for "date_and_times".
Did you mean:
date_and_time
2008 Sep 03
1
ggplot2: line plot with gaps in time axis
Hello, I'm trying to plot data that has gaps in the timeline because my data
only has the business day in it. When I do a line plot I get the data and
then a blank area where a line goes the tail of the last data point to the
head of the next data point. Is there a way I can do a line plot where the
gaps are not plotted?
Thanks in advance,
Brian
> names(utildf)
[1]
2008 Apr 17
0
Having problem with validates_presence_of fields in form when trying to also use ActiveScaffold (x-posted at ActiveScaffold group)
I have an events listing site that includes the models Event and
DateAndTime, so an event that happens more than once (like a high
school play) can have more than one date_and_time. The Event model
has_many date_and_times, and the DateAndTime model belongs_to event.
The Event model validates_presence_of two submission form variables,
the_date and the_time, and those variable values then get used to
create a new date_and_time object once the form is submitted.
My ActiveScaffold problem is that when the update form f...
2013 Jul 23
2
Metadata
Brendan Bolles wrote:
> Hey everyone, according to Wikipedia's 4-year-old information, there is no
> standard for putting metadata into an Ogg file.
True.
> That metadata must be
> included in the codec.
More generally, in a stream in the Ogg file.
Codecs are streams, but so are things like
Ogg Skeleton. Information about Metadata
has been collected together in the Xiph Wiki
2012 Jun 07
3
embeding xml to ogg
Oleksij Rempel <bug-track at fisher-privat.net>
> On 05.06.2012 20:41, Martin Leese wrote:
...
>> On 6/5/12, Oleksij Rempel wrote:
>> || We need fallowing tags:
>> || creation datetime: seconds and time zone should be included.
>> || source host: it can be name or guid. to organise created files by
>> sources.
>> || keywords,events.
>> || date
2012 Jun 08
0
embeding xml to ogg
Oleksij Rempel <bug-track at fisher-privat.net> wrote:
> Ok,
> you are right, using existing technology will save time :)
What has not yet been discussed is what you
are streaming *to*. That is to say, what
software is going to receive the metadata, and
what will it do with it.
This is important because VorbisComments
can contain pretty much anything you want.
Suggestions for field
2013 Jul 23
0
Metadata
On 23 Jul 2013 15:17, "Martin Leese" <martin.leese at stanfordalumni.org>
wrote:
>
> Brendan Bolles wrote:
>
> > Hey everyone, according to Wikipedia's 4-year-old information, there is
no
> > standard for putting metadata into an Ogg file.
>
> True.
>
> > That metadata must be
> > included in the codec.
>
> More generally, in a