Displaying 20 results from an estimated 22 matches for "mylocation".
Did you mean:
mdlocation
2005 May 12
3
R2.1.0: Bug in list.files
R2.0.1 (MS Windows)
> list.files(myloc,"*.zip",full=T)
[1] "P:/SARsoftware/Rlibraries/gnlm_0.1.zip"
[2] "P:/SARsoftware/Rlibraries/lms2_0.2.zip"
R2.1.0:
> list.files(myloc,"*.zip",full=T)
Error in list.files(path, pattern, all.files, full.names, recursive) :
invalid 'pattern' regular expression
Bug? or have I missed something
2006 Feb 26
5
Help On Associations Extension.
...y to build a custom add method to the
association.
i have a table locations that has a many-to-many association with a
tags tabel using a locations_tags table.
i want to add a method to the Location has_and_belongs_to_many
association so that i can do something like this on the location
model:
myLocation.tags.add_by_names ''tag1 tag2 tag3''
On the extension i want to do something like this:
class Location < ActiveRecord::Base
has_and_belongs_to_many :tags do
def add_by_names tag_names
tag_names.split(" ").each do |tag_name|
tag = Tag.find_by_name(t...
2009 Mar 11
4
Are .call files working with extensions.ael ?
Hello,
With an extensions.ael enabled system, I keep getting whatever I change into
my "astup.call" file :
[Mar 12 00:13:56] WARNING[2538]: pbx_spool.c:267 apply_outgoing: At least
one of app or extension (or keyword message/pdu) must be specified, along
with tech and dest in file /var/spool/asterisk/outgoing/astup.call
[Mar 12 00:13:56] WARNING[2538]: pbx_spool.c:457 scan_service:
2005 Oct 31
2
nlme error message
Dear Friends,
I am seeking for any help on an error message in lme
functions. I use mixed model to analyze a data with
compound symmetric correlation structure. But I get an
error message: "Error in corMatrix.corCompSymm(object) :
NA/NaN/Inf in foreign function call (arg 1)". If I change
the correlation structure to corAR1, then no error. I have
no clue how to solve this problem.
2009 Nov 11
2
Bug or feature: SIP chanvars not overriden
Hello,
Using 1.6.2-rc5, my settings include:
[local-phone](!)
context=mylocal
type=friend
nat=no
canreinvite=no
host=dynamic
qualify=yes
dtmf=info
language=fr
call-limit=5
subscribecontext=subs
disallow=all
allow=alaw
t38pt_udptl=no
setvar=accountcode=foo
[168](local-phone)
defaultuser=168
secret=pass168
callerid=John Doe<168>
2016 Feb 08
3
strace clang refers files from lib/tls/x86_64 multiple times
Greetings!
Sample program:
int main(int argc, char **argv)
{
int myLocal=0xAA;
return 0;
}
Command: clang t.c -o a.o -c
With above simple program we are observing that clang is stat-ing and trying to open various files from lib/tls location. Eventually all calls to "lib/tls" leads to ENOENT (No such file or directory)!
<sample_strace>
2007 Oct 19
1
static wins entries -- entries change after restart of corresponding Samba server
...password information changed for*"
passwd chat debug = yes
domain logons = yes
local master = yes
os level = 60
domain master = no
preferred master = no
logon path =
logon drive =
passdb backend = ldapsam:ldap://192.168.6.229/
ldap admin dn = cn=root,dc=mylocation,dc=mycompany
ldap suffix = dc=mylocation,dc=mycompany
ldap group suffix = ou=Groups
ldap user suffix = ou=Users
ldap machine suffix = ou=Machines
add machine script = /usr/sbin/smbldap-useradd -w "%u"
add user script = /usr/sbin/smbldap-useradd -m "%u"...
2013 Mar 04
1
Mysterious issues with reading text files from R in ArcGIS and Excel
...file in a different format
Then the file opens
Otherwise, the file opens "fine" the first time through - and "looks" ok. I can't figure out what Im doing different between the two commands of write.table as they are always written the same:
write.csv(file, file = "D:/mylocations/fileofinterest.csv") or write.table(file, file = "D:/mylocations/fileofinterest.txt")
Sometimes I will try to add sep = "," or sep = ";" but these don't make a difference (which I didn't figure they would).
The other program I use is ArcGIS and bringing...
2013 Mar 05
1
R-help Digest, Vol 121, Issue 5
...rmat
> Then the file opens
>
>
> Otherwise, the file opens "fine" the first time through - and "looks" ok. I can't figure out what Im doing different between the two commands of write.table as they are always written the same:
> write.csv(file, file = "D:/mylocations/fileofinterest.csv") or write.table(file, file = "D:/mylocations/fileofinterest.txt")
> Sometimes I will try to add sep = "," or sep = ";" but these don't make a difference (which I didn't figure they would).
>
> The other program I use is ArcGIS...
2007 Jul 28
2
activerecord model constantize question
I have a variable called column with the value of "bla" (column =
"bla")
I have a model call Location where method bla is defined (amongst many
other methods). What I would like to to is to call the method in
Location defined in the variable column.
I tried:
Location.column.constantize
but that gave me an error NoMethod.
I am sure there is a very simple way in Ruby as
2009 May 07
5
Controller redirect_to to leave iframe
Inside an iframe, I want the controller to redirect_to to the parent
(i.e. target =''_parent'').
Any ideas?
(Everything I''ve tried- via redirect_to - just keeps it inside the
iframe)
2007 Oct 05
1
security = domain -- samba adds its netbios name as samba domain to LDAP
...information changed for*"
passwd chat debug = yes
domain logons = no
local master = no
os level = 60
domain master = no
preferred master = no
logon path =
logon drive =
passdb backend = ldapsam:ldap://192.168.6.229/
ldap admin dn = cn=administrator,dc=mylocation,dc=mycompany
ldap suffix = dc=mylocation,dc=mycompany
ldap group suffix = ou=Group
ldap user suffix = ou=User
ldap machine suffix = ou=Machine
load printers = no
printcap name = /dev/null
disable spoolss = yes
socket options = TCP_NODELAY
idmap domains = mycom...
2012 Apr 02
3
dovecot and unison
I am successfully using dovecot purely as a personal local mail store on
my desktop. (There is only one account, and it's only ever accessed by
local mail clients on the machine. The point is to have a common store I
can use with any client; plus, I prefer dovecot's Mailbox storage to
Thunderbird's mboxes.)
Now I'd like if possible, to replicate this setup on my laptop and
2008 Nov 26
7
Dahdi, b410p and looping from 1 port to another
Hello,
Is it possible, for testing, to connect an cat5 straight patch cord between
2 ports of a Digium B410P card and use these 2 ports as a normal dahdi trunk
?
I've tried this:
One port is set as NT, the other as TE.
I would expect timing to come for system hardware so I choose in
/etc/dahdi/system.conf :
span=1,0,0,ccs,ami
span=2,0,0,ccs,ami
Results:
- both ports lights are green
-
2012 Dec 13
2
Installing Packages from a Local Repository
Hi everyone,
I've followed the instructions from R-Admin Section 6.6 for creating a
local repository. I've modified my Rprofile.site file to add the local
repository to my repos, but I haven't been able to successfully install my
package from the repo.
Here's the code that I've run.
##################################
sessionInfo()
getOption("repos")
2001 Mar 15
0
problems compiling on Irix
I think I have resolved my problem, but having typed most of this
I might as well send it.
I have OpenSSH_2.5.1p2 which I am trying to build on Irix 5
In Irix /usr/include/paths.h _PATH_ROOTPATH and
_PATH_USERPATH are defined.
defines.h looks for USER_PATH and _PATH_STDPATH and misses this, so
that sshd does not include the path for X11 when users login. I copied a
chunk of ifdef viz.
#ifdef
2008 Dec 02
0
How to get both channel ids from diaplan ?
Hi,
I think this have been talked over several times but I couldn't find any
answer.
Sorry for asking.
I want from dialplan, to transfer a callee to a context-extension-priority
that would play a given fax file to callee (callee is supposed to be a fax
number).
I can get caller's channel id (with built-in CHANNEL variable).
I found BRIDGEPEER but its value remains unset (see bellow)
2009 Apr 23
1
BLINDTRANSFER and SIP hardphones
Hi,
When a SIP hardphone is transfering a call while ringing (caller and callee
don't speak to each other) using phone's Transfer key, it seems
BLINDTRANSFER remains empty.
Though I can see a 302 MOVED TEMPORARILY message coming in.
Is there a work around or something obvious I'm missing (it's the first time
I'm playing with Dialplan transfert features.
context mylocal {
2009 May 08
0
Can't GOSUB_RESULT with Dial U() option ...
Hello,
I'm not understanding how to use GOSUB_RESULT in U() option from Dial app
(I'm using 1.6.1)
My extensions.ael is :
context mylocal {
2 => {
Dial(SIP/7530,,U(mynotify));
HangUp();
};
3 => {
Dial(SIP/7531);
HangUp();
};
};
macro mynotify () {
GOSUB_RESULT=ABORT;
};
I
2004 May 04
3
Samba without netbios/WINS
I am running samba (2.2.7a) on a solaris box on a network seperate from
our windows clients. (different subnet) We have a mix of Win2k and
winXP clients that are connecting to it.
I recently upgraded from NT 4.0 domains to active directory on Win2K
servers, and I would like to completely do away with netbios and WINS.
The problem is getting clients to connect to the samba server. I have