similar to: What does oggz_tell() actually return?

Displaying 20 results from an estimated 400 matches similar to: "What does oggz_tell() actually return?"

2003 Oct 04
1
Problem with OpenSSH =>3.7p1 on Linux \w Linux-PAM 0.77
Hello, I'm currently running OpenSSH 3.6.1p2 successfully on older Slackware Linux. Glibc in use is 2.2.2 and Linux-PAM 0.77. I have been compiling OpenSSH for couple years until now with options --sysconfdir=/etc/ssh --with-ipv4-default --with-pam \ --without-shadow --disable-suid-ssh Unfortunately, upgrading to =>3.7p1 makes PAM-authentication fail. Authentication simply
2012 Nov 06
4
Plot in function
Hello, I am a R beginner and I have a question about a litte function I found. Here is the code: # Gambler's Ruin Problem. # seed capital: k # rounds: n # probability of success: p # number of trials: N # graphical output (yes/no): draw # Wait for new graphic (yes/no): ask ruin<- function( N = 1, n = 10, k = 1, p = 1 /
2010 Mar 12
1
[PATCH 3/3] libdrm: Move all noninstalled headers to noinst_HEADERS.
Cleanup make system so that all noninstalled headers are put to noinst_HEADERS. This quarentees that header will be present in tar ball but not installed with make install. CC: nouveau at lists.freedesktop.org Signed-off-by: Pauli Nieminen <suokkos at gmail.com> --- Makefile.am | 6 +++--- intel/Makefile.am | 10 ++++++---- nouveau/Makefile.am | 4 +++- 3 files changed,
2012 Jun 11
1
[PATCH 10/21] nouveau: Add support for ARB_sampler_object
ARB_sampler_object is very simple software only extension to support. I want to make it mandator extension for Mesa drivers to allow meta module to use it. This patch add support for the extension to nouveau. It is completely untested search and replace patch. I hope someone with old NV hardware could give a try that there is no regressions and ARB_sampler_object tests passes. Signed-off-by:
2010 Jun 05
1
text with greek letters
Hi, I am having troubles in putting greek letters and formatted text in a plot m=1.43432 sig=0.124333 text(10.5,0.07,sprintf("<Sigma>=%1.2f±%1.2f",m,sig)) I would like to have the greek letter Sigma followed by the formatted numeric values of m and sig. Does someone know a solution? thanks a lot Thomas --------------------------------- Thomas Bschorr Department of Physics
2012 May 21
1
Problems seeking with liboggz
Hi, The Ogg-Speex test file I used is CBR. I am sure of that by running oggz-dump on the file and confirming that all audio packets have 38 bytes; that means (for narrowband) a constant 15 Kbps. I wrote a very basic test program in Visual Studio 2010 that demonstrates the strange behaviour I mentioned. The output shows that the audio file has 8 pages, 6 of them
2003 Sep 13
0
Samba 2.2.8a & Cups 1.1.17 - point'n'print fails
Hello, I just can't get point'n'print working correctly. Every time I double click printer, Windows (2k, NT) fails to install the drivers from print$ -share. I'm trying to use a generic postscript driver provided with Cups (modified MS Postscript driver). Linux distribution in use is Redhat. I have first set Cups working and printed test page with it - no problems. Then I
2024 Jun 01
0
QGA 1.0 is released
Dear R users, I am pleased to announce that QGA 1.0 is now available on CRAN. QGA implements the Quantum Genetic Algorithm, as proposed by Han and Kim in 2000, and is an R implementation derived from the Python one by Lahoz-Beltra in 2016. Under this approach, each solution is represented as a sequence of (qu)bits. Simulating the quantum paradigm, these qubits are in a superposition state:
2024 Jun 01
0
QGA 1.0 is released
Dear R users, I am pleased to announce that QGA 1.0 is now available on CRAN. QGA implements the Quantum Genetic Algorithm, as proposed by Han and Kim in 2000, and is an R implementation derived from the Python one by Lahoz-Beltra in 2016. Under this approach, each solution is represented as a sequence of (qu)bits. Simulating the quantum paradigm, these qubits are in a superposition state:
2008 Mar 11
1
R-console vs. bash console (execution halted)
Dear Everyone, I am using R 2.6.2 on my Redhat AS4. I installed the RPM offered on the cran website. I would like to use R from my bash console with the following command: /path/to/R --vanilla --slave --args < /data/myscript.R this script invokes a range of functions and tools, among others to process a bunch of raster images in a loop using GDAL. The thing is that releasing this command in
2004 Aug 06
0
speex_denoise on non-microphone noise (static ?)
Take what I say with a grain of salt: I'm an amateur and haven't actually touched Speex in any way, yet. I'm just sort of passing on personal belief from personal experience. Also, check and make sure that the microphone line is insulated. There are a number of problems with sound cards picking up interference from the host machine. The wires that run between ICs on a card
2004 Aug 06
0
speex_denoise on non-microphone noise (static ?)
Thanks for the speedy response and detailed, enlightening explanation. Now I understand where the problem is, and will try out your suggestions just to further confirm my conjecture. When I am done, I have to take the foil out, though. This is a product for our customers to use, and although we've got budget for mulffing every sound card we developers use, most likely the company
2004 Aug 06
0
speex_denoise on non-microphone noise (static ?)
Understand that it's a *guess*. If this fixes or at least betters the situation, you're going to need to find a legit way to insulate these cards, or to switch cards. If it's for customers, I should hope you wouldn't be using enamelled aluminum foil. :D -----Original Message----- From: Tongbiao Li [mailto:tli@viack.com] Sent: Thursday, September 18, 2003 11:20 AM To:
1999 Jan 15
6
locking Problem 2.0.0 on SGI
Hi, after having upgraded from 2.0.0beta2 to 2.0.0 there are happening strange things: 1) After startup of smbd I find the following message in log.smb smbd version 2.0.0 started. Copyright Andrew Tridgell 1992-1998 [1999/01/15 17:38:09, 1] smbd/files.c:file_init(219) file_init: Information only: requested 10000 open files, 2490 are available. 2) doing a smbclient -L <hostname>
2006 Mar 12
0
liboggz 0.9.5 Release
Oggz 0.9.5 Release ------------------ Oggz comprises liboggz and the command-line tools oggzinfo, oggzdump, oggzdiff, oggzmerge, oggzrip, oggz-scan and oggz-validate. liboggz is a C library providing a simple programming interface for reading and writing Ogg files and streams. Ogg is an interleaving data container developed by Monty at Xiph.Org, originally to support the Ogg Vorbis audio format.
2006 Oct 12
0
how to spec elements of config file usage
Hi! I''m pretty newbie in Ruby and certainly in rspec. I''m writing a wrapper to a 3rd party API in Ruby, and will use a config file to persist the API user keys. In setting up my specs I want to say things like: "should raise exception if config file not found" "should raise exception if config file does not contain key" I figure that I''ll swap
2006 Aug 10
0
Not your basic "Where to put non-rails stuff" question
Hello, I''m not that clear on where some things go - and would rather put them in the right place out the gate than go back and fix them. I''m working my way through several Ruby/Rails books I got from O''Reilly - with a particular project in mind - and that project presents some not-so-typical requirements. I want to have a rails-based web-app to gather data, and
2006 Sep 26
1
Cache fields
Hi, We are using Dovecot with maildir, and the mail client requests flags, internaldate, and uid for all messages on folder open, which on average takes 3 seconds, but for large folders is much longer. It seems like I want mail_cache_fields to include "flags", but which date corresponds to internaldate? date.received? Is UID always cached for messages, or does it have to read through
2010 Dec 04
0
[ANNOUNCE] xorg-server 1.9.2.902
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This is the second release candidate for xorg-server 1.9.3. If no regressions are found, it will be released as 1.9.3 in one week. It includes various build and bug fixes to stability and correctness over previous releases. Aaron Plattner (1): xfree86: Fix rotation of 2-color non-interleaved cursor images Adam Jackson (3): ddc:
2006 Oct 09
0
IGNORE: RFC compliance report
I mis-read the line. -- Anthony Kay University Computing Center (541) 346-1719 GPG Fingerprint: B0DB D46A 60AF FAE7 A94A 5075 0CB4 4D88 9F4F 7F09 This isn't right. This isn't even wrong. Wolfgang Pauli