search for: terrence

Displaying 20 results from an estimated 20 matches for "terrence".

2006 Mar 17
3
can't load "geoR"
...;http://www.est.ufpr.br/geoR/windows") This installed okay under the folder C:\documents and settings\ ... But when I follow the instructions in the illustrative session for geoR, I enter library(geoR) and keep getting the following message: can't find package sp Any suggestions? Terrence E. Murphy, Ph.D. Program on Aging Yale University 1 Church St., 7th Floor New Haven, CT 06437 terrence.murphy at yale.edu phone: 203-764-9805 fax: 203-764-9831
2009 Mar 09
0
[LLVMdev] Cross-Module Function Calls
...;addModuleProvider( bar_provider ); std::vector<std::string> args; args.push_back( "foo.ll" ); llvm::Function *fn_main = engine->FindFunctionNamed( "main" ); int rv = engine->runFunctionAsMain( fn_main, args, environ ); return rv; } //// #### Makefile AS=/home/terrence/programming/OSS-rcs/llvm/Debug/bin/llvm-as LD=/home/terrence/programming/OSS-rcs/llvm/Debug/bin/llvm-ld CC=g++ LLVM_CONFIG=/home/terrence/programming/OSS-rcs/llvm/Debug/bin/llvm-config LLVM_CXXFLAGS=`${LLVM_CONFIG} --cxxflags` LLVM_LDFLAGS=`${LLVM_CONFIG} --ldflags` LLVM_LIBS=`${LLVM_CONFIG} --libs...
2005 Apr 07
1
Linux, Maildir over NFS, Locking problems
...rence I can find in the config refers to mbox formats, but I am using maildir. Setting the one reference to fcntl does not seem to have any effect. Is there a configuration setting to tell the server to use fcntl locks or a way to tell if it is trying to use fcntl locks? Thanks for any tips, Terrence
2004 Nov 04
3
Promise raid cards
Hello. I would like to know if promise RAID cards are compatible with CentOS / RHEL ? I have seen that only SATA is supported on the RHEL hardware compatibility list. The other ATA raid cards seems not to be compatible. They give source code and promise grants compatibility with RedHat 8 and 9 but not RHEL. I would like to know if somebody tried a ATA raid card like Fasttrack TX2000, SX4000,
2014 Aug 06
2
Subscripting Matrices
There seems to be a result type difference when subscripting a 6 x 1 matrix as compared to a 3 x 2 matrix that is caused by the ncol = 1 compared to ncol > 1. > ThinMatrix <- matrix(1:6,ncol=1) > ThinMatrix [,1] [1,] 1 [2,] 2 [3,] 3 [4,] 4 [5,] 5 [6,] 6 > FatMatrix <- matrix(1:6,ncol=2) > FatMatrix [,1] [,2] [1,] 1 4 [2,] 2 5
2019 Sep 19
3
Improving partial lookup results
...nym feature a better option than wildcarding. You'd need to give it a list of names to treat as synonyms, but it should have many fewer false positives, and can also handle cases which aren't just a substring - e.g. Robert vs Rob vs Bob vs Bobby, or look entirely different: e.g. Terence vs Terrence vs Spike or Margaret vs Peggy vs Daisy. Cheers, Olly
2013 Sep 04
18
[PATCH v8] interrupts: allow guest to set/clear MSI-X mask bit
Guest needs the ability to enable and disable MSI-X interrupts by setting the MSI-X control bit, for a passed-through device. Guest is allowed to write MSI-X mask bit only if Xen *thinks* that mask is clear (interrupts enabled). If the mask is set by Xen (interrupts disabled), writes to mask bit by the guest is ignored. Currently, a write to MSI-X mask bit by the guest is silently ignored. A
1997 May 25
5
signing syslog files with PGP
I am thinking about writing some sort of deamon which signs syslog files with PGP. This should help dedecting unauthorised changes in the syslog files. What I have in mind works as follows: Whenever a new line is added to a syslog file the existing syslog file checked against the privious made signature. If the file passes this test, the new line(s) is/are added. Then a new signature is
2017 Dec 06
0
NFSv4 ACLs with rsync
...I Registration Court/Registergericht Dresden HRA 4896; General Partner/ Vertretungsberechtigter Komplementär: GLOBALFOUNDRIES Dresden Module Two Admin GmbH (Sitz Dresden, Germany); General Manager/ Geschäftsführer der GLOBALFOUNDRIES Dresden Module Two Admin GmbH: Dr. Rutger Wijburg, Kay Chai Ang, Terrence Joseph Daly -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20171206/9d27a86a/attachment.html>
2010 Feb 17
1
function to display histogram fails to do so when histogram is not the last expression in the function
TestHistogram_A is a function that plots a histogram, then returns 3. For me it fails to display the plot, at least in the order given below. TestHistogram_B is a function that plots a histogram, then exits. The only difference between the 2 functions is that B does not return 3. It displays the plot. This problem does not occur when histogram is replaced by boxplot Their use
2004 Nov 04
0
Speaking of SATA
...to lspci a CMD Technology Inc Silicon Image SiI 3112 SATARaid Controller (#2) (rev 2) The problem is for some reason the system came up without DMA. Of course this means terrible IO performance. Aside from setting it with hdparm is there a way to have it do this on boot? Is this a known issue? Terrence
2011 Jun 01
1
as.character limits length of result for formula
If you want a character representation of a long formula (or a formula with long names), you can use: as.character(my.formula) However restriction on length of an as.character result returns only the beginning of a long formula, and without comment. In most cases, the following expression provides the complete result: paste(my.formula[[2]], " ~ ",
2019 Sep 17
3
Improving partial lookup results
Hi, I'm exploring using Xapian to to replace a database-backed people lookup. It's working well but I'd like to know if there's anything more I can do to increase accuracy. It handles partial phrases well, so long as the first part is complete (e.g. "Peter Bow" expands well). If instead I type "P Bow" it fails to work, as the expansion is done at the end. Is
2009 May 06
1
Scope question concerning calls within a user defined function
The following is a simple example with a poor solution that shows my difficulties with scope. The function /logit.test /has 3 arguments: /model.start,/ an initial model; /model.finish/, an all-inclusive model, /my.data/, a dataset, in this case trivial. There are 2 function calls in l/ogit.test,/ first to /glm/ to get an initial fit (local variable /logit/) using /model.start;/ then a call
2017 Mar 13
1
[ANNOUNCE] intel-gpu-tools 1.18
...esting with the Chamelium device (Lyude) Tools changes: - intel_dp_compliance: New tool for running automated DisplayPort compliance tests. (Manasi Navare) - Renamed intel_bios_reader to intel_vbt_decode. (Jani Nikula) - intel_gvtg_test: New tool for setting up GVT-g guests based on KVMGT. (Terrence Xu) Test changes: - Multiple new tests. And many other bug fixes and improvements. And the full changelog follows: Ander Conselvan de Oliveira (4): lib/i915_pciids.h: Update to latest version wich includes GLK ids lib/intel_chipset: Add geminilake platform definition lib/ig...
2001 Dec 05
5
using rsync with Mac OS X
Rsync looks like a good tool for keeping files synchronized between two computers, such as a desktop and laptop. However, Mac OS uses a forked file system, with the second fork storing data critical to some files (such as applications) as well as type and creator information matching files up with the appropriate apps and file types. Mac OS X comes with a command-line utility called ditto
2017 Jun 09
1
[ANNOUNCE] intel-gpu-tools 1.19
...the public CI results web page Fix a couple of typos CLFAGS -> CFLAGS Update NEWS, bump version to 1.19. Radoslaw Szwichtenberg (1): tests/pm_rps: Replace custom load function with dummy load Robert Foss (1): tools: Remove accidentally included binary intel_bios_reader Terrence Xu (1): Fix the mac address definition typo in tools/intel_gvtg_test. Tomeu Vizoso (3): lib: Open debugfs files for the given DRM device igt/kms_pipe_crc_basic: Don't assert on errno after success Revert "lib: Open debugfs files for the given DRM device" Tvrt...
1998 Aug 05
6
IP Security for Linux (IPSec)
I''ve kept this one on the back burner for a while, waiting for it to mature before attempting to use it, and now having seen OpenBSD ship with IPSec I''m getting a bit impatient =). What is the status of IPSec for Linux (and more specifically RedHat)? By this I mean I just did some www browsing/etc and found about a half dozen different implimentations, ranging from NRL, to a
2005 Jun 18
0
wine and myth ii soulblighter update edition: help needed
I'm using the 2005, May 24 version of Wine that I downloaded, compiled and installed myself via wineinstall I installed Myth II from CD and then upgraded it to 1.5.1c using the patches from projectmagma. I can startup Myth to the initial menu screen but I can go no further... the mouse just sits there jerking back and forth. The entire error log is here:
2005 Jun 28
0
fixme:font:load_VDMX Failed to retrieve vTable
When I run the Setup.exe for Myth II: Soulblighter, none of the text that the installer renders is visible. Instead, I mainly see little boxes where the text should be. I am running Fedora Core 4. This did not happen under Fedora Core 3. And yes, I did rebuild wine. And I got Wine via CVS last night. The error/warning message I get is in the Subject: fixme:font:load_VDMX Failed to retrieve