search for: precendent

Displaying 20 results from an estimated 39 matches for "precendent".

Did you mean: precedent
2009 Apr 14
4
[LLVMdev] LLVM OCaml Tutorial
I'm currently going through the LLVM OCaml bindings tutorial in preparation for using LLVM in my own project. While the tutorial is very helpful, it was somewhat hard to start due to the fact that I plan on using ocamllex and ocmalyacc and the tutorial hand rolls their own lexer and parser. I have managed to adapt almost all of the tutorial code into using ocamllex and ocamlyacc (the only
2003 Jun 02
6
4.8-Stable DummyNet
Hi. We just opened a gaming center and have chosen to run a FreeBsd box for our firewall. IPFW is configured at it's very basic running natd through rl0 and allowing any to any connections from the lan to the outer world. Natd controls access to the lan. We have a 6.0 mb/s ADSL net connection for all the gaming clients to use, however if a gamer starts downloading a file, that file
2009 Apr 18
0
[LLVMdev] LLVM OCaml Tutorial
On Tuesday 14 April 2009 01:29:44 Chris Wailes wrote: > I have managed to adapt almost all of the tutorial code into using ocamllex > and ocamlyacc (the only thing I'm missing is the ability to assign > precendence to user defined binary and unary operators), and was wondering > if ther would be an interest in adding my code as supplimental material. Yes! I thought it was a bit of
2005 Dec 07
1
Strange behavior with file/directory permissions.
I am experiencing some odd behavior with a SAMBA server running on a Red Hat Enterprise Linux 3 system. Users are authenticating against a Windows domain, and then connecting to their home directory shares, defined as: [homes] comment = Home Directories hide unreadable = Yes valid users = %S read only = No create mask = 0664 directory mask = 0775
2005 May 31
4
minus: operator and sign (PR#7908)
Full_Name: Allan Sims Version: 2.1.0 OS: WinXP Submission from: (NULL) (193.40.25.254) This should not be correct. It seams that first power is applied and then sign. > -2^2 [1] -4
2010 Jun 20
2
Variable Scope in classes
I think I have a misunderstanding of variable scope in classes. Wy isn''t tfel4_ClusterDbType set in the elements::tfel4::elements class? It''s set in elements::tfel4::defaults but then goes *poof* when elements::tfel4::elements tries to access it. class elements::tfel4::defaults { if ( !$tfel4_ClusterDbType ) { $tfel4_ClusterDbType = "oracle" }
2009 Nov 13
2
DC priority, BDC prob with domain groups
I have the following setup: PDC: Samba 3.0.37 on Solaris 10 BDC1: Samba 3.0.37 on Solaris 10 BDC2: Samba 3.4.3 on Solaris 10 Samba 3.0.37 is the bundled version of Samba. Samba 3.4.3 is compiled from source. BDC2 is a recent addition to the network. All machine use LDAP as the backend for everything. They use winbind to handle a domain trust with another domain, but otherwise
2003 Jan 13
1
The behavior of "-u/--update" option on directories
Dear all, I have the following problem: I use the following command to "push" files from "local" to a "remote" machine: [...] /usr/bin/rsync -avuz -e "ssh -1" --exclude ".Xauthority" --delete /user/home/directory/ user@remote.machine.name:/user/home/directory/ ; (The ssh is using RSA authentication btw. machines, but that's beside the
2010 Dec 22
2
Scheduling Plugin
Hi, We are looking for a calendar scheduling solution that supports recurring events. Some specific requirements are that we need to be able to setup recurring events, then modify one of those events on a certain day by deleting it for example. Basically, we want the back end for a Google Calender type functionality. Ive dug around in GitHub and there are tons of recurring plugins but not many
2004 Jul 06
1
questions about setMethod("Arith", ...)
Hi, we have some questions concerning the definition of new arithmetic methods. In our package "distr" (on CRAN) we define some new arithmetic methods for "+", "-", "*", "/". After loading "distr" the corresponding arithmetic methods work. Now, if we define a new class and also a new method for one of the arithmetic methods
2009 Apr 21
0
[LLVMdev] LLVM OCaml Tutorial
2009/4/13 Chris Wailes <chris.wailes at gmail.com>: > I'm currently going through the LLVM OCaml bindings tutorial in preparation > for using LLVM in my own project.  While the tutorial is very helpful, it > was somewhat hard to start due to the fact that I plan on using ocamllex and > ocmalyacc and the tutorial hand rolls their own lexer and parser. > > I have managed
2016 Apr 13
0
formula argument evaluation
%=>% would have precendence ('order of operations') problems also. A + B %=>% C is equivalent to A + ( B %=>% C) and I don't think that is what you want. as.list(quote(A + B %=>% C)) shows the first branch in the parse tree. The following function, str.language, shows the entire parse tree, as in > str.language(quote(A + B %=>% C)) `quote(A + B %=>%
2004 May 25
3
"Glare" condition - How well does asteriskhandle?
You are correct... No glare on a PRI W. Kevin Hunt CCIE #11841 www.huntbrothers.com -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Steven Critchfield Sent: Tuesday, May 25, 2004 3:26 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] "Glare" condition - How well does asteriskhandle?
2016 Apr 13
2
formula argument evaluation
I suppose it would work, although "=>" is rather a descriptive symbol and less a function. But choosing between quoting: "A + B => C" and a regular function: A + B %=>% C probably quoting is the most straightforward, as the result of the foo() function has to be a string anyways (which is parsed by other functions). On Tue, Apr 12, 2016 at 6:20 PM, Richard M.
2003 Oct 07
1
Samba 3.0.0: "force user" not working
Hi, a few days ago I upgraded to Samba 3.0.0. The upgrade worked flawlessly. I just wonder why the "force user" setting does no longer work like it should.. This is an excerpt from my smb.conf-file: [200a3i] path = /home/www_200a3i/public_html valid users = peter, niklas admin users = peter force user = www_200a3i force group = www Usually one expects that these settings make
2003 Apr 13
1
Compile error in examples.
Greetings, I am having some trouble when compiling libvoribis-1.0. It bombs out when compiling the examples dir. The output:: <p>gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -O2 -march=i586 -DUSE_MEMORY_H -static -o decoder_example decoder_example.o ../lib/.libs/libvorbis.a -L/usr/lib -lm /usr//lib/libogg.a ../lib/.libs/libvorbis.a(mapping0.o): In function
2003 Jun 11
1
Problems with ov_open continued
I've downloaded the latest versions of the libraries available from the website, http://www.vorbis.com/download_unix.psp, and compiled them, but it hasn't made any difference to the situation. I downloaded the .tar.gz "for everyone" versions, not the rpm developer versions. Will this make any difference? Cheers, Oliver Sneyd <p>--- >8 ---- List archives:
2004 Aug 06
2
<fileserve>
Hi, While digging through the icecast2 xml configuration I noticed the option <fileserve>1</fileserve>. From what I could tell this is a totally undocumented feature and was wondering what exactly it was used for. <p> -- Colin Faber (303) 736-5160 fpsn.net, Inc. * Black holes are where God divided by zero. * --- >8 ---- List archives: http://www.xiph.org/archives/
2004 Feb 17
0
Samba3/ADS: share permissions vs ACLs
Hello, I'm struggling with permissions management in samba 3.0.2, ads member mode, on SuSE 9. I have essentially two questions: 1) What is the precendence of the various permissions (Filesystem, share, ACL, smb.conf, user vs. group in each) that Samba observes, and how do they effect each other? 2) Should I be able to set share-level permissions on a samba share from a Win2k machine by
2006 Oct 16
1
Bugs with partial name matching during partial replacement (PR#9299)
This is a rather interesting, but I don't think it is a bug - it is just things that "you are not supposed to do"... you are assuming a certain evaluation order of the 4 "$" operators in " D$ABC[D$M] = D$V[D$M] " as in: temp1 <- D$M # 2nd and 4th temp2 <- D$V[temp1] # 3rd D$ABC[temp1] = temp2 # 1st What R did was this: