Displaying 19 results from an estimated 19 matches for "chariot".
2004 Jan 20
1
rsync on Interix WSU 3.5
...o mention of running rsync under WSU or Interix. 300+
applications are bundled - but no rsync - bugger.
So, before I launch into rsync source code, gcc, compiler flags , path
issues and god knows what else.. has anyone else tried this ?
Thanks,
Darren Kruse | Email: dkruse@staff.chariot.net.au
Chariot Netconnect | Web: http://sa.chariot.net.au
Technical Services Group | Phone (+61): 08 8291 8825
2003 Sep 25
1
Help me to understand BDC
hi
short question ->
if i set up samba 3.0 as BDC with an NT pdc and a client wants to login
to the domain, but his account is only stored (for tests) on the BDC:
should he be able to authenticate successfully?
or can he just login, if the *PDC* responds positive?
thx in advance
greez
2003 Sep 25
0
Re: Please check if your are sending offending emails
...eux.nl (213-132-174-148.multikabel.nl [213.132.174.148])
>
>Received: from smtp04.wxs.nl (smtp04.wxs.nl [195.121.6.59])
>
>Received: from vsmtp12.tin.it (vsmtp12.tin.it [212.216.176.206])
>Received: from fxdmfn (80.182.241.123) by vsmtp12.tin.it (7.0.019)
>
>Received: from mail.chariot.net.au (mail.chariot.net.au [203.87.95.38])
>Received: from clbnqpl (ppp-080.cust203-87-121.ghr.chariot.net.au
>[203.87.121.80])
> by mail.chariot.net.au (Postfix) with SMTP
>
>Received: from mta06bw.bigpond.com (mta06bw.bigpond.com [144.135.24.156])
>Received: from qngjcj ([144.1...
2004 Apr 06
3
Software to test a LAN for possible VoIP Install
Aloha,
Does anyone know of any opensource or inexpensive software that can test a
network for a possible VoIP installation?
I have seen Chariot by NetIQ, but it is very costly!
I am envisioning two or three "client" devices that talk to a server device.
Each client could simulate 1-100 VoIP phone calls. The server module would
monitor the QOS, jitter, etc., and provide some kind of score.
Aloha,
Matt
2004 Feb 11
1
SFU?
Hello!
I just compiled rsync 2.6.0 on SFU 3.5 and it works :-)
Did somebody test it for real work?
Thank you!
2007 Apr 12
0
[LLVMdev] "Name that compiler"
...It
unfortunately fails the searchability test, but does brilliantly at
reminding you what it is.
What about heading off into Greek mythology? Perhaps Dædalus, the
greatly skilled Athenian architect that built the palace of Cnossus.
There's also Hephæstus, God of smiths, builder of Helios's chariot,
maker of Talos, Crete and Europa's guardian robot, and fabricator of
the weapons of the Gods; or Lemnos, the island with his workshop.
Unfortunately, they're not the easiest words to spell, and Vulcan,
Hephæstus's roman name, is somewhat used already.
~ Scott McMurray
2011 Dec 20
2
[LLVMdev] Control dependence analysis?
Does LLVM contain any control dependence analysis pass?
I do not see one when looking through the lib/Analysis passes.
Thanks,
Mark
2011 Dec 20
0
[LLVMdev] Control dependence analysis?
On 12/19/11 9:55 PM, Mark Lacey wrote:
> Does LLVM contain any control dependence analysis pass?
There is a PostDominatorTree analysis. Control-dependence can be
computed easily using it (see the paper "Efficiently computing static
single assignment form and the control dependence graph" by Cytron et.
al. for details on the algorithm).
-- John T.
>
> I do not see one when
2002 May 08
0
[Fwd: printing with wine]
just resending this message as I still haven't fixed the problem
cheers Darrin
-----Forwarded Message-----
> From: Darrin Ritter <dvr@chariot.net.au>
> To: wine-users@winehq.com
> Subject: printing with wine
> Date: 01 Apr 2002 23:43:36 +0930
>
> fixed thanks for the replies off list
>
>
> Hi
>
> when I try to print with the wine preview 5 from codeweavers out of
> notepad I get the following error...
2006 Apr 06
1
RE: Drag and drop events. Or: How I learned totakeover the world.
Oops... typos... Outlook stripped the newline from the 1st and 2nd code
lines... and in the last line it should be:
Draggables.addObserver(myDraggableObserver);
(I copied and pasted from my code and missed that 1 change)...
The information transmitted in this electronic mail is intended only for the
person or entity to which it is addressed and may contain confidential,
proprietary, and/or
2005 Oct 20
3
problème d'import de fichier
hello!
je veux importer un fichier de donnees excel que j'ai au prealable
converti en fichier txt avec separateurs tab, fichier de la forme entree
simple (suite de colonnes contenant des variables).
Voila ma ligne de commande :
> poussins <- read.table("poussins.txt", header=T, sep="\t")
et sa reponse
Erreur dans scan(file = file, what = what, sep = sep, quote =
2016 Jan 30
4
DCE in the presence of control flow.
I think you can also avoid the RDF computation using a more directed form of control dependence testing such as described in
Keshav Pingali and Gianfranco Bilardi. 1997. Optimal control dependence computation and the Roman chariots problem. ACM Trans. Program. Lang. Syst. 19, 3 (May 1997), 462-491. DOI=http://dx.doi.org/10.1145/256167.256217
However one challenge seems to be fixing the SSA graph after deleting essentially arbitrary connected regions of the control flow graph. It may be that the common case where deleted con...
2016 Jan 30
3
DCE in the presence of control flow.
...llahan <dcallahan at fb.com<mailto:dcallahan at fb.com>> wrote:
I think you can also avoid the RDF computation using a more directed form of control dependence testing such as described in
Keshav Pingali and Gianfranco Bilardi. 1997. Optimal control dependence computation and the Roman chariots problem. ACM Trans. Program. Lang. Syst. 19, 3 (May 1997), 462-491. DOI=http://dx.doi.org/10.1145/256167.256217<https://urldefense.proofpoint.com/v2/url?u=http-3A__dx.doi.org_10.1145_256167.256217&d=CwMFaQ&c=5VD0RTtNlTh3ycd41b3MUw&r=lFyiPUrFdOHdaobP7i4hoA&m=85DfLWatM6urqzYLUvrWB...
2016 Jan 30
0
DCE in the presence of control flow.
...David Callahan <dcallahan at fb.com> wrote:
> I think you can also avoid the RDF computation using a more directed form
> of control dependence testing such as described in
>
> Keshav Pingali and Gianfranco Bilardi. 1997. Optimal control dependence
> computation and the Roman chariots problem. ACM Trans. Program. Lang. Syst.
> 19, 3 (May 1997), 462-491. DOI=http://dx.doi.org/10.1145/256167.256217
>
> However one challenge seems to be fixing the SSA graph after deleting
> essentially arbitrary connected regions of the control flow graph. It may
> be that the commo...
2016 Jan 30
0
DCE in the presence of control flow.
...llahan <dcallahan at fb.com<mailto:dcallahan at fb.com>> wrote:
I think you can also avoid the RDF computation using a more directed form of control dependence testing such as described in
Keshav Pingali and Gianfranco Bilardi. 1997. Optimal control dependence computation and the Roman chariots problem. ACM Trans. Program. Lang. Syst. 19, 3 (May 1997), 462-491. DOI=http://dx.doi.org/10.1145/256167.256217<https://urldefense.proofpoint.com/v2/url?u=http-3A__dx.doi.org_10.1145_256167.256217&d=CwMFaQ&c=5VD0RTtNlTh3ycd41b3MUw&r=lFyiPUrFdOHdaobP7i4hoA&m=85DfLWatM6urqzYLUvrWB...
2007 Apr 12
20
[LLVMdev] "Name that compiler"
Hi Everyone,
LLVM is a growing project, and many of us are very fond of it. :) LLVM
is continuing to grow, both in maturity in specific areas and in scope of
areas that it is applicable to.
When we first started the project, we focused on the design of the
intermediate representation. It is a strong design goal that the IR be a
self-contained virtual instruction set, which fully describes
2008 Dec 26
1
starting values update
...o face. After
Hector realized the trick, he knew his death was inevitable and accepted
his fate. Hector, wanting to go down fighting, charged at Achilles with
his only weapon, his sword. Achilles got his vengeance, killing Hector
with a single blow to the neck. He then tied Hector's body to his
chariot and dragged it around the battlefield for nine days.
--
Ben Bolker
Associate professor, Biology Dep't, Univ. of Florida
bolker@ufl.edu / www.zoology.ufl.edu/bolker
GPG key: www.zoology.ufl.edu/bolker/benbolker-publickey.asc
------------------------------
Message: 8
Date: Thu, 25 Dec 2008...
2016 Jan 29
3
DCE in the presence of control flow.
On Thu, Jan 28, 2016 at 10:09 PM, Hal Finkel <hfinkel at anl.gov> wrote:
>
> ------------------------------
>
> *From: *"David Callahan via llvm-dev" <llvm-dev at lists.llvm.org>
> *To: *"Daniel Berlin" <dberlin at dberlin.org>, "LLVM Dev Mailing list" <
> llvm-dev at lists.llvm.org>
> *Sent: *Thursday, January 28, 2016
2000 Mar 31
0
TNG-1.0.5 Problems
Hi...
I have exactly the same problem with lsarpcd giving the error "ERROR:
setgroups call failed!".
Anyone know of a fix??
MWP
> Hello
>
> I was just installing the new TNG 1.0.5 and after i installed and cleaned
the
> logs i started the dameons and was unable to access the shares on win98.
The
> computer showed up in Network Neighborhood but i would get a \\comp03