search for: trei

Displaying 4 results from an estimated 4 matches for "trei".

Did you mean: tree
2011 Feb 23
0
[patch] Reopen dumpfiles on signal
...he individual format plugins, which may have been naive of me. I'm dealing strictly with MP3 data here, so I can split the file anywhere. Other formats may not take so kindly to arbitrary stream splits. I'd love to see this integrated and would be glad to tweak/retool as necessary. -- Ken Treis Miriam Technologies, Inc. -------------- next part -------------- A non-text attachment was scrubbed... Name: reopen-dumpfiles.diff Type: application/octet-stream Size: 4017 bytes Desc: not available Url : http://lists.xiph.org/pipermail/icecast-dev/attachments/20110223/beda7eed/attachment.obj
2011 Feb 25
0
[patch] Reopen dumpfiles on signal
...t; * and so with the coments above, you can do your magic here. If I moved the reopen code here, I'd lose the added benefit (B) above. > >> source->format->write_buf_to_file (source, refbuf); >> } > > Cheers, > -- > Niv Sardi -- Ken Treis Miriam Technologies, Inc.
2002 Mar 15
0
Neverwinter Nights creature viewer problem
...Builder, and when I've earlier tried Borland written stuff on older versions of Wine, one problem was that the window would be placed far out of the visible screen. I thought that _maybe_ (heavy speculation ahead) that's what's happening to the OpenGL window pane here. If anybody here treis the viewer, you can right-click in the pane and choose 'show grid', and that is supposed to show a green grid in the pane, rendered with OpenGL; no need to actually load any of the models to test it. Right now I have checked out Wine from CVS, and this one segfaults when starting the prog...
2007 Oct 22
30
TST is right out
Hi Zed, I checked in a pure-Ruby URI classifier to Mongrel trunk. Ola''s Java port of the TST had some bug, and I don''t think it''s necessary in the first place. The Ruby classifier is around 25 lines instead of the 400-odd lines for the C extension and the 200-odd for the Java extension. It uses a Regexp which is perhaps shady: @matcher = Regexp.new(routes.map do