search for: _additional_

Displaying 12 results from an estimated 12 matches for "_additional_".

2006 Apr 04
4
checking existence of a partial
Is there a simple way to check for the existence of a partial before displaying it? I have some code that creates a dynamic partial depending on the city a particular object is located in. There are some cities that do NOT have partials defined for them, but I still want the overall page to display. Is there a way to either chefck for existence before displaying (enclosed in an if
2015 Jun 13
2
git repo: primary/secondary/unofficial
I'm starting this thread to discuss what git repository should be designated as primary and which repositories should be designated as secondary. For years, git.kernel.org has been the primary repo, updated at least with every full and pre- release. git.zytor.com has been the secondary and development repo. Additionally, I've maintained my repos at github.com and git.zytor.com as
2015 Jun 14
4
git repo: primary/secondary/unofficial
...t; same objective (bugs, wiki, tracking patches, optionally "linking" > between them...) is probably not such a good idea. > > 4_ The current bugzilla for Syslinux is not very well maintained. > Should a different method / site be considered _instead_ of it? Should > an _additional_ method / site be considered as optional alternative? > > 5_ github.com is popular. Would having a github repo attract additional > valuable developers (with the adequate skills)? Or would it result in > more maintenance than it would be worth? Popular should not be a reason to choos...
2015 Jun 13
0
git repo: primary/secondary/unofficial
...multiple channels for the same objective (bugs, wiki, tracking patches, optionally "linking" between them...) is probably not such a good idea. 4_ The current bugzilla for Syslinux is not very well maintained. Should a different method / site be considered _instead_ of it? Should an _additional_ method / site be considered as optional alternative? 5_ github.com is popular. Would having a github repo attract additional valuable developers (with the adequate skills)? Or would it result in more maintenance than it would be worth? 6_ I would tend to think that the current 2 official reposi...
2005 Feb 23
1
model.matrix for a factor effect with no intercept
I was surprised by this (in R 2.0.1): > a <- ordered(-1:1) > a [1] -1 0 1 Levels: -1 < 0 < 1 > model.matrix(~ a) (Intercept) a.L a.Q 1 1 -7.071068e-01 0.4082483 2 1 -9.073800e-17 -0.8164966 3 1 7.071068e-01 0.4082483 attr(,"assign") [1] 0 1 1 attr(,"contrasts") attr(,"contrasts")$a [1]
2015 Jun 15
0
git repo: primary/secondary/unofficial
...thub.com issues should only be considered as a replacement to the existing bugzilla, not as an additional means of tracking issues. >> 4_ The current bugzilla for Syslinux is not very well maintained. >> Should a different method / site be considered _instead_ of it? Should >> an _additional_ method / site be considered as optional alternative? Qualify "not very well maintained". Is it just the overall attention towards issues that varies by everyone's availability? If so, I think you might mean to use other words. >> 5_ github.com is popular. Would having a gith...
2024 Apr 11
4
D-bus integration
Dear OpenSSH developers, I was looking at the fail2ban project and had an idea that instead of parsing log files it could be possible to notify interested parties (like fail2ban) via (for instance) D-bus about a failed login attempt. Other application could also use this protocol to notify about suspect behaviors. A central functionality will allow for other (new) projects to integrate
2013 Jun 20
1
[LLVMdev] How to deal with potentially unlimited count/length symbol names?
if youd don't care the readabilit, you can compress the function name.... 在 2013-6-20 上午7:22,"Sean Silva" <silvas at purdue.edu>写道: > > > > On Wed, Jun 19, 2013 at 3:39 PM, Robinson, Paul < > Paul_Robinson at playstation.sony.com> wrote: > >> > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] >> On Behalf Of
2008 Feb 24
6
ANNC: qrp - queueing reverse proxy
Hi, I''ve started a new project that uses Mongrel. It basically lets you defer requests to it until other Mongrels in your (Rails) pool becomes free. Rubyforge project page: http://rubyforge.org/projects/qrp/ gems, tarballs and git repo in case they haven''t hit the mirrors yet: http://bogomips.org/ruby/ I should also add that nginx 0.6.7 or later is required for the
2012 Dec 14
1
Strange, most probably unjustified, codoc mismatch for S4 method with one argument plus '...' (re-try)
Hi, I just figured out that I accidentally posted my message in HTML, so I am retrying in plain text only. Sorry. I am currently extending one of our CRAN packages and ran into an unexpected problem when checking the source package. I got some warnings in the step "* checking for code/documentation mismatches". I double checked everything and did not see anything that would
2005 Feb 17
1
socket problems (maybe bugs?)
Dear R Gurus, for some purpose i have to use a socket connection, where i have to read and write both text and binary data (each binary data package will be preceeded by a header line). When experimenting, i encountered some problems (with R-2.0.1 under different Linuxes (SuSE and Gentoo)). Since the default mode for socket connections is non-blocking, i first tried socketSelect() in order to
2006 May 04
3
Jails and loopback interfaces
> I recently did something like this. I have a webserver in a jail that > needs to talk to a database, and the webserver is the only thing that > should talk to the databse. > My solution was to use 2 jails: one for the webserver, and another for the > database. > Jail 1: > * runs webserver > * binds to real interface with real, routable IP > Jail 2: > *