search for: keene

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

Did you mean: keen
2018 Jun 07
4
[7.0.0 Release] Schedule proposal
Hello everyone, There's plenty of time before the release process starts, but I'd like to begin the schedule discussion. For the September release we usually branch mid-July. However, this year my vacation runs a little later, so a good 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
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
2013 Dec 24
2
[LLVMdev] running clang format on the Mips target
Hi David, I agree with you that it would be rude 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
2016 Aug 08
4
Syslinux Aarch64 porting
Hi, Is there any information available on porting Syslinux to 64bit ARM? Specifically, I have a Cavium ThunderX board (Gigabyte R120-T30) which 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
2012 Feb 01
9
Meet the new maintainer
Hi all, Some time ago, I foolishly agreed to become the maintainer of FLAC, the Free Lossless Audio Codec. The original author and maintainer Josh Coalson has been MIA since early 2009. The code has been moved to the Xiph.org git repo 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
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 the official xen releases as well. Michael Young
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 was scrubbed... URL:
2005 Oct 09
2
HPLIP
First, has anyone successfully installed the HPLIP driver from HP in CentOS4? Second, does that driver really provide the toolbox which includes handy stuff like ink level monitoring? I got the source RPM (hplip-0.9.4-1.1.src.rpm) from an FC4 testing mirror, which rebuilt fine on this machine: . . . + umask 022 + cd /home/rj/rpmbuild/BUILD + cd
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
http://www.xiph.org/ogg/doc/oggstream.html says: "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
2001 Aug 05
2
wine build question....
when i go into the kde controll panel... it tells me i have an i686 (its a 686/166MHz machine) so, my question is... should i be using the 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
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:
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
Samba4 reached an important milestone tonight, as I installed it for my wife to use as her file server for all of her important documents, email, the book she is working on etc. Those of you who have been around Samba development for a while will know that my wife tends to be the first test user of major new versions of Samba, and she volunteered again this time. Susan played a large part in the
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 to each element of the int array. bagel On 11/10/2016 03:30
2006 Jan 12
2
Anybody building elearning apps with Rails
Hello I''m new to rails (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
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/c/any.flac On Dec 13, 2007 5:43 PM, Christopher Brown
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 like dyndns. I want each computer to continue to be able to