Displaying 20 results from an estimated 36 matches for "_good_".
2009 Aug 27
3
[LLVMdev] inlining hint
David Vandevoorde a écrit :
>
> I don't think those are _good_ reasons though: If one doesn't want a C+
> + function to be inlined, one shouldn't define it inline.
>
>
You must not have written a lot of C++ template then. You don't have the
choice in this case, just check your STL header.
>
> FWIW, I've been involved in a...
2002 Jan 11
2
RIS UNDI
Hello,
I'm still trying to setup RIS (Remote Installation Service -w2k)
with PXE Linux, but before that I must say that the mail list
archive is a _good_ idea.
Back to RIS.
When I start from pxelinux
memdisk initrd=risbootdisk.img
I get an error:
No UNDI Driver found.
The risbootdisk.img is a bootdisk from Microsoft, which starts
a RIS installation.
When I boot from floppy it works fine, when I load the image over
network, I get this error.
Is...
2009 Aug 27
0
[LLVMdev] inlining hint
On Aug 27, 2009, at 3:07 AM, Cédric Venet wrote:
> David Vandevoorde a écrit :
>>
>> I don't think those are _good_ reasons though: If one doesn't want
>> a C+ + function to be inlined, one shouldn't define it inline.
>>
>>
>
> You must not have written a lot of C++ template then.
(Ha!)
> You don't have the choice in this case, just check your STL header.
I don't...
2005 Jul 15
2
seems-to-be-inexpensive source of polycom 301 and501
...olycom 301
and501
Hello, sorry if this kind of a price really isn't news to you all, but
it seemed really good to me. www.tritechcoa.com has the 301s for
$114.20 and the 501s for $171.29. I ordered them on the 11th and they
arrived today, on the 15th, but I'm in Alaska so I call that _good_
order response.
Mojo
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
2005 May 19
1
Re: pronunciation? -- loving CentOS doesn't mean you have to bash Red Hat
...e, and not sales. It wasn't until the subscription model later
that they started making a profit atop of their already profitable
developer/services unit that Cygnus bought them.
> Yggdrasil was my first too. I then worked my way up to Caldera
> (spit! spit! spit!)
Why? Caldera was a _good_ company until May 2003 (2 months
after the original lawsuit, prior to the addedum). Caldera bought
SCO and was going to have a split Monterey/IA-64 and Linux/x86
solution.
20 days after the purchase, IBM pulled out of Monterey, yet started
to sell their Monterey/Power platform (aka AIX 5L). IBM...
2009 Aug 26
0
[LLVMdev] inlining hint
On Aug 26, 2009, at 4:09 PM, Chris Lattner wrote:
[...]
>
> The second part of this is that there are a lot of reasons for things
> to be defined inline in C++ even if we don't want it to actually be
> inlined.
I don't think those are _good_ reasons though: If one doesn't want a C+
+ function to be inlined, one shouldn't define it inline.
> For example, lib/VMCore/ConstantsContext.h:349 has a
> massive inline function that is there because it is part of a template
> specialization and *it is more convenient* to de...
2009 Aug 27
3
[LLVMdev] inlining hint
David Vandevoorde a écrit :
> On Aug 27, 2009, at 3:07 AM, Cédric Venet wrote:
>
>
>> David Vandevoorde a écrit :
>>
>>> I don't think those are _good_ reasons though: If one doesn't want
>>> a C+ + function to be inlined, one shouldn't define it inline.
>>>
>>>
>>>
>> You must not have written a lot of C++ template then.
>>
>
> (Ha!)
>
:) ok, your name didn't r...
2009 Aug 26
7
[LLVMdev] inlining hint
On Aug 26, 2009, at 12:01 PM, Devang Patel wrote:
>>> I do not understand how the "inlinehint" will help. How will it
>>> influence the inliner ?
>>
>> The hint should make it more attractive to inline. I don't know
>> the details
>> yet and they will require some experimenting.
>>
>
> In that case you want to add hint to A
2004 Aug 06
0
a new directory service
Jack Moffitt wrote:
> So I've been doing some research and thinking here and there about what
> a _good_ directory service for icecast would be like. I'd appreciate
> some feedback and some discussion on this topic, before I start putting
> a lot of effort into developing it.
As I'm involved witth broadcasting a traditional radio station on the
net, the important thing for me is to be...
2005 Jul 17
0
Re: Fix passwd/shadow/group files? -- Samba is not an enterprise ? irectory solution ...
From: Feizhou
> Yes, I was wondering whether you were trying to say that Samba
> could do the extra cruff MS threw into their
> Kerberos/LDAP/DNS thingamich.
? Microsoft uses SRV records in DNS.
That was actually a _good_ move.
Now their DNS-integrated ADS is another story.
Although I do have to say the current, split dhcpd, named, nmbd
strategy in the open source world is rather attrocious for private, enterprise network management.
But their extensions to Kerberos, that was questionable.
But _yes_, it has been do...
2009 Nov 26
1
postfix+sasl+dovecot script help!
....com/f1d0cefd2
192.168.56.4 is the client
192.168.56.5 is the server
[VirtualBox, Host-Only networking, they can ping each other]
####################
Later I want to use it with Squirrel Mail [plus spam filtering + antivirus], but first, I just want to get it work :(
Thank you for any help :S [_good_ docs, howtos, solution, or anything please! :S :( ]
2005 Jul 15
0
seems-to-be-inexpensive source of polycom 301 and 501
Hello, sorry if this kind of a price really isn't news to you all, but
it seemed really good to me. www.tritechcoa.com has the 301s for
$114.20 and the 501s for $171.29. I ordered them on the 11th and they
arrived today, on the 15th, but I'm in Alaska so I call that _good_
order response.
Mojo
2020 Sep 07
2
[RFC] Introducing the maynotprogress IR attribute
...marize, we are in a situation in which we constraint program
transformations, perform wrong program transformations, and require
languages like Rust to add spurious side-effects to avoid this.
> I'm afraid I don't have the full history of these discussions, but is
> there really a _good_ reason for doing so? It would feel more natural
> to have no progress requirement by default and add a "willprogress"
> attribute to indicate that the so annotated function will eventually
> make progress (whatever that means, which is the other issue I have
> with this :)...
2006 Jul 29
9
How to write RoR code
Hi all
I took a look to several examples of RoR on different web sites, and I
found that it is hard to write a class, in RoR, because I do not
understand all the codes used on the source code.
jsn
--
Posted via http://www.ruby-forum.com/.
2004 Aug 06
0
a new directory service
At 11:31 PM 9/16/2001 -0600, you wrote:
>So I've been doing some research and thinking here and there about what
>a _good_ directory service for icecast would be like. I'd appreciate
>some feedback and some discussion on this topic, before I start putting
>a lot of effort into developing it.
>
>First off, I think getting rid of # of listeners is a must. It just
>creates a self-fulfilling prophecy a...
2005 Aug 17
53
Everyone wants a RoR framework
It seems like everyone now has a RoR type framework:
Perl:
http://dev.catalyst.perl.org/
PHP:
http://cakephp.org/
Python:
http://www.django.com
ASP.NET:
http://www.castleproject.org/index.php/Main_Page
etc., etc.
Has a revolution begun with the birth of these "Web 2.0" frameworks?
Its going to be interesting when the tech media begins its mass hype
like it did SOAP, XML, etc. a
2004 Nov 01
3
ms access --> mysql --> R in Linux
I am trying to use some ms access databases in R (version
1.9.1 or 2.0 on a Debian system). In searching the net for
promising software to do this, I found mdbtools. Mdbtools
claims the ability to convert schemas and tables in MS
Access to MySQL and other databases.
http://mdbtools.sourceforge.net/
I'm wondering if anyone in the R community has tried using
this software to use
2001 Sep 03
2
lowpass option (Was: RE: channel coupling in rc2)
...erhaps there is a misunderstanding here about what the bitrate
> switches do.
>
> Selecting a higher bitrate IS effectively picking an encoder
> setup with a higher lowpasss, less aggressive coupling and
> masking. INTERNALLY VORBIS DOES _NOT_ USE BITRATES (yet).
>
> The only _good_ use of selecting a coupling mode that I can
> imagine so far is lossless coupling (or no coupling) for (e.g.)
> Dolby Surround encoded audio. So I'd propose a switch like
>
> -md Use this for Dolby Surround encoded audio
>
> That way, you solve this case and prevent others...
2005 Jun 02
9
Reboots
***Do you perform downtimes just for the purpose of rebooting the systems?
***Is there a recommended interval Linux system should be rebooted?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20050602/189d0dbf/attachment-0004.html>
1997 Jul 23
2
cross-subnet browsing problems
I'm trying to set up cross-subnet browsing using Samba on a Linux box
and a Sparc UltraEnterprise with Win95 and NT Workstation clients. I'm
using the Sparc as the domain master and also as the WINS server on the
108 subnet. The Linux box is the local master on the 46 subnet. Both
are running Samba 1.9.17alpha4. I can see the conversation between the
two samba servers and the browse