Displaying 15 results from an estimated 15 matches for "doucments".
Did you mean:
documents
2015 Jun 24
1
Conditional statements in libguestfs
Hi Experts,
I am writing a guestfish script . I want to implement conditional logic
inside guestfish script. For example , if state.tgz exists in image do
something else if onetime.tgz exists in the image do someotherthing .
Is it possible to do this within guestfish script. I tried to search a
solution for this in guestfish doucmentation but couldn't find anything
useful.
Thanks in advance
2011 Aug 31
1
density function cannot work well on UNIX R version 2.13.
Hi, there,
I found density function?cannot work well on UNIX.R
version 2.13.1 (2011-07-08), Platform: i386-pc-solaris2.10 (32-bit)
Here is an example from R doucments which can work well on other version.
plot(density(c(-20,rep(0,98),20)), xlim = c(-4,4))#
But right now the estimated probablity =0 for all point.
Do I need do something about float point?
Thanks.
Alex
2004 Aug 15
3
123 Basic configuration files
I need to find some basic configuration files. Is there a place I can check
out how to set up an office using sip telephone and Digium FXO and FXS
ports?
Don Moskaluk
don@moskaluk.com
www.moskaluk.com
416 737-8230 Cell
416 614-8230 Home
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.732 / Virus Database: 486 - Release Date:
2007 Jul 04
1
call transfer not working
Dear all
I have install asterisk 1.2.x and it is working fine my setup is like
[*]-------[Mediant2k]------------[Avaya]
Now i want to transfer call in internal extension i have read more document on www.voip-info.com but it is now so much clear so if u have any sample configuration file and doucment plz suggest me i have configure feature.conf and extention.conf for this task
2012 Mar 18
1
Namespace dependency not required
Hi,
I am working at adding namespace to my packages, carefully following the
doc "Writing R extensions" and some threads on the web. However I cannot
find clear explanation about how to best deal with the import or
importFrom functions in the name space. To make it short:
To declare dependencies in the description file either after Depends:
(packages including functions that are
2006 Mar 25
67
Your Ruby IDE
Just a poll here i am looking for a good IDE for rails and wondering
what you guys use?
features i like in an ide
code highlites
auto code complete
file browser
Currently i am using dreamwever but the code highliting is really bad
its also a pain to set up other doucment types such as .yml data config.
--
Posted via http://www.ruby-forum.com/.
2006 Mar 25
0
Re: Rails Digest, Vol 18, Issue 654
Radrails! Certainly complies with what you are looking for and much more.
(Ctrl-Shift-V to toggle the editor between Model and View, for example).
Runs as a standalone application, or as a feature (plugin) on the Eclipse
platform. Cross platform either way.
Then there''s the cost: it''s free!
RadRails: http://www.radrails.org/
(Just one the award for best open source Eclipse
2005 Jul 28
1
Need help with the rsync library and the communication protocol
Hey,
I'm currently adding rsync to pacman (http://archlinux.org/pacman). A static
version of the program is used for rescue operations. Because of this it
is impossible to use the rsync client programm via an execve call and we
need a version implemented in C.
So I started implementing it. But the rsync source isn't beautiful or structured
- it's just a big hunk of code. I spent
2001 May 10
0
Printer drivers, document defaults
Hi,
I recently posted several mails concerning my problems with samba 2.2.0
acting as a server for printer drivers. The drivers are downloaded to
the Windows clients, but the document defaults get muddled up. Even if
I set the document defaults to German Page Size "A4", applications insist
in setting the doucment page size to "Legal" or "Letter".
Is there anyone
1998 Nov 10
0
Very newbie intro to SAMBA
All the people who know what they are doing, please
skip this post (except for constructive criticism and advise,
which newbies could alway's use). Thanks.
Intro for newbie's, by a barely-one-day-old SAMBA user
First, there is some useful documentation on Samba at
/samba.anu.edu.au. The doucmentation is well-written,
but need's to be slowly ingested: information overload
is
2017 Aug 03
2
Doveadm-sync SSH practicalities
Terry Jones wrote:
> The documentation is somewhat silent on this subject.
If you mean https://wiki.dovecot.org/Tools/Doveadm/Sync the answers seem
implicit to what's been stated.
> What permissions does the SSH user need ?
To be able to run the doveadm executable (or a wrapper script that eventually
runs doveadm) on the remote side.
> How associated does it need to be with
2005 Sep 21
2
Result Documents XML or JSON?
My Java servlets can generate both JavaScript objects, like
JSON, and XML. I can generate both pretty easily.
What''s best practice for AJAX responses? Return scripts to be
evaled by the Ajax control, or return XML documents and iterate
them using XML DOM?
Thanks.
--
Alan Gutierrez - alan@engrm.com
- http://engrm.com/blogometer/index.html
-
2000 May 15
1
Non linear regression using Levenberg-Marquardt method
Hello,
I want to fit some non linear models with the Levenberg-Marquardt
algorithm. It doesn''t seem to exist any function to do this in R ( well,
maybe one does, but I''m a new user, and the only documentation I have is
"An introduction to R").
I''d like to know if this function exists, maybe throught an additionnal
package.
I''d also like to know if if
2006 Mar 25
1
Re: Rails Digest, Vol 18, Issue 656
Here''s an alternative in-depth treatment on setting upo rails on Debian
(Ubuntu, Kubuntu, ... ), may be interesting to follow through in more detail
for some:
The Perfect Rails/debian/lighttpd Stack... (
http://brainspl.at/pages/perfect_vps )
Victor Kane
http://awebfactory.com.ar
On 3/25/06, rails-request@lists.rubyonrails.org <
rails-request@lists.rubyonrails.org> wrote:
>
2008 Jul 07
3
[Bridge] [RFC PATCH 0/2] Allow full bridge configuration via sysfs
Right now, you can configure most bridge device parameters via sysfs.
However, you cannot either:
- add or remove bridge interfaces
- add or remove physical interfaces from a bridge
The attached patch set rectifies this. With this patch set, brctl
(theoretically) becomes completely optional, much like ifenslave is
now for bonding. (In fact, the idea for this patch, and the syntax
used herein, is