search for: neeraj

Displaying 20 results from an estimated 113 matches for "neeraj".

2009 Sep 02
0
Neeraj Suriyal wants to chat
----------------------------------------------------------------------- Neeraj Suriyal wants to stay in better touch using some of Google's coolest new products. If you already have Google Mail or Google Talk, visit: http://mail.google.com/mail/b-72b782c443-2e389f7b3a-1e88ecb5ab061d72 You'll need to click this link to be able to chat with Neeraj Suriyal. To get Goog...
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 Nov 17
4
set empty values as null in the database
Le''s say that I have a table called people and the column middle_name is nullable. If the user enters say blank or empty space then in the database it is recorded as empty space. I would like in all my models all empty spaces to be recorded as null. I guess I can write a plugin which will do so for all the models but I''m sure something like that should already be existing.I
2006 Aug 09
6
How to change the error message easy way
validates_presence_of :fname results in the error message "Fname can''t be blank". What I want is "First Name can''t be blank". I could do this def validate errors.add_to_base("First Name can''t be blank") if fname.blank? end I find this clunky and I have to put everyrhing in the validate method. Is there an easy to get what I want. I
2012 Mar 14
3
Problem installing RMySQL package!
...it while compilation will end. This worked for me on Windows 7 64 bit, so there should be no problems with 32 bit versions II tried the above steps, but I am still facing problems. Is RTools something different from RProject. I did not find anything by the name RTools at the given link? Regards, Neeraj Aggarwal [[alternative HTML version deleted]]
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 http://lists.rubyonrails.org/mailman/listinfo/rails
2020 Jun 09
2
[cfe-dev] Adding SYCL tests in test-suite
...imir <vladimir.lazarev at intel.com> Cc: LLVM Developers <llvm-dev at lists.llvm.org>; bhomerding at anl.gov; Finkel, Hal J. <hfinkel at anl.gov>; Kruse, Michael <michael.kruse at anl.gov>; Malik,Abid <amalik at bnl.gov>; Clement, Valentin <clementv at ornl.gov>; Neeraj Ganu <neeraj.ganu at stonybrook.edu> Subject: Re: [cfe-dev] Adding SYCL tests in test-suite Sounds great. Did he also put in nobs to limit parallelism, make sure not to oversubscribe the system, etc. ? On 6/8/20 4:53 PM, Kaylor, Andrew wrote: Hi Johannes, The structure you suggested m...
2006 Jan 20
2
select_time issue: how to get hours only upto 12 along with AM/PM
...quot; 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 another drop down for AM/PM. What''s the best approach? Thanks. -=- Neeraj -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060120/4af84181/attachment.html
2012 Mar 01
1
Trend predictions using R projects!!
...e 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]]
2006 Jan 14
3
How to render from a different controller
...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 here? Thanks. -=- Neeraj -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060114/d001e803/attachment.html
2006 Jan 11
6
How to display the error messages from the controller
I have a wizard which consists of two pages. To keep it simple let''s say that the first page asks the user to select a state from the drop down menu. In case the user doesn''t select any state, an error message needs to be displayed. Ideally I would like to do something like this. def new selected_value = params[:addevent][:state_id] if selected_value == "-1"
2010 May 05
3
CDR to MS-SQL via ODBC issue
...| +---------------------------------------+ SQL> I can connect to the database and run via isql, and also use func_odbc, etc with res_odbc configured with the same database / freetds, but I cannot write CDRs. Any ideas would be really appreciated. Thanks, Neeraj
2006 Jul 26
2
How to highlight the search term in the search result
In the ''basecamp'' product from 37signals if I search for ''ruby'' the I get a bunch of results. In the search result page the search term (ruby in this case) is highlighted. I was wondering how to accomplish the same. How to highlight the ''search term'' in the search result? Is there any already existing utility that I could use? Thanks.
2006 Apr 27
2
How to override pagination_links method
I intend to override pagination_links method. I added following lines of code in application_helper.rb module ActionView module Helpers def pagination_links(paginator, options={}, html_options={}) raise("boom!!") end end end But my code is not executing my code. The view is still using the method pagination_links from rails. What''s the correct way to override
2012 Mar 16
1
Integrating R project into your product
...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 solution? Regards, Neeraj [[alternative HTML version deleted]]
2020 Jun 08
2
[cfe-dev] Adding SYCL tests in test-suite
...Andrew <andrew.kaylor at intel.com> Cc: LLVM Developers <llvm-dev at lists.llvm.org>; bhomerding at anl.gov; Finkel, Hal J. <hfinkel at anl.gov>; Kruse, Michael <michael.kruse at anl.gov>; Malik,Abid <amalik at bnl.gov>; Clement, Valentin <clementv at ornl.gov>; Neeraj Ganu <neeraj.ganu at stonybrook.edu> Subject: Re: [cfe-dev] Adding SYCL tests in test-suite Hi Andy, [-cfe-dev, llvm-dev seems sufficient for this] First, apologies for not responding earlier. I CC'ed a few people that might be interested in this (or at least in the path we'l...
2006 Jan 31
2
Relationship navigation issue
class Event < ActiveRecord::Base belongs_to :venue belongs_to :category end class Venue < ActiveRecord::Base belongs_to :city end class City < ActiveRecord::Base belongs_to :state end I want to retrieve all event records belonging to a state. Coming from hibernate background I tried something like this: def self.list_for_a_state(state_id) find_by_sql(["select e.*
2006 Jul 05
2
How to write get functional test when there is no action by that name
I have following line in route.rb #event info for an event name map.connect ''event/:name_url'',:controller => ''home'',:action => ''event_info'' It causes a URL like http://localhost:3000/event/_jewels_exhibition_ to be sent to the home controller with action as ''event_info''. I am trying to test this action. My first
2016 Mar 02
4
Dial your phone and contact phone from within outlook?
I am wondering what the best solution is for initiating a call from Outlook Contacts. I imagine something that would start the call from the outlook card (or similar) and then dial the user's extension and the contact's phone number and place them in a bridge. Anyone use something like this? Travis Ryan Director of Information Technologies Oscar Winski Company 2407 North Ninth Street
2008 May 28
0
regarding ices
neeraj suriyal schrieb: > Dear sir, > please find the log files > > 2008/5/28 Thomas B. Ruecker <dm8tbr at afthd.tu-darmstadt.de > <mailto:dm8tbr at afthd.tu-darmstadt.de>>: > > neeraj suriyal schrieb: > > Dear all, > i am unable to configure...