search for: pdp

Displaying 20 results from an estimated 120 matches for "pdp".

Did you mean: dp
2017 May 24
6
more recent perl version?
Warren Young schrieb: > On May 23, 2017, at 10:44 AM, hw <hw at gc-24.de> wrote: >> >> are there packages replacing the ancient perl version in >> Centos 7 with a more recent one, like 5.24? > > Since when is Perl 5.16 ?ancient?? It?s only 4 years old. > > CentOS 5 just left supported status, which shipped Perl 5.8.8 from first release to last, which means
2018 Jan 20
2
Paquete pdp
Buenas. El Paquete pdp es muy fácil de usar, pero cuando se lo aplico a mis datos me da: Error in eval(stats::getCall(object)$data) : object 'x.data' not found. Os copio abajo un ejemplo de aplicación a un RF. El mio es de un boosted regression trees (paquete gbm). No sé si esa puede ser la razón del erro...
2017 May 24
0
more recent perl version?
...Living in the past seldwhen is a good idea. I don?t propose to teach you about my problems ? they are, after all, mine, and I?m coping with them quite well, thank you ? but I?ll give you a glimpse into someone else?s as a lesson: the San Francisco Bay Area Rapid Transit System was still running on PDP-8s as of several years ago, and may still be doing so. As I understand it, they were using a modified PDP-8/e, which is 1970 tech. Note that I didn?t say ?1970?s.? I mean the year nineteen hundred and seventy, A.D. The PDP-8/e is just an enhanced version of the original PDP-8 from 1965, which i...
2008 Apr 08
1
[PATCH] use NR_IRQS for irq count
...bit, which) #define irqh_clear(which, bit) clear_bit(bit, which) -#define irqh_ffs(which) find_first_bit(which, NINTR) +#define irqh_ffs(which) find_first_bit(which, NR_IRQS) static irqreturn_t irqh_interrupt(int irq, void *p) @@ -92,7 +90,7 @@ irqh_dev_write(struct file *fp, const ch if (pdp) { if (pci_enable_device(pdp)) ERROR("device not enabled\n"); - if ((unsigned)(n = pdp->irq) >= NINTR) { + if ((unsigned)(n = pdp->irq) >= NR_IRQS) { ERROR("device has invalid IRQ set\n"); return -EINVAL; } @@ -107,7 +105,7 @@ irqh_dev_writ...
2007 Apr 29
0
The PDP-11 line, until it was discontinued, filled the lower end of the spectrum, if for no other reason than by virtue of being a 16-bit machine.
ANLEGER UHR BJ5N.F!!! DIE RALLYE IST GESTARTET Firma: BOERSE INVEST BETEI WKN : 797639 ISIN : CH0012802093 Markt: Frankfurt Kürzel : BJ5N.F Preis: 1.90 5-Tag Prognose: 3.00 KAUFEN KAUFEN KAUFEN! BJ5N.F ESGESCHAFT FIN UNTER PARI!
2008 Apr 08
1
[PATCH] use NR_IRQS for irq count
...bit, which) #define irqh_clear(which, bit) clear_bit(bit, which) -#define irqh_ffs(which) find_first_bit(which, NINTR) +#define irqh_ffs(which) find_first_bit(which, NR_IRQS) static irqreturn_t irqh_interrupt(int irq, void *p) @@ -92,7 +90,7 @@ irqh_dev_write(struct file *fp, const ch if (pdp) { if (pci_enable_device(pdp)) ERROR("device not enabled\n"); - if ((unsigned)(n = pdp->irq) >= NINTR) { + if ((unsigned)(n = pdp->irq) >= NR_IRQS) { ERROR("device has invalid IRQ set\n"); return -EINVAL; } @@ -107,7 +105,7 @@ irqh_dev_writ...
2018 Jan 07
4
partialPlot en un Randomforest
...entrecomillada, pensando que era el nombre del eje x, pero he probado a poner otra cosa, y lo ignora; lo he quitado y no afecta. Pensé que podría ser el valor de la variable respuesta más esperado, en función del valor del predictor, pero no se mueve en el mismo rango. Voy a ver el paquete pdp del que me hablas. Gracias nuevamente, Manuel Quoting Carlos Ortega <cof en qualityexcellence.es>: > Hola, > > Ya es que la explicación de la función es un tanto oscura... > > Mira el ejemplo (clasificación): > >> data(iris) >> set.seed(543) >> iris.rf...
2014 Apr 17
1
OpenSSH 6.4, "ssh-add -l", output to non-tty
...om the agent. ktrace outputs of the working and non-working scenarios below. As you can see, in the broken scenario there's no I/O to stdout. Can anyone explain what's going on, please? -Phil % ktrace ssh-add -l 2>/dev/null 3072 8b:c1:ae:d1:48:5d:a1:c6:1b:3d:50:e1:6b:cd:65:32 /home/pdp/.ssh/id_rsa (RSA) 521 ee:2e:72:bc:53:6d:c2:57:42:2a:3d:e3:67:85:27:a6 /home/pdp/.ssh/id_ecdsa (ECDSA) % kdump |less ----------------------------8< cut here >8------------------------------ 63697 ssh-add CALL socket(PF_LOCAL,SOCK_STREAM,0) 63697 ssh-add RET socket 3 63697 ssh-add CALL...
2008 Feb 27
2
[LLVMdev] 16-bit target problem
...es C semantics in the backend, making other language front-ends difficult. The comment indicates that this is to be fixed. 2. But it even gets the C semantics wrong, the promotion is to "int", whatever an "int" is on the target machine, not always 32 bits. How soon the PDP-11 is forgotten!
2016 Nov 10
2
array fill idioms
Back in the day, we called this a BLT (block transfer, pronouced 'blit') for the PDP-10 instruction of that name. You can do this by assigning the first value, then do an overlapping memcpy to fill in the rest. There's probably something clever you can do with vector instructions too, in many cases. --paulr From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf O...
2018 Nov 03
2
Red Hat is Planning To Deprecate KDE on RHEL By 2024
On 03/11/18 02:31, Robert Heller wrote: <snip> > Yeah, there are very few of us that completely skipped > MS-DOS/MS-Windows/MacOS-Clasic and *never* used a graphical file manager or > any of the eye-candy that people now believe is "standard" or "normal". I > went from VMS on a VT<whatever> to a VAXStation 2000 to a VAXStation 3000, to >
2015 Jun 09
2
newbie question on installation over existing Linux
On 6/8/2015 6:29 PM, Peter wrote: > You can thank Fedora for making that rather pointless change and > breaking that capability. that 'capability' was a holdover of the 1980s when disks were measured in megabytes, and memory in kilobytes, so large file systems were impractical. -- john r pierce, recycling bits in santa cruz
2009 Mar 09
1
Assertion in dtrace
...e provided by an extension loaded by the program. As a result the function-entry probe already exists. Now if I compile my program with my probes which reimplement function-entry (so provider name and probe name match), I get the following error: Assertion failed: strcmp(pvp->pv_desc.dtvd_name, pdp->dtpd_provider) == 0, file ../common/dt_provider.c, line 246 Do you know how dtrace get''s it''s information about the old provider and how I can remove it? In this case were are talking about the dtrace extension of php distributed with OpenSolaris. David
2006 Jan 20
1
dovecot 1.0beta1 making base_dir world-writable
I can also confirm this, on my own mail server since upgrading to beta1. Dovecot always makes the base_dir world-writable on startup. ----- Forwarded message from Oleg Safiullin <form@pdp-11.org.ru> ----- Date: Fri, 20 Jan 2006 07:09:17 +0600 From: Oleg Safiullin <form@pdp-11.org.ru> To: brad@openbsd.org Subject: dovecot 1.0beta1 Hi. After update dovecot to 1.0beta1 some strange thing happens -- during startup it says "fixing permissions for /var/dovecot to make it...
2011 Feb 08
2
Ken Olsen od DEC, 1927-2011
A lot of us wouldn't be here without him. DEC made good, really reliable hardware. mark <http://www.networkworld.com/news/2011/020711-kenneth-olsen-dec-obit.html>
2008 Feb 27
0
[LLVMdev] 16-bit target problem
...in the backend, making other language > front-ends difficult. The comment indicates that this is to be fixed. > 2. But it even gets the C semantics wrong, the promotion is to "int", whatever > an "int" is on the target machine, not always 32 bits. How soon the PDP-11 > is forgotten! Right, why aren't front-ends responsible for using a wide-enough type? Ciao, D.
2020 Oct 14
1
Can anyone advise me on running R and Rstudio on an AWS virtual machine
...huge yet, whole R saved session image is 28Mb). I can see being able to upscale a VM in the cloud is the sensible way to go. However, this is currently a bit outside my experience. I have searched and found this from Amazon: [ https://aws.amazon.com/marketplace/pp/B07ZDBJ42H/ref=portal_asin_url#pdp-reviews | https://aws.amazon.com/marketplace/pp/B07ZDBJ42H/ref=portal_asin_url#pdp-reviews ] and a VM Ubuntu with R and Rstudio sounds perfect: pretty much replicating my laptop. I can try that out for free by the look of it (can that be true?!) but I would like to get any advice I can first. I...
2010 Dec 17
0
[LLVMdev] [cfe-dev] Modify the LLVM front-end to support EFI C and Add LLVM to EFI Byte Code(EBC) target
...out some serious modification, nor how you would represent these in LLVM IR. Mapping from a language that has variable-sized ints, to a target that has variable-sized ints, via an intermediate representation that does not have variable-sized ints would be tricky, I suspect. David -- Sent from my PDP-11
2018 Jan 07
2
partialPlot en un Randomforest
Hola erreros. A ver si alguien podría decirme qué son los dos ejes del plot que resulta de aplicar partialPlot en un Randomforest. Encuentro que: Partial dependence plot gives a graphical depiction of the marginal effect of a variable on the class probability (classification) or response (regression) que nos indica como varía la VR en función de la variable considerada, manteniendo el
2008 Jun 27
2
PCI device assignment to guests (userspace)
Userspace patches for the pci-passthrough functionality. The major updates since the last post are: - Loop to add passthrough devices in pc_init1 - Handle errors in read/write calls - Allow invocation without irq number for in-kernel irqchip Other than this, several small things were fixed according to review comments received last time.