search for: omnigroup

Displaying 20 results from an estimated 27 matches for "omnigroup".

Did you mean: maigroup
2003 Feb 24
5
-bash: /bin/rm: Argument list too long
...to fileutils programs such as mv or rm ? If yes, is it filesystem dependant/kernel config dependant/fileutils version dependant? Can this maximum limit be tuned/controlled ? I googled on it a bit, but couldn't find anything much more relevant than a message in the OS-X forum. http://www.omnigroup.com/mailman/archive/macosx-admin/2002-December/027907.html Someone asked me this question in a linux-related forum and I decided to experiment on my box ( RedHat 8.0 running vanilla kernel 2.4.20; fileutils version 4.1.9 ) to find out what the current limit was. I found that 12806 filename...
2002 Nov 05
1
group privileges on newly created files?
Just curious, I know you can force a creation mask using "create mode", but is there any way to enforce under what group ownership a file/directory is created? My users belong to several groups, and I want new files created as owned by a specific group... Thanks in advance, -Rob
2000 Nov 26
1
Trivial 12% performance gain in encoding
(well, YMMV, but it got me 12% on Mac OS X Public Beta on my test case). In vorbis/lib/scales.h, add the following after fromdB() #define sqrt_fromdB(x) (exp((x)*.11512925*0.5)) In vorbis/lib/psy.c at the bottom of bark_noise(), do: < noise[i]=sqrt(fromdB(v)); > noise[i]=sqrt_fromdB(v); This avoids the sqrt() call entirely by just doing it as part of the exp(). (I'd
2007 Oct 04
10
Design and modeling tools?
What do you guys use for design and modeling (and don''t answer pen and paper, because I use those to, they just don''t look so good in a project report ;) ) I have tried stuff like UMLet (free), Altova UMLsomething (pay), dia (no comprende ;) ), NetBeans UML (slow). But none worked just the way I wanted them to. Any suggestions? Christian...
2000 Sep 06
2
Submitting patches for MacOS X
I'm going to want to submit patches for MacOS X in the near future (hopefully tonight or tomorrow night), but I don't see what flags to cvs diff you guys like to receive. Included in these patches will be a MacOS X module for libao which uses the CoreAudio framework along with some other minor stuff. -tim --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project
2000 Sep 10
3
Adding oggenc support for files other than WAV?
Is anyone working on making oggenc use some nice library that reads lots of different audio file formats so that people can encode from files other than WAV? For example, the 'AudioFile' library (just found it via a search on freshmeat) reads wav, aiff, aiff-c, .au, and .snd. Maybe there are other better libraries (OpenAL, maybe), but this library does what I want (read AIFF). -tim ---
2004 Oct 22
0
libao-0.8.5 patch
...o_macosx.c libao-0.8.5.new/src/plugins/macosx/ao_macosx.c --- libao-0.8.5/src/plugins/macosx/ao_macosx.c 2003-06-24 14:15:00.000000000 +0200 +++ libao-0.8.5.new/src/plugins/macosx/ao_macosx.c 2004-10-22 13:02:33.000000000 +0200 @@ -56,6 +56,7 @@ "macosx", "Timothy J. Wood <tjw@omnigroup.com>", "", + NULL, AO_FMT_NATIVE, 30, NULL, @@ -129,11 +130,11 @@ int ao_plugin_set_option(ao_device *device, const char *key, const char *value) { - ao_macosx_internal *internal = (ao_macosx_internal *) device->internal; - +/* ao_macosx_internal *internal = (ao_mac...
2006 Jan 05
0
relationships in text fixtures
I''d like to be able to do something like: --- x.yml --- x1: id: 1 ... --- y.yml --- y1: id: 1 x_id: <%= xs(:x1) %> # Instead of hard coding ''1'' but I haven''t found a way to make it work yet. Is this even supported? Any hints? :) -tim
2006 Feb 07
0
Secure voicemail passwords?
Does anyone know of a good solution for secure (read: not plaintext) passwords for voicemail? We'd rather not have to move configuration in to a database just to be able to encrypt the passwords. We're running the latest stable release (1.2.3). Any hints are greatly appreciated! Scott
2000 Jun 26
0
Re: [vorbis] bug in glibc 2.1.2 and older
Is there any reason you guys couldn't add a corrected version of the inline(s) to your source? This would allow you to build on busted systems with full performance. You'd still want autoconf to issue a warning about the busted inline, but this would make you independent of it. -tim --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage:
2000 Aug 29
1
optmizing encoding
Is there any reason to avoid looking at optimizing the encoding process? From just a simple profile run, it looks like a big chunk of the time is in seed_curve, sqrt, dradf4 and log. Are there big changes to the encoding part that are coming that would invalidate optimizations done now? -tim --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage:
2000 Aug 29
1
double -> float conversion
I'm in the process of collecting performance data on my platform and I thought I'd test the difference between double and float performance. So, I replaced all occurances of double in vorbis with float (as was suggested should work). I ended up hanging at: #0 0x0002695c in cacm283 () #1 0x00026dd0 in vorbis_lpc_to_lsp () #2 0x0001b3cc in forward () #3 0x0001cac8 in forward () #4
2000 Sep 01
1
CVS busted?
I can update single files fine (although slowly), but when I try to update anything bigger (like vorbis/lib), it just hangs until I get: cvs [update aborted]: reading from server: Operation timed out Is something wrong with the CVS box? -tim --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a
2000 Nov 17
1
Vorbis doesn't build off the head with non-standard installation directory
After updating my libtool to 1.3.5, I got ogg installed OK with: ./autogen.sh --prefix=/Local/Public/bungi/Vorbis make install But, now I'm trying to build vorbis (which exactly the same command as above) and I'm getting a failure in configure since it can't find the ogg headers. The config.log shows: configure:1888: cc -o conftest -O20 -D__NO_MATH_INLINES -fsigned-char
2000 Nov 18
0
Nevermind .... Re: Problem linking libvorbisfile on Mac OS X
I just updated to get the official beta3 tagged source and it started working. Don't know why :) -tim --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe
2001 Jan 27
1
Patch for libogg on Darwin/Mac OS X
Pretty basic. -fno-common is required to produce dynamic shared libraries on Darwin based systems. -tim Index: configure.in =================================================================== RCS file: /usr/local/cvsroot/ogg/configure.in,v retrieving revision 1.10 diff -u -r1.10 configure.in --- configure.in 2001/01/22 22:49:45 1.10 +++ configure.in 2001/01/28 03:53:05 @@
2000 Nov 18
0
Problem linking libvorbisfile on Mac OS X
I'm working on getting the Darwin/Mac OS X port of Vorbis up and running again and have run into problems building libvorbisfile. I have installed the latest libtool (1.3.5) and modified it to handle Darwin/Mac OS X better (to create shared libraries, dylibs, that can be linked against other dylibs instead of creating bundles which cannot be used as input to the linker). But, when it tries
2006 Jul 19
1
Session management with SOAP and AWS
I''m working on a rails app where I''d like to have a session-based SOAP API. That is, I''d like to connect via SSL and have a ''login'' method followed by one or more other methods. I''m using the ActionWebService::Client::Soap class to connect to my app, but each method invocation results in a new session on the server (WEBrick, at the
2001 Jan 27
1
optimization to bark_noise_median()
Could someone please try this version of bark_noise_median() on a x86 box? On my PPC box, this runs about 1.85x as fast as the current version, making the encoding speed about 6.5% faster (at least on my test case). The basic idea is to (a) avoid needless float/int conversions and (b) use multiplies instead of divides. I'm assuming (after having done some tests), that
2001 Feb 03
1
fast math optimization patch
This patch adds two files, fast_math.[ch]. These files includes a couple faster versions of the libm routines that don't provide all the semantics and accuracy of the IEEE versions (but are still pretty darn accurate). Typically there are situations in which full precision is not necessary and the following patch tries to apply this approach. I don't know whether this patch will