Displaying 20 results from an estimated 150 matches for "ree".
Did you mean:
free
2011 Mar 07
1
has_one :dependent => :destroy error (in `configure_dependency_for_has_one': compile error (SyntaxError))
Hi I''m getting the following error :
/Users/nikosd/.rvm/rubies/ree-1.8.7-2011.02/bin/ruby -e
$stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)
/Users/nikosd/.rvm/gems/ree-1.8.7-2011.02@.../bin/rake test
Testing started at 12:00 PM ...
(in /Users/nikosd/Work/.../.../...)
/Users/nikosd/.rvm/gems/ree-1.8.7-2011.02@.../gems/activerecord-3.0.5/lib/active_record...
2017 Jun 06
2
API REE
Hola Javier, Hola usuarios,
Muchas gracias por contestar y por el interés.
Sí es cierto que re-leyendo el correo la información es escasa?
Red Eléctrica, a través de ESIOS https://www.esios.ree.es , publica los datos del mercado eléctrico. Estos datos pueden descargarse a través de la web de la API: https://api.esios.ree.es
Si ponemos un ejemplo concreto, para saber los precios del mercado diario (600 es para la referencia al precio): https://www.esios.ree.es/es/analisis/600
Yo quiero...
2017 Jun 05
2
API REE
Hola,
Estoy intentando descargar datos de la API de ESIOS, de REE, pero estoy teniendo problemas al introducir el token. Estoy usando httr, rCurl y jsonlite.
Alguien ha podido descargar los datos? Cómo lo ha hecho?
Gracias,
Javier
[[alternative HTML version deleted]]
2010 Apr 02
2
Uncaught exception failed to allocate memory
Hi!
I have a recipe that''s supposed to download ree from a master and
install it. It looks like:
# Install ree
file { "/root/puppet-setup/ruby-
enterprise_1.8.7-2010.01_amd64.deb":
source => "puppet://$servername/files/ruby-
enterprise_1.8.7-2010.01_amd64.deb",
mode => 0644, owner => root, group =&...
2011 Mar 16
2
Increased memory and cpu usage when migrating from MRI 1.8.6 to REE 1.8.7
Hello,
We''ve been migrating our fairly large Rails 1.2 application from MRI 1.8.6
to REE 1.8.7, and in the process we''ve encountered some fairly odd behavior.
Namely, instead of the expected reduction in memory usage, we''re seeing an
increase in memory usage by around 40% and, along with it, an increase in
processor usage.
The stock 1.8.7 implementation performs e...
2011 Apr 12
0
RVM no such file to load
Hi,
I installed rvm recently I have a problem when I launch the rails 3
console ( or rails 3 app) it doen''t find my gems.
Here is my console:
Loading development environment (Rails 3.0.3)
ree-1.8.7-2011.03 :001 > require "rubygems"
=> nil
ree-1.8.7-2011.03 :002 > require "simple-rss"
LoadError: no such file to load -- simple-rss
from
/Users/me/.rvm/gems/ree-1.8.7-2011.03@rails3/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in
`require...
2008 Nov 21
0
Deployment Howto - REE + Passenger + AWS (EC2, EBS, snapshots)
...software firm based in India. We are a 100% FOSS firm and RoR
is one of the core focus areas.
We contribute to RoR (and FSF)in various ways - code as well as cash
donations. We also publish some how-tos and tech issues on our blogs.
We are running a production server on AWS. Here is the howto for REE +
passenger + AWS + EBS
You can read the full howto here: http://docs.google.com/Doc?id=dcn2ckbh_21gznbbjhr
The tutorial on our blogs:
http://rknowsys-ror.blogspot.com/2008/11/background-we-built-tourism-portal-in.html
http://linuxconfig.blogspot.com/2008/11/tutorial-on-hosting-ror-app-on-amazon....
2010 Jul 12
2
[R3B4] errors[:base] = appends, doesn't "set" - bug, feature, or "error 18"?
If you haven''t heard, an "error 18" means "the error is 18 inches from
the screen." Which would mean that I totally get that this could just
be me being stupid.
However, for some reason I''m thinking this violates the normal
behavior of an Array object, so I''m curious as to if I''m doing
something wrong here, or if something really is buggy in -...
2002 Jan 14
1
Problems with .C - [Ff]ree()?
...installations up to 1.4.0, and am
having trouble with some of my dyn.load'd C code: R
frequently segfaults after .C calls into the (newly rebuilt)
libraries. It hasn't happened with any previous versions of
R I've used.
I do seem to be able to make things behave by removing calls
to free(). Changing everything to Calloc() and Free(),
didn't help, however. Stack traces aren't especially
useful; it often segfaults in operations relating to freeing
vectors, but not always: for example, I recently has a spate
of segfaults in seq(). It does appear to behave if I remove
all th...
2005 Nov 04
2
Classification Trees and basic Random Forest pkg using t ree structures in C
> From: Hin-Tak Leung
>
> Izmirlian, Grant (NIH/NCI) wrote:
> <snipped>
> > The only interesting feature is that the tree structure has been
> > implemented in C. Its a neater way to carry stuff around and I am
> > guessing would make future implementation easier.
> >
> > Because of its inherent redundancy from the users standpoint, it
> > isn't something to send to CRAN. However, I...
2005 May 17
1
Vuong test
...del to a negativ
binomial model with the Vuong test, but I can't find how to performe it from
the zicount package. Does a programm exist to do it ?
Second, I'd like to know in which cases we have to use a double hurdle model
instead of a zero inflated model.
Many thanks,
St??phanie Payet
REES France
R??seau d'Evaluation en Economie de la Sant??
28, rue d'Assas
75006 PARIS
T??l. +33 (0)1 44 39 16 90
Fax +33 (0)1 44 39 16 92
M??l. reesfrance at wanadoo.fr
Site Internet : http://www.rees-france.com
2004 Dec 02
4
Ring all Configured Extension
I don't know if the is possible on not. I would like to know the
easiest way to ring all extensions in the sip.conf file for intercoms.
I have phone to phone intercom working.
2011 Apr 13
17
Deploy puppet via NFS?
In our environ, there are several services that are deployed via an
NFS mount, so that the executables and configs are consistent across
the board.
Is there any reason why this couldn''t be done with Puppet? For
example, each individual system would contain its own /etc/puppet and
rc.d and pid files -- but the primary deployment would come from
NFS.
For that matter, as Enterprise
2007 Oct 08
2
Applying function to data.frame
Hi,
If I have the following data.frame
>y
time val
1 08:00:05.834 1
2 08:03:13.345 2
3 08:10:12.443 3
>
and the following function which converts the time string to the number
of milliseconds since midnight
> str_to_millis
function( s )
{
a <- as.numeric( unlist( strsplit(s,":",fixed="TRUE") ) )
m <- a[1]*3600000 + a[2]*60000 + a[3]*1000
}
2005 Mar 29
5
ACD queue question
I have a simple 4 person ACD queue using the AgentCallback function. No
matter what strategy I use, anytime someone calls into the queue
asterisk dials the agents in the order that they are listed in the
agents.conf file. This doesn't seem right to me, or am I wrong.
2012 Nov 12
3
nomenclature for conf files
It might sound stupid, but I'd like to know if there's
any difference. Are those 3 line the same?
WITH_KMS=YES
WITH_KMS="YES"
WITH_KMS=yes
Best regards
Zoran
2010 Dec 14
9
UTF-8 String.strip bug (and several over methods)
Hello, with Rails 3.0.3
"Café Noir ".strip => "Café noir"
but
"Café ".strip => "Caf\303\251"
In fact, strip() doesn''t works if the last printable character is
accentuated.
Surprisingly " écologie".strip works fine.
I''ve tried to dig deeper in active_support multibyte source code but
didn''t found any solution.
2011 Jan 14
4
Rails 3 / RSpec 2 use_transactional_fixtures and after_commit
We''re migrating a Rails 2.3.x application to Rails 3 and RSpec 2.x.
In Rails 2.3.x we were using
https://github.com/freelancing-god/after_commit to provide
after_commit functionality (now provided by Rails 3).
The plugin version of after_commit came with some helpers to make
testing with `use_transactional_fixtures = true` work.
From: https://github.com/freelancing-god/after_commit
"Keep in mind that transact...
2012 Jun 03
6
Zigor Ebro 650 compatibility
...;ve found that this device should run with the
blazer_usb driver.
Jun 3 16:15:38 pegasus kernel: ugen0.4: <vendor 0x0001> at usbus0
Jun 3 16:15:38 pegasus kernel: uhid0: <vendor 0x0001 product 0x0000,
class 0/0, rev 1.00/1.00, addr 4> on usbus0
However, even after shoehorning it;
[crees at pegasus]/usr/local/libexec/nut% sudo ./blazer_usb -a zigor
-DDDDDDDDD -x vendorid=0x0001 -x productid=0x0000 -x subdriver=krauler
Password:
Network UPS Tools - Megatec/Q1 protocol USB driver 0.04
(2.6.3-Unversioned directory)
0.000000 send_to_all: SETINFO driver.parameter.vendorid "...
2004 Dec 02
4
Asterisk Problem or Polycom Problem
We are in the process of testing * for company wide deployment. We are
using Polycom 300 phones, the only problem that I am running into is
when I call an 800 number that has an IVR I get disconnected after about
60 seconds. Here are the logs from asterisk. I am not sure if this is
a problem with asterisk timing out or if it is the phone. To me this
looks like asterisk is timing out.