Displaying 20 results from an estimated 34 matches for "dutta".
Did you mean:
dutt
2010 Sep 02
5
Re: Exclude ActiveRecord in Rails3
What''s the best way to exclude ActiveRecord in Rails3?
In Rails2, one could just do:
*config.frameworks -= [ :active_record ]*
in the configuration block in environment.rb. Is it possible in Rails3?
Thanks.
Anuj
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
To post to this group, send email to
2012 Aug 13
4
write.dbf error: invalid subscript type 'list'
Dear all,
I am basically a GIS user and am new to R.
I am trying to write a data frame to a dbf file.
*n.simulations <- 999
binomial <- kulldorff(geo, cases, population, NULL, pop.upper.bound,
n.simulations, alpha.level, plot)
cluster <- binomial$most.likely.cluster$location.IDs.included
df <- data.frame(ID=seq(1,n.simulations,by=1),
simloglkhd=binomial$simulated.log.lkhd)
2010 May 12
8
Trouble developing Rails plugins/gems with generators
Hi,
I''ve been trying to develop a Rails gem/plugin with generators for
Rails 3. I first had a separate gem project with a gem statement in my
Gemfile with a :path option to point at it. But then I had to run $
rake install on each change in my gem to have Rails pick up on it. I
have now instead put my generators inside RAILS_ROOT/lib so they are
easier to test/develop.
lib/generators
-
2011 Feb 18
1
Rails plugins new official maintainers
...7/exception_notification)
Sebastián Martínez
Jason King
Devdatta
acts_as_list (https://github.com/swanandp/acts_as_list)
Mark Turner
Swanand Pagnis
hide_action (https://github.com/sikachu/hide_action)
Prem Sichanugrist
open_id_authentication (https://github.com/Velir/open_id_authentication)
Anuj Dutta
Patrick Robertson
asset_server (https://github.com/andhapp/asset_server)
Anuj Dutta
Rishav Rastogi
in_place_editing (https://github.com/amerine/in_place_editing)
Mark Turner
Devdatta
upload_progress (https://github.com/rishav/upload_progress)
Rishav Rastogi
token_generator (https://github.com/b...
2004 Jan 22
1
Calculation of normalised red and green intensities
...package. Is there a possibility to write a formula
to calculate back the red and green channel intensities after normalisation
of the data. Do I need to incorporate this formula in my R script? I am
biologist ans would seek your help to write this formula.
Thanking you,
Binita
Dr. Binita Dutta
MicroArray Facility(MAF)
UZ Gasthuisberg
Onderwijs en Navorsing
Herestraat 49
3000 Leuven
Belgium
2011 May 05
9
[threadsafe] Arel ToSql visitor is not threadsafe
Hey,
We hit a bug today because Arel::Visitors::ToSql is not threadsafe.
Here is what is happening:
Arel::Visitors::ENGINE_VISITORS is a cache of visitors instances.
These instances are not inherently threadsafe because it contains
state ''@last_column'', ''@connection'' that is shared between threads.
The other variables ''@pool'',
2013 Jan 26
2
[LLVMdev] Code compiling in gcc but not llvm
Hi,
This is my first post, sorry if not in the right format.
I am stuck at a place where I have a code fragment that runs in normal gcc
but fails when I give -fplugin=dragonegg.so
extern int *testfunc();
extern __typeof (testfunc) testfunc __asm__ ("" "__GI_testfunc")
__attribute__ ((visibility ("hidden")));
extern __typeof(testfunc) __testfunc;
extern __typeof
2009 Mar 30
1
(no subject)
...TALL --configure-args='...'
R CMD INSTALL --configure-args='--with-mysql-dir=DIR'
RMySQL_<version>.tar.gz
ERROR: configuration failed for package 'RMySQL'
** Removing '/usr/lib/R/library/RMySQL'
Any help will be great.
Thankyou in advance.
--
Ankhee Dutta
project trainee,
JNU,New Delhi-67
[[alternative HTML version deleted]]
2009 Mar 31
3
installing RMySQL (PR#13633)
Full_Name: Ankhee Dutta
Version: 2.3
OS: LINUX
Submission from: (NULL) (202.141.12.97)
I have a linux system of Mandriva-2007 with R version 2.3.0 and MySQL with
5.0.0. I have also got DBI-R database interface version-0.1-11 installed on
my Linux system.While installing RMySQL package version 0.5-11 i am facing
prob...
2013 Jan 27
0
[LLVMdev] Code compiling in gcc but not llvm
....6.3"
.section .note.GNU-stack,"", at progbits
$ gcc -S test.c -fplugin=dragonegg.so
test.c:17:29: error: ‘*__GI_testfunc’ aliased to undefined symbol
‘__testfunc’
I am trying to compile this file using llvm as backend (dragonegg)
On Fri, Jan 25, 2013 at 10:45 PM, abhirup dutta <abyrupus at gmail.com> wrote:
> Hi,
>
> This is my first post, sorry if not in the right format.
>
> I am stuck at a place where I have a code fragment that runs in normal gcc
> but fails when I give -fplugin=dragonegg.so
>
> extern int *testfunc();
>
> extern...
2001 Mar 21
2
SSH doesnt let me login (fwd)
is this a PAM issue? [don't reply to me]
-------------- next part --------------
An embedded message was scrubbed...
From: Debojyoti Dutta <ddutta at usc.edu>
Subject: SSH doesnt let me login
Date: Tue, 20 Mar 2001 22:55:02 -0800
Size: 1838
Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20010321/0075cefe/attachment.mht
2000 Mar 12
0
Setting up Samba: help
...eron machine
suruj
--
*******************************************************************************
" What's the use of living if you can't feel alive ? "
*******************************************************************************
Suruj Dutta
Systems Engineer
Wipro Telecom Solutions, #1008, 17th Main,
K-312, Industrial Estate, 1st Stage, 1st Phase,
5th Block, Koramangala, BTM Layout,
Bangalore - 560 095 Bangalore - 560 029
e-mail: su...
2005 Aug 07
1
Invalid Page fault in R.dll in mouse click (PR#8055)
Full_Name: Debashis Dutta
Version: 2.1.0
OS: Windows98
Submission from: (NULL) (59.93.160.194)
Working workinf when I mouse click in the top panel, in mist of the cases I
receive message invalid page fault in R.dll.I have reinstalled the R 2.1.0
several times, but the bu persists.Please advise me how to rectify the same.
2011 Nov 22
4
A "strict Arel" mode for ActiveRecord to prevent SQL injection vulnerabilities
Hello rubyonrails-core,
I’ve been looking into possible changes to ActiveRecord / Arel to make it
easier to write Rails applications that are free of SQL injection
vulnerabilities, and in particular do so in a way that makes it easy for a
code reviewer to verify that the app is safe from such bugs.
The concern:
-----------------
With the ActiveRecord API as is, it’s relatively easy to write
2010 Sep 14
6
USB support status in Wine-1.3.2
...Windows (it's tightly coupled, I guess), and installation goes thru fine. However when I start the application I get a fatal-error. So I ran it via command-line, and get the following error dump.
Wondering if someone can help figure out what is wrong, or pointers to debug this error.
Code:
dutta at dukati:~/.wine/drive_c/Program Files/Patrol Management System$ wine Patrol.exe
err:ole:CoGetClassObject class {00000514-0000-0010-8000-00aa006d2ea4} not registered
err:ole:create_server class {00000514-0000-0010-8000-00aa006d2ea4} not registered
err:ole:CoGetClassObject no class object {00000514...
2013 Sep 21
1
[LLVMdev] Problem with intrinsics
Hi,
I faced the following problem when trying to use klee over the llvm format
file formed after using wllvm. Does there exist any solution to this?
LLVM ERROR: Code generator does not support intrinsic function
'llvm.objectsize.i32'!
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Jan 29
2
svmpath
Hi everyone,
I cannot install package "svmpath" on R 2.8.1 on Redhat Linux
.In fact I cannot install package externally.I am new to Linux so it would
be of great help if you all can help me out.
Regards,
Subhajit.
[[alternative HTML version deleted]]
2009 Mar 30
0
(no subject)
...LL --configure-args='...'
R CMD INSTALL --configure-args='--with-mysql-dir=DIR'
RMySQL_<version>.tar.gz
ERROR: configuration failed for package 'RMySQL'
** Removing '/usr/lib/R/library/RMySQL'
Any help will be great.
Thankyou in advance.
--
Ankhee Dutta
project trainee,
JNU,New Delhi-67
[[alternative HTML version deleted]]
2002 Nov 18
0
samba running, but invisible to network!! please help...!!
...nt'ing....windows too does not
recognise server string....
i have checked allow hosts and deny hosts parameters in smb.conf...i have
granted
access to all hosts..still not able to use smbclient from other
machines...
please help.....i shall ever be grateful....
thanks in advance....
Seemanta Dutta
--
------------------------------------------------------------------------------
Final Year B.E.
Electronics and Communication Engineering
Hostel No:5,Room No:101
Malaviya National Institute of Technology
Jaipur,Rajasthan
PIN-302017
INDIA
----------------------------------------------------------...
2010 Apr 07
2
rails timezone difference in console and production application
Hi all,
I''m on a rails 2.3.5 app. I''ve got my timezone set to ''Brussels'';
config.time_zone = ''Brussels''
When I use mysql I see that a date is stored in UTC (as expected);
e.g. 2010-04-07 15:03:10
When I use console to print out the date it correctly returns;
>> job.created_at.strftime(''%d %b %Y, %H:%M'')
=>