search for: keen

Displaying 20 results from an estimated 1100 matches for "keen".

Did you mean: been
2018 Jun 07
4
[7.0.0 Release] Schedule proposal
...branch date for me would be the 1st of August. Proposal: - 1 August 2018: Branch; RC1 soon after - 22 August 2018: RC2; all lose ends should be tied up by now - 5 September; final tag, release a few days later (don't slip past first half of September) What do you think? I'm particularly keen to hear from those helping to test the release, and from downstream consumers of the branch. If the community prefers an earlier branch date, I can take a day off vacation to set it up but I probably can't help much with bug fixing and merging before August. Thanks, Hans
2007 May 16
5
GSM Cards for Asterisk (UK)
Hi, I am currently building a 1.4.4 Asterisk box for a client and they are interested in GSM functionality. Does anyone have any experience with a GSM card, preferably Quad Span (4 GSM modules or higher) for use in the UK. I have seen the Junghanns* version but I am not keen on the limitation of having to use a BriStuffed version of Asterisk. Do Digium make one ? as I am unable to find on their website or is it possible to compile the ztgsm parts into the current zaptel source ? *Junghanns if you are on list, please do not take the wrong way - the cards are fin...
2013 Dec 24
2
[LLVMdev] running clang format on the Mips target
...to simply clang-format the MIPS backend without coordination with any out-of-tree derivatives. To be honest, it hadn't occurred to me that there would be any such derivatives and the possibility wasn't raised in our internal discussion before we brought the subject up on this list. I'm keen to coordinate with such derivatives to minimize disruption as far as is reasonably possible. It's not going to be possible to completely eliminate all disruption (and as Reed notes, general development can also cause this disruption) but we can do our best. I'm keen to get the bugfixes you...
2016 Aug 08
4
Syslinux Aarch64 porting
...h boots using UEFI - b2b.gigabyte.com/products/product-page.aspx?pid=5864#ov I'd be very interested in getting this to work, as currently the only option for booting on this platform is Grub 2 or EFI Stub. If anyone can point me in the right direction it would be much appreciated. I'm keen to contribute to work on this port myself as well, but I want to hear if any other work on Aarch64 / arm64 has been done. Regards, Michael
2012 Feb 01
9
Meet the new maintainer
...and I'll be trying to spend an hour a day on it until I get a backlog of patches reviewed, tweaked and applied. The main problem is that the FLAC test suite takes 30 minutes to run on a 2.8 GHz Core II Duo. The gt repo is here: https://git.xiph.org/?p=flac.git;a%3Dsummary I encourage the keen to do a daily checkout and build. I will be building it on x86 and amd64 Linux every day and running the full test suite. Looking for someone to do that on Mac and Windows. Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-n...
2015 Aug 06
2
Benchmark GlobalsModRef in non-LTO pass pipeline
Greetings folks! I would like to enable globalsmodref-aa in the non-LTO pass pipeline so that it gets tested more and there are fewer differences between the two. For all of my benchmarks, this is performance neutral, but I'd appreciate others benchmarking this combination to see if they see any benefits or regressions. You can demo this mode easily: -mllvm -enable-non-lto-gmr Please let me
2012 Jul 24
9
remove dependency on PyXML from xen?
Fedora is keen to stop using PyXML and I have been sent a bug report https://bugzilla.redhat.com/show_bug.cgi?id=842843 which includes a patch to remove the use of XMLPrettyPrint in tools/python/xen/xm/create.py . I am going to try this in the Fedora build, but I was wondering if it makes sense to do this in t...
2013 Sep 10
2
Installer for win32 icecast?
Hi, I am keen to try icecast + mixxx.org for local LAN radio broadcast but I cannot find any installer from your website, icecast.org/download Can you point me to the right download link ?I'm running Win7 Pro x64. Thanks. Regards,Lin -------------- next part -------------- An HTML attachment wa...
2005 Oct 09
2
HPLIP
...system-config-printer < 0.6.131.3 conflicts with hplip-0.9.4-1.1.i386 hpijs < 1:0.9.4-1.1 conflicts with hplip-0.9.4-1.1.i386 The conflict with hpijs is a no-brainer -- remove it because hplip is a replacement. But what about system-config-printer? I'm not too keen on dropping back to manually setting up printers. Any advice is welcome.
2003 Aug 20
2
BudgeTone Firmware 1.0.3.78?
I have seen two references today (don't recall whether here or on one of the other VoIP lists I read) to people having the .78 version of the firmware installed on their phones. I'm keen on getting hold of it, but their support page still offers only the older version. Is it out there somewhere, and how might one have at it? Thx. B.
2000 Apr 18
1
domain logins for NT Workstation in 2.0.7?
...f these settings." The problem is that we have security = server without encryption. Does this truly mean that we cannot do domain logins with NT Workstation? Anyone know if this will be possible in 2.0.7? Charles Lewis, Director of Adminstrative Computing Southwestern Adventist University, Keene, TX 76059 (817) 556-4720 - phone (360) 397-7952 - fax lewisc@delta.swau.edu
2010 Apr 26
2
Indexless interpolation search seeking code
...ays: "An index is only marginally useful in Ogg for the complexity added; it adds no new functionality and seldom improves performance noticeably. Empirical testing shows that indexless interpolation search does not require many more seeks in practice than using an index would." I am keen to see seeking code which is almost as fast as seeking with an index. Is the code used in this empirical testing online somewhere or otherwise available? Thanks, Chris P.
2001 Aug 05
2
wine build question....
...he i386 build, or the i686 build??? as i have been using the i386 build, and I am having problems with acessing the windows registry... i have also tried wine on a cel700, with the i386 build, and i get the same problems... so should i be using the i686 build???? thanks for any help... im really keen to get wine working... even after it has trashed by fat partitions :(
2010 Jul 28
2
[LLVMdev] LLVM meta-data for run-time optimization
Hi I read on LLVM blog that meta-data has been implemented to coney debug information to run-time system. Can one use meta-data to convey developer specifc hints to run-time system (e.g. JIT compiler)? Keen to know your thoughts on this. Thanks Javed -- my homepage: http://www.javedabsar.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100728/040ed07a/attachment.html>
2012 Jun 28
4
Optimizing grep, sort, uniq for speed
This snippet of code pulls an array of hostnames from some log files. It has to parse around 3GB of log files, so I'm keen on making it as efficient as possible. Can you think of any way to optimize this to run faster? HOSTS=() for host in $(grep -h -o "[-\.0-9a-z][-\.0-9a-z]*.com" ${TMPDIR}/* | sort | uniq); do HOSTS+=("$host") done
2004 Oct 29
1
Samba4 reaches the "Susan" stage
...he volunteered again this time. Susan played a large part in the original motivation to develop Samba more than 12 years ago, so she knows how useful it is to have a local test user. Reaching this stage does not mean that you should now go and install Samba4 on your production servers. Only a very keen (foolish?) person would do that. The code is quite incomplete, and is missing major features such as no netbios name server, no winbind, no admin tools, and very little documentation. So unless you are a keen C programmer then stay well clear for the moment. What this milestone means is that the c...
2016 Nov 10
3
array fill idioms
Yes, I know this works peachy keen for char arrays. I'm looking at (which is hard to express in C) something like void foo () { int bar[20] = { 42, 42, ..., 42 }; } I don't want to do a memcopy of the 20 element constant array, and memset doesn't work here. I want an intrinsic that copys the scalar int constant 42...
2006 Jan 12
2
Anybody building elearning apps with Rails
...s (just boarded the Train a week ago). I''ve been an elearning developer for about 10 years and for the last couple of years have solely concentrated on adding tools to a proprietary Learning Management System built in Coldfusion. ...But I''m also a Java and ASP.NET developer. I am keen to start an open source rails inspired project to build the generation learning and teaching system. I don''t want to use the term "Learning Management System" as these systems are too big and management focussed to be useful. I am much more interested in using Rails and Ajax to b...
2007 Dec 13
2
metaflac problem on cygwin
wow, that was a mighty keen eye - you must really have been looking at it (thanx!) - that is just a typo, the example just above and below that line still show that the issue i'm having exists. an easy test anyone can do is: metaflac --version metaflac --show-sample-rate c:/any.flac metaflac --show-sample-rate /cygdrive...
2010 May 07
3
Frequently changing IP addresses
Hi I am a user of openVPN and am keen to explore tinc to help with a specific problem. My example - I have 10 computers all connected to internet via mobile broadband and public apns. all wan ip addresses are dynamic and change often - there is no machine or point with a static ip. I am not allowed to use any third party services l...