Displaying 20 results from an estimated 81 matches for "doyl".
Did you mean:
doyle
2012 Apr 17
2
Installing Kendall Package
...g:
trying URL '
http://ftp.ussg.iu.edu/CRAN/bin/windows/contrib/2.14/Kendall_2.2.zip'
Content type 'application/zip' length 52732 bytes (51 Kb)
opened URL
downloaded 51 Kb
package ‘Kendall’ successfully unpacked and MD5 sums checked
The downloaded packages are in
C:\Users\Doyles\AppData\Local\Temp\RtmpuA5mIV\downloaded_packages
But when I try to use it I get
Error: could not find function "Kendall"
So am I missing a step??
Thank you for your time
David
[[alternative HTML version deleted]]
2015 Feb 05
4
[PATCH] load_linux: correct a type
Correct base's type to match its initialization from prot_mode_base and
passage to syslinux_memmap_find(). Tested with extlinux.
Signed-off-by: Scot Doyle <lkml14 at scotdoyle.com>
---
com32/lib/syslinux/load_linux.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/com32/lib/syslinux/load_linux.c b/com32/lib/syslinux/load_linux.c
index 06ae2a9..ac73729 100644
--- a/com32/lib/syslinux/load_linux.c
+++ b/com32/lib/syslinu...
2013 Mar 19
3
Splitting ports
...lso possible to have e-mail addresses going to
one server or another in the same concept so joe@abc.com will to server E
and jane@abc.com goes to server F? If any of this is possible, what is the
name of the technology/technique?
Thank you for your input/help.
Have a great day,
Donald S. Doyle
President
G.E.M. Computer Consulting, LLC
317.250.4448
<http://www.gemcc.com> www.gemcc.com
<http://www.gemcc.com/> gem-logo
CONFIDENTIALITY NOTICE
The materials enclosed with this electronic transmission are private and
confidential and are the properties of the sender....
2006 May 22
3
Samba Print Problem (Everything Looks Right)
...quot;rpcclient" and see the driver installed.
The only difference I see is that "cupsaddsmb" (v1.2) put the driver
(cups-windows v6.0) under the "3" subdirectory instead of the "2" directory.
titan:/var/log/samba$ rpcclient -Ubcwhite%secret -c 'getdriver Doyle'
share
[Windows NT x86]
Printer Driver Info 3:
Version: [3]
Driver Name: [Doyle]
Architecture: [Windows NT x86]
Driver Path: [\\SHARE\print$\W32X86\3\pscript5.dll]
Datafile: [\\SHARE\print$\W32X86\3\Doyle.ppd]
Configfile: [\\SHARE\print$\...
2009 Oct 14
6
Reinstantiate controller during functional testing
... ok, I may be going about this the wrong way, or perhaps, a less
efficient way than is optimal, but I would like to test a little bit
of AJAX on one of my web pages. When I test this by hand, I bring up
the page which shows a select box, I select an item from the drop down
list, see another select box show up, go back to the first select box,
select a different item, and see something
2019 Jun 06
2
Cloud automation
Hi,
I have a question for you:
Let’s suppose I have three physical servers; two on the same area, and the last one elsewhere (not on the same network, but all three have connectivity between each others).
May I use this infrastructure with libvirt? I mean in terms of cloud automation: is it possible to remotely deploy VMs (with particulary configurations) with libvirt?
For example, is it
2002 Jul 24
2
[Bug 368] TTSSH will not connect to OpenSSH_3.4p1
http://bugzilla.mindrot.org/show_bug.cgi?id=368
------- Additional Comments From mindrot at regs.nebcorp.com 2002-07-24 12:16 -------
Just make life easier:
TeraTerm 2.3
http://hp.vector.co.jp/authors/VA002416/ttermp23.zip
TTSSH 1.5.4 plugin
http://www.cs.cmu.edu/~roc/ttssh154.zip
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the
2017 Oct 30
1
Contrib Request, SSH FirewallD
Hello,
I would like permission to contribute information to the wiki...
Username: CaseyDoyle
To append an additional method for ssh blocking with firewallD:
Page:
https://wiki.centos.org/HowTos/Network/SecuringSSH#head-3579222198adaf43a3ecbdc438ebce74da40d8ec
Suggest to add the following info to it pertinent section:
------
6. Filter SSH at the Firewall
complementary to iptables meth...
2017 Oct 05
0
Adding non-data line to legend ggplot2 Maximum Contaminant Level
...it seems a bit clumsy.
In words, I created a new data.frame with "250" in the Chloride vector and "SMCL" in the Detections vector and supplessed one legend.
Warning: For my convenience I am using different data.frame names .
library(ggplot2)
MyData <-read.csv("http://doylesdartden.com/Stats/TimeSeriesExample.csv", sep=",")
MyData$Detections <- ifelse(MyData$D_Chloride ==1, "Detected", "NonDetect")
dat1 <-? MyData[, c(1, 3, 4, 6)]
dat2 <-? dat1[, c(1,2)]
dat2$Detections <-? rep("SMCL", nrow(dat2))
dat$Chlo...
2020 Jun 05
6
yum/dnf diff
On 6/5/2020 12:21 PM, Johnny Hughes wrote:
> if you click on the six digit number, for example, e52775 for the
> current latest "import 389-ds-base-1.3.10.1-9.el7_8". The result is
> every diff of every change for the rpm.
That's quite handy! But not what I'm looking for. I'm trying to figure
out what edits I made to my config files.
My most recent case was
2002 Dec 28
3
samb.conf
I'm very new to linux, I'm using Linux 8.0, seemed very easy to configure at
first, but I'm having trouble configuring how to connect to my computer
using linux from my computer using windows98. I see the Mygroup Icon in
NetworkNeighborhood and also my user name, but when I click on it, it says
to provide a password. I use my user password from linux but no avail.
Somewhere I
2019 Oct 31
3
[PATCH 1/2] loop: fix loop_info struct
Otherwise, stack can be corrupted resulting in incorrect runtime
behaviour. For example, overriding argc from main().
References: https://bugs.launchpad.net/ubuntu/+source/klibc/+bug/1850184
Signed-off-by: Michael Hudson-Doyle <michael.hudson at ubuntu.com>
Signed-off-by: Adam Conrad <adconrad at ubuntu.com>
Signed-off-by: Dimitri John Ledkov <xnox at ubuntu.com>
---
usr/utils/loop.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/usr/utils/loop.h b/usr/utils/loop.h
index 9abc2...
2009 Sep 28
6
What is the most efficient way to split a table into 2 groups?
I have the following:
@lot = Lot.find(params[:id])
part_nums = Part.all(:conditions => ["id <> ?", @lot.part.id])
I guess I should mention that
Lot :belongs_to => :part
I was looking at the log following the execution of these two
statements and I saw something like this:
Lot Load (0.4ms) SELECT * FROM "lots" WHERE ("lots"."id" = 13)
Part
2015 Aug 09
1
[PATCH] load_linux: correct a type
On Sun, Aug 9, 2015 at 3:44 AM, intrigeri via Syslinux
<syslinux at zytor.com> wrote:
> Hi,
>
> back in February, Scot Doyle proposed two patches:
>
> http://www.syslinux.org/archives/2015-February/023209.html
0a2dbb339
> http://www.syslinux.org/archives/2015-February/023179.html
83aad4f6
--
-Gene
2019 Aug 30
2
I broke "yum update" - C7
...o /etc. Package installs trigger a commit, as do a daily
cron job.
If in this case it was a corrupt file in /etc/pki, then a 'git log' or
similar could show when it happened. Although I think you tried 'rpm -V'
already so perhaps it wasn't a corrupt cert file.
Paddy
--
Paddy Doyle
Research IT / Trinity Centre for High Performance Computing,
Lloyd Building, Trinity College Dublin, Dublin 2, Ireland.
Phone: +353-1-896-3725
https://www.tchpc.tcd.ie/
2005 Jan 25
1
r square values for independent variables in multiple linear regr ession model -- newbie
...iable while using "lm" for developing a multiple linear
regression model.
Thank you
avneet
"I have no data yet. It is a capital mistake to theorize before one has
data. Insensibly one begins to twist facts to suit theories instead of
theories to suit facts."
~ Sir Arthur Conan Doyle (1859-1930), Sherlock Holmes
2003 Mar 14
1
dovecot/vpopmail auth problems
...ation data.
vpopmail's tools can access the user database just fine, and vchkpw
is working so far as authentication goes.
I took an "strace -f dovecot", in case it can help. It is about 900k,
and can be accessed at http://www.narshe.net/~umaro/dovecot.log
please help!
Thanks
Chris Doyle
2005 Apr 19
1
Package 'R2HTML'
...t-1.html
Processing code chunks ...
Error: couldn't find function "SweaveParseOptions"
"I have no data yet. It is a capital mistake to theorize before one has
data. Insensibly one begins to twist facts to suit theories instead of
theories to suit facts."
~ Sir Arthur Conan Doyle (1859-1930), Sherlock Holmes
2006 Nov 16
6
Gantt chart problem after upgrade to R 2.4.0
...h no luck Have I
missed something in the upgrade notes? Can anyone
suggest something? Thanks
My code is:
require(plotrix)
Ymd.format <- "%Y/%m/%d"
Ymd <- function(x){ as.POSIXct(strptime(x,
format=Ymd.format))}
gantt.info <- list(
labels =c("Dickens", "Doyle", "Kipling", "Poe"),
starts =Ymd(c("1824/01/01", "1850/01/01",
"1865/01/01", "1815/11/01")),
ends =Ymd(c("1901/01/01", "1922/01/01",
"1935/01/01", "1867/01/01")),
priorities =c(...
2008 Dec 13
2
What is "The Rails Way" to do this?
I have a PHP application with the following in one of the "views":
<input type="button" onClick="newAlt()" value=" + "></nobr>
The JavaScript for "newAlt()" is:
// using DOM create new input box for alternate part
function newAlt() {
var html = "<input style=''background-color:#FFFFCC'' ";
html +=