Displaying 20 results from an estimated 80 matches similar to: "Regex query (Apache logs)"
2014 Dec 25
2
[RFC][FFT][Fixed-Point][NEON] NEON-Optimize Fixed-Point FFT?
Jean-Marc Valin wrote:
> There is definitely some use for a Neon fixed-point FFT. How much
> exactly I'm not sure. Fixed-point is a bit more than just a fall-back
Well, we use fixed-point mode by default in Firefox for both Firefox OS
and Fennec (Firefox on Android). The reason is that, although there is
some NEON-class hardware where float does finally appear to be a little
bit
2012 Jul 20
0
RuntimeError: Unable to find partition containing kernel
Hardware:
2x Intel Xeon Quad-Core 2.33GHz
24GB FBDIMM RAM
2x 2TB HDD in RAID-1
Intel Server Board S5400SF
Setup:
Arch Linux x86_64
Xen 4.1.2
Grub2 Multiboot
Synopsis:
I set up a new VM for Debian Squeeze following instructions here:
http://www.howtoforge.com/installing-debian-squeeze-6.0-domu-on-centos-5.5-x86_64-dom0.
Partitioning & installation completed correctly. When I tried to run the
2009 Oct 08
2
Installing libhildonfm2-dev for scratchbox
What seems to be an easy thing to do as to install a library into
scratchbox is being something difficult to debug.
The command "/scratchbox/moz_scratchbox -p apt-get --yes --force-yes
install libhildonfm2-dev" can be run in a linux vm with the account
"cltbld" without any problems but when I try to test it from this same
slave (I remove first the package) or any other slave
2011 Aug 09
2
Shoutcast directory listing?
I don't see that Nullsoft can do anything about it if Icecast was modified
to update the SC directory exactly emulating SC Server. We would then
utilize Icecast server for all our hosting, which is much more flexible.
But our customers cannot do without being listed on the popular SC
directory. Currently we have about 98% SC servers and 2% Icecast.
-----Original Message-----
From:
2014 Dec 26
0
[RFC][FFT][Fixed-Point][NEON] NEON-Optimize Fixed-Point FFT?
Thanks Timothy and Jean-Marc,
I will start NEON optimizing fixed-point FFT. Is it int32 good enough? Benchmark data shows that FFT using int16 is much faster than FFT using int32.
> -----Original Message-----
> From: Timothy B. Terriberry [mailto:tterribe at xiph.org]
> Sent: Friday, December 26, 2014 6:52 AM
> To: Phil Wang; opus at xiph.org
> Cc: Zhongwei Yao; Yang Zhang; Zhou
2014 Dec 24
6
[RFC][FFT][Fixed-Point][NEON] NEON-Optimize Fixed-Point FFT?
Hi,
I am working on DSP module of Ne10. I see there are fixed-point and floating-point FFT inside Opus. Is fixed-point FFT only a fall back for CPU without VFP? On ARMv7-A and ARMv8-A, benchmark result shows that fixed-point (int32) and floating-point (float32) FFT have similar performance. I guess fixed-point version is not often used on these platforms. Is it worth the effort to NEON-optimize
2013 Mar 17
1
Patch to remove the dead in_flac project from the MSVC solution
Solution file still contained the removed in_flac project causing
unnecessary errors on load.
-------------- next part --------------
--- FLAC.sln.orig Wed Mar 13 18:23:38 2013
+++ FLAC.sln Sat Mar 16 19:14:43 2013
@@ -57,14 +57,6 @@ Project("{4cefbc7c-c215-11db-8314-080020
{4cefbc89-c215-11db-8314-0800200c9a66} = {4cefbc89-c215-11db-8314-0800200c9a66}
EndProjectSection
EndProject
2007 May 18
4
No return status from mongrel upload progress (and thus no updates on the bar)
Hi all,
I''m using Boxroom (http://boxroom.rubyforge.org/) and trying to get
upload progress working. I''ve also been testing the sample code at
http://itblog.mcgeecorp.com/2007/5/15/mongrel-upload-progress-demo/.
I run a Mongrel cluster, and so am using drb (as per
http://mongrel.rubyforge.org/docs/upload_progress.html). Starting up
rails, I get lots of useful-sounding output:
2013 Sep 25
1
PATCH for MSVC .sln file (repeat)
I cannot see my post with a patch for FLAC.sln (too long?)
Here I repeat this message, with patch file compressed to .zip:
---------------------------------------------------------------
Every time I open current FLAC.sln in MSVS 2005, it rewrites (fixes) this file.
The diff between new and old files is attached.
Current version has several problems:
a) it has one extra EndProject line.
b) it
2013 Aug 16
3
PATCH for MSVC++ 2005 Express
Recently I downloaded MSVC++2005 Express Edition and it turns out that it wasn't possible to compile all files without several changes:
1) FLAC.sln has one extra "EndProject" line
--- a\FLAC.sln 2013-06-17 11:57:09.000000000 +0400
+++ b\FLAC.sln 2013-08-16 20:19:34.630486700 +0400
@@ -157,7 +157,6 @@
EndProject
Project("{4cefbc7c-c215-11db-8314-0800200c9a66}") =
2009 Jul 07
3
r-project.org address blacklisted by anti-spam software
Dear List:
An e-mail mentioning the r-project.org address and sent to a friend at a German
university was considered spam by the local spam filter.
Its reasoning: the URL "r-project.org" is blacklisted at uribl.swinog.ch resp.
at antispam.imp.ch. I checked the list
http://antispam.imp.ch/swinog-uri-rbl.txt [caution: long list]
and indeed, there it was. Can anybody explain how or
2024 Jun 17
1
primary group for AD accounts
Hello
I have testing environment with 2 DC servers and 2 member servers. There is
one thing which I don't understand.
On DC "Domain Users" group shows different gid
for "samba-tool" there is GID 513 in LDAP
but "getent group" or "getent passwd" shows 100
$ sudo samba-tool group show 'domain users'
dn: CN=Domain
2007 Aug 09
1
generating a GUID
I have a need to have a GUID (for example,
bcd47ccc-d7c9-ddb6-dc11-6746a770d77d [36 characters long including the
"-"]) generated in the dialplan. Is there any asterisk function that
would do this ? I would prefer not to have to shell out every time a
call comes in.
Julian
2009 Jun 19
0
Re: [libvirt] domain.info() sometimes returns state zero for running machines
Sorry but I misunderstood your last post completely :-D but now I tried
what you said, using the CVS version. I also dumped the "ret" value from
virXen_getdomaininfo. The output was simple: ret=1, domain_flags=0
(right after XEN_GETDOMAININFO_FLAGS!!!). Sadly I don''t have much time
to dig deeper but it seems to me that this happens very seldom or
sometimes not at all (hard
2007 Nov 10
2
[Bug 13168] New: segmentation fault when closing tab with flash files in firefox
http://bugs.freedesktop.org/show_bug.cgi?id=13168
Summary: segmentation fault when closing tab with flash files in
firefox
Product: swfdec
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: library
2010 Jul 06
6
Xen 3.2.1-2 on Debian Lenny 2.6.26 2.6.26-24
Hi,
Recently I have installed Debian Lenny on two different machines (different
ram size, disks, Xeon dual and quad core, filesystems both xfs and ext3,
etc). Packages versions:
Dom0:
ii libc6-xen 2.7-18lenny4 GNU C
Library: Shared libraries [Xen version]
ii libxenstore3.0 3.2.1-2 Xenstore
communications
2013 Nov 08
4
Migrating from Puppet open-source to Puppet Enterprise
We have perhaps 40 to 50 systems, give or take, that are mostly under
Puppet management (not all). After having spent some time doing my own
thing with open-source, I''m looking into migrating to PE.
One question I have is relative to initial deployment -- if I decide to
keep PuppetDB on the same server as Master, can I later migrate that role
off onto another host? I
2011 Jul 07
5
Instaling Sage Retail 2011 not sucessfull
Hi,
I'm new at Wine and Ubuntu, so please have some patience with me. I've tried to install Sage Retail 2011 with wine but the installation fails. The Terminal shows this:
Code:
bruno at bruno-Aspire-1680:~/Transfer?ncias$ wine /home/bruno/Transfer?ncias/SetupSageRetail2011.exe
fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP000.TMP\\" 00000000
fixme:advapi:LsaOpenPolicy
2012 Sep 06
2
C6 VM text install not recognizing LV
Hi,
I am trying to install a C6 VM on C6 using the text installer using:
# virt-install -n C6_1 -r 3072 --os-variant=rhel6 -l \
ftp://ftp.nluug.nl/site/centos.org/CentOS/6.3/os/x86_64/ --disk \
path=/dev/VG1/vm_c6_1 -w network:default --nographics \
-x "console=ttyS0" --autostart
/dev/VG1/vm_c6_1 has been successfully created. The installation starts
but once I get to the disk
2010 Oct 20
1
Glusterfs 3.1 with Ubuntu Lucid 32bit
I have posted this to the lists purely to help others - please do not
consider any of the following suitable for a production environment
and follow these rough instructions at your own risk.
Feel free to add your own additions to this mail posting as this may
or may not work for everybody!
I will not be held responsible for data loss, excessive CPU or mem
usage etc etc etc...
INSTALL NEEDED