Displaying 20 results from an estimated 130 matches similar to: "(Fwd) Re: Slightly OT: Generators & UPS"
2006 Sep 01
6
Slightly OT: Generators & UPS
Hi,
Can anyone shed some light on this:
My PC's are on a separate power circuit. Each PC has its own UPS.
I have an old Honda generator. When the power goes out, I fire up the
generator. However, the UPS's still run on battery. If I connect the
PC directly to the socket and bypass the UPS, the PC works.
I was told by a UPS supplier, that the power output from the
generator was
2009 Feb 06
1
Cluster analysis question
Hello All,
I have data where each feature data point is a vector, and my distance
measurement is a weighted dot product between vectors.
I would like to use R to perform a cluster analysis on this data. Does
one of the R cluster analysis routines provide for a user provided
distance function?
Dan Stanger
Eaton Vance Management
255 State Street
Boston, MA 02109
617 598 8261
2008 May 14
4
Newbie question about vector matrix multiplication
Hello All,
I have a covariance matrix, generated by read.table, and cov:
co<-cov(read.table("c:/r.x"))
X Y Z
X 0.0012517684 0.0002765438 0.0007887114
Y 0.0002765438 0.0002570286 0.0002117336
Z 0.0007887114 0.0002117336 0.0009168750
And a weight vector generated by
w<- read.table("c:/r.weights")
X Y
2004 Aug 06
0
admin 'rehash' broken in icecast 1.3.12?
Beau D Simensen <simensen@halogen.org> writes:
> I tried admin rehash for the first time since upgrading to 1.3.12 today. The
> rehash took at least 30 seconds [If not longer -- I didn't time it very
> closely] and icecast slowly snuck up to 99% CPU usage. I tried issuing the
> 'alias' command just to try and get a response from the console and that
> never
1998 Jun 17
0
Strangeness in mount attempts...
I am attempting to find out why the following is happening, and have been
spending the last hour or so scanning the mailing list archives and a
couple of FAQs (though I would by no means call the search exhaustive,
just geting a little too long for my own taste).
As far as I can tell, smbmount is a stripped out smbclient with some
extras in there to do the sctual mounting. Which is why I am
2004 Apr 08
0
(no subject)
Sub: INTRODUCTION FOR SUPPLY OF SPECIAL CABLES
We have pleasure in introducing ourselves as manufacturer's of specialised cables for over two decades catering to the needs of the Fertilizer, Chemical, Petrochemical, Oil & Gas, Steel, Power, Cement, Ceramic, Glass, Paper, Sugar and other industries. The following are some of the cables made by us:
ANY CABLE, ANY TIME, ANY QUANTITY
1998 Aug 25
1
static entries to WINS, how to do correct ?
Dear samba users,
I'm trying to add static entries to a samba WINS server (samba-1.9.18p8-51.2).
Therefore I have a file /etc/samba/lmhosts:
--------------------------------------------
klimt.iwr KLIMT
klee KLEE
--------------------------------------------
and start nmb with:
/usr/sbin/nmbd -d 3 -H /etc/samba/lmhosts
The problem now is:
Only if "wins proxy=yes"
2004 Jul 10
0
Lughehwoa bvy V~i_c_o`din 0n1ine today, overnight ship.ping
wilhelms teele alictisal
Get The Most Popular Med^ications Now!
Now You Can Or'der Val(ium - Xana*x - Vi}co.din - Onl)ine.
We make it easier and faster than ever to get the presc'riptions you need
.. (To exclude yourself from future 0ffers, please go visit our we,bpage)
R http://m.info.inhaust.com/abc/07/
"See these pencils, Donnie?" she continued. "They belong
2006 May 30
0
RadRails generators throwing ''No such file to load'' errors
if anyone has a minute maybe you can help with a newbish problem im
having with radrails v0.6.3.
If i try to generate a migration through the ''generators'' panel i get
error messages like this:
myProj> ruby script/generate migration newtest
myProj> -e:3:in `load'': No such file to load -- script/generate
(LoadError)
from -e:3
Although the generators work fine
2006 Mar 15
4
Ruby - Feed Generators
Hi All,
Can anyone help me in making feed[xml/rss] generator for a webpage based
on ruby/ruby on rails.
Tell me if any ruby code is already available, to generate feeds for a
webpage.
Thanks in Advance.
Sumanth.
--
Posted via http://www.ruby-forum.com/.
2006 Jan 10
0
Extending Rails with Framework Generators
I''m a total newbie still plowing though people''s code and figuring things
out in general.
One of the things I''ve been looking at are plugins and engines. Although
I''m a newbie, I reached the conclusion that either approach really leaves
much to be desired (also, since I need to learn about the underlying code
instead of borrowing).
I totally agree with DHH
2006 Jan 22
0
Using rails Generators for non-RoR
I realized that the rails command could be used very effectiely for non
RoR apps, and, with a little tweaking, even nonRuby apps. Anyone give
this a try?
--
Posted via http://www.ruby-forum.com/.
2007 May 11
0
Rails generators documentation
People, I have just spent too much time looking for documentation on
the scripts in the script folder in a rails application. I am looking
for the documentation on the meaning of the prompt [Ynaqd] in the
generate script. I know generate -h will give documentation in stdout
but there MUST be some documentation somewhere. I spent 30 minutes
using google to absolutely no avail.
Thanks
2006 Sep 03
0
Plugin: modules or generators?
Hi,
I''m writing a plugin (my first) that adds question validation support
(alternative to captchas).
I''m obviously gonna need to provide a generator for the migration of the
questions table, I''m just not sure if I should generate the model too or
just leave it in the plugin. If I do leave the model in the plugin then
won''t I also have to hardcode to table name
2011 Jun 22
0
Railtie initializer and generators
I am creating a gem for a Rails project and I got some troubles to
understand how generators and initializers work. I would like to
initialize my module loading some stuff from the database from models
related to tables my gem should create with a migration file.
Problem is : if I create a Railtie and put it my gem lib directory,
when I try to run my generator (to create the migration template
2009 Dec 09
1
How to namespace custom generators?
I have a few custom generators within ~/.rails/generators. This works
fine and they all show up under "User" as they should when I run
script/generate.
I would like to be able to have multiple Dirs. under ~/.rails/
generators so I can better organize things and have unique repos for
each.
If I do something like ~/.rails/generators/cms_generators/gen_1 and
2006 Oct 28
2
where is the "record" method??? i.e. which is used in generators (e.g. scaffold_generator.rb)
Hi,
Anyone know where the "record" method is defined. Its used in generators
like in the scaffold generator. An extract from it is below (taken from
scaffold_generator.rb):
def manifest
record do |m|
# Check for class naming collisions.
m.class_collisions controller_class_path,
"#{controller_class_name}Controller",
2008 Mar 17
0
TextMate bundle problems with generators
i''ve got the new peepcode episode on using textmate with rails 2. i
used git to get the bundle and reloaded everything, but now when i use
the command to pull up the generator window, it acts like it works
fine and asks me the name of the model i want to generate. after
pressing Ok, it says that my model was generated but nothing happens
and no new files are added to the project.
is
2003 Apr 28
0
[PATCH] Make syscall stub generators better world citizens
The main issue with the build that had me scratching my head over the
weekend was that the stub generator scripts didn't fail when they
weren't working.
This patch perturbs the scripts minimally, but each now prints an error
message and bombs out when bad things occur.
<b
-------------- next part --------------
A non-text attachment was scrubbed...
Name: klibc-build-nicely.patch
2004 Jun 25
0
[LLVMdev] ConstantExpr lowering pass for code generators
Following up on the '[LLVMdev] Getelementptr woes' thread:
http://mail.cs.uiuc.edu/pipermail/llvmdev/2004-June/001252.html
I'm happy to say that Vladimir Prus contributed a constant expression
lowering pass for instruction selectors to use. This pass makes
instruction selection both easier and less error prone.
Thanks Vladimir, and sorry for being such a butthead about it earlier on