search for: carrot

Displaying 20 results from an estimated 62 matches for "carrot".

Did you mean: parrot
1998 Oct 13
0
Bizarre multi-homed name resolution with nmbd?
Hi, I connected a multi-homed Win95 machine (carrot, see below) to two networks (ankh-net and morpork-net) which a multi-homed Linux machine running Samba 1.9.18p10 (or whatever the latest <2 is) was also connected to (vimes) and wanted to see which of the two interfaces Win95 would pick... --------------------------------- ankh-net 1...
2006 May 02
1
[LLVMdev] Re: Patches and some potential bugs
...and LLVM programmer, > so please bear with me. The patches look great, applied: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20060501/034450.html http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20060501/034451.html Thanks! > I ran into something suspicious: > carrot:~/tmp> llvm-dis test5.c -o test5.ll > llvm-dis: Invalid bytecode signature: 636E6923 (Vers=0, Pos=4) llvm-dis does not disassemble .c files, it disassembles .bc files. "llvm-gcc" is what turns .c files into LLVM code. > carrot:~/tmp> which llvm-dis > /storage/llvm/bin/ll...
2016 May 23
4
Question on 7.2 and weird characters
When I run this command: rm /tmp/jerry.txt rm: remove regular file ?/tmp/jerry.txt?? I get the a with the carrot on top... How do I get back to the normal characters ? echo $TERM linux Thanks, Jerry
2008 Jan 19
1
private method `split' called for...
hi, I''m trying to split a string up as follows: >> @ruby = "I like carrots" => "I like carrots" >> @type = @ruby.split[2][0,@ruby.split[2].length-1] => "carrot" which works fine in the console...but when I try to run it on my site, I get the error: private method `split'' called for #<List:0xb681084c> What could be t...
2007 Jul 02
2
Object Property Sorting - Hash?
...collection object that uses arrays instead of the property-value configuration that Hash uses? Here is an example object similar to the one I want to sort: var foodsByLetter = { ''B'': [''broccoli'', ''bread''], ''C'': [''carrots'', ''celery''], ''A'': [''alfalfa sprouts'', ''apple''] }; Then I want to sort by the object''s keys so I can create a nested list: <ul> <li>A<ul><li>alfalfa sprouts</li><li>app...
2012 Mar 14
1
check for data in a data.frame and return correspondent number
...nly) the data in the 3rd column: " appearance blood-n" " appearance ground-n" "appearance sea-n" "as_adj_as fire-n" "as_adj_as carrot-n" "appearance sky-n" " area chicken-n" "area color-n" I would like to get a data.frame of 2 columns where in the first column there is all MyVector, and in the second column there is either...
2020 Nov 18
2
Work on DAG Isel for TableGen and compiler
...applying the patch below and rebuilding and you'll see what I mean about the error messages ;) That being said, I'm sympathetic to Matt's point about shifting effort to GlobalISel. Maybe it has similar problems you could work on? A nicer development experience would certainly be a good carrot to get me excited to switch over sooner.
2004 Dec 13
2
Ximian Evolution Issue
...narrow it down. I'm using Evolution 2.0.2 on Fedora Core 3 x86_64 to connect over SSL to Dovecot 0.99.11 on Debian testing (Sarge) on an i686 using Maildir for the mail store. Specifically, when I open a folder with more than a few dozen messages in it I get the following error (with the carroted fields populated): Error while Opening folder imap://<username>@<mailserver>/<folder>. Incomplete server response: no information provided for message <message number>. Thanks for any leads on this! Adam
1999 Nov 02
1
Failed logon to Samba PDC
Good morning, I have problem with logon to Samba 2.0.5a (Debian 2.0.36). Samba is setting like PDC, I have created account carrot in smbpasswd. Logon doesn't work, in log file is following message: [1999/11/02 14:46:42, 0] smbd/uid.c:become_gid(105) Couldn't set effective gid to 1003 currently set to (real=0,eff=0) [1999/11/02 14:46:42, 0] smbd/service.c:make_connection(463) Can't become connected user! -...
2020 Nov 18
2
Work on DAG Isel for TableGen and compiler
Are you talking about the type checking done in CodeGenDAGPatterns.cpp? Is it easy to post an example? At 11/18/2020 01:55 PM, Thomas Lively wrote: >Hi Paul, > >I think this would be time well spent. At least in the WebAssembly backend, the vast majority of our ISel work is still done with DAG ISel. I know this is different from the performance work you have in mind, but one of my
2013 Apr 30
0
lmer Error: Downdated X'X is not positive definite
Hi, This is the first time I've posted, and I apologize if I formulate this incorrectly. I am analyzing data from a multi-region carrot variety trial. 35 varieties of carrots were grown in 3 randomized complete blocks in organic and conventional fields in Wisconsin, Indiana, Washington, and California. In this example I am comparing the heights of the carrot tops at harvest. In other words, I have 3 fixed effects: Region, System,...
2006 Jun 28
2
some basic questions
...]. Other boxes here run postfix, so that is a first choice. Clients will be Eudora, maybe TBird/Apple mail; no M$ Outlook. A) I need multi-domain support, with <joe at xyz.com> and <joy at qbc.net> being separate users. B) I have a problem with storage-abusers & really want the carrot-stick quota system my favorite ISP, Panix, has. You get N bytes {or messages, I can live with either/both} and when you get near, you get nagged until you solve it. When you exceed quota, you get no more incoming mail, just nagging. It's shunted aside until you make room. After D days, if...
2008 May 08
2
poisson regression with robust error variance ('eyestudy
...exactly, but the robust standard errors are a bit off. ### Paul Johnson 2008-05-08 ### sandwichGLM.R system("wget http://www.ats.ucla.edu/stat/stata/faq/eyestudy.dta") library(foreign) dat <- read.dta("eyestudy.dta") ### Ach, stata codes factor contrasts backwards dat$carrot0 <- ifelse(dat$carrot==0,1,0) dat$gender1 <- ifelse(dat$gender==1,1,0) glm1 <- glm(lenses~carrot0, data=dat, family=poisson(link=log)) summary(glm1) library(sandwich) vcovHC(glm1) sqrt(diag(vcovHC(glm1))) sqrt(diag(vcovHC(glm1, type="HC0"))) ### Result: # > summary(g...
2013 Oct 27
2
[LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
...We shouldn't have a general rule with an exception for MSVC: we should have a general rule that includes MSVC user's requirements as well. > > This is why I don't like a general rule of "anything older than 2 years isn't supported". > >>>> Now for the carrot: if we go with this plan, then immediately after >>>> branching for 3.4, we would be able to use the vast majority of >>>> C++11 features, targeting the following as the oldest toolchains >>>> supported through the 3.5 release timeframe: >>>> >>...
2013 Oct 27
0
[LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
...icy perspective. We shouldn't have a general rule with an exception for MSVC: we should have a general rule that includes MSVC user's requirements as well. This is why I don't like a general rule of "anything older than 2 years isn't supported". >>> Now for the carrot: if we go with this plan, then immediately after >>> branching for 3.4, we would be able to use the vast majority of >>> C++11 features, targeting the following as the oldest toolchains >>> supported through the 3.5 release timeframe: >>> >>> GCC 4.7 &g...
2010 Jan 15
4
Logrotate in CentOS 5.4 more brutal (to httpd at least) than in 5.3?
I've just updated a few CentOS 5.3 servers to 5.4. One of them were a Apache Webserver. Doing a diff/check on the new ".rpmnew" config files that are made, I saw that the logrotate command for apache was changed. In 5.3 it did a reload, but in 5.4 it does a hard kill: CentOS 5.3: /var/log/httpd/*log { missingok notifempty sharedscripts postrotate
2013 Oct 27
16
[LLVMdev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
....5, and when we branch > for 3.5 we would re-evaluate. > > NOTE: This would drop support for VS 2010!!! That is a huge change, hence > my suggesting it only *after* we branch for 3.4. It gives us an entire > release cycle of notice for people relying on it. > > > Now for the carrot: if we go with this plan, then immediately after > branching for 3.4, we would be able to use the vast majority of C++11 > features, targeting the following as the oldest toolchains supported > through the 3.5 release timeframe: > > GCC 4.7 > Clang 3.1 > VS 2012 > > Some...
2018 Feb 07
2
Current PGO status
...t; effectiveness of loop rotation. > > I tried the internal option -mllvm -force-precise-rotation-cost and > there is about 10% speedup with -fprofile-use. This option turns on > more precise cost model when computing rotation strategy but it is not > turned on by default. > > +carrot who is working on this area. > > thanks, > > David > > On Tue, Feb 6, 2018 at 1:37 PM, Victor Leschuk > <vleschuk at accesssoftek.com <mailto:vleschuk at accesssoftek.com>> wrote: > > Hello David, thanks for detailed response! > > Do you have any...
2013 Oct 27
0
[LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
...t all of the compilers we need to support, and factor that set in. We should continue to increment the baseline compilers over time, but a global "two year old compilers only" policy doesn't make sense to me. I also think that windows will be the lowest bar anyway. > Now for the carrot: if we go with this plan, then immediately after branching for 3.4, we would be able to use the vast majority of C++11 features, targeting the following as the oldest toolchains supported through the 3.5 release timeframe: > > GCC 4.7 > Clang 3.1 > VS 2012 This seems overly aggressiv...
2011 May 28
1
newbie xml parsing question
...determine a home's value. &lt;a href=\&quot;/wikipages/What-is-a-Zestimate/\&quot; href=\&quot;#\&quot;&gt;Learn more </dd> </dl> </div> </li> <li class=\"secondary monthly-payment\"> Mortgage payment: $963/mo <ul class=\"carrot view-rates-aftertext\"> <li> \"/mortgage-rates/#{scid=mor-site-mapbubrates}\" See rates </li></ul> </li> </ul> <ul class=\"attributes\"> <li class=\"prop-cola\">Beds: 3<br /> Baths: 1.0</li> <li class=\...