Displaying 11 results from an estimated 11 matches for "piont".
Did you mean:
pint
2003 Nov 21
2
read SAS format file from R
Hi,
Can you please piont me how to read SAS format file
from R (is it possible?)?
Kan
________________________________________________________________________
Want to chat instantly with your online friends? Get the FREE Yahoo!
Messenger http://mail.messenger.yahoo.co.uk
2009 Jun 30
1
Can't play Last Chaos on Ubuntu 9.04 With newest wine 1.01
I have Ubuntu 9.04 i installed the latest wine and i get to the piont after u hit start on the loader then the screen comes up that says loading the send error screen comes up what to i do or is there anything i missed or can anything be done also i tryed restalling both still anything and on a side note Rohan blood fread don't work as well same thing comes up af...
2006 May 26
4
Using ''validates_inclusion_of'' to validate foreign key
I seem to be missing something trying to use ''validates_inclusion_of'' to
validate a foreign key and was hoping some one could piont out my
mistake?
The problem seems to be that Order.find_all.collect is not returning an
array that contains the order_id, if I replace it with a hardcoded array
everything works as expected.
The model:
class OrderItem < ActiveRecord::Base
validates_inclusion_of :order_id, :in => Order...
2006 Jul 07
6
mongrel/win32/apache2 link modification question.
I have apache2 - mongrel 0.3.13.3-mswin32 running, on a server 2000
pc, by folowing the ''Serving Multiple Rails Applications on Windows
with Apache and Mongrel'' ( http://tinyurl.com/z9ftz )
the question I have is why is why is http://localhost/myapp/ addded to
the front of all my links and how can I stop it?
origanal link using webrick /employees/edit/1214
now
1999 Jul 24
0
smbmount problems.
...anet /root]# smbmount //seventeen/c /mnt/cdrom -U nacs -W NACS
-n kenn -d 9
-------------------------------------------------------------------------
[root@intranet /root]# smbmount //db/cd-rom /mnt/cdrom -i 207.166.192.86
-U nacs -W NACS -n kenn
If I'm doing something wrong, please piont me in the right direction.
thanks
|_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-|
INTERNAL ERROR: Signal 11 in pid 13646 (2.0.5)
^^^^^^^^^
|_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-|
2015 May 26
1
Bridge Networking for Xen in Box proposal
Hi,
I am doing xen in box gsoc project.
The aim of the project is to have custom installer ISO which delivers xen
stack running on c7 along with necessary bridge networking configuration.
But I am getting confused over how to package bridge networking settings,
so that I can deliver that during installation itself.
I can use bridge-utils and package ifcfg-* files as differnet package. But
for
2004 Mar 21
3
Samba and LDAP
After perusing the Samba 3.x docs and purchasing Terpstra's and Vernooij's
excellent Samba-3 Howto, I am still unclear on LDAP authentication. Not a
Windows admin so please bear with me.
1) Regarding the Samba schema, is there a tool to extract the Windows client
information (sid, etc.) for populating an LDIF?
Raymond
2007 Dec 14
3
SYSLINUX doesn't build on RedHat 4
I grabbed the new SYSLINUX 3.54, but it refuses to build on my RedHat RHEL4
system:
# make
set -e ; for i in mbr ; do make DATE=0x47606c42 HEXDATE=0x47606c42 -C $i all ; done
make[1]: Entering directory `/scratch/syslinux-3.54/mbr'
gcc -m32 -ffreestanding -march=i386 -Wa,-a=mbr.lst -c -o mbr.o mbr.S
as: option `-alternate' doesn't allow an argument
make[1]: *** [mbr.o] Error 1
2002 Jul 19
3
Mirrors?
Okay, since the site is slashdotted can someone post a list of mirrors
to this list? For starters I've put the tarballs at
ftp://ftp.rlug.org/vorbis, if anyone's having a hard time getting
through.
Jay
--
------------------------------------------------------------------------
Jay MacDonald jmacdonald@twelvehorses.com
Twelve Horses North America
2007 Nov 22
2
Cutting a vector
Hello,
I have a vector, lets say
x <- 1:50
I would like it to be cut at certain points, being for example 1:5,
6:11, 12:17, ...
How can I do it? I have tried the cut() function, but I don not know how
to place the cutting points properly.
Best regards,
Dani
--
Daniel Valverde Saub?
Grup de Biologia Molecular de Llevats
Facultat de Veterin?ria de la Universitat Aut?noma de Barcelona
2005 Nov 16
37
Postgresql vs MySQL
Is there any reason to avoid using postgresql for small web apps? That is, is it''s
overhead so large that the lighter MySQL will work substantially better for small apps on
small machines? Or are they very similar in performance and configuration?
I''ve used MySQL but postgresql has its appeals and I''m wondering if I need to keep MySQL
around at all.
On the other