search for: aldous

Displaying 20 results from an estimated 46 matches for "aldous".

2006 Aug 05
0
Speex on ARM in Real time
...ixed-point. Also, if your ARM chip supports the ARM5E architecture, there may be some big gains you could get from using a bit of assembly. Right now, what kind of performance are you getting? For what settings (sampling rate, bit-rate, ...)? Jean-Marc Le jeudi 03 ao?t 2006 ? 10:26 -0600, Steve Aldous a ?crit : > Jean-Marc, > > Is there some document somewhere that outlines the ability of Speex to > encode on ARM processors in real time, at the various bit rates and > complexity settings? If not, can you give me some anecdotal > information on the topic? I am interested in a...
2007 Jan 19
9
Double-quoted query with "and" fails.
Hi, We''re using Ferret 0.9.4 and we''ve observed the following behavior. Searching for ''fieldname: foo and bar'' works fine while ''fieldname: "foo and bar"'' doesn''t return any results. Is there a way to make ferret recognize the ''and'' inside the query as a search term and not an operator? (I hope I got the
2006 Aug 05
1
Speex on ARM in Real time
...e coding as well as decoding at 200Mhz processor (my development platform was qtek 8310). It also enabled us to deliver the first-ever GPRS based _working_ voip solution. - farhan -----Original Message----- From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On Behalf Of Steve Aldous Sent: Thursday, August 03, 2006 9:57 PM To: speex-dev@xiph.org Subject: [Speex-dev] Speex on ARM in Real time Jean-Marc, Is there some document somewhere that outlines the ability of Speex to encode on ARM processors in real time, at the various bit rates and complexity settings? If not, can yo...
2006 Oct 09
1
member server 3.0.23c drives me nuts
...mdb level2 oplocks = No strict locking = No log level = 1 What am I missing or am I getting too old for the job?? Help is greatly appreciated. -- Best Regards Robert Gehr "Technological progress has merely provided us with more efficient means for going backwards" ~ Aldous Huxley o /\ /_ o__ o* ~(_) ,>/'_ o__ Robert Gehr (_)\(_) ,>/'_ o__ o__ Baumann GmbH, 92224 Amberg (_)\(_) ,>/'_ ,>/'_ visit: http://www.baumann-gmbh.de (_)\(_) (_)\(_)
2006 Aug 05
0
Speex on ARM in Real time
...ww.xten.com/docs/xpro_ppc.pdf) which supports Speex. However, I found it could not run real time on a 416 MHz XScale device. It, of course, was running the encoder and decoder at the same time. And unfortunately, it does not allow settings like bit rate and complexity to be altered. Thanks, Steve Aldous SCA Investment Co. LTD -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20060803/4f7003e0/attachment.html
2009 Jan 30
1
Patch to log tunnel information
First, all credit to Vladimir Parkhaev as this is his code. He may have submitted this before for all I know, but I for one definitely would like to see this end up in the codebase, so I'm submitting it. *** openssh-5.1p1/serverloop.c Fri Jul 4 09:10:49 2008 --- openssh-5.1p1-RCFHACKS/serverloop.c Thu Jan 29 08:56:11 2009 *************** *** 957,962 **** --- 957,968 ---- c =
2000 Sep 26
1
Object modification date
...USDA Forest Service jl7001 at axe.humboldt.edu http://www.rsl.psw.fs.fed.us jlewis01 at fs.fed.us (alternate) -------------------------------------------- Thought must be divided against itself before it can come to any knowledge of itself. (Aldous Huxley) -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-reques...
2004 May 18
1
Problem with X tunneling, su, and xauth
Hi all. I'm trying to use ssh to connect from a PC (using TerraTerm with the ssh add-in) to a Solaris 8 or Solaris 9 box (both running OpenSSH 3.7.1p2) to establish a session for X-forwarding. Everything works great, until I use "su" to change to another account (such as root). The su'd user doesn't seem to be able to authenticate properly to use the X-tunnel. I did a
2005 Mar 01
1
Allow remote hosts for remote forwarded ports
Hi all, I just wanted to temporarily make some new CMS I set up available to the public for testing on port 8080 of our web server forwarded via ssh to to my local, firewalled workstation: ssh me at some-host.tld -R 8080:localhost:80 However I had to notice that this only binds to the loopback interface and not to all. For -L there is the -g option to low connects to locally forwarded ports
2005 Dec 05
1
Remote command
Hi all, I'm new on this list, I tried to find the solution or ideas about my doubt but I didn't know what look for. I was thinking to develope a system that is a "Basic Administration" of a Linux Server, the "idea" is: an application in Java running on a worksation, to consult how much space has on disk of server, the application send a command to the server using
2006 Jan 11
1
OpenSSH Installation in Win2k Platform
Hi, How can I install the OpenSSH in Windows. When I downloaded the file, there is no .exe. Thanks for your advance help. -- ___________________________________________________ Play 100s of games for FREE! http://games.mail.com/
2006 Oct 02
2
fully qualified usernames ??
...?? The member server gets its local users and groups via ldap. I also have in my smb.conf: winbind trusted domains only = Yes What am I missing?? Thanks -- Best Regards Robert Gehr "Technological progress has merely provided us with more efficient means for going backwards" ~ Aldous Huxley
2008 Aug 01
2
Syntax Errors on the wiki
After encountering a few syntax errors today, I decided I should document what they were so I could stop remembering the fixes :) http://reductivelabs.com/trac/puppet/wiki/SyntaxErrors --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to
2007 Apr 24
1
Logging enhancement
I would like to suggest a logging enhancement that would contribute greatly to access auditing. Currently nothing is logged when a user connects to another server as a different user. The auditing trail is broken for tracing access. userA> ssh userB at hostB A simple syslog addition (for example) to ssh.c closes that gap. /* Log into the remote system. This never
2008 Feb 20
1
alignment problem in monitor_fdpass.c
Hi, After FreeBSD changed from using -O2 to using -O on their ARM port, I found that sshd stopped working. (gcc version 4.2.1 20070719 [FreeBSD]) I have downloaded openssh-SNAP-20080220.tar.gz and the code still look the same. Anyway looking into it, I found that the problem is in monitor_fdpass.c in the functions mm_send_fd and mm_receive_fd. Using -O2 used to align the tmp array on a 4 byte
2008 Sep 02
2
Queries on ssh_askpass
Hi, I had developed a program which spawns a shell where i am trying to use ssh commands to log into a linux server. There is a pop up dialog window which is prompting me for key-ing the password. Actually i want to get rid of this pop up dialog box, as i don't want this to be visible in my program/code execution. Could you please let me know is there any way to resolve and stop this
2008 Mar 07
1
Command-based ssh_config declarations
How difficult would it be to enhance the client ssh_config file to allow command-based declarations similar to that provided by the "Host" keyword? The main reason I need something like this is when ssh is used via CVS and Subversion. I want all CVS/Subversion traffic to use a different SSH port and different authentication options. So... you might have an ssh_config file that
2000 Jun 28
1
New version of chron
A new version of the chron add-on package is now available from CRAN. The previous version introduced code to ensure that chron would work correctly in the 21st century. Of course, the main issue is how to deal with 2-digit dates. To this end, the original author of chron, David James, indicated that the `y' format specifier was always meant to specify the year without the century (i.e.,
2000 Jun 28
1
New version of chron
A new version of the chron add-on package is now available from CRAN. The previous version introduced code to ensure that chron would work correctly in the 21st century. Of course, the main issue is how to deal with 2-digit dates. To this end, the original author of chron, David James, indicated that the `y' format specifier was always meant to specify the year without the century (i.e.,
2012 Jul 12
2
A simple simulation question
Hi! I would like to post the following question: I was trying to figure out how to do the simulation shown in Fig 10.6 of John Verzani's book 'Using R for Intro Statistics'. It is on page 290, with a description on the previous page. It seems like a simple thing... Just needing to duplicate a procedure. (Perhaps I need to do it with a loop?) This is what I was trying: