Displaying 20 results from an estimated 37 matches for "elan".
Did you mean:
alan
2006 May 23
11
New "made with Rails" site launched: www.invitika.com
...vent planning+LBS+photos) is
built using 100% Ruby on Rails. Many thanks to all the people who
answered questions over the months on this list. Our experience with
Rails was overwhelmingly positive!
We''d love to hear any feedback you might have: http://www.invitika.com
Thanks again,
-elan
--
Posted via http://www.ruby-forum.com/.
2002 Jun 27
4
Minimum cpu requirements
Hello folks
Anyone know if this would be enough to decode oggs?
AMD Elan SC520 133 MHz
If not, what seems to be the lower limit required for decoding oggs?
Many thanks,
Kerry.
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.o...
2008 Jan 15
19
How do you make an MGS/OSS listen on 2 NICs?
I am running on CentOS 5 distribution without adding any updates from CentOS. I am using the lustre 1.6.4.1 kernel and software.
I have two NICs that run though different switches.
I have the lustre options in my modprobe.conf to look like this:
options lnet networks=tcp0(eth1,eth0)
My MGS seems to be only listening on the first interface however.
When I try and ping the 1st interface (eth1)
2007 Nov 12
8
More failover issues
In 1.6.0, when creating a MDT, you could specify multiple --mgsnode options
and it would failover between them. 1.6.3 only seems to take the last one
and --mgsnode=192.168.1.252 at o2ib:192.168.1.253 at o2ib doesn''t seem to failover
to the other node. Any ideas how to get around this?
Robert
Robert LeBlanc
College of Life Sciences Computer Support
Brigham Young University
leblanc at
2006 Jan 27
2
Forms and one-to-one association
...Location expected, got
String" in the "@event = Event.new(params[:event])" line.
I''m a bit confused...shouldn''t Rails have enough information to turn the
location ID into a full location, and actually, shouldn''t the ID be
enough in this case?
Thanks,
-elan
--
Posted via http://www.ruby-forum.com/.
2008 Jul 14
3
[BUG] boot failure since syslinux-3.00
Hi,
This AMD Elan board seems to be very problematic:
http://www.embeddedarm.com/products/board-detail.php?product=TS-5500
I'm having various issues with booting recent Linux kernels with syslinux.
syslinux-2.13 was the last version that worked and since syslinux-3.00
it doesn't work.
When it doesn't...
2005 Jul 01
2
Whither Goest Wine?
It seems that fewer and fewer favorite programs run with wine. Stuff that ran
100% on older builds crashes out on the newer ones with elan.
There needs to be (more) regression testing. However, damage has already been
done and propagated and needs correction simply to get back to the previous
level of operability.
2006 Jan 26
1
Simple question about :list method in scaffolds
...er''s
addresses. So I changed it to:
def list
@address_pages, @addresses = paginate :addresses, :per_page => 10,
:conditions => [''user_id = ?'', @session[''user''].id]
end
Is this the right way to do it, or am I missing something?
Thanks,
-elan
--
Posted via http://www.ruby-forum.com/.
2014 Mar 24
8
[Bug 2216] New: allow forwarding a different socket than SSH_AUTH_SOCK
https://bugzilla.mindrot.org/show_bug.cgi?id=2216
Bug ID: 2216
Summary: allow forwarding a different socket than SSH_AUTH_SOCK
Product: Portable OpenSSH
Version: 6.5p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs
2013 Oct 18
1
crr question in library(cmprsk)
Hi all
I do not understand why I am getting the following error message. Can
anybody help me with this? Thanks in advance.
install.packages("cmprsk")
library(cmprsk)
result1 <-crr(ftime, fstatus, cov1, failcode=1, cencode=0 )
one.pout1 = predict(result1,cov1,X=cbind(1,one.z1,one.z2))
predict.crr(result1,cov1,X=cbind(1,one.z1,one.z2))
Error: could not find function
2006 Mar 01
0
Possible bug in ActionMailer (with patch)
I wanted to write the following code, with emphasis on adding my own
headers to the second part with the :headers parameter.
class ArticleMailer < ActionMailer::Base
def test_message
subject ''This is a test''
recipients ''elan@bluemandrill.com''
from ''Exemplary Products <info@example.com>''
content_type ''multipart/related''
part :content_type => ''text/html'',
:body => ''Before <img src="cid:test@test...
2006 Feb 19
2
Another "escaping" problem
...vents ON
addresses_events.address_id = addresses.id LEFT OUTER JOIN events ON
addresses_events.event_id = events.id "]WHERE (addresses.`phone_number`
= ''6129641828'' )
Notice the bit in the middle that looks like a list of strings ["..."].
Any clues?
Thanks,
-elan
--
Posted via http://www.ruby-forum.com/.
2020 Oct 11
1
[Bug 14529] New: Please add option to save metadata to single file to speed up backups
...ckups
Product: rsync
Version: 3.2.0
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter: korn-bugzilla.samba.org at elan.rulez.org
QA Contact: rsync-qa at samba.org
Target Milestone: ---
There are compelling reasons to use rsync as a backup tool; then snapshot the
destination fs to preserve the current backup; and save the next backup to the
same destination, again using rsync.
In this scenario, the data...
2018 Dec 21
2
Cómo buscar patrones de comportamiento en datos temporales?
...trar patrones y determinar las posibilidades de que se dé ese
comportamiento.
Quiero ayudar a mi compañera a hacer esa búsqueda en R; conocen Uds. algún
paquete útil para encontrar patrones enter variables, que no sabemos cuáles
estan relacionadas y cuales no.
Los datos los estamos etiquetando en ELAN primero y después en LAN; esto es
tenemos datos temporales sobre los que se identifican segmentos en los que
se dan comportamientos según categorías (tres variables con ters
categorías, por simplificar).
No aporto un ejemplo de datos, porque todavía estamos en el proceso de
obtención y querríamos...
2014 Mar 24
7
[Bug 2217] New: allow using _ssh._tcp SRV records
https://bugzilla.mindrot.org/show_bug.cgi?id=2217
Bug ID: 2217
Summary: allow using _ssh._tcp SRV records
Product: Portable OpenSSH
Version: 6.5p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
2010 Jan 31
1
Booting Embedded x86 - Looking for Information
Hi All,
I have a custom x86 board (using the AMD SC520 Elan CPU) which I am
trying to get Linux running on. This is a true embedded board, not
a mini PC / PC-on-a-chip arrangement. It has no disk drives (only DRAM
, NOR Flash, some battery backed SRAM, a couple of Realtek 8100B
Ethernet chips, LEDs, Hex Switches etc)
I chose to use U-Boot as the bootloader...
2011 Feb 16
3
Loooooong logon-times using samba 3.5.6 and Windows 7
...ntry for user ruch, uid 2068
[2011/02/11 09:41:22.058289, 5] passdb/pdb_smbpasswd.c:527(getsmbfilepwent)
getsmbfilepwent: returning passwd entry for user miko, uid 2069
[2011/02/11 09:41:22.058306, 5] passdb/pdb_smbpasswd.c:527(getsmbfilepwent)
getsmbfilepwent: returning passwd entry for user elan, uid 2070
[2011/02/11 09:41:22.058319, 5] passdb/pdb_smbpasswd.c:527(getsmbfilepwent)
getsmbfilepwent: returning passwd entry for user gaest, uid 2071
[2011/02/11 09:41:22.058333, 5] passdb/pdb_smbpasswd.c:527(getsmbfilepwent)
getsmbfilepwent: returning passwd entry for user kepi, uid 2072
[2...
2002 Mar 07
5
mailing list archive
...r help mailing list archive based on mysql which support
full text search and auto-update.
Please visit http://www.baidao.net/r/maillist/index.cgi . I hope you could
provide me bug reports and suggestions.
I will add r_dev and r_announce mailing list as soon as possible.
Thanks in advance!
eLan
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat...
2005 May 09
7
Will Asterisk do well in this application?
I have a customer looking for an automated way to provide his customers
information.
He found some windows software called Active Call Center - but I believe
that he did the 40 day trial and it crashed his windows machine to much.
So he wants something that can do a similar task running on linux.
The Users expierience should go something like this
One of his customers calls in the IVR asks
2018 Dec 22
2
Cómo buscar patrones de comportamiento en datos temporales?
...tamiento.
> >
> > Quiero ayudar a mi compañera a hacer esa búsqueda en R; conocen Uds.
> algún
> > paquete útil para encontrar patrones enter variables, que no sabemos
> cuáles
> > estan relacionadas y cuales no.
> >
> > Los datos los estamos etiquetando en ELAN primero y después en LAN; esto
> es
> > tenemos datos temporales sobre los que se identifican segmentos en los
> que
> > se dan comportamientos según categorías (tres variables con ters
> > categorías, por simplificar).
> >
> > No aporto un ejemplo de datos, porq...