search for: ations

Displaying 20 results from an estimated 89 matches for "ations".

Did you mean: actions
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
2002 Aug 14
0
[Help] When one application internally invokes another applic ation?
I presume that c:\windows is in 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? > > >
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 English-speaking country to localise
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 running the following
2008 Feb 15
0
Behaviour of integrate (was 'Poisson-lognormal probability calcul ations')
...any ideas? Thanks in advance, Keith Jewell mailto:k.jewell at campden.co.uk telephone (direct) +44 (0)1386 842055 > -----Original Message----- > From: Jewell, Keith > Sent: 15 February 2008 11:16 > To: 'r-help at r-project.org' > Subject: Poisson-lognormal probability calculations > > Hi, > > just for the record, although I don't think it's relevant (!) > ------------------------------------- > > sessionInfo() > R version 2.6.0 (2007-10-03) > i386-pc-mingw32 > > locale: > LC_COLLATE=English_United Kingdom.1252;LC_CTYPE=English_U...
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
...) Idebut1=(j*p) else Idebut1=((sum(R[1:(i-1)])+j)*p) if (k==1) Ifin=((l-1)*p)+1 else Ifin=((sum(R[1:(k-1)])+l-1)*p)+1 if (k==1) Ifin1=(l*p) else Ifin1=((sum(R[1:(k-1)])+l)*p) GSigma[Idebut:Idebut1,Ifin:Ifin1]=Vijkl+(P11[[i]][j]*P11[[k]][l]*(Vn-Vij-Vkl)) } } } } # D?terminations des valeurs propres de sigma epsilon pa=SqrtMatrice0(GSigma) mq= pa %*% GGamma %*% pa u=Re(eigen(mq)$values) # d?termination de d?gr? de libert? et valeur c not? va dl=(sum(u)^2)/(sum(u^2)) va=(sum(u^2))/(sum(u)) pc=1-pchisq(tr1/va, df= dl) # Test de la valeur obtenue if (pc>m1) d1=0 else d1=...
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
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
...Adobe Flash" +#~ msgstr "Lecture ou pause sur le fichier" #~ msgid "_About" #~ msgstr "A _propos" commit c2888a79f6e9479f1ec0e128b742f79fea9ab8e5 Author: Stephane Loeuillet <leroutier at gmail.com> Date: Thu Nov 1 14:51:36 2007 +0100 Include translations for .ui file even if they're unused for now diff --git a/po/fr.po b/po/fr.po index 91138b3..5499be4 100644 --- a/po/fr.po +++ b/po/fr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.5.3.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-...
2005 Dec 19
5
using a local MS SQL Server
I would appreciate any tips/clues/advice very much. I have started using ruby on rails and when the MS SQL Server database is on a different box than my dev box (where the RoR app is located) I can connect fine. However when I 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
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
2005 May 17
0
Building openssh4.0p1 on AIX 5.3 with openssl 0.9.7g and tcp_wrapper
Hi all, Would appreciate if you can help me resolve this issue. I'm getting following error on running configure: The library libcrypto.a is under "/opt/freeware/lib" and is the only instance of libcrypto.a. And I'm using IBM AIX C compiler 6.0. configure: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) *** CONFIGURE $ ./configure
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 install it. I issued the commands as
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 syste...
2023 Feb 24
2
Send admin kill request to server
...ain reason why I answer: NEVER EVER just append a random Authorization:-header without implementing all of the HTTP authorisation mechanism. If you do so you basically are broadcasting cleartext passwords to random peers, and are likely to get in trouble with changes of software versions or configurations. It is a big no-go. Always use the mechanism as provided by your HTTP implementieren. Please see the relevant standards for a full discussion on how and why this breaks security and interoperability. > But this can?t be done via JavaScript or JQuery, due the security > features of the brow...
2004 May 27
1
identation in Rd file, section "details"
Hi, I want to describe an algoritm in the details section of an Rd file and I'm having trouble to ident the different text rows. Can someone tell me how I can ident text in Rd files ? Thanks EJ
2010 May 27
1
Over quota
Is there any way to still be able to login/delete email via dovecot-imap when the user's filesystem quota is exceeded? We just moved from courier where this was still possible but now a user over quota can login but cannot get a list of messages and the logs show this: May 27 10:24:45 pop1.gwtc.net dovecot: POP3(cody at howaboutnow.net) [64.251.165.209]:
2005 Oct 12
0
Notice message meaning for C7960?
Asterisk cvs-head compiled 2005-10-07 11: Oct 12 18:35:12 NOTICE[21740]: chan_sip.c:10685 handle_request_register: Registr ation from 'sip:301495906@204.212.194.101' failed for '208.5.218.28' - Not a lo cal SIP domain The sip phone is a Cisco 7960 with one line defined, and registration with * is occuring just fine. Calls to/from the phone are fine. The phone is on a distant