Displaying 20 results from an estimated 310 matches for "krishna".
2013 Jul 22
1
problem loading large xlsx file into r
...lsx file into R. please find the code and error below. The file I was trying to read has 36,500 rows X 188 col, ~ 37 MB size.
> options( java.parameters = "-Xmx4g" )
> library(xlsx)
Loading required package: xlsxjars
Loading required package: rJava
> cftc = read.xlsx("d:\\Krishna\\Research\\CFTC_COT\\cftcdata.xlsx", 1)
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, :
java.lang.OutOfMemoryError: Java heap space
> sessionInfo()
R version 3.0.1 (2013-05-16)
Platform: x86_64-w64-mingw32/x64 (64-bit)
locale:
[1]...
2007 Oct 23
6
Auto complete plugin and CSRF protection-- do you care?
Hi,
I just noticed that the auto_complete plugin does not work with the
CSRF protection in Rails 2.0. I''ve patched the plugin, but I''m
wondering if people would like to see the official plugin fixed. If
so, speak up and I will write some tests and submit the patch.
Krishna
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send...
2019 Feb 13
3
Problem writing to ADS with cifs mounted windows share on Linux
...aced>mytext”
Have we anything on centOS. While mounting windows share we used “mount -t
cifs <windows path> <local_path>” with and without “-o nomapchars” , “-o
noposixpath” etc. But no success.
Please advice how to proceed further.
Appreciate any guidance provided.
Thanks
Krishna
--
Regards
G.Krishna
2008 Nov 02
5
R newbie: how to replace string/regular expression
...nore.case=T)
y <- sub("M", "", d, ignore.case=T)
y[location]<-y[location] * 10e6
Is the second solution faster or (if) combination of grep along with
multiply (if it works) is faster? Or what is the most efficient method
to do something like this in R?
Thanks and Regards
Krishna
2011 Sep 19
2
text matching
...ents that has ".BO" in it. I tried
> grep("\.BO",tickers)
Error: '\.' is an unrecognized escape in character string starting "\."
> grep(".BO",tickers)
[1] 1
Could any one please guide me on this. Many thanks for the help
Best Regards,
Krishna
[[alternative HTML version deleted]]
2006 Jan 12
3
ActionMailer bug?
Hi ,
I have actionamailer working properly with a template and a model for
creating the mail object etc. The whole thing works correctly if I use
Webrick.but when I use it on Apache,i get the error which says "template
missing".rails is unable to find the template for the mailer
object.Hasanyone noticed this?
Vivek
PS:I am still not using the 1.0 version
-------------- next part
2006 Jan 16
6
the competition?
The ''gmail'' video seems really interesting:
http://www.morfik.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060116/385e77f0/attachment.html
2012 Aug 13
5
How can I get the Ids with Duplicated key and corresponding Ids with original key?
In this following example Id 4 is duplicated with Id 1.
Like this I want both Ids (Duplicated and Duplicated with). Can anyone help?
df <- data.frame(
"Publication" = c(1, 2, 3, 1, 4, 5, 2, 3),
"Reference" = c("a", "b", "c", "a", "d", "e", "b", "c"),
"Id"= c(1, 2, 3, 4,
2010 May 20
3
regex help: splitting strings with no separator
...o obvious separator.
I can use sub to create a separator, e.g., y = sub("([[:digit:]])","
\\1",x), and then use strsplit, but I thought more experienced R users may
have a better solution. I've spent some time with Google, but not turned up
anything so far.
Many thanks,
--Krishna
[[alternative HTML version deleted]]
2008 Dec 16
4
GlusterFS process take very many memory
Hello!!!
I try use GLusterFS + openvz, but gfs process every 1 minute memory usare increase at ~2MB. How i can fix this?
P.S. sorry about my bad english.
Cluster information:
1) 3 nodes (server-client), conf:
##############
# local data #
##############
volume vz
type storage/posix
option directory /home/local
end-volume
volume vz-locks
type features/posix-locks
subvolumes vz
end-volume
2010 Mar 23
4
Configure Webcam in centos 5.4
Hi list,
I looking for a solution about how to configure webcam in centos 5.4 What
are the webcam packages available in centos.
Any help is highly appreciated.
Regards,
Krishna
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100323/72df16f4/attachment-0002.html>
2009 Jan 07
12
glusterfs alternative ? :P
I know that this is not the appropriate place :). You know someone can
alternative to gluserfs ?:)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20090107/63b68a0d/attachment.html>
2012 Dec 19
12
Reg : Error in puppet agent in Windows
...9;testposagentoneinternal.ec2.internal, te*
*stposagentoneinternal.ec2, testposagentoneinternal'' on node
testposagentoneinter*
*nal.ec2.internal*
*Warning: Not using cache on failed catalog*
*Error: Could not retrieve catalog; skipping run*
*
*
Please help me to solve this.
With Regards,
Krishna Bhaskar.
*
*
*
*
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/31uDPx-NhuIJ.
To post to this group, send email to puppet-users@googlegroups.com.
T...
2012 Jan 19
3
Not generating line chart
Hi All,
Can you please help me, why this code in not generating line chart?
library(ggplot2)
par(mfrow=c(1,3))
#qplot(TIME1, BASCHGA, data=Orange1, geom= c("point", "line"), colour= ACTTRT)
unique(Orange1$REFID) -> refid
for (i in refid)
{
Orange2 <- Orange1[i == Orange1$REFID, ]
pdf('PGA.pdf')
qplot(TIME1, BASCHGA, data=Orange2, geom= c("line"),
2006 Feb 19
8
SwitchTower to skip config/ directory
Hello,
I am trying to figure out how to use switch tower.I have a local copy of
source code and I want to put it on the host.Now I dont want to put
directories like config/ because the settings on the host and the one on my
machine are different.
Any way to do this?
Also is svn necessary to use SwitchTower?
Vivek
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Feb 08
1
TLS support on postfix
...st
250-xxxxxxx.xxxx.xxx.xx
250-PIPELINING
250-SIZE 41943040
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH PLAIN LOGIN
250-AUTH=PLAIN LOGIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
However from a remote location when I do the EHLO, the response does not contains STARTTLS, ENHANCEDSTATUSCODES and DSN
krishna at L03:~$ nc xxxxxxx.xxxx.xxx.xx 25
220 xxxxxxx.xxxx.xxx.xx ESMTP Postfix
EHLO localhost
250-xxxxxxx.xxxx.xxx.xx
250-PIPELINING
250-SIZE 41943040
250-VRFY
250-ETRN
250-AUTH PLAIN LOGIN
250 8BITMIME
I have done some googling and found this might be because of the Cisco Router's "ES...
2009 Feb 03
1
Some question of DHT Translator?
Does DHT Translator all files under the same directory will be store on the
same node?
It sounds terrible.
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20090203/ebbdc7a5/attachment.html>
2011 Aug 29
3
how to start R script editor by default
Hi All,
1) Is it possible to set the options such that R opens a new script editor
every time I start the R and 2) specify the size of windows.
Thanks for the suggestion and Best regards,
Krishna
[[alternative HTML version deleted]]
2005 Aug 17
0
Winamp
...io director/engineer/producer
Gaura Records "Sounds Unlimited"
Music for the soul!
+27(0)11 420-1702
Cellular: +27(0)82 291-6081
1465 Mayet Drive Actonville Ext.3 Benoni 1500 Gauteng South Africa
We produce music for any occasion: radio/TV ads, school/college, bands and
solo artists.
Hare Krishna, Hare Krishna, Krishna Krishna, Hare Hare/
Hare Rama, Hare Rama, Rama Rama, Hare Hare.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20050817/ccc972bd/attachment.htm
2006 Jan 15
2
What mode does Apache/Rails start in?
Hi ,
I am using Rails with APache on FC3. While I can control the mode in which
rails starts using WEBrick.How do I make APache start in one of the
dev/production modes.?
Vivek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060115/b823481f/attachment.html