Displaying 20 results from an estimated 10000 matches similar to: "Please help me out."
2020 Jun 09
2
[cfe-dev] Adding SYCL tests in test-suite
That’s a good question. I’m afraid I don’t know how/if that’s controlled in these tests.
From: Johannes Doerfert <johannesdoerfert at gmail.com>
Sent: Monday, June 08, 2020 3:05 PM
To: Kaylor, Andrew <andrew.kaylor at intel.com>; Lazarev, Vladimir <vladimir.lazarev at intel.com>
Cc: LLVM Developers <llvm-dev at lists.llvm.org>; bhomerding at anl.gov; Finkel, Hal J.
2005 Oct 25
3
How to get the source code for login generator
Hi,
I installed login generator using gem. It''s installed and it''s working fine.
I wanted to browse the source code of login generator installed by gem. I
couldn''t find the source code anywhere.
Thanks.
-=- Neeraj
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2008 May 28
6
regarding ices
Dear all,
i am unable to configure ices2 propery, while running it is showing mount
fail error.
Thanks and reagrds
--
Neeraj Suriyal
09718307773
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast/attachments/20080528/8e6f8261/attachment.htm
2006 Jan 20
2
select_time issue: how to get hours only upto 12 along with AM/PM
My code is like this:
<%= select_time () %>
1) I would like to pass more options so that the a blank value is at the
top. I tried ":include_blank => true" but it didn''t work.
2) I would like to limit the number of hours to only upto 12. With the
current code the hours has value rangin from ''00'' to ''23''
3) Would like to have
2012 Mar 01
1
Trend predictions using R projects!!
Hi,
We are exploring to integrate a solution that can analyse data from MySql, and generate graphical reports showing trends/future predictions.
I have just started to look into R-Project. Please let me know if R-Project provides this functionality. If yes please direct me to any tutorial/example.
Regards,
Neeraj
[[alternative HTML version deleted]]
2012 Mar 16
1
Integrating R project into your product
Hi All,
We have a product that performs ETL on files and finally load the database.
We want to give the web based interface displaying graphs (that are generated using R-project forcasting) from this database.
But R-Project is stand alone desktop based software and it takes commands at command line to show graphs.
Any one has any idea how to integrate R-Project into your existing web based
2006 Jan 14
3
How to render from a different controller
My code is something like this.
class FirstController < ApplicationController
def foo
#some processing
render (:controller => ''second'', :action => ''index'')
end
end
I tried using both render and redirect but it seems it''s not possible to
send the control from within a controller to some other controller. Am I
missing something
2012 Mar 14
3
Problem installing RMySQL package!
I am facing issues while installing RMySQL package on windows(32 bit) installation of R-Project.
I am getting the following warning messages.
Warning messages:
1: running command 'C:/PROGRA~1/R/R-213~1.2/bin/i386/R CMD INSTALL -l "C:/Program Files/R/R-2.13.2/library" D:\DOCUME~1\nagga002\LOCALS~1\Temp\RtmpLZndlE/downloaded_packages/RMySQL_0.9-3.tar.gz' had status 1
2: In
2010 May 05
3
CDR to MS-SQL via ODBC issue
Hi guys,
Having issue with getting CDR to write to MS-SQL via ODBC.
> cdr_odbc: Connected to freetds-connector
> cdr_odbc: Error in PREPARE -1
> cdr_odbc: Query FAILED Call not logged!
== Spawn extension (cisco, ##########, 2) exited non-zero on
'IAX2/astYYYY-507
Isql test:
[xxx at YYYY asterisk]# isql freetds-connector XXXXXXX YYYYYYYYY
2020 Jun 08
2
[cfe-dev] Adding SYCL tests in test-suite
Hi Johannes,
The structure you suggested makes sense to me.
Vladimir Lazarev has been working on moving some end-to-end tests out of the source tree (in the intel/llvm GitHub branch where the parts of our SYCL development that aren’t ready to be included in the main LLVM repo are being shared). He has a local working copy that can run the tests with various hardware and device runtimes. The last
2005 Oct 14
1
Diff between attr_accessible and attr_accessor
I''m going though the paper back edition of agile development with Rails. On
page #128 I encountered following lines of code:
attr_accessor :password
attr_accessible :name,:password
What''s the difference between attr_accessor and attr_accessible?
-=- Neeraj
_______________________________________________
Rails mailing list
2001 Apr 15
1
Problem starting wine
Hi,
I am a newbie here. I am trying to run wine on Mandrake 7.1. I get the
following error:
Warning: could not find wine.conf [Drive x] entry for current working
directory /home/nk; starting in windows directory.
Invalid path 'c:\windows' for temp directory
Perhaps you have not properly edited or created your Wine configuration
file.
This is either /etc/wine.conf or $HOME/.winerc
or it
2018 Apr 18
0
[cfe-dev] RFC: Implementing -fno-delete-null-pointer-checks in clang
On 18 April 2018 at 18:13, Manoj Gupta via cfe-dev
<cfe-dev at lists.llvm.org> wrote:
> Therefore, I would like to implement support for this flag (maybe with a
> different name),
I'd suggest -mdo-what-i-mean; the whole idea is horribly
underspecified, and basically rips up the LangRef in favour of a
nebulous set of good and bad optimizations (probably as dictated by
the ones that
2006 Jun 05
3
How to configure two NICs on a DomU?
Hi,
When I install Oracle RAC on Xen VM, some problem occurred. How can
I configure two NICs on a Xen''s DomU. You know, RAC''s installation requires
two NICs on a node. I am a newbie about Xen. Please give me some advice.
Thanks.
Yaqiong lee
Beijing,China
-----邮件原件-----
发件人: xen-users-bounces@lists.xensource.com
[mailto:xen-users-bounces@lists.xensource.com] 代表
2009 Dec 25
1
[LLVMdev] SoftenSetCCOpernads in LegalizeFloatTypes.cpp
On Mon, 2009-10-05 at 16:54 -0700, Eli Friedman wrote:
> On Mon, Oct 5, 2009 at 11:11 AM, Sanjiv Gupta
> <sanjiv.gupta at microchip.com> wrote:
> > Sanjiv Gupta wrote:
> >> Sanjiv Gupta wrote:
> >>
> >>> Duncan Sands wrote:
> >>>
> >>>
> >>>> Hi Sanjiv, I think a lot of the softening code assumes you are
2013 Jul 27
4
[LLVMdev] Require Grammar for converting C to IR
Respected Sir/Madam,
As I was developing some part of compiler for a project. I require grammar
(BNF or EBNF) for converting the C code in the IR as it is not been
mentioned any where over your official website.
Awaiting for your help.
Regards,
Vijay Daultani.
M.Tech student
IIT Delhi
2023 Mar 20
4
DOUBT
Respected sir/madam
can you please suggest what is an unexpected symbol in the below code for
running a multinomial logistic regression
model <- multinom(adoption ~ age + education + HH size + landholding +
Farmincome + nonfarmincome + creditaccesibility + LHI, data=newdata)
[[alternative HTML version deleted]]
2012 Jan 02
1
Remove me from the mailing list
Dear Sir/Madam,
Please kindly remove me from the mailing list as I no longer intend to
receive emails from R help.
Best
[[alternative HTML version deleted]]
2010 Mar 04
1
Please help me how to make input files in Extremes Toolkit model
Dear sir/madam
?
My name is Quan, I am a PhD student in Korea. my major is Hydrological in Water Resources Engineering. I am interested in Extremes Toolkit model and I known you from information in internet.?
I?installed successfully this model but I didn't know how to make?the type of ?files input for this model such as: Flood.dat; Ozone4H.dat; Flood.R; HEAT.R.?(free download these files of
2004 Nov 19
5
help! a urgent question
Dear Sir/Madam,
I am doing a project related to R.
However, it is always difficult find some R functions.
The R user guide seems not complete.
Is there any free document about all R functions ?
Who knows ? please help me.
My email is myzhaogong@yahoo.com
Thank you very much
---------------------------------
[[alternative HTML version deleted]]