Displaying 8 results from an estimated 8 matches for "cracauer".
2004 Jan 26
4
Currently no Java for Linux-Mozilla on 4-Stable?
...ly, but for the
plugin I cannot give commandline parameters. And in the 1.4.x
installs there is no hot spot directoy to move away. Setting
everything to -classic in jvm.conf didn't change anything.
Thanks!
Martin
--
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Martin Cracauer <cracauer@cons.org> http://www.cons.org/cracauer/
No warranty. This email is probably produced by one of my cats
stepping on the keys. No, I don't have an infinite number of cats.
2005 Oct 23
2
Is it feasible to cross-build compat5x binary?
Hi folks,
I think we need to update compat5x binary to fix FreeBSD-SA-05:21.openssl,
but will the binaries built by ``make universe'' be identical with actual
build on Alpha, Sparc64, etc? (Yes, I'm volunteering to do the work iff
they are identical ;-)
Cheers,
--
Xin LI <delphij frontfree net> http://www.delphij.net/
See complete headers for GPG key and other information.
2018 Jan 05
1
stat(2) cache, samba3 versus samba4
...etwork turnaround. However, right now I am doing actual system calls
on the server side, and exchanging those for pure userland replies
will help.
I also know iSCSI would help but it's a pain.
Thank you
Martin
--
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Martin Cracauer <cracauer at cons.org> http://www.cons.org/cracauer/
2004 Sep 10
1
Java?
Are there any plans for flac for java (JNI or Otherwise?).
I am working on a java mp3 jukebox, and would like to add flac support.
Dave Cracauer
2004 Sep 10
1
Java?
I'd be happy to (help) port the source to Java. How many lines of code are
we talking?
If preferable, I could just do a front-end to a JNI interface to flac.
-Brian
> -----Original Message-----
> From: Josh Coalson [mailto:xflac@yahoo.com]
>
> --- "Cracauer, David D." <dcracauer@vue.com> wrote:
> > Are there any plans for flac for java (JNI or Otherwise?).
> > I am working on a java mp3 jukebox, and would like to add flac
> > support.
>
> I got a request for such a thing from these guys:
>
> http://www.fu...
2004 Sep 10
0
Java?
...g too. I'm pretty new, but I think that JNI
would be the easiest way to go. of course, never having done anything with
JNI, what do I know :)
Dave
-----Original Message-----
From: Josh Coalson [mailto:xflac@yahoo.com]
Sent: Wednesday, November 28, 2001 5:19 PM
To: Cain Brian-BCAIN1; dev
Cc: Cracauer, David D.
Subject: RE: [Flac-dev] Java?
Decoding FLAC is relatively simple, compared to other codecs
like MP3. The three decoder layers are under 3000 lines of
verbose C. A Java translation should be straightforward
enough. A JNI wrapper of libFLAC might be easier and run
faster.
Josh
--- Ca...
2018 Feb 19
0
LLVM Weekly - #216, Feb 19th 2018
...to <asb at asbradbury.org>, or
@llvmweekly or @asbradbury on Twitter.
## News and articles from around the web
LLVM has been
[accepted](http://blog.llvm.org/2018/02/llvm-accepted-to-2018-google-summer-of.html)
to Google Summer of Code 2018. Student applications open on March 12th.
Martin Cracauer has written a blog post on [LLVM's garbage collection
facilities and SBCL's generational
GC](https://medium.com/@MartinCracauer/llvms-garbage-collection-facilities-and-sbcl-s-generational-gc-a13eedfb1b31).
The paper [Crellvm: Verified Credible Compilation for
LLVM](http://sf.snu.ac.kr/crel...
2004 Sep 10
0
Java?
I'd like to see something that works as a decode plugin to JMF
-----Original Message-----
From: smoerk [mailto:smoerk@gmx.de]
Sent: Thursday, November 29, 2001 4:53 AM
To: dev
Subject: RE: [Flac-dev] Java?
On Wed, 28 Nov 2001 15:18:48 -0800 (PST), Josh Coalson wrote:
>Decoding FLAC is relatively simple, compared to other codecs
>like MP3. The three decoder layers are under 3000