Displaying 20 results from an estimated 340 matches for "troy".
Did you mean:
roy
2018 Nov 16
2
[LNT] How to set an env var before executing a test?
...e under a subdirectory of test-suite/SingleSource, but the comment at the top of test-suite/cmake/modules/SingleMultiSource.cmake has me worried that nothing new is supposed to go in there. Maybe I should move everything under test-suite/External and more closely mimic these SPEC CMakeLists.txt?
-Troy
> -----Original Message-----
> From: chris.matthews at apple.com <chris.matthews at apple.com>
> Sent: Friday, November 16, 2018 12:26 PM
> To: Troy Johnson <troyj at cray.com>
> Cc: llvm-dev at lists.llvm.org
> Subject: Re: [llvm-dev] [LNT] How to set an env var befo...
2009 Jun 29
1
S4 and connection slot [Sec=Unclassified]
...ror in representation(state = "list", initialState = "list", polygons = "list", :
element 12 of the representation was not a single character string
How can I declare a slot of the appropriate class? The strings "connection", "file" fail.
Troy
Troy Robertson
Database and Computing Support Provider
Southern Ocean Ecosystems, ERM/Fish
Australian Antarctic Division
Channel Highway, Kingston 7050
PH: 03 62323571
Troy.Robertson@aad.gov.au
___________________________________________________________________________
Australia...
2009 Jun 23
3
V2.9.0 changes [Sec=Unclassified]
...z,z@stuff$x)
z@stuff$x@bar
[1] 0
------------------------------------------------------------------------------------------
Can anyone help with a better way of doing this.
I'm trying to avoid all the indirection of packing and unpacking environments for passing.
Thanks heaps
Troy
Troy Robertson
Database and Computing Support Provider
Southern Ocean Ecosystems, ERM/Fish
Australian Antarctic Division
Channel Highway, Kingston 7050
PH: 03 62323571
Troy.Robertson@aad.gov.au
___________________________________________________________________________
Australia...
2004 Jan 08
1
Upgrading Samba: minimum requirements for Samba wrt Solaris and gcc
...cc... gcc
checking for C compiler default output... cat: cannot open conftest.c
configure: error: C compiler cannot create executables
an on Solaris 8, the 'configure' step completes
successfully, but 'make' seems to hang early:
% make
Using FLAGS = -O -I./popt -Iinclude
-I/home/troy/src/samba/samba-3.0.1/source/include
-I/home/troy/src/samba/samba-3.0.1/source/ubiqx
-I/home/troy/src/samba/samba-3.0.1/source/smbwrapper -I.
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/home/troy/src/samba/samba-3.0.1/source
LIBS = -lsec -lgen -lresolv -lsocket -lnsl -ldl
LDSHFLA...
2005 Apr 08
3
fw as filter broken?
Can someone verify that using fw as a filter in iproute2-2.6.11-050330 is
broken. Doesn''t seem to work in any case and I saw an earlier post that
would lead me to believe this is the case. If so does anyone have a
temporary fix?
Thanks,
Troy
2004 Sep 14
2
RHN-like system for CentOS?
...the complete management aspect (channels, scheduling remote updates,
etc) but merely the ability to see your list of systems and determine
which are out of date with XXX packages. If you happen to manage a
large-ish number of RHES3 systems, you know what a boon this is. ;)
Ideas? Thx,
-te
--
Troy Engel | Systems Engineer
Fluid, Inc | http://www.fluid.com
2018 Nov 16
2
[LNT] How to set an env var before executing a test?
...ere does not appear to be a way to set it as part of a test's configuration. There are some lit.local.cfg files scattered throughout the test-suite repository, but messing with os.environ in those seems to have no effect (and I'm not quite sure what LNT is doing with LIT configs anyway).
-Troy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181116/a90f9151/attachment.html>
2012 Dec 03
4
Chi-squared test when observed near expected
...h a p value of
one. I can justify this because any other result will deviate at least as
much from the expected because what we observe is the expected, after
rounding. But the formula for X-squared, sum (O-E)^2/E gives a positive
value. What is the reason for X-Squared being zero in this case?
Troy
> trial<-as.table(matrix(c(26,16,13,7),ncol=2))
> x<-chisq.test(trial)
> x
data: trial
X-squared = 0, df = 1, p-value = 1
> x$expected
A B
A 26.41935 12.580645
B 15.58065 7.419355
>
> x$statistic
X-squared
5.596653e-31
> (x$observed-x$expected)^...
2007 Mar 06
4
Public kudos to Timo
...y on various unrelated projects and watching
patch after patch after patch flow in from Timo to fix all sorts of
problems people are reporting. A coding madman on fire.
Thanks Timo, you rock. I appreciate the time you spend on this software,
I'm sure everyone else does as well. :)
-te
--
Troy Engel | Systems Engineer
Fluid, Inc | http://www.fluid.com
2018 Aug 17
2
alias.scope and local restricted C pointers
On 08/16/2018 07:52 PM, Bekket McClane via llvm-dev wrote:
>
>
>> On Aug 16, 2018, at 4:41 PM, Troy Johnson via llvm-dev
>> <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>>
>> Concerning slide 16
>> of https://llvm.org/devmtg/2017-02-04/Restrict-Qualified-Pointers-in-LLVM.pdf
>>
>> Specifically “Currently, LLVM only suppo...
2002 Oct 29
2
Wins over subnets
Hello Folks
After a upgrade of a NT network, with a PDC and different workgroups over subnets, to SAMBA,im having some problems with WINS over subnets.
I have a DOMAIN in my primary net and some workgroups on the subnets, a different workgroup to each subnet.
I need that each subnet see all the workgroups in the Network Neighborhood.
In the primary net i've SAMBA being a PDC, master browser
2018 Jul 24
2
StructType --> DICompositeType?
...ting a map that uses type names as the key, being careful to strip "struct." prefixes and maintain scoping for nested structs (e.g., S1::S2), which works, but seems awfully complicated to need to do.
Seems like StructType should have a getMetaData() function, but I don't see one.
-Troy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180724/ccb9215e/attachment.html>
2010 Aug 07
2
R: Confidence Intervals for logistic regression
...ve you the results in probabilities
(that it seems to be what you are looking for).
There also is an example on use of the 'type' argument at the end of the
page.
Stefano
-----Messaggio originale-----
Da: r-help-bounces at r-project.org
[mailto:r-help-bounces at r-project.org]Per conto di Troy S
Inviato: Friday, August 06, 2010 6:31 PM
A: Michael Bedward
Cc: r-help at r-project.org
Oggetto: Re: [R] Confidence Intervals for logistic regression
Michael,
Thanks for the reply. I believe Aline was sgiving me CI's on coefficients
as well.
So c(pred$fit + 1.96 * pred$se.fit, pred$fit -...
2011 Jan 24
2
Implementing step-wise linear regression
...es a F-test p-value that is very small.
My questions are:
Should I be using var.test to run the F-test to decide which variable to add
next?
What is the difference between the F-test run by var.test and summary.lm?
Has step-wise model building using the F-test been programmed already?
Thanks!
Troy
[[alternative HTML version deleted]]
2003 Sep 12
3
7206 as SIP->PSTN Gateway?
...and MGX8850 too. Does anyone know
which cards, if any, exist for a 7206VXR to act in a similar capacity,
either as a T1/PRI, DS3, or POTS FXO/FXS?
What other Cisco routers can act as SIP gateways today?
Thanks,
Dave
=====================================================================
David C. Troy [dave@toad.net] 410-384-2500 Sales
ToadNet - Want to go fast? 410-544-1329 FAX
570 Ritchie Highway, Severna Park, MD 21146-2925 www.toad.net
2003 Sep 08
6
Channelbanks
Ok, the Zhone sucks and the Adtran 750/850 seems to be a little too
expensive.
Can anyone recommend a decent channelbank that won't break the bank?
TIA,
--
Troy Settle
Pulaski Networks
http://www.psknet.com
540.994.4254 ~ 866.477.5638
Pulaski Chamber 2002 Small Business Of The Year
2004 Apr 05
4
Cisco QoS Howto
....
My PSTN gateway and PBX (both *) are connected via 2xT1 (per-packet load
balancing) between a Cisco 7206 and a 3640. When the total bandwidth
pushes much past 50%, I start getting some crazy distrotion (jitter?),
making it impossible for one or both parties to understand the other.
TIA,
--
Troy Settle
Pulaski Networks
http://www.psknet.com
866.477.5638
2003 Jan 08
3
Removing Samba
Does anyone know how to remove Samba, using the RPM utility?
I have tried but not sure on the correct use of RPM and of course I am not
sure of the proper name for removing Samba??
--
T.L.Gervais
Coldbrook, NS
Canada.
2020 Apr 11
1
Issues with usbhid-ups on TrippLite INTERNET600U
...ct to my new
INTERNET600U UPS, but it appears not to work. I contacted TrippLite and
they said the unit is using a new comm protocol 3024. Is there a way to
make this work with usbhid-ups?
More details of my story here:
https://community.synology.com/enu/forum/1/post/132984
Thanks for your help!
-Troy
----------------------------------------------
Troy Bouman
616.990.2699
www.TroyBouman.com <http://www.troybouman.com/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/nut-upsuser/attachments/20200411/3f7d290f/attac...
2005 Mar 23
9
Apache Web Server mod_jk configuration
....visitmalta.com
www.mfc.com.mt
Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not copy or deliver this message to anyone. In such case, you should destroy this message and kindly notify the sender by reply email.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.caosity.org/pipermail/centos/attachments/20050323/ed6b710e/attachment.htm