search for: __not__

Displaying 7 results from an estimated 7 matches for "__not__".

Did you mean: __eot__
2004 Aug 05
1
(hpa-tftpd] remapping with regular expression problem
...case. And that's where I'm stuck: To avoid side effects to other tftp downloads from the same server I'd like to limit the case altering only to filenames containing '/winpe/'. So I'm looking for a way to exit with the success the reg. ex ruleset, if '/winpe/' is __not__ in the filename. Thanks for your input Regards Bernd rg \\ / # Convert backslashes to slashes r ^[^/] /tftpboot/\0 # Convert non-absolute files r ^/winpe/ /tftpboot/winpe/# Convert relative paths to their absolute position #exit (with success) if the requested file not from /winpe/ #n...
2002 Jan 31
2
Is there a function to plot a Pareto diagram?
...t the frequency of qualitative data from a larger set. Perhaps it's just my GNUrance. I mean, one day, if I have time, I might even write a generic Perl script, but right now, it doesn't look too good on the client side, if you know what I mean. (And what's with the hist function? __Not__ how I learned...) TIA, Regs, Henry L. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", no...
2009 May 28
1
internal and external debugging [was: [R] step by step debugger in R?]
...to be a case where one can one can get *something* working quite quickly-- and then get sucked in to a very long and painful process. The effort I spent has been repaid many times over, but... Mark Bravington CSIRO, Hobart, Australia > >> There is also the debug package [3,4] which does __not__ work with R > >> internals but rather works with instrumenting tricks at the R level. > >> debug provides a tcl/tk front-end. It is my understanding that it does > >> not work using R internals (do_browser, ...) because it was not possible > >> at the time, and I...
2014 Dec 20
2
no access to certain WEB sites using CentOS 6.5
...es of data. 64 bytes from front-ams.opera.com (185.26.182.79): icmp_seq=1 ttl=41 time=174 ms 64 bytes from front-ams.opera.com (185.26.182.79): icmp_seq=2 ttl=41 time=122 ms ======================== another example ======================== http://www.delo.si/ works http://www.dnevnik.si does __not__ work http://www.centos.org/ works but when I click on the link Special Interest Group on the same page http://wiki.centos.org/SpecialInterestGroup , the link does NOT work. I get back Server not found Firefox can't find the server at www.opera.com. :::important::: All the example...
2010 Sep 06
5
SSLVerifyClient required with Apache+Mongrel
Hello, In the wiki "Using_Mongrel" http://projects.reductivelabs.com/projects/puppet/wiki/Using_Mongrel it proposes a configuration with the option: SSLVerifyClient require But with this option set I am not able to register new clients. When I run a new puppet client, I get the error: warning: peer certificate won''t be verified in this SSL session err: Could not request
2001 May 06
7
WINE for Reactos
Hi Everyone, For those of you who don't know, Reactos (www.reactos.com) is an open source (GPL) attempt to write an NT compatible operating system. By the end of the year the kernel should be developed enough to support a GUI. My first thought was to grab the xfree86 source code and use the bitmaps, etc. from there and program my own USER32.DLL. However, if WINE can be altered to run on
2016 Aug 17
14
[RFC] RISC-V backend
Hi all, I am proposing the integration of a backend targeting the RISC-V ISA. RISC-V is a free and open instruction set architecture that was originally developed at UC Berkeley. Future development of the ISA specification will be handled by the 501(c)(6) non-profit RISC-V Foundation and its members <https://riscv.org/membership/?action=viewlistings>. You can find much more information at