search for: toc

Displaying 20 results from an estimated 434 matches for "toc".

Did you mean: to
2004 Sep 12
3
Archiving CDs w/ Flac on Unix (and subsequent re-encoding)
On a related note, are there any tools which can read the Index information from a CD and preserve these in some file for later recreation? The actual TOC on a CD has very little information: just the Absolute Start Time of each Track. Is there any documentation of the "TOC" file format that is commonly used? I do not recall coming across anything. Obviously, I am also interested in similar documentation for the CUE file format. I...
2014 Sep 09
3
[PATCH] ppc64: ELFv2: Load TOC value in system call stub
This fixes a segmentation fault in the system call's error handling path with dynamically-linked binaries on PowerPC64 little endian. The system call stub wasn't loading up r2 with the appropriate TOC value in its global entry point. The r2 setup code comes from the FUNC_START macro in gcc [1] and an equivalent one can also be found in the LOCALENTRY macro in glibc [2]. On the ELFv2 ABI (see [1]): - The global entry point is expected to load up r2 with the appropriate TOC value for this fu...
2010 Oct 22
0
NUT and AsciiDoc (was: Next AsciiDoc release)
...ering, I know that you're awaiting feedback for the final release... 2010/10/19 Stuart Rackham > Hi Arnaud > > I successfully compiled all the docs in svn:// > svn.debian.org/nut/branches/AsciiDoc using the current AsciiDoc trunk, and > yes, the chunked manual only has a single toc. But there was the added > problem of the article sections not being chunked by default, the > chunk.section.depth parameter was set to 0 by default (for chapter level > chunking in books), this has been fixed in the trunk: > > > http://code.google.com/p/asciidoc/source/detail?r=f...
2016 Jan 06
0
[klibc:master] ppc64: ELFv2: Load TOC value in system call stub
...commit;h=6e2976b9d103fb37a6a06e5bccb323fa5ab1c53b Author: Mauricio Faria de Oliveira <mauricfo at linux.vnet.ibm.com> AuthorDate: Wed, 6 Jan 2016 00:43:10 +0000 Committer: H. Peter Anvin <hpa at linux.intel.com> CommitDate: Tue, 5 Jan 2016 17:45:31 -0800 [klibc] ppc64: ELFv2: Load TOC value in system call stub This fixes a segmentation fault in the system call's error handling path with dynamically-linked binaries on PowerPC64 little endian. The system call stub wasn't loading up r2 with the appropriate TOC value in its global entry point. The r2 setup code comes from...
2004 Jun 30
2
Question about mesurating time
Hello , Is there any function to mesurate the duration of a procedure (like tic and toc in matlab) ? Tic Source("procedure.R") Toc (toc is the duration between the execution of tic and the execution of toc) Thank you nicolas [[alternative HTML version deleted]]
2006 Sep 26
7
FLAC CD Archive
...n't use Windows any more. I gave a brief look at abcde, but it is clear I need to look at this some more. It looks like it has the potential to do everything I would need, including encoding to 2 formats at the same time, FLAC to archive or play and ogg or mp3 for the players. With regards the toc problem not compensating for starting from track 0, is it possible to use the cdrtoa -t or -T options to compensate for the shift. I am not sure I fully understand the option, but I came across it and thought I would mention it. The method I was using was this one I found through google - all in...
2012 Jan 10
1
colored outliers
Hi @ all, I have question how to mark significant outliers in R. This is my very simple script to plot a regression: TOC_NI<-read.csv2("C:/Users/XYZ/Desktop/Master/Daten/Statistik/TOC-NI.csv", sep=";", dec=",", encoding="UTF-8") plot(NI~TOC,data=TOC_NI,col="blue", pch=16, xlim=c(0,4500000)) abline(lm(NI~TOC,data=TOC_NI),col = "red",lwd=3) summary(lm(NI~TO...
2013 Jan 21
2
RStudio knitr. toc, error al crear Formulas con LaTex+markdown+knitr
Hola. Pare que RStudio y el paquete markdown no nos terminamos de entender. - Creo un fichero Rmd, con el botón: "Kntr to Html" (ctr+Shift+Y), se pre-visualiza genial: formulas (, highlight_code,...)... todo bien. Pero quiero ponerle un TOC tb, así que como en su día me comento Jose Luis Cañadas en este foro, hago un desde el fichero md que crea la previsualización ("Kntr to Html" o ctr+Shift+Y) markdownToHTML( file = "test-rmd.md", options =c('toc'), output = "test-soloTOC.html") # no van...
2012 May 01
0
[LLVMdev] [cfe-dev] Odd PPC inline asm constraint
...ting position-independent code on > > > PPC32. (PIC on PPC64 now works well). Nevertheless, I have > > > sometimes run into linking errors when compiling shared libraries > > > with C++ on PPC64. PPC64 is PIC by nature. As for the linking issue, possibly you blew the TOC with too many entries? It used to be even with GCC, we could not compile doxygen (with or without -mminimal-toc) without filling up the TOC and hitting the TOC overflow linker error. T fix those types of problems, we recently added two more code models to GCC/binutils, so we're no longer limit...
2006 Sep 26
0
FLAC CD Archive
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dan Phillips wrote: > With regards the toc problem not compensating for starting from track > 0, is it possible to use the cdrtoa -t or -T options to compensate for > the shift. I am not sure I fully understand the option, but I came > across it and thought I would mention it. I believe the -T and -t flags (to cdparanoia? AFAIK,...
2004 Sep 10
5
[Flac-users] Re: CD archival best practices?
...er song is just too much of a pain, and there's really no need, given FLAC's ability to have metadata in the file. The first thing I do is run cd-discid against the cd, and store that information in a file. I'm hoping at some point to have the ability to get that information out of the TOC in the FLAC file, but at this point I can't do it, so I'll just keep the .discid files around until I can. Next, I rip the entire CD using cdrdao. This generates a .bin file containing the raw audio data and a .toc file containing the table of contents of the CD. There's still a proble...
2004 Sep 12
3
Archiving CDs w/ Flac on Linux (and subsequent re-encoding)
Josh Coalson wrote: > --- Eric Sandeen <sandeen@sandeen.net> wrote: > >>1) how to generate a cue sheet to store in the flac file (on linux?) >> I've seen cddb2cue, is this a decent way? or cdrdao can generate >> a toc file, then convert that to a cue sheet.... > > > I think whatever provides cdrdao also provides toc2cue which > will convert. one of the flac TODOs is to take cdrdao toc files > as input. cuetools looks good, too.... guessing toc parsing might not be so bad to implement either,...
2007 Jan 20
2
FLAC CD Archive
...a front-end for cdparanoia, AIUI) so I've been a bit lost by some of the detailed methods described by others, as well as Dax. Given that I've already flac-ed a good many CDs, is it enough to go back and run a batch file like this on each CD: cd-discid /dev/hdc > discid.txt cdrdao read-toc --device /dev/hdc toc.txt and save those txt files with the flac albums. Would that be enough to be able to re-generate the CD again later with the same cddbid etc.? i.e. would that extract all info I might conceivably require again later? Thanks! Peter. > I went with the one song per flac...
2013 Dec 03
0
[klibc:master] ppc64: Add ppc64le support
...rsion of the library # This address needs to be reachable using normal inter-module diff --git a/usr/klibc/arch/ppc64/crt0.S b/usr/klibc/arch/ppc64/crt0.S index c976d5c..ed14534 100644 --- a/usr/klibc/arch/ppc64/crt0.S +++ b/usr/klibc/arch/ppc64/crt0.S @@ -9,25 +9,35 @@ # } # - .section ".toc","aw" -.LC0: .tc environ[TC],environ - .text - .align 4 - + .balign 4 + .globl _start +#if _CALL_ELF == 2 + .type _start, at function +_start: +#else .section ".opd","aw" + .balign 8 _start: .quad ._start, .TOC. at tocbase, 0 .previous - .size _start, 24...
2013 Dec 03
2
[PATCH 1/2] ppc64: Add ppc64le support
...rsion of the library # This address needs to be reachable using normal inter-module diff --git a/usr/klibc/arch/ppc64/crt0.S b/usr/klibc/arch/ppc64/crt0.S index c976d5c..250a84a 100644 --- a/usr/klibc/arch/ppc64/crt0.S +++ b/usr/klibc/arch/ppc64/crt0.S @@ -9,25 +9,35 @@ # } # - .section ".toc","aw" -.LC0: .tc environ[TC],environ - .text - .align 4 - + .balign 4 + .globl _start +#if _CALL_ELF == 2 + .type _start, at function +_start: +#else .section ".opd","aw" + .balign 8 _start: .quad ._start, .TOC. at tocbase, 0 .previous - .size _start, 24...
2013 Jun 01
2
[LLVMdev] Does compiling LLVM on PowerPC64 always requires -mminimal-toc?
Hi! I always have to specify the flag -mminimize-toc when compiling on a PowerPC64 architecture (Linux, AIX). Is this the preferred way or are there other/better solutions? If this flag is always required then I would create a patch to automatically set this flag. Regards Kai
2007 Sep 26
2
need a TOC
I think that this page needs a TOC: http://wiki.centos.org/HowTos/Nagios Akemi
2003 Nov 12
1
HOWTO is missing TOC
Saw that a new version (12 Nov) of Samba-HOWTO-Collection.pdf was posted on the docs page. It's missing the Table of Contents. 23 Sep version has the TOC. It's also somewhat larger (462pp); has something been removed from the 12 Nov version (404pp)? link: http://www.samba.org/samba/docs/Samba-HOWTO-Collection.pdf --Jon Johnson
2006 Sep 26
2
FLAC CD Archive
Charles Steinkuehler wrote: > Dan Phillips wrote: > >> With regards the toc problem not compensating for starting from track > >> 0, is it possible to use the cdrtoa -t or -T options to compensate for > >> the shift. I am not sure I fully understand the option, but I came > >> across it and thought I would mention it. > > I believe the -T...
2016 May 04
1
opus_encode
Hi all, i am trying convert pcm (16bit pcm) stereo file to mono pcm file using opus_encode and opus_decode, i am able do this but i have doubt about TOC byte after opus encode. below is how encoder and decoder structures are used to do encode and decode file opus_encoder_create(8000, 2, OPUS_APPLICATION_AUDIO, &err); opus_decoder_create(8000, 1, &err); after opus encode bits looks like this 00 00 00 12 31 69 52 10 08 doubts are 1)i know 12...