similar to: How to hiding code for a package

Displaying 20 results from an estimated 8000 matches similar to: "How to hiding code for a package"

2005 Sep 10
2
"Attempt to bind using schannel without successful serverauth2" in 3.0.20 logs
Samba logs show many of these: [2005/09/10 10:15:56, 0] rpc_server/srv_pipe.c:api_pipe_bind_req(981) Attempt to bind using schannel without successful serverauth2 [2005/09/10 10:26:04, 0] rpc_server/srv_pipe.c:api_pipe_bind_req(981) Attempt to bind using schannel without successful serverauth2 [2005/09/10 11:26:01, 0] rpc_server/srv_pipe.c:api_pipe_bind_req(981) Attempt to bind using
2020 May 11
2
[EXT] Re: Support for MULTISEARCH
What client(s) use this and how? I've used virtual folders - by explicitly "subscribing" to them and then performing a search within them. By hiding the virtual folders how do you use them? --- Daniel ------ Original Message ------ From: "Joe Wong" <joewong99 at gmail.com> To: "Aki Tuomi" <aki.tuomi at open-xchange.com> Cc: dovecot at dovecot.org;
2008 Nov 08
4
Hiding Files in Samba
I may need a strong shot of coffee but I though putting "hide files = /~*/" as follows in the samba config file would hide files with a tilde. [homes] comment = Home Directories browseable = no writable = yes hide files = /~*/ Unfortunately after restarting the server the files are still visible. Regards, Vandaman.
2009 Dec 09
2
Recent TeX changes and R/package manuals
As some of you will be aware, TeXLive 2009 was released last month having blocked updates on earlier versions since May. This has lead to a flood of updates of LaTeX packages, as a result of which the PDF manuals of R 2.10.0 and earlier will no longer build, for two separate reasons. For MiKTeX users: at least version 2.8 (the current one) has the same updates (a week or so later) and has
1999 Feb 21
17
samba question
Joseph P. Harbison wrote: > > i don't know if you can help but i am having the same trouble you > posted... I?ll try, but I?m not a samba-expert too. > i can't browse my linux box...i see the machine but it is not > accessible.... You cannot browse... but you can see? Where can you see the linux-box? In Search->Computer? ACCESS is done by <smbd>, whereas
2020 May 11
2
[EXT] Re: Support for MULTISEARCH
> On 11/05/2020 14:09 Joe Wong <joewong99 at gmail.com> wrote: > > > > > > On Mon, May 11, 2020 at 5:16 PM Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > > > > > On 11/05/2020 12:12 Joe Wong <joewong99 at gmail.com> wrote: > > > > > > > > > > > > > > > > > > On Sun, May
2009 Aug 11
5
Hiding views before using toggle
Hi, I want to hide some of my html in my view before toggling. In my css I tried setting the display:none; but then when I would run my toggle function it wouldn''t toggle. Is there an easy solution out there besides having to render javascript everytime to hide this html before toggling it? -- Posted via http://www.ruby-forum.com/.
2015 Nov 21
2
[lld] Hiding original type of GOT related relocations
Hi, There are more than one MIPS relocations which need GOT entry creation. Let's consider two of them R_MIPS_GOT16 and R_MIPS_CALL16 [1]. R_MIPS_GOT16 is applicable to local and external symbols and performs a different calculation in each cases [2]. R_MIPS_CALL16 is applicable to external symbols only and a linker should show an error if it finds R_MIPS_CALL16 with a local target. Now LLD
2008 Jul 11
1
chain.c32: hiding partitions
Hi all, I have added a "hide" command to chain.c32; this hides any *primary* partitions on the drive with a DOS, OS/2 or Win32 partition type by adding 0x10 to the partition type, and the reverse for the partition being booted. I currently do not modify logical partitions. I would have made this a prerelease, except I can't get to my build machine at the moment. However, if
2010 Feb 20
2
Hiding dot files from Windows
The user section of one of my smb.conf files looks like this yet when I bring up XP (a guest under VirtualBox) on my system, all linux dot files are visible. Am I missing somethng? [fred] comment = Alan's service path = /home/fred writeable = yes valid users = fred admin users = fred browseable = yes case sensitive = no printing = bsd #print command =
2010 Sep 07
10
What is the maximum number of resource pools allow in Xen Cloud Platform?
Hi, I am interested to know the maximum number of resource pools that allow in Xen Cloud Platform. I cannot find any maximum number indicated in the documentation. Thank you, Wong Fui Fui _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2005 Oct 04
6
Animation of Mandelbrot Set
Hi, I was playing with Mandelbrot sets and come up with the following code, I thought I would share: library(fields) # for tim.colors library(caTools) # for write.gif m = 400 # grid size C = complex( real=rep(seq(-1.8,0.6, length.out=m), each=m ), imag=rep(seq(-1.2,1.2, length.out=m), m ) ) C = matrix(C,m,m) Z = 0 X = array(0, c(m,m,20)) for (k in 1:20) { Z =
2009 Jan 25
1
strip leading 0's
Dear all, Is there a simple way to strip the leading "0"'s from R output? For example, I want Data <- data.frame(x=rnorm(10), y=x*rnorm(10), z = x+y+rnorm(10)) cor(Data) to give me x y z x 1.0000000 -.1038904 -.3737842 y -.1038904 1.0000000 .4414706 z -.3737842 .4414706 1.0000000 Several of you were kind enough to alert me to the existence of
2008 Dec 05
1
How to retrieve a method
Hi there, I am interested in the inner workings of wilcox.test: > wilcox.test function (x, ...) UseMethod("wilcox.test") <environment: namespace:stats> how can I get at the code, if it is R-code? For Methods one should be able to learn what extension to use, but here default or such do not help. Is there a wayplot.default to learn which different versions of
2010 Dec 01
14
Unicorn and HAProxy, 500 Internal errors after checks
Hi, This morning, while checking for a correct deployment, we found out that the Unicorns we are using were sending 500 Internal errors very frequently to the HAProxy that sits in front of them. After some investigation, It turned out that HAProxy checks the backend by opening and closing a connection to the unicorn. Unfortunately the Unicorns we use ( v 0.990.0 ) will try to reply to this probe
2011 Aug 12
16
Rack content-length Rack::Lint::LintErrors errors with unicorn
Has anyone seen anything like this before? I can get it to happen all the time if I issue a HEAD request, but it only happens very intermittently on GET requests. I''m using Ruby 1.9.2p180. Any ideas on where to start debugging? 204.93.223.151, 10.195.114.81 - - [11/Aug/2011 21:03:50] "GET / HTTP/1.0" 200 37902 0.5316 app error: Content-Length header was 37902, but should be
2005 Oct 17
2
OCFS for RHAS4 download
Greetings, I read from archive that OCFS is for kernel 2.6. which means RHAS4.0 is supported. However, I can't find the download for this version. Is the support official and where can I download it. Thanks / regards, Ivan Wong Database Administrator e2Open Inc. (www.e2open.com) Suite 34.03, Level 34, Menara Citibank, 156, Jalan Ampang, 50450 Kuala Lumpur, Malaysia DID: +603 2776 6397
2010 Jun 04
8
unicorn_rails cleanup (possible fix for Rails3) pushed
Hi all, I''ve pushed the following patch out go git://git.bogomips.org/unicorn along with a few other Rails-related test updates. This is more of a shotgun fix (but less code is better :) since I haven''t been able to reproduce the brokeness people have been seeing with "unicorn_rails" and Rails 3 betas. Even though "unicorn" works perfectly well for Rails3,
2010 Jun 02
8
Read error: #<TypeError: can't modify frozen string> raised from HttpParser
Hey guys, Started running unicorn in a production server like two weeks ago. It''s been running smoothly, but looking at the logs found 44 exceptions like this: E, [2010-06-02T16:17:15.117071 #22680] ERROR -- : Read error: #<TypeError: can''t modify frozen string> E, [2010-06-02T16:17:15.117270 #22680] ERROR -- :
2011 Jun 16
7
[PATCH] replace fchmod()-based heartbeat with raindrops
This means we no longer waste an extra file descriptor per worker process in the master. Now there''s no need to set a higher file descriptor limit for systems running >= 1024 workers. --- I just pushed this out to git://bogomips.org/unicorn.git and it''ll be in Unicorn 4.x. The subset of raindrops used by Unicorn should work on all machines with mmap(2) +