search for: hiram

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

Did you mean: hira
2006 Nov 09
2
Algorithm needed
...4, 2+5, 3+4, 3+5, 4+5 I thought of using a for loop: for (i in 1:n-1) { for (j in (i+1):n) { A[,i] + A[,j] } } but I don't know how to store the results so the new matrix has all the columns. I know the number of columns in the new matrix is given by n(n-1)/2. Any ideas? Thanks. Hiram
2014 Apr 05
5
HDD Problem....
...to where I would look for troubleshooting this issue? I really am not interested in what's on it. I just want to re-format it and (possibly) use it for storage. I have tried using various toosl to try and wipe this drive but nothing seems to work...(SystemRescue CD....D.B.A.N.......PartImage....Hiram's BootCD....) Any help or advice would be greatly appreciated. Thanks In Advance EGO II
2002 Mar 31
5
File Owner, Group and Permissions for Win2000
Hi, I need to mirror some Linux directories on a Win2000 box but the owner, group and permissions are lost. I realize Win2000 does not use the same system but thought there may be some way around it with cygwin. Is it possible to mimick /etc/passwd to preserve ownership etc? Is there a better solution? Roger -------------- next part -------------- HTML attachment scrubbed and removed
2015 Aug 31
1
libvdpau 1.1.1
...au_trace. Aaron Plattner (2): Remove pdflatex dependency Bump version to 1.1.1 Bibhuti Prusty (1): Add tracing for HEVC picture info Emil Velikov (3): .gitignore: add compile configure.ac: remove AM_MAINTAINER_MODE autogen.sh: update/copy over from mesa José Hiram Soltren (2): Fix Doxygen typo: s/no queued/not queued/ Use secure_getenv(3) to improve security git tag: libvdpau-1.1.1 http://people.freedesktop.org/~aplattner/vdpau/libvdpau-1.1.1.tar.bz2 MD5: 2fa0b05a4f4d06791eec83bc9c854d14 libvdpau-1.1.1.tar.bz2 SHA1: 86516e2a962fd34f65d491...
2019 Feb 28
0
[ANNOUNCE] libvdpau 1.2
...defining whether surfaces contain frames or fields, and a new picture parameter structure that supports HEVC 4:4:4 pictures. Aaron Plattner (3): util.h: Make getenv_wrapper() static inline Fix typos from commit 53eeb07f68d483fee86ad872884aee890d5aa393 Bump version to 1.2 José Hiram Soltren (1): Fix doc error on displayable surface types ManojGuptaBonda (2): Add new frame and field mode chroma types. Add VdpDecoderQueryProfileCapability API Add HEVC 444 support in VDPAU API Rico Tzschichholz (1): mesa_dri2: Add missing include of config.h to define _G...
2015 Mar 09
0
[ANNOUNCE] libvdpau 1.0
...HEVC / H.265 profiles: VDP_DECODER_PROFILE_HEVC_MAIN VDP_DECODER_PROFILE_HEVC_MAIN_10 VDP_DECODER_PROFILE_HEVC_MAIN_STILL VDP_DECODER_PROFILE_HEVC_MAIN_12 VDP_DECODER_PROFILE_HEVC_MAIN_444 Aaron Plattner (2): Use member groups to simplify documentation Bump version to 1.0 José Hiram Soltren (1): Extend the VDPAU API to support H.265/HEVC Decoding git tag: libvdpau-1.0 http://people.freedesktop.org/~aplattner/vdpau/libvdpau-1.0.tar.bz2 MD5: e759acac5350b86d5ad84dd19381d12c libvdpau-1.0.tar.bz2 SHA1: fbf10a02952518e45aa089fe3dc418020983a5fa libvdpau-1.0.tar.bz2 SHA256...
2015 Mar 16
0
[ANNOUNCE] libvdpau 1.1
...rect structure being used, the profile numbers for the HEVC profiles have been changed. Please use the new profiles rather than the ones from libvdpau 1.0. I apologize for the inconvenience! Aaron Plattner (2): Change HEVC profile numbers to 100 through 104 Bump version to 1.1 José Hiram Soltren (1): Fix error in sizes of H265 column width and row height, arrays git tag: libvdpau-1.1 http://people.freedesktop.org/~aplattner/vdpau/libvdpau-1.1.tar.bz2 MD5: 11a842df9fbaad0f5f10cf553b8d5690 libvdpau-1.1.tar.bz2 SHA1: 1d6b03f4228241cb222d9b6395bcdd8b125a3fe0 libvdpau-1.1.tar...
2006 Oct 10
1
read.table versus read.csv (PR#9284)
...ison University,OH,IIB,558,414,346,445,757,528,439,584,58,32,55,0,14= 6 3045,University of Findlay,OH,IIB,417,370,301,330,526,470,369,413,18,29,51,7= ,115 3046,Franklin University,OH,IIB,*,*,*,345,*,*,*,438,0,0,0,0,39 3048,Heidelberg College,OH,IIB,399,334,298,331,491,407,349,397,17,18,24,8,67 3049,Hiram College,OH,IIB,468,367,302,373,602,469,379,474,28,22,20,11,81 3050,John Carroll University,OH,IIA,587,473,389,465,717,586,490,576,59,56,74= ,14,203 3051,Kent State Univ.-Kent Campus,OH,I,654,473,389,502,810,602,505,636,221,2= 44,203,14,682 3065,Kenyon College,OH,IIB,608,439,381,480,777,552,475,608,...
2001 Dec 26
0
Sampa-2.2.2 Compile error on HP-UX 11
I am trying to compile samba-2.2.2 on HP-UX 11 server. I have installed GCC 3.0.1 and 2.11.2 binutils. Also, I have downloaded the most recent updates for samba-2.2.2 using cvs. ./configure --with-pam -with-winbind works fine, but I get the following error when I try make: . . . Compiling lib/snprintf.c lib/snprintf.c:770: conflicting types for `snprintf'