search for: leagal

Displaying 7 results from an estimated 7 matches for "leagal".

2002 Mar 17
3
OGG question:
Here's a question I have: My understanding is that OGG is a 'containter' format, allowing for multiple streams of multiple types, of which Vorbis is only one. My question is this: Is it feasable (and, considering licencing, leagal) to create an .ogg file that contains, say Indeo or Cinepak video? (In other words, use the ogg bitstream to store the data rather than .avi). Personally, I think this might be a fairly interesting way to learn to code for the ogg project: Implement pre-existing formats within ogg. Personal...
2003 Apr 17
6
Music-on-Hold radio input?
Is there a way to get Music-on-Hold to use the Line input of the soundcard instead of playing MP3s? Some potential clients like the music-on-hold to be the local radio station, or from a satellite broadcast. Thanks!
2004 Jul 29
1
Trouble with "--delete" with "--files-from"
Hi all, I've scoured the web, faq and mailing list archives to try and find an answer to this problem I'm having, but to no avail.... I'm trying to rsync a Cyrus IMAP message store "structure" from one system to another. (I say "structure" because I don't want to copy over the actual messages in the message store.) For those of you unfamiliar with the
2000 Sep 01
5
sftp
Yo All! I understand why we do not have sftp in openssh, but it would be nice if we could make it so that when an SSH.COM scp2 client makes a connection to an OpenSSH V2 daemon that it does not hang.... Any ideas or do I need to dig a bit on this? Here is what the sshd says when I conenct to it from scp2: debug: session_open: session 0: link with channel 0 debug: confirm session debug:
2010 Sep 03
1
[LLVMdev] Thoughts about the llvm architecture -
...ere an architecture > chart that shows the pipeline > stages of llvm and what is done where? > This presentation from 2008 by Dan Gohman describes the various pipeline stages that happens during CodeGen. And explains the bigger picture on how LLVM IR are converted by the CodeGen into a leagal stream of MachineInstr. Slides: http://llvm.org/devmtg/2008-08/Gohman_CodeGenAndSelectionDAGs.pdf Video: http://llvm.org/devmtg/2008-08/Gohman_CodeGenAndSelectionDAGs_Hi.m4v For more info see http://llvm.org/docs/CodeGenerator.html > For example it seems that ligalization takes place after in...
2010 Sep 03
3
[LLVMdev] Thoughts about the llvm architecture
>> Hi! >> >> The following thoughts about the llvm architecture I'd like to share >> with you >> (from the perspective of a user): >> >> - If a backend has no vector support, then I wonder why there is no >> de-vectorization >> pass that operates on indermediate llvm-ir. I would think that if you >> use such a target >> then
2010 Apr 16
3
Is it ok to apply the z.test this way?
Dear R-users, I want to check if certain values are from random distribution, that includes values between 0-1. So, it is not really normal even though shapiro.test says it is highly normal... Can I do something like this and think that the values given are right. z.test is from package TeachingDemos. -------------------------------------------------------------------------------