Displaying 20 results from an estimated 280 matches for "mazing".
Did you mean:
making
2008 Apr 29
1
A Maze Generator
I had some fun this afternoon coding up a 'maze generator' in R. I
thought I'd pass along the fruits of my labor for everyone's amusement.
As written, every point is connected to every other point, so feel free
to 'start' and 'finish' anywhere you like.
Have fun!
--Robert
PS. Feel free to pass along suggestions or comments.
2005 Dec 29
2
Jigdo, etc...
Hi folks,
I've just finished rsyncing/downloading/jigdoizing the entire i386/x86_64
CentOS 4.2 distribution.
If anyone is interested go to
http://mirror.tcs.ii.uj.edu.pl/jigdo/
You'll need to edit the .jigdo file by hand to change the server section
[Servers]
CentOS42=file:/opt/mirrors/centos/4.2/
to point to a local mirror (file, http or ftp), ie. to use kernel.org:
[Servers]
2006 Jan 17
2
DHCP without network access
Hi,
I've got a box with CentOS 4.2 x86_64 which had no DHCP access for a few
hours, now I can't ping it (I'm pretty sure the box is still up). I
expect the DHCP lease has timed out and the box has lost it's IP, I was
expecting it to reacquire it once the DHCP came back up (configuration
problem) - but no luck. Is this a known problem? Any solution/workaround?
(for now or for
2010 Oct 20
2
[PATCH] klibc: reproducible builds
From: Maciej ?enczykowski <maze at google.com>
This adds a new setting: KBUILD_REPRODUCIBLE
If it is non-empty, ar and ranlib will be called in such
a way that timestamps do not affect the build output.
This allows one to get perfectly reproducible builds.
Signed-off-by: Maciej ?enczykowski <maze at google.com>
---
scripts/Kbuild.klibc | 14 +++++++++-----
usr/klibc/Kbuild |
2006 Apr 29
2
CUPS/Samba & Windows Printer Drivers
Hi,
Has anyone got samba/cups handing out print drivers for windows clients
working with the cups/samba from CentOS 4.3?
If so, maybe a few pointers? What should I download and from where...
etc.
Cheers,
MaZe.
2005 Jun 06
2
PHP mcrypt
Hi,
Could someone tell me how I'd go about compiling php with mcrypt support
from src.rpm?
ie. configure -with-mcrypt[=DIR]
Is it just a matter of calling
rpmbuild --rebuild src.rpm --with=mcrypt
?
Cheers,
MaZe.
2012 Jun 28
1
[PATCH] klibc: fix gethostname()/getdomainname()
From: Maciej ?enczykowski <maze at google.com>
uname(2) returns (like all syscalls) 0 on success.
Signed-off-by: Maciej ?enczykowski <maze at google.com>
---
usr/klibc/getdomainname.c | 2 +-
usr/klibc/gethostname.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/usr/klibc/getdomainname.c b/usr/klibc/getdomainname.c
index 61722ca3519b..218ff0baa871
2007 Feb 06
3
How-To construct a cov list to use a covariance matrix in factanal?
Hi,
I have a set of covariance matrices but not the original data. I want to carry out some exploratory factor analysis. So, I am trying to construct a covariance matrix list as the input for factanal. I can construct a list which includes the cov, the centers, and the n.obs. But it doesn't work. I get an error that says "Error in sqrt(diag(cv)) : Non-numeric argument to mathematical
2014 Jan 31
5
[LLVMdev] emitting function stub for mips16 floating point patch
I'm rewriting this patch for the stubs to not use outputing of raw text.
Generating the instructions is very straightforward and that part is done.
I'm translating the actual function now.
How do you emit an .ent or .globl from asm printer?
.type ?
.end ??
.section ???
I'm studying the classes now but it should be simple to do so if you
know, you can save me some time
because this
2018 Oct 03
3
[patch 00/11] x86/vdso: Cleanups, simmplifications and CLOCK_TAI support
On Tue, Oct 02, 2018 at 10:15:49PM -0700, Andy Lutomirski wrote:
> Hi Vitaly, Paolo, Radim, etc.,
>
> On Fri, Sep 14, 2018 at 5:52 AM Thomas Gleixner <tglx at linutronix.de> wrote:
> >
> > Matt attempted to add CLOCK_TAI support to the VDSO clock_gettime()
> > implementation, which extended the clockid switch case and added yet
> > another slightly different
2018 Oct 03
3
[patch 00/11] x86/vdso: Cleanups, simmplifications and CLOCK_TAI support
On Tue, Oct 02, 2018 at 10:15:49PM -0700, Andy Lutomirski wrote:
> Hi Vitaly, Paolo, Radim, etc.,
>
> On Fri, Sep 14, 2018 at 5:52 AM Thomas Gleixner <tglx at linutronix.de> wrote:
> >
> > Matt attempted to add CLOCK_TAI support to the VDSO clock_gettime()
> > implementation, which extended the clockid switch case and added yet
> > another slightly different
2005 May 03
4
Compiling Kernel Modules
Hi,
Here'a a question - is it possible to compile a single module (distributed
in the kernel source tree) for the current CentOS kernel (2.6.9-5.0.5)
without recompiling the entire kernel and all other modules.
I basically need reiserfs3 (nb. why is it disabled? it's a module, you
use it, it doesn't wreck anything...) and I don't really want to change
the rest of the kernel, and
2009 Mar 03
1
Seperate auth per protocol (pop3/imap)
Hi,
During discussions with the boss we've speculated about having users
having only specific services available. One of the ideas was to have
users being able to specify if they wanted POP3 or IMAP and whether we
could limit their access to one or the other server side.
We use MySQL for the userdb and passdb lookups at the moment. Is it
possible to specify separate auth files with different
2005 Jul 13
2
RPM Autorollback
Hi,
any idea if (when?) a new version of those RPMs with rollback included
will become available for CentOS 4?
Thanks,
MaZe.
2005 May 18
1
Centos-announce censoring :-)
Hi!
I have a quick question about the centos-announce mailing list,
is there some guide as to what the subject lines of all the mails there
are (ie. for regexps)?
I want to filter everything that isn't related to CentOS 4 i386 out to
/dev/null...
Cheers and thanks,
MaZe.
2010 Jul 30
2
finding a function or a line while debugging?
guRus
Is there a way by which I can search for a particular function or a
particular line of code within the maze of all the R codes that are
interlinked? Say for instance I am running a code using quantstrat package
and on a particular line I get the error saying x is missing in is.array(x).
I want to figure out where is.array is in all the codes that my code refers
to? How do I do this? Is
2011 Jun 22
2
CUPS not rendering documents via Samba
Hi guys, any CUPS / Samba experts out there?
The CUPS printing guide is a horrendous maze of options. I've got
nearly there but I've got
one thing wrong and I don't know where to look.
I set up our two printers (HP K5400s) using the GUI printer tool. Both
print the test page just fine.
I set up the [printers] and [print$] shares and can browse to the
printers from Windows (XP for me)
2005 Oct 10
3
Query: Centos 4.2 availability
Hi,
Not meaning to rush you folks (you're doing a great job).
But I'm about to install/clone 4 computers with Centos 4.
When can I expect 4.2 to be out (in DVD format preferably)?
As in, is it worth waiting and saving myself the later hassle
extra downloads?
[I don't actually have 4.1 DVD's, just 4.0, so I pretty much have to
download the DVD.ISO anyway]
Cheers & Thanks,
2018 Oct 04
2
[patch 00/11] x86/vdso: Cleanups, simmplifications and CLOCK_TAI support
On Wed, Oct 03, 2018 at 03:32:08PM -0700, Andy Lutomirski wrote:
> On Wed, Oct 3, 2018 at 12:01 PM Marcelo Tosatti <mtosatti at redhat.com> wrote:
> >
> > On Tue, Oct 02, 2018 at 10:15:49PM -0700, Andy Lutomirski wrote:
> > > Hi Vitaly, Paolo, Radim, etc.,
> > >
> > > On Fri, Sep 14, 2018 at 5:52 AM Thomas Gleixner <tglx at linutronix.de>
2018 Oct 04
2
[patch 00/11] x86/vdso: Cleanups, simmplifications and CLOCK_TAI support
On Wed, Oct 03, 2018 at 03:32:08PM -0700, Andy Lutomirski wrote:
> On Wed, Oct 3, 2018 at 12:01 PM Marcelo Tosatti <mtosatti at redhat.com> wrote:
> >
> > On Tue, Oct 02, 2018 at 10:15:49PM -0700, Andy Lutomirski wrote:
> > > Hi Vitaly, Paolo, Radim, etc.,
> > >
> > > On Fri, Sep 14, 2018 at 5:52 AM Thomas Gleixner <tglx at linutronix.de>