Displaying 6 results from an estimated 6 matches for "technom".
Did you mean:
techno
2012 Oct 05
4
PuppetDB Installation
I am attempting to install PuppetDB from source.
I am a bit confused however, is lein required?
thanks!
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit
2006 Mar 07
2
freeze_edge problem
(from http://pastebin.ca/44831)
from a rails 1.0 app i did rake freeze_edge and rake rails:update.
that went fine.
when i go to the front page of my rails app I get
wrong number of arguments (2 for 3)
/var/www/somehost.net/site/public/../config/../vendor/rails/railties/lib/dispatcher.rb:63:in
`failsafe_response''
2013 Apr 15
1
Using PuppetDB REPL
I want to experiment a bit with PuppetDB and in the documentation there''s
mention of the built in remote repl, but I can''t seem to get it working.
After enabling it on "/etc/puppetdb/conf.d/repl.ini":
[repl]
enabled = true
type = nrepl
port = 8082
When I restart it the log "/var/log/puppetdb/puppetdb.log" shows that it''s
started:
WARN [main]
2010 Mar 24
0
R-help ordinal regression
...ble.com/Changing-global-variables-from-functions-tp1595002p1679330.html
> Sent from the R help mailing list archive at Nabble.com.
>
>
>
> ------------------------------
>
> Message: 42
> Date: Tue, 23 Mar 2010 08:58:24 -0800 (PST)
> From: ApproxGaussian <pcasas at technomics.net>
> To: r-help at r-project.org
> Subject: [R] Optim() Help, Unusual Error
> Message-ID: <1269363504978-1679363.post at n4.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
>
> Hello all, any help with the following would be
> appreciated.
>
>...
2006 Mar 25
67
Your Ruby IDE
Just a poll here i am looking for a good IDE for rails and wondering
what you guys use?
features i like in an ide
code highlites
auto code complete
file browser
Currently i am using dreamwever but the code highliting is really bad
its also a pain to set up other doucment types such as .yml data config.
--
Posted via http://www.ruby-forum.com/.
2010 Mar 23
3
Optim() Help, Unusual Error
Hello all, any help with the following would be appreciated.
I am attempting to maximize 28 parameters similtaneously in Optim(). The
follwoing is my code:
Y<-comp[,9]
n<-length(Y)
e.1<-.5
e.2<-.5
e.3<-.5
e.4<-.5
e.5<-.5
e.6<-.5
e.7<-.5
e.8<-.5
e.9<-.5
e.10<-.5
e.11<-.5
e.12<-.5
e.13<-.5
e.14<-.5
e.15<-.5
e.16<-.5
e.17<-.5
e.18<-.5