Displaying 20 results from an estimated 46 matches for "unh".
Did you mean:
un
2011 Aug 23
1
Testing Specific Hypothesis
....Equity
84 0.002604524 NSC.UN.Equity
85 -0.010257403 TGT.UN.Equity
86 -0.008799374 TGT.UN.Equity
87 0.004931939 TGT.UN.Equity
88 -0.002159403 TGT.UN.Equity
89 -0.000786937 TGT.UN.Equity
90 0.005906675 TGT.UN.Equity
91 -0.009786651 TGT.UN.Equity
92 -0.002091613 UNH.UN.Equity
93 -0.007545588 UNH.UN.Equity
94 0.018162619 UNH.UN.Equity
95 0.018460900 UNH.UN.Equity
96 0.002647658 UNH.UN.Equity
97 0.013203331 UNH.UN.Equity
98 -0.004009623 UNH.UN.Equity
99 0.009640957 WMB.UN.Equity
100 -0.016134343 WMB.UN.Equity
101 0.000669344...
2002 Sep 17
1
Question about rsync
...)
If someone knows how to fix this config problem, could you please drop
me a line. I'm running redhat 7.3 on both systems, with all RPMS up to
date, according to redhat. Thanks for the help.
Lincoln
--
*********************************************************************
Lincoln Lavoie
UNH InterOperability Laboratory
Student Engineer
xDSL Consortia
lylavoie@iol.unh.edu
(603)862-2911
*********************************************************************
2007 Feb 21
4
CentOS 4.4 on Dell PE 6400 - not rebooting ...
...oes ANYONE have ANY ideas?
OR point me in some direction?
Dell support is useless for an unsupported OS.
Machine info:
Dell PowerEdge 6400 quad Xenon 700Mhz CPUs, a Dell PERC/2 card (w/two
RAID 5 containers), an Intel GB net card, and 2GB RAM.
--
+----------------------------[ Joe.Kazura at UNH.EDU ]---+
| Joe Kazura | Mac OS X ...
| CIS/TCS -- 1 Leavitt Lane PHONE: +1-603-862-2012 | Because UNIX
| University of New Hampshire | should be user
| Durham, NH 03824-3512 USA "docendo discimus" | friendly...
1997 Aug 22
1
R-beta: odd result with sum?
...Given sum() defaults to na.rm = FALSE, should both of these results be NA?
> sum(c(1,NA))
[1] NA
> sum(c(NA,1))
[1] 0
--
Richard Lammers Phone: (603) 862-4699
Complex System Research Center Fax: (603) 862-0188
University of New Hampshire email: Richard.Lammers at unh.edu
Durham, NH 03824 (USA) URL: http://pyramid.sr.unh.edu/~lammers
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe&...
2012 Jun 18
1
Slide Show (S9) v1.1 Update - More Template Packs (Deck.js, Impress.js, CSSS, Slidy2, etc.)
Hello,
If you're interested in authoring your presentations/slide shows in
Markdown, you might check out the Slide Show (S9) gem in Ruby. A
simple slide show looks like:
What's Slide Show (S9)?
=======================
A Free Web Alternative to PowerPoint and KeyNote in Ruby
Getting Started in 1-2-3 Easy Steps
===================================
* Step
2010 Aug 11
1
Adding points sequentially to multiple graphs in one window (device)
...2,1),mar=c(4,4,1,1))
plot(1:40,1:40,type='n')
plot(1:20,1:20,type='n')
par(mfg=c(1,1)); points(15,5) # this plots incorrectly
par(mfg=c(2,1)); points(15,5) # this plots correctly
Any help or pointers would be greatly appreciated.
Ernst Linder
--
Ernst Linder elinder at unh.edu
Professor of Statistics
Dept. of Mathematics and Statistics
University of New Hampshire
Phone: 603 862 2687 (work)
2004 Mar 18
1
samba 3.0.2a-Debian +ldapsam +smbldap-tools 3.0rc4-1= newly created users can't log in
...ery strange going on with new users...
i've created a new user using the smbldap-tools
creation goes fine...
smbldap-useradd -a -g labusers -G power_users -n -c 'test user' -m -P
testuser
I've set the password and i see this in my ldap dir:
ldapsearch -x -D cn=ldapadmin,dc=bitc,dc=unh,dc=edu -W
'(&(uid=testuser)(objectclass=SambaSamAccount))'
# testuser, People, bitc.unh.edu
dn: uid=testuser,ou=People,dc=bitc,dc=unh,dc=edu
cn: testuser
sn: testuser
uid: testuser
uidNumber: 2014
gidNumber: 100
loginShell: /bin/bash
gecos: test user
description: test user
objectClass:...
2007 Oct 26
1
compiz workarounds plugin and firefox on Fedora 8
...enu clicked.
I'm wondering if this is a build bug or a known bug. It seemed to start
happening on the jump from 0.5.2 to 6.0 of compiz-fusion.
Thanks,
tjb
--
=======================================================================
| Thomas Baker email: tjb at unh.edu |
| Systems Programmer |
| Research Computing Center voice: (603) 862-4490 |
| University of New Hampshire fax: (603) 862-1761 |
| 332 Morse Hall |
|...
2004 May 15
1
RE: telnet xend
...for those of us
> that don''t have an iSCSI arry to play with.
AFAIK the intel iSCSI code on sf.net has a sample target implementation
but the last time I looked only contained target code for a ram disk and
a fake user mode disk (file on a normal file system).
A quick look through the UNH implementation
(http://sourceforge.net/projects/unh-iscsi/) suggests that their target
code can be used to export real disks.
> Do you know of any iSCSI initiator implementations that support
> root fs on iSCSI? (I know this isn''t relevant for your setup in
> dom0, but in some ci...
2000 Aug 22
2
Command Line Arguments passed to R
Is there a way to pass command line arguments to R for use in BATCH mode
or something similar?
--
-Alex Morgan Homepage: http//pubpages.unh.edu/~amorgan
AIM login: HomeySage
"Anyway, no drug, not even alcohol, causes the fundamental ills of
society.
If we're looking for the source of our troubles, we shouldn't test
people
for drugs, we should test them for stupidity, ignorance, greed and love
of
power." P.J. O&...
2010 Jul 22
1
function return
...ik)
}
out <- nlm(lik,c(0,0,0,0),hessian=TRUE)
return(out)
}
------------------------------------------------------------------------------------
Daniel J. Hocking
122 James Hall
Department of Natural Resources & the Environment
University of New Hampshire
Durham, NH 03824
dhocking@unh.edu
http://sites.google.com/site/danieljhocking/
www.hockingphotography.smugmug.com
"Without data, all you are is just another person with an opinion."
-------------------------------------------------------------------------------------
[[alternative HTML version deleted]]
2002 Nov 12
1
Need clarification
Hi,
I'm trying to run samba 2.2.6 + OpenLDAP as user/group
database ( not /etc/passwd). nss_ldap+pam_ldap is installed and
working OK, as I can login using ssh, or trough
console with one of ldap user.
But trying to connect to samba, when samba is ran as
#samba -d 2 -i
I get:
...
init_sam_from_ldap: User [ldapuser] does not ave a uid!
pass_check_smb failed - invalid password for user
2012 May 09
1
F14->F16 Upgrade Results in Win2003 Server Client BSOD 0x7f
...server instance has some worth in that recreating it is very undesirable for all involved. I'd appreciate any tips on getting it working again.
Thanks,
tjb
--
=======================================================================
| Thomas Baker email: tjb at unh.edu |
| Systems Programmer |
| Research Computing Center voice: (603) 862-4490 |
| University of New Hampshire fax: (603) 862-1761 |
| 332 Morse Hall |
|...
2007 Jan 17
3
compiz 0.3.6 in fedora rawhide
Hi,
I've just updated compiz in fedora rawhide and wanted to post a quick
overview of the patches we still carry. Patch details are available
here:
http://cvs.fedora.redhat.com/viewcvs/rpms/compiz/devel
terminate-move.patch
restart.patch
These are already upstream, but not yet in a released version.
aiglx-defaults.patch
tfp-server-extension.patch
These two paper over a problem in
2007 Apr 18
1
[Bridge] Google SoC proposal
...sting library will be used.
SCHEDULE OUTLINE
================
The project will take 13 weeks. We can assume 40 hours in a working
week. My current duties occupy 2 days a week.
May:
Reading and learning (IEEE standard, linux/net/core/,
linux/net/bridge/, brctl sources, maybe documentation from UNH
mentioned on http://developer.osdl.org/dev/soc/)
June:
Messages from and to the kernel via rtnetlink interface
Sending, receiving and parsing of BDPU messages
Graph theory logic
Exam in numerical mathematics will occupy my attention for
about a week. :|
July:
State machine logic
Timers
Us...
2008 Nov 16
1
Fw: alpha transparency crashes R
I'm forwarding a bug report from Jeff Gove that didn't make it to the list.
-Deepayan
------- Original Message --------
Subject: alpha transparency crashes R
Date: Fri, 07 Nov 2008 14:32:27 -0500
From: jeff gove <jhgove at unh.edu>
To: r-bugs at r-project.org
I ran into a problem with R crashing when a certain number of
transparent objects (e.g., symbols) are sent to a PDF output device.
This has happened on R 2.71, 2.7.2 (Fedora 8 and Ububtu 8.04
platforms) and now 2.8.0 (I've only tried Fedora 8). The current...
2018 Jun 24
1
potential Bug in R 3.5.0
Hello,
I am using R under Win7 and Antergos. After installing R 3.5.0 I ran into
several issues regarding gfortran not working properly and packages not
installing properly when requiring dependencies (which is quite often the case
when you have to reinstall all packages for the new R version).
Unfortunately, I cannot reproduce the gfortran issue at the moment (occuring
under Antergos), but
1997 Jun 18
1
R-beta: BATCH
Does R have the ability run in batch mode as described in the S New 'blue
book'?
Richard
--
Richard Lammers Phone: (603) 862-4699
Complex System Research Center Fax: (603) 862-0188
University of New Hampshire email: Richard.Lammers at unh.edu
Durham, NH 03824 (USA) URL: TBA
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "bo...
1997 Jun 20
2
R-beta: purpose of n in identify() function?
...of points to be identified.
If I specify n=1, should identify() return a single value?
Richard
--
Richard Lammers Phone: (603) 862-4699
Complex System Research Center Fax: (603) 862-0188
University of New Hampshire email: Richard.Lammers at unh.edu
Durham, NH 03824 (USA) URL: TBA
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "bo...
2000 Jul 07
1
Perspective or Contour Plot of a Matrix
...w indices as the y and x
components and the values in the matrix at the z values). I try to
convert it to a data frame, but it always errors out with "Figure
margins too large". What does this mean? How can I get the plot
generated?
Thanks
--
-Alex Morgan Homepage: http//pubpages.unh.edu/~amorgan
AIM login: HomeySage
"Politics is for the moment, and equation lasts eternity." - A.
Einstein
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info&qu...