Displaying 20 results from an estimated 3000 matches similar to: "Java studio creator 2 or rubyonrails??Request for advice"
2008 Dec 15
2
Baffled: triggering error message with an sd result in odfWeave?
I hope someone can point out my stupid error, because I'm baffled.
I am calculating a bunch of variable values and then placing them in a
document using odfWeave tags.
This is working very nicely for every spot except one.
One of the values I calculate is traindev:
traindev <- if (trainlength>0) round(sd(trainscores, na.rm=T),1) else ""
when I try to insert this traindev
2013 May 13
1
Math problem with xts objects
Hello,
I coming across a strange problem doing math on an xts object.
If I have an xts object of stock prices (perhaps 5 minute bars of open, high, low,close) and want to do some math, the results fail.
For example:
d$close[10] - d$open[10] works perfectly
d$close[10] - d$open[9] fails. I just get an answer of "numeric(0) Index: numeric(0)".
My guess is that xts is breaking
2006 Feb 20
1
Messages disappear and reappear when I check mailbox using KMail
Not sure if this is a Dovecot bug or a KMail bug, but since it only seems to
happen to people using KMail to access a Dovecot server or a Novell NetWare
IMAP server, I thought I should mention it here.
<http://bugs.kde.org/show_bug.cgi?id=121866>
From the bug report:
When I check for mail on an IMAP account (not disconnected), all
recently-received messages disappear prior to any mail
2005 Feb 22
1
[LLVMdev] Area for improvement
On Feb 22, 2005, at 9:09 AM, Vikram S. Adve wrote:
>> The only way to make preselection or lowermultidimrefs work is to
>> duplication all of the knowledge of how the instruction selector will
>> select the code (e.g. the advice about allowing constant indices to
>> be grouped together).
>
> This is why you need a separate, low-level optimization framework -
>
2003 Nov 10
1
OT: Work offer - SAMBA consultant required in Sydney, Australia.
Hi all - sorry for the off-topic posting - just that the list of consultants on the samba site is horrendously out of date! I thought that this would be the best place for me to find suitable resources...
firstly I would like to say thanks a million to all the samba team for your ongoing efforts and great product. I just wish I had more time to experiment with it!
We have the startings of a good
2002 Dec 17
3
Changing "..." inside a function: impossible? desirable?
This is was something like a request for your comments, thoughts
on the topic...
Many of you will know that the "..." (aka \dots) argument is
very useful for passing ``further graphical parameters'',
but can be a pain when itself is passed to too many plotting
functions inside your own function.
An artificial example being
myplot <- function(x,y, ...) {
plot(0:1, 0:1,
2005 Dec 10
1
Anyone here install Java Studio Creator with CentOS 4?
I tried yesterday. During the install it yacks at trying to install the
application server that comes with Java Studio Creator. Complains about
lacking libstdc++ or compat-libstdc++ or something like that. Anyone see
this or know what to do about it?
I ask here in case there is some trick to getting a piece of software
(that's obviously looking for one version of libstdc++) to see what's
2006 Jul 12
6
Speaking of 3Ware/RAID/SATA/9550SX...
I just built up a server running CentOS 4.3, and trying to boot from a 3Ware
9550SX-16ML, 16 port card. This system has 9x500GB drives, AMD Opteron, Tyan
K8SD mobo and 1 GB of ram. I downloaded the latest (9.3.0.4) driver from
3Ware, and after a couple of botched attempts, I got CentOS installed. In my
two botched attempts, the problem was X hanging during the formatting of the
drives, so I
2009 Nov 17
4
Installing a PHP class
Guys,
Web/php stuff is outta my area to say the least. I need to setup a php class
called Advanced Graphing Class. It has php, font and js files that need to be
made available.
How and where do I set this up to be available to any virtual host that uses it?
A link to where this is documented would be great, I have been searching obviuolsy
using the wrong lingo...
Thanks!
jlc
2005 Sep 06
4
url_for: :overwrite_params went missing
Somewhere between 0.13.1 and the current SVN version
the :overwrite_params option to url_for (and related methods) went
missing. I can''t tell whether this was deliberate or by mistake, and I
have no idea how to get the same functionality in some other way
either.
Michael
--
Michael Schuerig Life is what happens
2005 May 29
0
Horrendously slow transfer speeds in FC3 is drivingmecrazy!!! Please help... - SOLVED!
Thanks for the tip but recompiling the latest version was the second thing I
did after trying and failing to tweak the smb.conf on my original hardware
conf. I found that compiling it for my specific architecture (i686)
increased my performance by 100% (from a punny 0.8 MB/s to a better but
still punny 1.6 MB/s).
-----Original Message-----
From: Diego Julian Remolina
2008 Jan 02
2
how to ignore or omit somethings while reading the data table
hello respected ppl...
am a engg. student...i was trying to use R in statistical calculations
now the problem is..i imported a huge tsv file onto R...it has a column
which gives cost...and it has "$" with each numerical value in this
column...it is something like this..$.05,$.1,$.075...and so on..
R is reading it as "character vector"...
i tried using all the arguments but
2014 Nov 05
4
[LLVMdev] RFC: Timeline for deprecating the autoconf build system?
Hello, thank you for the thoughts.
> Have you seen the docs for CMake3.0 [1] (see cmake-buildsystem
> especially)? They certainly aren't perfect but they are considerably
> better than what was there before.
Okay, the documentation has come a long way since 3.0 although it
still needs a bit of polish.
> I wouldn't say that much "important functionality is plain
2005 Sep 11
3
Extending ActiveRecord::Base
Hey everyone,
I''m interested in extending ActiveRecord::Base. I have a special
"easier" find function that I want to include in all classes.
How can I include this in all classes?
Can I just create a model object that does something like this:
class ExtendedAR < ActiveRecord::Base
def self.special_find
...
end
end
and then all my other classes
2005 Jun 07
0
Re: Horrendously slow transfer speeds in FC3 is drivi ng mecrazy!!! Please help... - SOLVED!
Does SMB need Push bits acknowledged? I had a similar problem
with sloooow printing on OpenBSD, and had to set the AckOnPush parameter
to enabled. That cured the printing issue for me.
Just a thought...
Jim
> -----Original Message-----
> From: Al [mailto:alsalooq@socal.rr.com]
> Sent: Monday, June 06, 2005 4:44 PM
> To: samba@lists.samba.org
> Subject: [Samba] Re: Horrendously
2001 Jul 18
3
Ok, Im an idiot. Can't remount the ext3 filesystem because I deleted the /.jounral file...
Hello everyone,
Ok, I admit it - I'm an idiot. But it seemed the right thing to do at
the time.... I'm running RH 6.2 with a 2.2.19ext3 (ext3 0.0.7).
I wanted to try out the new 2.4 kernel line, so I upgraded modutils, gcc
and few other things.. Compiled the kernel (did NOT patch it to ext3)
and installed it and rebooted. Well, it didn't understand ext3 fs.. Ok...
Boot back into
2005 Jun 27
2
What do you think about this motherboard?
Hello all..... I would like to know if anyone here has had good
experience with this Supermicro
motherboard.....http://supermicro.com/products/motherboard/P4/E7221/P8SCT.cfm
I am thinking about using it in an entry level mail and file server
with a 3ware card and 200 GB SATA drives. Cost is a factor here
otherwise I would go for an Opteron board instead.
JC
2007 May 03
3
smbmount
I installed samba on a PC running SuSE 10.2, using the version from the
SuSE 10.2 repository (3.0.23). All very nice, except smbmount is
missing.
As I understand it, this would seem to be because the version offered
had not been compiled with the --with-smbmount option.
Is my interpretation correct? And if so, how can I fix things? Do I
have to download the source and do my own compilation
2004 Aug 20
1
dvdshrink crashes after a while (errors included)
i start up dvdshrink like this:
wine /path/to/dvdshrink z:/path/to/VIDEO_TS.IFO
immediately wine outputs the following:
fixme:ole:CoRegisterMessageFilter stub
err:x11drv:X11DRV_CreateWindow invalid window height 0
err:x11drv:X11DRV_CreateWindow invalid window height 0
err:listview:LISTVIEW_WindowProc unknown msg 1044 wp=00000000 lp=21a4e0ec
fixme:quartz:Filtergraph_QueryInterface unknown
2011 Jul 16
1
Morrowind help
I finally got Morrowind installed on my 2.3GHz Intel i5 13" Macbook pro with wine. Everything runs great except for the bodies are all stretched and weird looking and I can't make that go away. I tried installing the better bodies mod but to no avail. It made no noticeable difference. I absolutely love this game but this bugs the hell outta me and I can't fix it. Any