search for: lerner

Displaying 16 results from an estimated 16 matches for "lerner".

Did you mean: werner
2018 Oct 02
1
Problem with parseData
...2018 10:06 AM, Tomas Kalibera wrote: > Dear Barbara, > > thank you for the report. This is something to be fixed in R - I am > now testing a patch that adds the extra node for the equality > assignment expression. > > Best, > Tomas > > On 07/30/2018 05:35 PM, Barbara Lerner wrote: >> Hi, >> >> I have run into a problem with parseData from the utils package.? When >> an assignment is done with = instead of <-, the information provided by >> parseData does not include an entry for the assignment. >> >> For this input, stored...
2018 Jul 30
2
Problem with parseData
...inning on line 1, column 1, ending at line 1, column 6, but there is no analogous entry for "foo = 7". I am running R 3.5.0 on a Mac running 10.12.6. Thanks for your help and please let me know if you need any further information. Barbara -- <http://www.getpostbox.com>Barbara Lerner Associate Professor Computer Science Department Mount Holyoke College <http://www.getpostbox.com> [[alternative HTML version deleted]]
2011 Nov 09
3
[LLVMdev] Alternate instruction sequences
I was wondering, is there any way to express in the IR that an instruction/instruction sequence/basic block/region/function/module/whatever is an alternate version of another? e.g. let's keep things simple and say that I have an instruction I. An optimization pass reads it and could be able to produce one or more functionally-equivalent instructions I1, ..., In without being really able
2007 Aug 21
5
two providers
Hi to all i think this is not a new problem for this forum....but its newest for me as i m a new linux lerner. Even if it is new plzz....reply me ur answer..n if its already asked n have solution..plzz forward the solution. My problem is here mentioned: I have fedora core 4 as a linux server. there r two external links connected to this. the settings are as: eth0 ->for internal (that is for LAN)...
2018 Aug 16
0
Problem with parseData
Dear Barbara, thank you for the report. This is something to be fixed in R - I am now testing a patch that adds the extra node for the equality assignment expression. Best, Tomas On 07/30/2018 05:35 PM, Barbara Lerner wrote: > Hi, > > I have run into a problem with parseData from the utils package.? When > an assignment is done with = instead of <-, the information provided by > parseData does not include an entry for the assignment. > > For this input, stored in file "BadPosition.R&...
2006 Jun 26
1
RJS and Google Maps API
Is there a repository for RJS extensions? Has anyone built some extensions for RJS that play well with google maps? I''m having a play with using RJS to power our mapping sites. Anyone experienced? Ben -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060626/1931ed29/attachment.html
2006 Feb 16
1
Relative paths in Webrick vs. lighttpd
Hi, everyone. I''ve got a development server running Webrick, and a production server running under lighttpd. The following two lines of code work just fine in the development server, but bombs out on the production server with a "file not found" error: label_base_jpeg = "app/views/price_books/label.jpg" canvas = Magick::ImageList.new(label_base_jpeg)
2005 Dec 16
1
Composing HTML e-mail with a PDF attachment
Hi, everyone. I''ve been using Rails for a little while now, and am really, really enjoying the experience. I''m having the darndest time trying to send e-mail whose contents are in HTML, and which includes a PDF attachment. Following various instructions (in the Pragmatic book, as well as at <http://wiki.rubyonrails.com/rails/pages/HowToSendEmailsWithActionMailer>),
2007 May 25
1
possible reason for 'ERRnoaccess (Access denied.)' with 'securty = user' and correct username, password ?
If 'security' is 'user' in smb.conf, and I provide correct username and password in 'mount -t smbfs -o username=USER,password=PASSWORD ... ' and mount fails with 'ERRnoaccess (Access denied.)', then what can it be ? I use nonstandard port ' option port=123 on the smbclient side, and -p 123 on the samba sevrer side, on the smbd command line). Can be this
2006 Jan 30
0
conntrack event/hook when ''expected'' connection terminates ?
...rmination of ''expected'' connection. Or maybe the termination of expected connection is not detected at all, but handled via expiring timer ? Can anyone confirm or correct this ? So my question is how is termination of expected connection handled by conntrack code. Thanks Yakov Lerner -- iler_ml@fastmail.fm -- http://www.fastmail.fm - IMAP accessible web-mail
2006 Feb 07
1
deleting 1 filter deletes all (under same class)
...t dst addresses. When I delete one of those filters, all three are deleted. Why all 3 filters are deleted even though in ''tc filter del'' command I give exactly all parameters of filters creation. Is this expected behaviour, that all other filters are deleted also ? Thanks Yakov Lerner Here is sample script that reproduces how single ''tc filter del'' command deletes 3 filters: ------------------------------------------------------------- # create qdisc and classes tc qdisc del dev eth0 root handle 1:0 htb tc qdisc add dev eth0 root handle 1:0 htb tc class add...
2007 Jul 31
1
AD login strangeness
...s error mean (the last two entries in particular)? I have restarted the nscd daemon as this has caused some problems in the past with cached data, but that doesn't seem to be the issue here. Any ideas/help would be GREATLY appreciated. Thank you in advance Michael Weiner | Lead Analyst | Lerner Research Institute Cleveland Clinic | 9500 Euclid Ave. | Cleveland, OH 44195 | (216) 445-7454 =================================== Cleveland Clinic is ranked one of the top hospitals in America by U.S. News & World Report (2007). Visit us online at http://www.clevelandclinic.org for...
2007 Aug 21
0
again the same prob that is ::two providers (heres full description )
...1 this above one is the full and exact copy of my working.... Indunil Jayasooriya <indunil75@gmail.com> wrote: On 8/21/07, mangal regmi <mangalregmi@yahoo.com> wrote: Hi to all i think this is not a new problem for this forum....but its newest for me as i m a new linux lerner. Even if it is new plzz....reply me ur answer..n if its already asked n have solution..plzz forward the solution. My problem is here mentioned: I have fedora core 4 as a linux server. there r two external links connected to this. I there are 2 external links, What is the file /etc/sysconfig/net...
2006 Feb 19
2
Missing text/html content in production (but not development)
Hi, everyone. I''m getting a production server ready for a site I''m working on, and I''ve been a bit stumped by a difference between the development server (running under Webrick) and the production server (running under lighttpd). Here''s the scenario: I''m working on a variation of an e-commerce system. When someone finalizes an order with our
2007 Apr 09
2
Errno::EACCES in Controller / Permission denied
Hello, I did a seemingly smooth install of ferret, but when I try to add it to my model, I get an error. My info: My rails site: shelikes (a restaurant review site) My controller: Display My model: Review My only line of code added for ferret is: class Review < ActiveRecord::Base acts_as_ferret ...( more stuff not related )... end Below is the error information. Any thoughts on how
2005 Dec 19
0
Re: Rails Digest, Vol 15, Issue 392
Peter Bohm wrote: > which way do you send the email? Using the raw TMail object as described > in the HowToSendMimeMultipartEmailsWithActionMailer? Can you post some code? I''ll describe the problem in a bit more detail, and then will describe what I did to solve it. The site I''m working on wanted to send an acknowledgment to people using our e-commerce site. The message