Displaying 20 results from an estimated 800 matches similar to: "immortal connections"
2005 May 24
1
contourLines() starts a plot device
I want to use contourLines() to get contour line coordinate vectors,
but I don't want to make a plot. However contourLines() insists on
opening a graphics device. Is there a way tell it not to do this?
> version
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status Patched
major 2
minor 1.0
year 2005
month 04
day 20
language R
2000 Sep 19
2
dev.print() bug?
dev.print() seems to get confused when the graphics window is
resized as in the following:
> plot(1,1)
> dev.print()
X11
2
> #--- resize graphics device window with mouse---
> dev.print()
Error in dev.print() : Object "hp" not found
Vital statistics:
R : Copyright 2000, The R Development Core Team
Version 1.1.1 (August 15, 2000)
Linux Red
2000 Apr 27
1
quit(save=default??)
Somehow I've inadvertently configured the default behavior on quit()
to be save="no" whether I'm in batch or interactive (No... I'm not
setting the --no-save option). I am running R version 1.0.0. I've
searched for info on how to reset things to behave as advertised, but no
luck. Anybody have a clue?
Thanks, Pierre
--
2010 Aug 23
3
Unable to upload images using native rails file upload
I am a rails newbie and am trying to build my first app. I have a jobs
and categories controller and models respectively.
CONTROLLER:
def new
@job = Job.new
@catergory = Catergory.all
respond_to do |format|
format.html # new.html.erb
format.xml { render :xml => @job }
end
end
#THIS IS A group of 10 RADIO_BUTTONS TO SELECT A CATEGORY FROM. BY
DEFAULT THE FIRST
2008 Jun 27
2
5.1 -> 5.2 Upgrade oddity
yum upgrade -y
yada yada yada
....
then lots of errors like:
/usr/share/gnome/help/gdm/fr/gdm.xml:173: parser error : Entity 'eacute'
not defined
and so on until
Document is not well-formed XML: /usr/share/gnome/help/gdm/it/gdm.xml
Updating : amtu ##################### [173/520]
Updating : grub ##################### [174/520]
...
2006 Sep 22
1
QueryParser bug?
I cooked up a little script to show what I mean. This doesn''t look right
to me, but maybe I just completely misunderstand QueryParser.
Same output on mswin32, unix, ferret 0.9 and 0.10
Cheers, Sam
require ''rubygems''
require ''ferret''
p Ferret::VERSION # 0.10.6
index = Ferret::Index::Index.new()
index << {:title => "Programming
2003 Jan 16
1
RE: How do I get the @#$$% job name to show instead of smbprn.yad a.yada?
> -----Original Message-----
> From: Joel Hammer [mailto:Joel@HammersHome.com]
> Sent: Wednesday, January 15, 2003 6:57 PM
> To: Van Sickler, Jim; samba@lists.samba.org
> Subject: Re: [Samba] How do I get the @#$$% job name to show
> instead of
> smbprn.yada.ya da?
>
>
> If the file name is right in /tmp/J, then it looks like samba
> is working ok.
>
> I
2006 Jan 13
2
uninitialized constant Ferret
I get this error message from the following code:
require ''rubygems''
require ''ferret''
include Ferret
index = Index::Index.new(:path => ''/tmp/index'')
index << {:title => "Programming Ruby", :content => "blah blah blah"}
index << {:title => "Programming Ruby", :content => "yada yada
2008 Jun 13
1
dependency on /usr/lib/nx
I do a:
sudo yum update
and I get:
yada, yada, yada,...
---> Package freenx-server.i386 0:0.7.2-8.el5 set to be updated
--> Running transaction check
--> Processing Dependency: /usr/lib/nx for package: freenx-server
Importing additional filelist information
--> Finished Dependency Resolution
Error: Missing Dependency: /usr/lib/nx is needed by package freenx-server
Not only
2005 Sep 29
3
Please recommend a DVD writer for CentOS 4.1
Hi.
I need to install DVD writers in a CentOS box as part of a backup setup.
I want as little fuss as possible both with HW recognition and
functionality. Can any of you recommend a vendor/product ?
Performance of the drive is not an issue. I get confused looking at all
the "+/-RW +R double layer yada yada" when skimming the hardware lists..
Any help is much appreciated.
Thanks
2004 Sep 28
1
Looking for whoever wrote cdr_mysql
I don't completely understand this.. Lemme try it out..
[default]
exten => 1112223333,1,Macro(happy-did)
[macro-happy-did]
exten => s,1,Goto(${MACRO_EXTEN},1)
exten => _XXXXXXXXXX,1,NoOp(Normal "s" exten stuff here)
So when this is ran it will cut the cdr and the s will show the actual
DID not the s correct? But then the NoOp would be something like:
....
2000 Sep 08
2
problem with installation from source on linux and solaris
On the solaris 7 box, using the Sun make, the configuration works
ok. Even running make works ok. However, when I run "make check" all of
the tests fail. It's a standard Ultra10, with full patches
applied... and there are no errors generated during the make...
On the RH6.x linux box, configure works, make works, make check works,
make install works. Hey, I can even see the R
2002 Nov 28
4
How Do I Setup the Config File?
It seems I am having problems setting up the Config file. First of all
let me note that I am new to Linux so that's another cool point lost. I
figured maybe the instructions on their web site is outdated or
something because after I run the rpm yada, yada, yada command, and try
to configure the config file, I always get a message that says drive or
something of another is not valid; I
2005 Feb 01
2
Auth failing - idmap_rid?
The samba server is FC3 / samba 3.0.10 (Fedora package w/ idmap_rid
compiled)
The samba server shows up in the browse list, but when you select it
from an XP machine windows spits up "\\ server is not accessable" yada
yada "The user name could not be found" The following shows up twice in
/var/log/samba/winbindd:
[2005/02/01 14:00:27, 0]
2003 Jan 16
1
How do I get the @#$$% job name to show instead of smbprn.yada.ya da?
I'm tinkering with this mod to my smb.conf,
and can't get the actual filename to be
displayed in the printed job history.
It's adapted from one Joel put out on the list
last year. My impression is that it works for
everyone in the world but me....
All that ever shows up is smbprn.yada.yada...
in the printer's history of printed jobs.
print command = echo %J %p %s >>
2006 Apr 20
1
error on stpexec : ROR on Linux with SQLServer Connection
So I got my rails app to connect to the SQLServer via ODBC, and I can
model/scaffold, yada yada..
but when I need to exec a stored proc using sql_server.rb I get
undefined local variable or method `connection''
how can that be, if I can connect for everthing else?
thanks
--
Posted via http://www.ruby-forum.com/.
2014 Jun 21
2
Managing users and home dirs
For those of you using virtual users, and SQL, how are you managing
your users and their home dirs ? That is, what process do you use for
adding/deleting users, creating their home dirs etc ? I suppose it's
easy enough to do manually, inserting rows in the database, creating
dirs, chown/chmod yada yada, but there must be a better way to do it ...
If you're doing dovecot replication then it
2012 Sep 27
1
Is there a way to source from a specific Git repository without hardcoding the location everywhere?
Folks,
A small group of us are working together to develop a set of R functions
to support data management and analysis using Eclipse/StatET in a Windows
environment. We are using Git/EGit for version control. We work within
our own repository and occasionally push to a common remote location.
I'd like to have the code source files from the 'local' git repository
without
2005 Jun 13
2
xmms plugin bug report - macOS 10.3, darwinports
Hi all -
I've just finished building flac in the "darwinports" environment
on MacOS 10.3.9.
The port maintainer (i've cc'd him) had disabled the xmms plugin build.
I wanted that, so I changed the portfile and built locally, yada yada.
I've run into three problems, only two of which I've seen reported
in the list archives here.
1) configure doesn't properly
2005 Jan 26
2
Telrad + E&M T1 Trunk
All,
One of our customers is using a Telrad PBX, we are providing
phone server through asterisk via a T1 using e&m directly connected to
the Telrad system. We're using a T1 cross cable as normal, the T1 part
works great. No alarms. When we try and dial out the Telrad using a
direct trunk group, the call fails. When looking in the asterisk console
I noticed only 1 or 2 digits are seen,