Displaying 20 results from an estimated 536 matches for "ez's".
Did you mean:
e1's
2012 Apr 30
2
ez package installation fails - ubuntu 12.04
Hello everyone,
I've just installed ubuntu 12.04 and the package named 'ez' fails to
install because of a dependency.
The error messages are:
Error : package ‘Matrix’ 1.0-2 is loaded, but >= 1.0.3 is required by ‘ez’
ERROR: lazy loading failed for package ‘ez’
* removing ‘/usr/local/lib/R/site-library/ez’
The downloaded packages are in
‘/tmp/Rtmp38etdB/downlo...
2011 Feb 08
0
ez version 3.0
Hi folks,
I'd like to announce the release of version 3.0 of the "ez" package.
This package was developed to aid those that are new to statistical
programming. Over the course of several years of helping colleagues
and students learn R, I observed that folks are often initially turned
off R because they have difficulty obtaining SPSS-like results quickly
(SPSS...
2011 Feb 08
0
ez version 3.0
Hi folks,
I'd like to announce the release of version 3.0 of the "ez" package.
This package was developed to aid those that are new to statistical
programming. Over the course of several years of helping colleagues
and students learn R, I observed that folks are often initially turned
off R because they have difficulty obtaining SPSS-like results quickly
(SPSS...
2006 Apr 18
3
ez_where query question
I''m having fun composing queries with ez_where, but am stuck on how to
formulate the following using the ez syntax:
(begin_date >= ? OR end_date >= ?) AND (description LIKE ? OR name LIKE ?)
There are two clauses, each containing OR operators (the ez ''any'' syntax)
but both clauses must evaulate to true for a matc...
2005 May 26
1
SAMBA winbind problems
...count is granted access... The directories are created... I
click ok... Then it gives me an xsession error message stating
permission problems...
Here is the error messages I get... Could someone point me in the next
direction... Thanks
May 26 14:41:40 linux2 pam_winbind[2753]: user 'DOMAIN\ez' granted access
May 26 14:41:40 linux2 pam_winbind[2753]: user 'DOMAIN\ez' granted access
May 26 14:41:40 linux2 gdm(pam_unix)[2753]: session opened for user
DOMAIN\ez by (uid=0)
May 26 14:41:40 linux2 gdm[2753]: gdm_slave_session_start: Directory
/home/DOMAIN/ez does not exist.
May 26...
2006 Aug 02
5
Fun with ez_where
I''ve been trying to use the ez_where plugin to create a dynamic finder.
The structure looks somehing like this..
=== controller ===
def list
attribute_filter = params[:filter]
@filter = Caboose::EZ::Condition.new :table do
attribute <=> attribute_filter if attribute_filter
end
#
... do the find with the...
2003 Nov 06
2
Number of Days
...of days between two dates as follows:
> x <- c("1jan1960", "2jan1960", "31mar1960", "30jul1960")
> z <- format(x, "%d%b%Y")
> ex <- c("1jan1961", "15jan1960", "21mar1975", "10jul1981")
> ez <- format(ex, "%d%b%Y")
> ez-z
Error in ez - z : non-numeric argument to binary operator
As you may see, I am getting an error. Can anyone tell me how I can convert z
and ez to numeric vectors, so that I can compute days between the
corresponding dates in these vectors?
thank y...
2006 Jun 30
3
New release of ez-where plugin
Hello friends-
There is a new release of the ez-where plugin. This plugin makes it
easy to do complex ActiveRecord queries without writing any SQL. Ruby
operators are mapped to SQL operators like so:
foo == ''bar'' #=> ["foo = ?", ''bar'']
foo =~ ''%bar'' #=>...
2007 Feb 14
1
php version 4.4 / ez publish
Hi list, is there any repository on this world where I can stick to and
update to a stable and hopefully secure and hopefully long supported
version 4.4 of php? EZ publish's software requirements as of the current
version tells me that it requires php 4.4 which doesn't meet what Centos
4.4 or its upstream provides. For a certain project I want to use ez
publish. Is there any solution you see for that? Install a seperate
server for that? (That'...
2006 May 23
3
ez-where headscratch
Hi there,
I''m puzzled by this apparently simple query I can''t manage to reassemble
using ez_where plugin.
cond = Caboose::EZ::Condition.new :my_table do
start_on < Time.now
any {end_on > Time.now; end_on.nil?}
end
I keep getting the following result :
>> cond.to_sql
=> ["my_table.start_on < ? AND (my_table.end_on > ?)", Tue May 23
17:11:43 CEST 200...
2010 Aug 31
1
ez version 2.0
The ez package was developed to aid those that are new to statistical
programming. Over the course of several years of helping colleagues
and students learn R, I observed that folks are often initially turned
off R because they have difficulty obtaining SPSS-like results quickly
(SPSS is the dominant envi...
2010 Aug 31
1
ez version 2.0
The ez package was developed to aid those that are new to statistical
programming. Over the course of several years of helping colleagues
and students learn R, I observed that folks are often initially turned
off R because they have difficulty obtaining SPSS-like results quickly
(SPSS is the dominant envi...
2014 Jan 16
2
Quitar outliers por condición
...función consigue quitarlos creo que me ha
quedad bastante farragoso. Os dejo el codigo y si me dais algún consejo
para mejorarlo mejor que mejor. Mcuhas gracias
#############################################################•
# Ojo este script puede instalarte librerias que no quieres
if(!require(ez)){
install.packages("ez")
}
require(ez)
data(ANT)
ANT$Factor <-# Crear el factor para quitar los outliers
interaction(ANT$cue, ANT$flank, ANT$location)
y <- ANT$rt # save original data
x <- # save non outliers by condition
by( data= ANT ,INDICES= ANT$Factor,FUN= function...
2008 Nov 21
6
VST plugin (ez drummer)
Hi, I just registered. I have a problem related to wine:
lmms can run some vst plugins with VeSTige, so I tried to get ez drummer working. It didn't work, so I downloaded Toontrack Solo, that is a program needed to run ez drummer as a standalone, and not as a plugin. It still wouldn't work, neither as a standalone.
I made a few searches and I found out that it needed mfc42.dll so I downloaded it and put into t...
2006 Apr 15
2
ez_where : i''m puzzled
I have the following code:
condition_clause = "%#{@phrase}%"
logger.info "condition is #{condition_clause}"
unless @phrase.nil?
condition = Caboose::EZ::Condition.new :affiliates do
affiliate_name =~ "%#{@phrase}%" # <<< here''s the problem
end
options[:conditions] = condition.to_sql
logger.info "ajax param is #{@phrase}"
logger.info "ez condition is #{condition.to_sql}"...
2007 Feb 03
3
Backgroundrb-devel Digest, Vol 9, Issue 1
Hi Bill,
I have "version 1" backgroundrb running on my development server with
rails 1.2.1, with no issues (other than the left over DB connections
blocking up my MySQL server, which isn''t exactly a new problem).
Going to move production servers to rails 1.2.1 very soon, I''ll post
back if there''s any trouble.
Still would *really* like to get version
2007 Jun 26
6
kore dump
...tup to automatically re start if there is a core dump. I was thinking of setting up a cron job to launch Asterisk every minute. If it's running, no harm done, and if it crashes, the cron job will make sure that it's started every 60 seconds.
Any suggestions?
Thank you
Ed Nu?ez
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070626/fde1713a/attachment.htm
2007 Jan 12
5
Rails session parasite...
All,
I see this item on the merb-0.0.8 release notes
Added rails session parasite mode.
I am assuming merbs can piggy back off the rails current session.
How does one achieve that ?
Thanks
Fernand
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/merb-devel/attachments/20070112/0803f46e/attachment.html
2003 Jul 14
3
EZ-Install
Has anyone thought about an ISO file that could be used to make a CD for a bootable install for a "basic" Linux/Asterisk system?
Just re-boot and config.
--
James Taylor
jltaylor@metrotel.net
903-793-1953
--
2003 Jun 10
10
chan_oh323
Hi,
does anybody manage to get music-on-hold with inaccess oh323 driver?
Statement like : exten => 10,1,Dial(OH323/xx,mt) works (dials the xx number)
but no music is heared. Also, if I put 'r' (ringback) it doesn't work
either. With chan_h323 I got this functionality but this driver had some
other problems (call transfer don't work)....
Thanx in advance,
Victor...