search for: cautionari

Displaying 20 results from an estimated 46 matches for "cautionari".

Did you mean: cautionary
2005 May 18
0
A cautionary tale on multiple databases under a single Rails app
Here is a cautionary tale to help others avoid my folly! I kept running into bizarre problems with my rails app. I run the latest Rails with FastCGI, Oracle 10g and Apache 1.x. After moderate load the server would throw up application errors. Looking in the logs I noticed that my underlying Oracle DB was complaining that it had opened too many processes and won''t open any more. Hmm...
2001 Nov 29
1
Migrating Domain from TNG to 2.2.2: A cautionary tale
Hello, We recently undertook to migrate our domain from samba-TNG to samba-2.2.2. However, it did not go smoothly. One of the main reasons is that even if you start 2.2.2 with the domain SID from the TNG installation, you find that the users' RIDs are different. This is because samba-TNG calculates the RID from the unix UID using the formula UID*4 + 1000 where as 2.2.2 uses UID*2 +1000. At
2008 Sep 19
0
The Cautionary Tale of Multi-Arch glib
I'm mainly writing this in hopes that it gets picked up by Google in case anyone else runs into this problem. I was going to distribute the source & binaries for the first sneaky- peek at Swfdec for Mac OS X today. But yesterday, when I tried running my player application within Mac OS X's PowerPC emulator (Rosetta), I noticed it was crashing in some animations with the
2000 Oct 13
2
Cautionary tale about c (PR#695)
This situation arose in a computer practical this morning. A student overwrote "c" with a function. This messes up lots of things, but it is difficult to remove the function "c" from the global environment because it is used as a function in both "rm" and "remove". [The solution was to reassign "c" as a number, and then remove it.] Would it be
2007 Apr 30
1
Re: Voicemail on Different Server (MySQL Replication split thread)
> Your experience with database replication is not unique. I have seen > this happen with many flavours of database, not just MySQL. At the > "critical" sites where I've worked, database replication is not even on > the table as an option for precisely the reasons you state above: I have > yet to meet someone else who has had a positive experience with it. I'm
2016 Mar 08
2
FileCheck: combining -DAG and -NOT
If you look at the FileCheck documentation page: http://llvm.org/docs/CommandGuide/FileCheck.html you'll find this intriguing example of combining -DAG with -NOT (slightly amended to avoid some potential confusion): ; CHECK-DAG: BEFORE ; CHECK-NOT: BETWEEN ; CHECK-DAG: AFTER The page says this will reject the sequence "AFTER BEFORE", which is correct. It's intuitively obvious
2009 Oct 08
3
odfWeave & XML error in post-processing
I've been happily building a file with odfWeave, and just as the hour draws nigh for it to be sent off, odfWeave or XML throws the following catastrophic error: ...this is the tail of entirely uneventful processing of input file..... 31 : term xml(label=LR_Fall_Model_Results) 32 : term verbatim(label=LR_Model_Fall_graph) 33 : term xml(label=LR_OMC_tab) 'content_1.xml' has
2016 Mar 08
2
FileCheck: combining -DAG and -NOT
Nope. Sorry, your expectation is incorrect. "BETWEEN BEFORE AFTER" would be accepted, because: (1) the first –DAG matches BEFORE; (2) the –NOT range starts at the preceding match-point, i.e. the (end of the) BEFORE, thus does not find BETWEEN; (3) the second –DAG starts at the same point as the –NOT. That is, the first –DAG and the following –NOT *are* ordered; the –NOT and the
2015 May 19
0
[LLVMdev] WinEH work to be done (in progress and otherwise)
On Tue, May 19, 2015 at 2:16 PM, Kaylor, Andrew <andrew.kaylor at intel.com> wrote: > What follows is primarily addressed to Reid and David, but since it some > of it is relevant to the Windows exception handling proposal under > discussion, I thought I should copy the LLVMDev distribution list. Anyone > interested should feel free to jump in and discuss. > > > >
2015 May 28
2
[LLVMdev] WinEH work to be done (in progress and otherwise)
Hi, Have any decisions been made on where to put executable WinEH tests? Wherever they go, would it be helpful if I were to add some C++EH and/or SEH tests pulled from MSVC's test suite, since compatibility is the goal here? Thanks -Joseph From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Reid Kleckner Sent: Tuesday, May 19, 2015 5:56 PM To: Kaylor,
2004 Mar 16
2
glm questions
Greetings, everybody. Can I ask some glm questions? 1. How do you find out -2*lnL(saturated model)? In the output from glm, I find: Null deviance: which I think is -2[lnL(null) - lnL(saturated)] Residual deviance: -2[lnL(fitted) - lnL(saturated)] The Null model is the one that includes the constant only (plus offset if specified). Right? I can use the Null and Residual deviance to
2014 May 09
3
[LLVMdev] parallel loop metadata question
I propose that we change the first paragraph of http://llvm.org/docs/LangRef.html#llvm-mem-parallel-loop-access-metadata: --- For a loop to be parallel, in addition to using the llvm.loop metadata to mark the loop latch branch instruction, also all of the memory accessing instructions in the loop body need to be marked with the llvm.mem.parallel_loop_access metadata. If there is at least one
2015 May 19
3
[LLVMdev] WinEH work to be done (in progress and otherwise)
What follows is primarily addressed to Reid and David, but since it some of it is relevant to the Windows exception handling proposal under discussion, I thought I should copy the LLVMDev distribution list. Anyone interested should feel free to jump in and discuss. My primary purpose here is to talk about what I'm working on so that anyone who is also working on the same things can let me
2007 Aug 28
7
Excel
A common process when data is obtained in an Excel spreadsheet is to save the spreadsheet as a .csv file then read it into R. Experienced users might have learned to be wary of dates (as I have) but possibly have not experienced what just happened to me. I thought I might just share it with r-help as a cautionary tale. I received an Excel file giving patient details. Each patient had an ID
2011 Apr 28
1
[LLVMdev] Chaitin-Briggs Register Allocation in LLVM
Hi, We noticed that LLVM has implemented register allocation using PBQP and Briggs as a heuristic for spilling. Is there a direct implementation of the Chaitin-Briggs register allocation algorithm? We intend to modify parts of this algorithm in order to implement a variant of it. It will save us a lot of time if it is already implemented, rather than writing the code from scratch. Thanks and
2008 May 13
0
example of opening info windows in GMarkers
I''m quite enjoying the rapid development using Ym4r! However, I''ve hit a roadblock and would appreciate any pointers. I''ve got a map that has GMarkers on it. When you click on a GMarker a beautiful little window pops up, chock full of information. I also have a set of text links on the bottom of the page where each is associated with a single GMarker. I''d
2004 Feb 09
0
CART Data Mining 2004 Conference, San Francisco, SCHEDULE information
Apologies for cross posting CART Data Mining 2004, San Francisco, March 22-24, 2004 Below are links for the registration and the latest scheduling information. Please note that you can register with an early-bird discount if you register NOW and write the words "SCHEDULE" on your registration form. Homepage: http://www.cartdatamining.com Detailed Conference Schedule:
2008 Jan 27
1
bug in difftime with as.POSIXct
I am trying to do ephemeris calculations in R, which involves calculating an elapsed time. As illustrated below, difftime seems to have problems with my method, since the fractional day is sometimes the correct 0.5 and sometimes the incorrect 0.46. I am doing this on with R-2.6.1 on a powerpc-apple-darwin8.10.1 system. I get the same results for as.POSIXlt() instead of as.POSIXct(), but the
2005 Jan 08
0
FYI: NIST issues recommendations for secure VOIP
Following is sharelessly copied from one of the newsgroups I read on grc.com.. /Soren NIST issues recommendations for secure VOIP http://www.gcn.com/vol1_no1/daily-updates/34747-1.html http://csrc.nist.gov/publications/nistpubs/800-58/SP800-58-final.pdf *********************************************************** Quote *********************************************************** The National
2005 Feb 17
1
german translation
Hello dear R-core, I would be willing to offer some spare time to generate a german translation of R.pot and RGui.pot. Do you still need a translator or does someone already work on that task? (I hate useless duplication of efforts.) To whom shall I send the de.po file? Or should I generate a diff against the latest svn sources? What's your standard procedure for these cases? Are there