Displaying 20 results from an estimated 94 matches for "ation".
Did you mean:
action
2008 Jul 15
1
package.skeleton does invalide regular name...
Hi the list,
I am using package.skeleton on a file that has a very classic name, but
package.skeleton detect it as a invalid name :
--- 8< -------
package.skeleton(name="packClassicBis",code_files="./packClassic/R/progClassic.R")
Cr?ation des r?pertoires...
Cr?ation de DESCRIPTION...
Cr?ation de 'Read-and-delete-me'...
Recopiage des fichiers de code...
Cr?ation des fichiers d'aide ...
Termin?.
Les ?tapes suivantes sont d?crites dans './packClassic4/Read-and-delete-me'.
Warning message:
In package.skeleton(name =...
2002 Aug 14
0
[Help] When one application internally invokes another applic ation?
...the path
Try using --debugmsg +module to see where it looks for the notepad
Bill
> -----Original Message-----
> From: leanne [mailto:leanne@thizlinux.com]
> Sent: Wednesday, August 14, 2002 2:44 AM
> To: wine-devel@winehq.com; wine-users@winehq.com
> Subject: [Help] When one application internally invokes another
> application?
>
>
> Dear all,
>
> I wonder wine's config would help if one application needs to invoke
> another application, say, Notes Client to
> open attachment with notepad.exe. I fail to open the
> attached txt file
> and it...
2004 May 14
3
Psssst. The US is asleep - let's talk intern ationalization !!!
And let's also spell things properly! Like 'internationalisation' ...'Weasels have got into your phone system' instead of 'gotten into your phone system...'
And 'please press the hash key..' instead of 'pound key'
There should probably be en_uk, en_us, en_ca, en_za, en_nz, en_oz, en_ie and en_in etc to allow each En...
2006 Apr 04
1
imaging and contouring
Dear R'Helpers and Colleagues,
I have looked in the documentation, asked to some colleagues in the
lab, but was unable to solve the following difficulty.
I am running R on a iMac G5 with OS 10.4.
The file below (73 rows x 144 col) shows the values of a climatic
index on the globe with a grid of 2,5 ? x 2,5 ? (NA = no value):
?
With image() and map() and...
2008 Feb 15
0
Behaviour of integrate (was 'Poisson-lognormal probability calcul ations')
Hi again,
Adding further information to my own query, this function gets to the core
of the problem, which I think lies in the behaviour of 'integrate'.
-------------------------------------
function (x, meanlog = 0, sdlog = 1, ...) {
require(stats)
integrand <- function(t, x, meanlog, sdlog) dpois(x,t)*dlnorm(t,
me...
2016 Jul 17
2
doveadm feature request: move mailbox between users
A feature request for doveadm: move (or copy) mailboxes between users
Something like:
doveadm movemailbox -s User1 -d User2 Old/Mail/Box Destin/Ation/Path
(the same with copymailbox)
Or something like that is already possible?
--
Ciao,
luigi
/
+--[Luigi Rosa]--
\
It's not enough that we do our best;
sometimes we have to do what's required.
--Sir Winston Churchill
2012 Aug 07
3
Best way to add samba4 to existing domain
I have Samba4 running, and it had a win2k3 server joined to it. This is
working great.
I'd like to add another Ubuntu 12.04 server with samba4 beta5. What's the
best join method?
Do I provision the server as a member, then join using samba-tools domain
join <domain>
When I do it looks like it doesn't replicate the directory, just forwards?
Should I provision as a DC with
2020 Oct 09
1
Aide pour finaliser ce code
...permet de calculer la racine carr?e d'une matrice
# en utilisant la d?composition M=PDQ o? Q est l'inverse de P
# ici les valeurs propres n?gatives sont remplac?es par zero
a=eigen(M,TRUE)
b=a$values
b[b<0]=0
c=a$vectors
d=diag(sqrt(b))
b=solve(c)
a=c%*%d%*%b
return(a)
}
# d?claration des parametres
m1=0.01 # valeur de alpha (risque de 1%)
m2=0.05 # valeur de alpha (risque de 5%)
m3=0.1 # valeur de alpha (risque de 10%)
nbrefoissim=100 # nbrefois que le programme tourne
p=2 #dimension de la variable X
q=3 #dimension de la variable Y
R=c(2,3,2);# Nbre de partition de chaque compo...
2006 Jul 09
2
Error using sqlite3
Hello, I''m trying to use sqlite3 and I''ve followed the steps here :
http://wiki.rubyonrails.org/rails/pages/HowtoUseSQLite
However I get the error above (uninitialized constant API) when trying
to run a migration.
I''m under Windows XP, using cygwin, the sqlite3.dll file is on the lib
directory of my rails app (filemon, an utility that reports file access
attempts show me that this file is found and open successfully)
Any help appreciated, thank you
[/home/ruby-tests/mica]>rake db:migrate -...
2007 Nov 15
0
9 commits - data/Makefile.am player/swfdec-player.ui player/swfdec-window.c po/fr.po po/POTFILES.in po/POTFILES.skip thumbnailer/Makefile.am
...Fri Nov 9 01:25:24 2007 +0100
Merge branch 'master' of git://anongit.freedesktop.org/git/swfdec/swfdec-gnome
commit 147987593df5f64eb8a2328d59b57e30779d98f8
Author: Stephane Loeuillet <leroutier at gmail.com>
Date: Thu Nov 1 15:00:29 2007 +0100
Fix a really fuzzy translation
diff --git a/po/fr.po b/po/fr.po
index 5499be4..978c761 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -80,9 +80,8 @@ msgstr ""
#~ msgid "Play / P_ause"
#~ msgstr "Lecture / P_ause"
-#, fuzzy
#~ msgid "Play or pause the file"
-#~ msgstr "Permet de lire de...
2005 Dec 19
5
using a local MS SQL Server
...try to connect to a MS SQL Server database on the same
box as my RoR app I get an error. I have tried to use the IP address of the
dev box as the value of "host" as well as "localhost" but nothing works. I
am using Windows 2000, SQL Server 7, and RoR v 1.0. Here is my
configuration.yml file and a copy of the error :
development:
adapter: sqlserver
database: cookbook_development
host: 127.0.0.1
username: sa
password: password
DBI::DatabaseError in Recipe#index
Open
OLE error code:80004005 in Microsoft OLE DB Provider for SQL Server
Cannot open d...
2016 Jul 17
2
doveadm feature request: move mailbox between users
aki.tuomi at dovecot.fi wrote on 17/07/2016 12:37:
>> A feature request for doveadm: move (or copy) mailboxes between users
>>
>> Something like:
>>
>> doveadm movemailbox -s User1 -d User2 Old/Mail/Box Destin/Ation/Path
> You can do this with
> - mailbox create
> - move
> - delete
See thread "Moving Maildir folders"
The problem is to prune and graft some branches of the [Maildir] folder
structure between users.
For instance, when a user leaves an organization, some of their ma...
2005 May 17
0
Building openssh4.0p1 on AIX 5.3 with openssl 0.9.7g and tcp_wrapper
...-o conftest -g -I/opt/freeware/ssl
-I/opt/freeware/i
nclude -L/opt/freeware/ssl -L/opt/freeware/include conftest.c -lcrypto -lz
-L
/opt/freeware/lib >&5
+14370 ld: 0711-317 ERROR: Undefined symbol: .RAND_add
+14371 ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
inform
ation.
+14372 configure:13745: $? = 8
+14373 configure: failed program was:
+14532 | char RAND_add ();
+14533 | int
+14534 | main ()
+14535 | {
+14536 | RAND_add ();
+14537 | ;
+14538 | return 0;
+14539 | }
+14540 configure:13798: cc -o conftest -g -I/usr/local/ssl/include
-I/opt/freew...
2002 Mar 04
1
Removing partial Samba Install
Hello everyone:
Being a newbie, I'm extending myh education via trial
and error.
When I originally installed Red Hat Linux, I believe
that Samba version 2.0.3-8 was installed. In fact,
when I now query rpm for Samba, the response indicates
the above mentioned version. A while back, I
downloaded the latest version of Samba (2.2.2) and
dutifully tried to in...
2004 Jun 24
4
toll access - account code
Our telco has setup toll access account codes for outgoing calls. I would
like to include these account codes in the dialplan for certain extensions
(fax lines, modems) so that they are not prompted for the 4 digit code when
making a toll call. I have played around with the 'w' command with ZAP
channels, commas, and DISA, all with no success. I see a lot of examples of
Asterisk with
2004 Jan 17
4
Asterisk Indications
Hi,
Just wondering if someone could better explain how the indications.conf file
actually affects Asterisk?
I am using a Cisco 7940 from my Asterisk system, and have set in
indications.conf "country=au" thinking that this would make the
dialtones/call progress sound like the familiar Australian tones?
However when I call another extension on my syst...
2023 Feb 24
2
Send admin kill request to server
Good Morning Philipp,
that make be a good point.
But it would be very helpful, if in the Icecast documentation would be very clear defined, which kind of authorization is required for which server version.
At least, I could not find anything!
-----Urspr?ngliche Nachricht-----
Von: Icecast [mailto:icecast-bounces at xiph.org] Im Auftrag von Philipp Schafft
Gesendet: Samstag, 18. Februar 2023 20:53
An: Icec...
2024 May 15
0
NOUVEAU, 2 projets immobiliers neufs aux portes du Golfe du Morbihan, proposés par IFI Promotion & Aménagement
...s ferm?s
--------------
[ En savoir plus](http://r.email.marketing-premium.com/mk/cl/f/sh/SMK1E8tHeGLdcBjX2aFfAJUJCYvB/4PJbIpZtOsVt "En savoir +")
===========================================================================================================================
Plus d'informations sur :
-------------------------
?
[**ifi-promotion-amenagement.fr**](http://r.email.marketing-premium.com/mk/cl/f/sh/SMK1E8tHeGgDycCOa4i7RnOX7Sfx/hU5QxaUg9edn "IFI Promotion & Am?nagement")
============================================================================================...
2024 May 22
0
2 nouveaux lieux de vie à ne pas manquer
...s ferm?s
--------------
[ En savoir plus](http://r.email.marketing-premium.com/mk/cl/f/sh/SMK1E8tHeGLdcBjX2aFfAJUJCYvB/LaDAvUEBX56p "En savoir +")
===========================================================================================================================
Plus d'informations sur :
-------------------------
?
[**ifi-promotion-amenagement.fr**](http://r.email.marketing-premium.com/mk/cl/f/sh/SMK1E8tHeGgDycCOa4i7RnOX7Sfx/UX6OTG5Oq7eH "IFI Promotion & Am?nagement")
============================================================================================...
2024 Jun 04
0
2 opportunités d'achat dans le Morbihan
...s ferm?s
--------------
[ En savoir plus](http://r.email.marketing-premium.com/mk/cl/f/sh/SMK1E8tHeGLdcBjX2aFfAJUJCYvB/1aswx06i7RR_ "En savoir +")
===========================================================================================================================
Plus d'informations sur :
-------------------------
?
[**ifi-promotion-amenagement.fr**](http://r.email.marketing-premium.com/mk/cl/f/sh/SMK1E8tHeGgDycCOa4i7RnOX7Sfx/ZSA5jeFFTSK8 "IFI Promotion & Am?nagement")
============================================================================================...