search for: rurban

Displaying 13 results from an estimated 13 matches for "rurban".

Did you mean: urban
2004 Nov 13
0
contrib/ssh-copy-id patch (get rid of identity.pub)
Please consider this simple ssh-copy-id patch, and adding contrib/ssh-copy-id as install target for cygwin. (man and shellscript) 20041113 - [contrib\ssh-copy-id]: change default to newest .ssh/id*.pub From: Reini Urban rurban at x-ray.at -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: ssh-copy-id_latest.patch Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20041113/c8390d98/attachment.ksh
2017 Apr 25
3
RFC: Improving performance of HashString
On Tue, Apr 25, 2017 at 12:55 PM, Vedant Kumar via llvm-dev <llvm-dev at lists.llvm.org> wrote: > >> On Apr 24, 2017, at 5:37 PM, Scott Smith via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> I've been working on improving the startup performance of lldb, and ran into an issue with llvm::HashString. It works a character at a time, which creates a long
2017 Apr 28
2
RFC: Improving performance of HashString
According to... https://github.com/rurban/smhasher/blob/master/README.md Bernstein has quality problems (while xx is as good as you get in a non-crypto hash), and xx is 7x (32 bit) - 12x (64 bit) faster. That's on long strings. It would be worth checking the startup overhead for typically short identifiers in programs. See later on...
2017 Mar 18
0
frozen bubble for C7
> > Can't find perl(compress::bzip2) anywhere. Are you looking for this? (first hit on Google) http://search.cpan.org/~rurban/Compress-Bzip2-2.25/lib/Compress/Bzip2.pm Or this? ftp://195.220.108.108/linux/centos/7.3.1611/os/x86_64/Packages/perl-IO-Compress-2.061-2.el7.noarch.rpm
2017 Mar 18
0
frozen bubble for C7
On Sat, Mar 18, 2017 at 07:16:08AM +0000, Miguel Medalha wrote: > > > > > Can't find perl(compress::bzip2) anywhere. > > Are you looking for this? (first hit on Google) > > http://search.cpan.org/~rurban/Compress-Bzip2-2.25/lib/Compress/Bzip2.pm > > Or this? > > ftp://195.220.108.108/linux/centos/7.3.1611/os/x86_64/Packages/perl-IO-Compress-2.061-2.el7.noarch.rpm > _______________________________________________ Definitely not the second one, as that makes no difference, (nor does...
2017 Mar 18
0
frozen bubble for C7
> > Can't find perl(compress::bzip2) anywhere. Are you looking for this? (first hit on Google) http://search.cpan.org/~rurban/Compress-Bzip2-2.25/lib/Compress/Bzip2.pm Or this? ftp://195.220.108.108/linux/centos/7.3.1611/os/x86_64/Packages/perl-IO-Compress-2.061-2.el7.noarch.rpm
2015 Oct 23
1
[PATCH] perl: Switch to using Module::Build.
...nstalled (see recent bug report), and 'bindtests.pl' is also not installed. However the empty file 'Guestfs.bs' is now copied in, but in Fedora we were already removing any '*.bs' files. This is good reading (make sure to read the comments too): http://blogs.perl.org/users/rurban/2011/01/why-modulebuild-sucks.html Rich.
2017 Apr 25
4
RFC: Improving performance of HashString
I've been working on improving the startup performance of lldb, and ran into an issue with llvm::HashString. It works a character at a time, which creates a long dependency chain in the processor. On the other hand, the function is very short, which probably works well for short identifiers. I don't know how the mix of identifier length seen by lldb compares with that seen by
2007 Jan 27
4
Xapian vs Lucene
Hello, It's probably quite troll-risky to put a title like this, but did anyone take the trouble to compare Lucene to Xapian and make a list of differences? As I told the list at the end of last year, I'm going to have to integrate an indexing/search engine in the coming weeks or months. It will be integrated to Dokeos, an open-source e-learning application in PHP, and at the moment we
2007 Sep 20
2
Search::Xapian cygwin fix
Olly, The cygwin linker requires -shared, otherwise WinMain at 16 will not be skipped. BTW: mingw also. But this should test and fix someone else. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://spacemovie.mur.at/ http://helsinki.at/ -------------- next part -------------- A non-text attachment was scrubbed... Name: Search-Xapian-1.0.2.0-cyg.patch Type:
2010 Jul 21
1
-mtune=generic failure
redhat enterprise 4 (still widely in use in coorp env.) $ g++ --version g++ (GCC) 3.4.6 20060404 (Red Hat 3.4.6-11) make[2]: Entering directory `/usr/src/xapian/xapian-core-1.2.2/.build' depbase=`echo api/decvalwtsource.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../common -I../include -I./include
2011 Mar 10
1
phrase search highlighting
Hi Some of my users are very "conservative" as it seems :) The complained about "not finding anything useful", because the highlighted sample was wrongly colored when doing phrase search, e.g. "some word". So they refused to use web search at all and keep telephoning around. Not the found phrase was highlighted in one color, but all locations of these words within
2006 Aug 20
1
omindex patch
Attached is my rather largish omindex.cc patch with ChangeLog. It needs autoreconf to update configure and the Makefiles. Note that unrar is not patent infected, only rar, the compressor. I've put some AC_PATH_PROG checks into configure for all helpers. The patch is not yet complete. 2006-08-18 15:13:32 Reini Urban <reinhard.urban at avl.com> omega-0.9.6b: * omindex.cc: last_mod as