search for: kirtland

Displaying 9 results from an estimated 9 matches for "kirtland".

Did you mean: kirkland
2003 Mar 04
1
Support for AD native mode.
...ng mixed mode with NT4 domain controllers but want to switch over ASAP. I was curious if samba authenticated to a kerberos WIN2K domain controller. Thanks in advance for your help. Regards, David "Tony" Perea Unix System Administrator Computer Systems Engineering(CSE) Lockheed Martin-Kirtland AFB NM Phone:(505)256-6722 email: David.A.Perea@lmco.com
2012 Jul 13
1
integrating multi-dimensional dat along one dimension
I just want to integrate a 3D data set along one dimension to obtain a 2D data set. Something like: (given array "d" with dim nx,ny,nz ...) data_int<-array(dim=c(nx,ny)) for (n in 1:ny) { for (m in 1:nx) { data_int[m,n]<-sum(d[m,n,]) } } The thing is, given R's facility with integers, it seems that I should be able to obtain data_int without the
2012 May 08
6
registry vulnerabilities in R
Kirtland Air Force Base has denied approval for the use of R on its Windows network. Some of their objections seem a bit strange, but some appear to be legitimate. In particular, they have detected registry "vulnerabilities" which are detailed in the attachment. I know nothing ab...
2003 Dec 01
0
No subject
...cb -- David Collier-Brown, | Always do right. This will gratify Performance & Engineering Team | some people and astonish the rest. Americas Customer Engineering | -- Mark Twain (905) 415-2849 | davecb@canada.sun.com Return-Path: <Suzie.Bemis@kirtland.af.mil> Delivered-To: samba@lists.samba.org Received: from tko.kirtland.af.mil (unknown [132.62.88.92]) by lists.samba.org (Postfix) with ESMTP id 5A4CD552E for <samba@lists.samba.org>; Fri, 18 May 2001 08:47:53 -0700 (PDT) Received: from tko.kirtland.af.mil (root@localhost) by tko.k...
2011 Dec 14
1
JavaGD package
Am trying to install package JGR and, by necessity, JavaGD on a few Linux platforms. R rev. 2.14.0. Had some success on one platform, but am running into a problem on a new platform. I installed rJava, JavaGD, iplots, and JGR. Things went - I thought - without a hitch. Now, when I try to use JGR, I start R and issue the command "library(JGR)" and get an error message: Error in
2011 Dec 30
1
configure can't find readline -- but it's there!
Am trying to install 2.14.0 on a CentOS system. The configure script apparently can't find something to do with the readline library: Configure: error: --with-readline=yes (default) and headers/libs are not available Yes, I know I need readline 4.2 or later. "yum" assures me that rev 5.1 is already installed. And I know I need to provide configuration flags if it is in
2011 Oct 31
1
troubles installing R
I am trying to install R on a pretty up-to-date CentOS system. I have tried installing 2.14.0 and 2.13.2. In both cases, the configure step fails, and does not produce a Makefile. So, of course, I can't issue "make". The errors that I can find in config.log are, first, several missing files: ac_nonexistent.h, minix/config.h., readline/history.h, and readline/readline.h. Then,
2011 Oct 03
2
file input with readLines
I am using readLines to read a fairly large ASCII file. readLines reads a fixed number of lines, then other R code processes the data, then readLines reads the same number of lines again, then other R code processes the data, then .... Sort of like: conn<-file('filename','r') for (chunk in 1:100000) { Lines<-readLines(conn,n=25) # process "Lines" }
2012 Aug 09
2
How to overlay a global map on a filled contour?
I would like to plot some lat-lon data in a filled contour, and then overlay a map of the globe on top. I am trying something like this: filled.contour(lons, lats, glb.data, plot.axes={axis(1);axis(2);map(projection='rectangular',parameters=0,add =T)} ) The filled contour plots fine, and the map shows up, but only as a very tiny little black rectangle in a small area of the