search for: smidgen

Displaying 8 results from an estimated 8 matches for "smidgen".

Did you mean: smidge
2002 Jun 26
2
vorbis-tools CVS
Coming out of a long (but definately needed) silence for a moment: A few things for vorbis-tools, since I no longer have CVS access (I think I just misplaced that key): 1. Before anything, put oggchain out of its misery. Please. It's a pile of junk that should have never been committed. Any smidgen of usefulness from it belongs in ogginfo anyway (and it's already there). 2. ./autogen.sh should check for the presence of gettext. Without it, aclocal gives just a warning and ./configure fails with a cryptic error message. 3. Quick patch to ./autogen.sh: --- autogen.sh.~1.3.~ Thu Aug 23...
2009 Nov 21
1
Desiring to set up Windows Vista and Linux Fedora Core 4
...ect to your DVR > from the Internet. So unless you want to connect to Samba from the > Internet, I very much doubt you need to configure anything on the > D-Link router. Ah! Yes! That must be why! Yes, so I could connect to the DVR from the Internet side! I may have just a "smidgen" of an understanding here! :-) Okay! Thank you! Correct. I most certainly do NOT want to connect to Samba from the Internet! :-) > First make sure you can ping the Ultra 30 from the Windows box and > vice versa. Then make sure you can ping the Linux box from the Ultra > 30...
2008 May 08
1
[LLVMdev] How to handle size_t in front ends?
...egen if the LLVM IR had an >> intptr type. The semantics I would imagine for an intptr type are: > > Querying TargetData only works if you know the size of the pointer. :) Exactly. :) I'm going to play devil's advocate here for a moment. intptr would tidy up my own output a smidgen, but I do have other target dependencies, so it's of no great concern to me. But I could see how someone wanting LLVM bitcode to play the role of Java bytecode or MSIL might find it important or even essential. And the question has come up many times. I can also see how this is entirely...
2008 May 07
0
[LLVMdev] How to handle size_t in front ends?
On Wed, 7 May 2008, Gordon Henriksen wrote: >> What would this be used for? How is it defined? How does >> arithmetic work on it? > > Looking up the intptr type via TargetData is not a significant issue > for me, but I can see the appeal, and how its absence could constitute > a significant barrier to generating portable IR (provided, of course, > a portable language).
2008 May 07
5
[LLVMdev] How to handle size_t in front ends?
On 2008-05-07, at 03:05, Chris Lattner wrote: > On May 6, 2008, at 11:49 PM, Jonathan S. Shapiro wrote: > >> There are other languages that specify a "word" type along these >> lines. Would it be worth considering adding such a type to the IR, >> or is there a reason not to do so that I am failing to see? > > What would this be used for? How is it
2008 Jun 25
6
dm-multipath use
Are folks in the Centos community succesfully using device-mapper-multipath? I am looking to deploy it for error handling on our iSCSI setup but there seems to be little traffic about this package on the Centos forums, as far as I can tell, and there seems to be a number of small issues based on my reading the dm-multipath developer lists and related resources. -geoff Geoff Galitz Blankenheim
2011 Nov 13
0
Major opcode of failed request: 93 (X_CreateCursor)
Hi, I got selected for beta testing SW:TOR and managed to get the installer to work on wine but it keeps crashing when I try with the launcher. It opens for a smidgen then crashes. Here's all the script I get; fixme:iphlpapi:NotifyAddrChange (Handle 0x32e604, overlapped 0x8f8d58): stub fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:winsock:WSALookupServiceBeginW (0x32e628 0x00000ff0 0x32e624) Stub! [1112/235156:ERROR:network_change_notifier...
2006 Jul 14
18
ActiveRecord Love While We''re At It
I am working on and will be publicly showing ActiveRecord some love around the time of the RubyConf*MI [1] in late August. My main focus is getting AR to better handle inserts, updates and merges when working large sets of data. It can improve improve performance by 400% to 600% in preliminary benchmarks. I am coding this in a way so it can be patched to AR easily, and with that in mind