similar to: Meta-documentation

Displaying 20 results from an estimated 10000 matches similar to: "Meta-documentation"

2006 Jan 30
5
Problems migrating from Postgres to MySQL
Hello everyone, I''m trying to migrate a working app from Postgres to MySQL, and I''m trying to use a migration to get it done rather than alter all my database table creation scripts to MySQL syntax. I''ve done loads of work with Postgres, but am a real newbie with MySQL... I did a ''rake db_schema_dump'' from my Postgres app, and got a nice looking
2019 Jul 27
2
Help on Optimization Remarks
Dear llvm-dev community, I am trying to analyze the optimization remarks generated through clang using -fsave-optimization-remark with -O3. --- !Analysis Pass: loop-vectorize Name: CFGNotUnderstood DebugLoc: { File: c-ray-mt.c, Line: 177, Column: 2 } Function: main Args: - String: 'loop not vectorized: ' - String: loop control flow is not understood by vectorizer I tried to look for
2005 Mar 22
2
Asterisk locking up - 99.9% CPU
Hello We are running Asterisk CVS 22/12/04 and pwlib/oh323 pandora version to work with our call agent. Unfortunately **VERY** frequently, asterisk stops responding and goes to 99.9% CPU. There is no debug output or other information that indicates there is a problem... Rather than continually restarting, can anyone make suggestions as to how we can track this down **OR** has anyone got the
2004 Aug 06
4
OGG streaming and Icecast2
Hi All, I recently just took the time to play with the OGG format and compare it to mp3..and my conclusion is: SWEEEEET Where can I learn about writing a source for Icecast2? I written sources for Shoutcast..that was pretty straight forward..rip through an mp3 file and send the bytes to shoutcast at specific intervals. OGG is VBR...so I'm having trouble wrappign my head around how I shoudl
2010 Dec 21
2
module critique request
Hello. I recently tried to improve a module I have which is used to create one or more instances of mysql per node. The original module had lot''s of code repetition to get around gaps in my skills. The new improved module has less code repetition but doesn''t seem as clean as I imagined it in my head:) The env is puppet 2.6.4, facter 1.5.8, solaris 10 x86 and nodes.pp
2004 Jul 14
0
[LLVMdev] Constants.cpp:368: error: `INT8_MAX' undeclared(firstuse this function)
>From: Chris Lattner <sabre at nondot.org> >Date: Wed, 14 Jul 2004 14:49:01 -0500 (CDT) >The file you need to modify is here: >llvm/include/Support/DataTypes.h.in > >There is currently support for building in non-cygwin windows environments >protected by _MSC_VER. You just need to broaden the scope of the #ifndef >to include internix. > Sorry, Chris, but my
2009 Jun 07
2
[LLVMdev] patch for llc/ARM: added mechanism to move switch tables from .text -> .data; also cleanup and documentation
On Sat, Jun 6, 2009 at 4:51 PM, Evan Cheng<evan.cheng at apple.com> wrote: > +cl::opt<std::string> FlagJumpTableSection("jumptable-section", > +                                           cl::init(".data.jtab")); > + I thought it would be nice to group all the jumptables together. But as long as it stays configurable, I am fine to change the default to
2009 Jun 08
0
[LLVMdev] patch for llc/ARM: added mechanism to move switch tables from .text -> .data; also cleanup and documentation
On Jun 7, 2009, at 6:59 AM, robert muth wrote: > On Sat, Jun 6, 2009 at 4:51 PM, Evan Cheng<evan.cheng at apple.com> > wrote: >> +cl::opt<std::string> FlagJumpTableSection("jumptable-section", >> + cl::init(".data.jtab")); >> + > > I thought it would be nice to group all the jumptables
2007 Apr 11
6
Which SIP phones to buy?
I need to buy some new phones for our own offices. I've used only Polycom phones until now, but I'd like to broaden my experience. I'm trying to decide which phones to experiment with. I have these options: - A combination of Polycom, Aastra and Snom - Just Polycom One the one hand, I'd like to keep things uniform, since it greatly simplifies provisioning. On the other hand, I
2001 Apr 26
0
how to do java-like hashtables in R, R from a java progra mmer's p onit of view
It sounds like we are kindred spirits. I am using an old PC, with linux installed, running tcpdump as my packet sniffer. I will experiment with data frames as you suggest to get the hang of R some more before worrying about hashtables again. Chris Marshall -----Original Message----- From: M. Edward (Ed) Borasky To: Chris Marshall Cc: r-help at stat.math.ethz.ch Sent: 4/25/01 4:44 PM Subject:
2008 Jul 11
2
Horribly Nube ?
You gotta start somewhere I figure. I am enjoying wine 1.1.0 and have used it on and off mostly off for several years. Now I am getting serious and I haven't figured out the documentaiton. I got some bad advice from old docs which discouraged me. Anyway, where does one put the "native" dll's from one's windows installation? I know how to use winecfg to activate them and
2004 Apr 19
1
[Fwd: Re: IAX config documentation]
Boy after really digging into this, I have discovered that there is more information about each of these topics than I previously realized. Strangely, searching the wiki on "iax" returns exactly nothing. But searching on iax2 does start to dig up some good stuff. Sorry for the hassle. Tough day. -brian -------- Original Message -------- Subject: Re: [Asterisk-Users] IAX config
2006 Aug 18
11
Anyone used MS Access as db?
If yes, how do I set it up in the yml file? Thanks. - amateur Railist -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060818/6690a4e2/attachment.html
2006 Feb 09
6
Getting the name of the calling controller
I know I''ve seen this before, but I can''t find it and Google hasn''t been a help... >From within a controller method, how can I find the name of the requesting controller? For example, if I''m in controller C1 and I do a redirect_to :controller=> ''foo'', :action => ''bar'', how can I find the name of the requesting
2004 Aug 06
0
OGG streaming and Icecast2
Maybe try my unofficial icecast howto at http://quasi.ksl.com/icecast/. It's not much but it works great for me. Hope it works. KJ <p>On Fri, 2003-03-14 at 13:16, Brandon wrote: > Hi All, > > I recently just took the time to play with the OGG format and compare it to > mp3..and my conclusion is: > > SWEEEEET > > Where can I learn about writing a source for
2004 Aug 06
0
OGG streaming and Icecast2
On Saturday 15 March 2003 07:16, Brandon wrote: > Hi All, > > I recently just took the time to play with the OGG format and compare it to > mp3..and my conclusion is: > > SWEEEEET > > Where can I learn about writing a source for Icecast2? I written sources > for Shoutcast..that was pretty straight forward..rip through an mp3 file > and send the bytes to shoutcast at
2010 Aug 16
3
R with CouchDB?
Hello all, I'm kind of surprised that searching the archives and Googling haven't given me a result for this... I've got a large amount of data that is a good fit for CouchDB; it's reasonably unstructured, and such structure that exists is quite fluid. I want to slice the data in many different ways, some of which really don't fit well with a relational database model. I
2019 Mar 28
0
default for 'signif.stars'
The addition of significant stars was, in my opinion, one of the worst defaults ever added to R.?? I would be delighted to see it removed, or at least change the default.? It is one of the few overrides that I have argued to add to our site-wide defaults file. My bias comes from 30+ years in a medical statistics career where fighting the disease of "dichotomania" has been an eternal
2019 Mar 28
0
default for 'signif.stars'
Dear all, I agree with both Russ and Terry that the significance stars option should default to FALSE. Here's what Sandy Weisberg and I say about significance starts in the current edition of the R Companion to Applied Regression: 'If you find the ?statistical-significance? asterisks that R prints to the right of the p-values annoying, as we do, you can suppress them, as we will in the
2013 Feb 22
2
[LLVMdev] recommendation books on code generation?
If you wanted to write a new register allocator, that would be a different story. Then you would do well to read the literature to try and understand about various schemes that have already been invented. No need to reinvent the wheel. Most people doing a port can figure things out by just using their brain and the documentation already at the LLVM web site; but like I said, a good solid