search for: czi

Displaying 20 results from an estimated 32 matches for "czi".

Did you mean: cli
2012 Jan 13
2
Rozważania odnośnie storage?
Cze??. Aktualnie mam do czynienia z klastrem pocztowym, w kt?rym pliki wiadomo?ci pocztowych u?ytkownik?w s? przechowywane na raid software-owym udost?pnianym po NFS. Serwer?w NFS jest kilka, ka?dy udost?pnia podzbi?r wiadomo?ci dla odpowiedniego serwera z postfix-em, kt?ry jest klientem NFS. Dane z jakiego serwera NFS host frontend z postfix-em powinien montowa? katalogi z poczt? s? w MySQL.
2013 Dec 02
3
Encode wav to uncompressed flac
I thought that an uncompressed FLAC file provides better sound quality than a compressed FLAC file. To Erik: How to grab the revision before this one https://git.xiph.org/?p=flac.git;a=commit;h=fc360735ce4d1aa88a94bfccdd3bea5bdd19a8d6? Regards, Maciej ----- Original Message ----- From: "Erik de Castro Lopo" <mle+la at mega-nerd.com> To: <flac-dev at xiph.org> Sent:
2013 Dec 02
3
Encode wav to uncompressed flac
File size is not important for me. I need audio data from wav file and metadata in one file. How to encode a wav file to an uncompressed flac file? Regards, Maciej ----- Original Message ----- From: "Erik de Castro Lopo" <mle+la at mega-nerd.com> To: <flac-dev at xiph.org> Sent: Monday, December 02, 2013 8:28 AM Subject: [SPAM] Re: [flac-dev] Encode wav to uncompressed
2013 Dec 02
0
Encode wav to uncompressed flac
There is no quality difference between FLAC variations - compressed or uncompressed (unless you force a 24-bit audio file into a 16-bit FLAC, but that may not even be possible). The only thing that varies with FLAC is the size of the file. There are many ways to store the same data, some more efficient than others. FLAC ensures that the exact same audio samples will reach your playback
2019 Jun 08
2
Determining the exit code of an "almost finished" R script
On Sat, Jun 8, 2019 at 2:13 PM Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > > On 08/06/2019 7:42 a.m., Gergely Dar?czi wrote: > > Dear All, > > > > I'm using "reg.finalizer" in a function that is to be called in R scripts > > to do some cleanup on success. I have not found a way to run the function > > only if the script run without errors, so when the exit code is expect...
2012 Apr 11
3
Ogg Theora files player
Hello, I try to compile player_example.c from http://downloads.xiph.org/releases/theora/libtheora-1.1.1.zip in Visual Studio 2008 on Windows XP. I built and added to the project libogg-1.3.0, libtheora-1.1.1, libvorbis-1.3.2 (http://www.xiph.org/downloads/) and SDL-1.2.15 (http://www.libsdl.org/release/SDL-devel-1.2.15-VC.zip). When I compile player_example.c Visual Studio shows: fatal error
2019 May 03
2
mccollect with NULL in R 3.6
On Thu, May 2, 2019 at 7:24 PM Tomas Kalibera <tomas.kalibera at gmail.com> wrote: > > On 5/1/19 12:25 AM, Gergely Dar?czi wrote: > > Dear All, > > > > I'm running into issues with calling mccollect on a list containing NULL > > using R 3.6 (this used to work in 3.5.3): > > > > jobs <- lapply( > > list(NULL, 'foobar'), > > function(x) mcparallel(i...
2013 Dec 02
2
Encode wav to uncompressed flac
Hello, Is it possible to encode wav file to uncompressed flac file? Regards, Maciej -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20131202/366556ee/attachment.htm
2007 Feb 26
1
When rsync-3.0.0pre1 ?
When do you plan to make first prerelease of 3.0.0 version? -- Regards Stanislaw Gruszka ---------------------------------------------------- CHILDLESS CZY CHILDFREE? Co wybra?: dzieci czy karier?? Jakie s? granice kompromisu w ma??e?stwie? "Dziecioodporna" - bestseller Emily Giffin ju? w ksi?garniach. http://klik.wp.pl/?adr=http%3A%2F%2Fadv.reklama.wp.pl%2Fas%2Fd81.html&sid=1035
2012 Oct 19
3
saving to docx
hi all, how can i saving R output to docx or Jpeg format? [[alternative HTML version deleted]]
2019 Jun 08
0
Determining the exit code of an "almost finished" R script
On 08/06/2019 9:55 a.m., Gergely Dar?czi wrote: > On Sat, Jun 8, 2019 at 2:13 PM Duncan Murdoch <murdoch.duncan at gmail.com> wrote: >> >> On 08/06/2019 7:42 a.m., Gergely Dar?czi wrote: >>> Dear All, >>> >>> I'm using "reg.finalizer" in a function that is to be called in R scr...
2019 Jun 08
2
Determining the exit code of an "almost finished" R script
Dear All, I'm using "reg.finalizer" in a function that is to be called in R scripts to do some cleanup on success. I have not found a way to run the function only if the script run without errors, so when the exit code is expected to be 0. What I've tried is checking "geterrmessage()", but unfortunately it's not perfect: if an error was handled with eg
2019 May 03
0
mccollect with NULL in R 3.6
On 5/3/19 3:04 PM, Gergely Dar?czi wrote: > On Thu, May 2, 2019 at 7:24 PM Tomas Kalibera <tomas.kalibera at gmail.com> wrote: >> On 5/1/19 12:25 AM, Gergely Dar?czi wrote: >>> Dear All, >>> >>> I'm running into issues with calling mccollect on a list containing NULL >>> using R...
2016 Nov 11
2
Memory leak with tons of closed connections
On Fri, Nov 11, 2016 at 12:08 PM, Martin Maechler <maechler at stat.math.ethz.ch> wrote: >>>>>> Gergely Dar?czi <daroczig at rapporter.net> >>>>>> on Thu, 10 Nov 2016 16:48:12 +0100 writes: > > > Dear All, > > I'm developing an R application running inside of a Java daemon on > > multiple threads, and interacting with the parent daemon via stdi...
2016 Nov 13
1
Memory leak with tons of closed connections
...= fclose(this->fp); + con->status = fclose(this->fp); con->isopen = FALSE; #ifdef Win32 if(this->anon_file) unlink(this->name); On Fri, Nov 11, 2016 at 1:12 PM, G?bor Cs?rdi <csardi.gabor at gmail.com> wrote: > On Fri, Nov 11, 2016 at 12:46 PM, Gergely Dar?czi > <daroczig at rapporter.net> wrote: > [...] >>> I've changed the above to *print* the gc() result every 1000th >>> iteration, and after 100'000 iterations, there is still no >>> memory increase from the point of view of R itself. > > Yes, R does...
2019 Apr 30
2
mccollect with NULL in R 3.6
Dear All, I'm running into issues with calling mccollect on a list containing NULL using R 3.6 (this used to work in 3.5.3): jobs <- lapply( list(NULL, 'foobar'), function(x) mcparallel(identity(x))) mccollect(jobs, wait = FALSE, timeout = 0) #> Error in names(res) <- pnames[match(s, pids)] : #> 'names' attribute [2] must be the same length as the vector
2018 May 12
0
Centos 7.5 and Courier 10 Pitch fonts in Libreoffice
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sat, 2018-05-12 at 12:17 -0500, Gregory P. Ennis wrote: > Everyone, > > With the update to Centos 7.5 it is apparent that we lost the Courier > 10 Pitch fonts that were in "xorg-x11-fonts-Type1".??Does anyone know > how to get this back. > > Greg Ennis > > Hi, Type 1 font support was dropped for 5.3. See
2013 Dec 02
0
Encode wav to uncompressed flac
Maciej M?czy?ski wrote: > File size is not important for me. I need audio data from wav file and > metadata in one file. But FLAC is lossless! When you convert a WAV to FLAC, you get a file where the decoded audio data is exactly the same as in the WAV file. Why would you want a larger file that is exactly the same as the compressed file? Anyway, like I hinted in my previous email, WAV
2016 Nov 11
0
Memory leak with tons of closed connections
On Fri, Nov 11, 2016 at 12:46 PM, Gergely Dar?czi <daroczig at rapporter.net> wrote: [...] >> I've changed the above to *print* the gc() result every 1000th >> iteration, and after 100'000 iterations, there is still no >> memory increase from the point of view of R itself. Yes, R does not know about it, it does not...
2019 May 02
0
mccollect with NULL in R 3.6
On 5/1/19 12:25 AM, Gergely Dar?czi wrote: > Dear All, > > I'm running into issues with calling mccollect on a list containing NULL > using R 3.6 (this used to work in 3.5.3): > > jobs <- lapply( > list(NULL, 'foobar'), > function(x) mcparallel(identity(x))) > mccollect(jobs, wait =...