search for: carrots

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

Did you mean: carrot
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 134.225.241.0/24 | |
2006 May 02
1
[LLVMdev] Re: Patches and some potential bugs
On Sat, 29 Apr 2006, Domagoj Babic wrote: > These should add xIDs for several passes. Please let me know if there're > any problems with the code. I'm a very novice C++ 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
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 th...
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>appl...
2012 Mar 14
1
check for data in a data.frame and return correspondent number
Dear R-ers, still the newbie. With a question about coordinates of a vector appearing or not in a data.frame. I have a data.frame (MyData) with 3 columns which looks like this: V1 V4 redNew red-j 10.5032 appearance blood-n red-j 9.3749 appearance ground-n red-j 10.2167
2020 Nov 18
2
Work on DAG Isel for TableGen and compiler
Given that I'm only somewhat up-to-speed on the DAG ISel scheme and not much at all on the Global ISel scheme, I'm tempted to work on the former and then the latter. So I'll look at the CodeGenDAGPatterns messages first. Then I will take a look at Global ISel. Matt: Can you suggest one or two things about Global ISel that could use some work? I won't get to it quickly, but it will
2004 Dec 13
2
Ximian Evolution Issue
Hi This may be a problem with Dovecot and it may be a problem with Evolution, I'm trying to 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
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)
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, VarName, one random effect: Rep, and o...
2006 Jun 28
2
some basic questions
I'm seeking a small IMAP server, and dovecat was recommended by those more savvy than me. (The sign on my monitor is "My programming language is solder..") so I'll be getting help to deploy this, but first... I've read through the wiki docs but still have questions, ones likely too obvious for most readers.... There will be <100 users, the platform will Debian, and I
2008 May 08
2
poisson regression with robust error variance ('eyestudy
Ted Harding said: > I can get the estimated RRs from > RRs <- exp(summary(GLM)$coef[,1]) > but do not see how to implement confidence intervals based > on "robust error variances" using the output in GLM. Thanks for the link to the data. Here's my best guess. If you use the following approach, with the HC0 type of robust standard errors in the
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
On Sun, Oct 27, 2013 at 5:09 PM, Chris Lattner <clattner at apple.com> wrote: > On Oct 27, 2013, at 12:07 PM, Óscar Fuentes <ofv at wanadoo.es> wrote: >> Chris Lattner <clattner at apple.com> writes: >> >>>> One short term caveat: Windows is special. >> >> s/Windows/Visual Studio. >> >> MinGW has the latest and greatest gcc.
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
On Oct 27, 2013, at 12:07 PM, Óscar Fuentes <ofv at wanadoo.es> wrote: > Chris Lattner <clattner at apple.com> writes: > >>> One short term caveat: Windows is special. > > s/Windows/Visual Studio. > > MinGW has the latest and greatest gcc. > >> I don't see how it is special. > > It is special, sadly, and I'm not talking about C++11
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
(re-sending to the actual mailing lists... go go gadget typos!) On Sun, Oct 27, 2013 at 2:23 AM, Chandler Carruth <chandlerc at google.com>wrote: > Greetings, > > This has been discussed many times, and there are a lot of pro's and con's > on each side, but increasingly I think the project needs to draw a line in > the sand and put in place long-term policies around
2018 Feb 07
2
Current PGO status
David, could you please clarify on which code did you gain 10% improvement? I have run numerous tests with and w/o this option and it looks like it has no effect on performance (I am talking of the old 2016 sample to be concrete). Maybe we could investigate it together? Just tell me where to start? On 02/07/2018 02:11 AM, Xinliang David Li wrote: > Victor, thanks for the experiment. > >
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
On Sun, Oct 27, 2013 at 2:23 AM, Chandler Carruth <chandlerc at google.com> wrote: > Greetings, > > This has been discussed many times, and there are a lot of pro's and con's on each side, but increasingly I think the project needs to draw a line in the sand and put in place long-term policies around support for building LLVM & Clang with older C++ toolchains. It also
2011 May 28
1
newbie xml parsing question
I am trying to read some data off the zillow site. Newbie to xml, html, parsing and the xml package. I've been able to load the web page I'm interested with the following code but I'm not sure of the next step to get the information I'm interested in into R : library(XML) url <- "http://www.zillow.com/homes/511 W Lafayette St, Norristown, PA_rb" doc <-doc <-