search for: unimagin

Displaying 20 results from an estimated 26 matches for "unimagin".

Did you mean: imagin
2009 Apr 14
3
technical questions about FLAC
...are saved by storing the "side" (difference) value. 3. Is left-side (or right-side) just the left/right channel paired with the difference between left and right? 4. Why was 655,350 Hz chosen to be the maximum supported sample rate? I noticed it's not a power of 2. Also, this is an unimaginably fast frequency, doesn't it exceed the limit for most channels? Thanks for any guidance you'd like to share. -Casey -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac/attachments/20090414/3587f02e/attachment.htm
2007 Oct 08
8
How are you using Asterisk at Home ?
...home usage. One of the next projects for me personally is to get a SIP client for my Cingular/AT&T 8525, it has wifi and hsdpa running Windows Mobile 6 and I am certain I have run across SIP clients before for these things. Be fun to play with and get working. So yes I am asking because I am unimaginative and need ideas on selling this to the wife. :-) That and I am just curious about what others feel are useful uses for it within the home, and what others get excited about regarding it all.
2006 Oct 04
2
Linear model with hidden variables
...r this model would minimise the sum of error squares for the Zs. Oh, I do mean there to be constant terms. I suppose I could go back to first principles and work it all out, but has anyone ever done something like this in R? There seems to be every imaginable variation on lm and some that I find unimaginable, so presumably a means to do this is already around somewhere.
2009 Feb 25
2
How to properly mock a complex object "comment.initiator.group.name"?
I am wondering what is the best way to mock such expression: "comment.initiator.group.name" What I do now is: =========================== comment = mock_model(Comment) initiator = mock_model(User) group = mock_model(Group, :name => "Admin") initiator.stub!(:group).and_return(group) comment.stub!(:initiator).and_return(initiator) =========================== So it becomes
1999 May 21
0
SAMBA 1.9.18p10 performance
...n thing: I changed from Novell Netware to Samba.The amount of performance loss was huge. Something must be very wrong, because I use the same hardware as 'under' Netware.I paid attention to everything about performance in 'man smb.conf' and smb HowTo and result is the same, it's unimaginably slow. I think there's some problem at the clients' side (I had to change to TCP/IP from IPX/SPX), WHAT CAN IT BE? Yours, M?t? Lajtos
2001 Jun 19
2
removing visible journal.dat
...m I missing something? thanks! - -- Douglas J. Hunley (Linux User #174778) http://hunley.homeip.net/ http://linux.nf/ ~~ Now offering NO COST Linux admin services for the home user ~~ "That's the problem with science. You've got a bunch of empiricists trying to describe things of unimaginable wonder." -Calvin -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjsvbRMACgkQOPP+k4ZeTm2vvwCgj8R44ZKtksYuccy3Yw+PegeJ wxAAnjoUsobwGUPBvZ7Jb5RMTS/LqU6K =oFDa -----END PGP SIGNATURE-----
2006 Jan 16
2
recording updates
I''ve been searching around trying to find out if there is some way to attach something to an ActiveRecord class such that every time an update is called, a record of that update (which fields, when) is created. I think it would be useful for syncing information with external services I think. Questions: If there is a wealth of knowledge on this, what search terms will lead me in the
2020 Jan 02
3
[RFC] Changing LoopUnrollAndJamPass to a function pass.
<div class="socmaildefaultfont" dir="ltr" style="font-family:Arial, Helvetica, sans-serif;font-size:10pt" ><div dir="ltr" ><font face="AppleSystemUIFont" size="3" >LoopUnrollAndJamPass is currently a loop pass. It is added in a LPM with only itself.</font><br><font face="AppleSystemUIFont"
2009 Apr 16
0
technical questions about FLAC
...cted independently for each block, the whole file can end up much smaller by picking the most optimum channeling for each block as the audio changes. > 4. Why was 655,350 Hz chosen to be the maximum supported sample > rate? I noticed it's not a power of 2. Also, this is an > unimaginably fast frequency, doesn't it exceed the limit for most > channels? 20-bit frequency in the stream header should allow for up to 1,048,576 Hz, but the documentation points out that there are limitations in the block headers. The block header has a 4-bit code to select among a few...
2012 Oct 02
0
[LLVMdev] [cfe-dev] [RFC] Parallelization metadata and intrinsics in LLVM (for OpenMP, etc.)
...rdinary function calls to runtime routines? > > > > I agree. I can't imagine any practical way that a metadata-based > > approach could be preserved by optimizers. > > > > Yes, this. Absolutely. I think, in that case, that both you (and Chris) are being somewhat unimaginative. At this point, I believe that several workable proposals have been put forward, and what we now need is detailed analysis and review. As I've stated, whether the metadata is preserved is not really the relevant metric. It is fine for a pass that does not understand parallelization metada...
1999 Jun 17
6
Samba vs. NetAppliance
Hi, I'm debating purchasing a NetAppliance fileserver that does native CIFS. Below is a URL to a NetAppliance authored paper regarding performance. One of the sections compares NFS to CIFS and talks about Samba. Can anyone dispute any of this? Is there any reason besides price that I should stick with Samba? -Ed Ed Sanborn (978) 691-6496 Northchurch
2009 Aug 08
0
[LLVMdev] Profiling in LLVM Patch Followup 1
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi! Andreas Neustifter wrote: > Daniel Dunbar wrote: >> Thanks, applied as r78247. Next? :) > > Oh my, first he is lagging and now it's all a hurry :-) > > Okay, here comes the next one. > > I'm taking a short vacation next week so I will try to prepare 1 or 2 of > the next patches so that you can work on them
2010 Jun 25
3
[LLVMdev] recursive nested functions
Hello, This is a little off-topic. But I am writing a compiler to llvm ir for a language that admits recursive nested functions and am stuck as to how to translate them. Concretely, I'm trying to lift them all to the topmost level and pass all their free variables explicitly as arguments. To do this, I have to determine all their free variables in their bodies. In particular when I come
2012 Oct 02
3
[LLVMdev] [cfe-dev] [RFC] Parallelization metadata and intrinsics in LLVM (for OpenMP, etc.)
On Mon, Oct 1, 2012 at 9:26 PM, Chris Lattner <clattner at apple.com> wrote: > > On Oct 1, 2012, at 6:16 PM, greened at obbligato.org wrote: > >> Sanjoy Das <sanjoy at playingwithpointers.com> writes: >> >>> In short, I propose a intrinsic based approach which hinges on the >>> concept of a "parallel map". The immediate effect of using
2018 Oct 30
4
IBM buying RedHat
Mark Rousell wrote: > On 30/10/2018 17:14, Simon Matter wrote: <snip> > Yup. When I looked at IBM Power machines before (maybe about a year ago, > not sure), there was actually a pricing tool on the website. You could go > through various options for machines (GPUs, CPUs, storage, memory, etc.) > and get a price. Annoyingly I didn't record detailed pricing info but, as
1999 May 21
7
Multiple workgroups using SAMBA in a single domain
Dear people at the samba organization, I wish to create multiple workgroups using SAMBA in a single domain on a LINUX Box. The linux box is also the primary domain controller. Please enlist me the procedure and mail to me as soon as possible. Thanking you in advance Sincerely Roopinder Randhawa.
2010 Aug 24
3
How to obtain seed after generating random number?
Dear all, I was doing an experiment to disprove some theory therefore performing lot of random simulation. Goal is to show the audience that although something has very rare chance to occur but it doesn't mean that event would be impossible. In this case after getting that rare event I need to show that same scenario for multiple times to explain other audience. Hence I need to somehow
2009 Aug 08
6
[LLVMdev] Profiling in LLVM Patch Followup 1
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Daniel Dunbar wrote: > Thanks, applied as r78247. Next? :) Oh my, first he is lagging and now it's all a hurry :-) Okay, here comes the next one. I'm taking a short vacation next week so I will try to prepare 1 or 2 of the next patches so that you can work on them as you have time. Greetings, Andi - --
2005 Nov 18
6
expected system load from DTrace scripts/probes
Does anyone out there have any thoughts on the type of load common DTrace scripts would cause on a system if run 24x7? I know "common DTrace scripts" and their underlining probe calls a vague statement. So for the lack of a common and establish set of scripts in the OS, I''ll use the most popular right for my question...the DTraceToolkit from Brendan Gregg. Which by the
2014 Jun 18
15
[Bug 2246] New: PAM enhancements for OpenSSH server
https://bugzilla.mindrot.org/show_bug.cgi?id=2246 Bug ID: 2246 Summary: PAM enhancements for OpenSSH server Product: Portable OpenSSH Version: 6.6p1 Hardware: Sparc OS: Solaris Status: NEW Severity: enhancement Priority: P5 Component: PAM support Assignee: unassigned-bugs at