Displaying 5 results from an estimated 5 matches for "ltnis".
Did you mean:
linis
2004 May 15
1
Re: [Logcheck-commits] CVS logcheck/src
On Sat, 15 May 2004, CVS User ttroxell wrote:
> if [ -f /etc/logcheck/header.txt ] ; then
> - $CAT /etc/logcheck/header.txt >> $TMPDIR/report
> + $CAT /etc/logcheck/header.txt >> $TMPDIR/report \
> + || error "Could not append header to $TMPDIR/report Disk full?"
> fi
> }
>
> @@ -152,7 +157,8 @@
> # Add a footer
2006 May 21
2
Flac files with internal cue sheets
A picture is worth 1000 words, so here is a screenshot:
http://img62.imageshack.us/img62/2783/fplayshot4yy.png
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/flac/attachments/20060521/5e107ce1/attachment.htm
2006 May 23
2
Flac files with internal cue sheets
On 5/23/06, Michael Kiermaier <michael.kiermaier@gmx.net> wrote:
> On Sunday 21 May 2006 23:31, Neal B. wrote:
> > A picture is worth 1000 words, so here is a screenshot:
> >
> > http://img62.imageshack.us/img62/2783/fplayshot4yy.png
>
> Hi Neal,
>
> currently I am looking for a flac-player on Linux that understands internal
> cue-sheets. So I am very
2006 May 24
1
Flac files with internal cue sheets
On 5/23/06, Michael Kiermaier <michael.kiermaier@gmx.net> wrote:
> > > Another great thing would be a cuesheet-aware FLAC-plugin for XMMS.
> >
> > I agree. The difficulty in doing this is that you have to fight the
> > one-file-one-track assumption that's built into xmms. There appears to
> > be no clean solution, which is probably why it hasn't been
2012 Feb 16
2
import .csv file into R
...:
A<-read.csv2(file="Mappe3.csv")
It worked fine, except that I would like to get rid of the points between
the words and get spaces instead like I have got in the .csv file.
At the moment it looks like the following:
habe.mich.gut.mit.KlassenkollegInnen.verstanden
hatte.gutes.Verhältnis.zu.Eltern
fühlte.mich.von.LehrerInnen.respektiert
1 88
86 74
fühlte.mich.von.LehrerInnen.ausreichend.gefördert
Eltern.konnten.mir.beim.Lernen.helfen
1 62...