search for: jamey

Displaying 20 results from an estimated 59 matches for "jamey".

Did you mean: james
2005 Mar 16
1
Speex for TI 5509 DSP
Jamey, There is a previous posting in the speex archives with a link to the dsp c5x patch. Archive link: http://lists.xiph.org/pipermail/speex-dev/2004-October/002847.html Patch link: http://lists.xiph.org/pipermail/speex-dev/attachments/20041029/facb8c73/spee x-1.1.6-jeh1-0001.bin But that patch is...
2005 Mar 02
7
Speex for TI 5509 DSP
I saw a thread in the list archives about a speex port to TI 55x DSP. Wondering how that worked out (is working out)? Also wondering if there is a source archive for it, or if the patch in the email archives is still current, or if there's been updates. Any info appreciated. Thanks Paul
2005 Nov 22
1
Win32 Service Timeout command
> -----Original Message----- > From: Jamey Cribbs [mailto:cribbsj at oakwood.org] > Sent: Tuesday, November 22, 2005 2:44 PM > To: Berger, Daniel > Subject: Win32 Service Timeout command > > > Hi, Dan. I have a quick question. Is there a way to set a timeout > variable when starting/creating a win32 service using...
2004 Sep 16
3
speex on TI C5x fixed-point DSP
...LOG2_BITS_PER_CHAR to keep the code portable between 8-bit chars and 16-bit chars. Other than compiling, I have not tested this code but I wanted a style check before going too far down this path. I hope that these changes or suitable reworking of them will be acceptable into the Speex code. Jamey Hicks HP Labs -------------- next part -------------- A non-text attachment was scrubbed... Name: speex-1.1.6-bits.patch Type: text/x-patch Size: 14132 bytes Desc: not available Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20040916/aa6c4c08/speex-1.1.6-bits.bin
2009 Aug 13
5
First hit on app takes a long time
So, I''ve deployed my first rails app, however I''m the only one hitting it for now. I''ve noticed that the first time I hit the app after some long period, it takes a really long time to respond (2-3 seconds). After that, it''s very fast. At first, I thought it might be my VPS "waking up" from some sleep state, but Rails does log the long load time
2004 Sep 16
0
speex on TI C5x fixed-point DSP
Hi Jamey, Really cool to see Speex being ported to the C55xx and I'd be glad to integrate the changes required in Speex (and the style's fine with me). Here are a couple comments on the patch you sent (I looked at it, but haven't compiled). 1) The changes you made to the pack un unpack functio...
1998 Jul 17
0
Yet Another Samba question
...2.6 Ultra Enterprise 450. I have the default service to be homes which loads auto_home map from a Solaris server. Logon works great from Windows95 and WindowsNT Workstation clients. But when I attempt to login to the samba share from an NT Server (4.0). It gives me the following error: \\san-diego\jamey Not Accessible. This account is not authorized to connect from this station. Now there are a couple of differences between the 95/NT Workstations and the server. The server connects to a domain, while the workstations connect to the workgroup specified in the smb.conf (see below). But both the NT...
2004 Oct 04
1
Making a FXListBox open up
How would I programatically make a FXListBox pop open? I have searched through the Fox mailing list archive, but did not find anything. Thanks. Jamey Confidentiality Notice: This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and/or privileged information. If you are not the intended recipient(s), you are hereby notified that any dissemination, unauthorized review, use, di...
2006 Nov 23
0
[ANNOUNCE] libX11 1.1
...653fd80644cac700b98559db8d8186b SHA1: 5c87ca009e1a73fb73dc8784755908ad6c85711b GIT tag: libX11-1.1 Detailed changes: * Add note in man-page that XListFontsWithInfo is not thread-safe. _XReply drops the Display lock, so the value of dpy->request may change before _XReply is called again. Jamey Sharp discovered this by inspection a few years ago. * Fix Bug #8622, by fixing the response processing order for threaded apps. process_responses (the common code for _XReply, _XReadEvents, and _XEventsQueued) now handles responses in order, by adding condition variables to the list of ou...
2006 Apr 10
9
Pagination with letter (A B C D ... Z)
Hi there, Is there a neat and easy way to implement pagination with letters rather than numbers eg : A B C D ... Z Rob
2004 Nov 01
4
speex on TI C5x fixed-point DSP
...stuff. Could you clean the patch and send it >back to me so I can apply it? > > I'll clean up the patch as suggested. I meant to remove all the extraneous changes but I guess I missed some. A test in configure.ac for sizeof(long) makes more sense than the ifdef I put in there. Jamey
2004 Oct 29
2
speex on TI C5x fixed-point DSP
Jean-Marc Valin wrote: >Hi Jamey, > >Really cool to see Speex being ported to the C55xx and I'd be glad to >integrate the changes required in Speex (and the style's fine with me). > > I have the encoder and decoder running now and have verified that the encoder is bit-exact wrt to the fixed-point code run...
2005 May 24
0
Speex on TI C6x, Problem with TI C5x Patch
...folks who cannot use the > new VAR_ARRAYS and USE_ALLOCA stuff. Would a compile-time option be OK (so I don't need to change the API)? If so, I'll put that on the TODO list. > After these changes the code built, but the encoder never returned. > In bits.c, one of the changes from Jamey Hicks Speex 1.1.6 patch was > lost in his 1.1.7 patch, and thus is missing in the 1.1.8 release. > This causes an infinite loop when the code tries to pad the frame to > the next char boundry. In the while loop in speex_bits_pack (line > 246): ... Oops! It's now fixed in SVN. &...
2004 Sep 17
1
speex on TI C5x fixed-point DSP
Jean-Marc Valin wrote: >Hi Jamey, > >Really cool to see Speex being ported to the C55xx and I'd be glad to >integrate the changes required in Speex (and the style's fine with me). >Here are a couple comments on the patch you sent (I looked at it, but >haven't compiled). > > > Cool. >1) The...
2005 Mar 03
0
Speex for TI 5509 DSP
...king out)? > >Also wondering if there is a source archive for it, > or if the patch in the email archives is still current, or if there's been >updates. > > > My patch to provide fixed-point support for Speex on the TI 55xx DSP is available here: http://handhelds.org/~jamey/speex/speex-1.1.6-jeh2.patch The issue with codebooks that Jean-Marc mentioned is that the TI 55xx C compiler uses two bytes per char, so codebooks take more memory than they need to. The whole compress/decompress fit in SRAM, though, so it probably runs faster this way and consumes less power...
2006 Nov 23
0
[ANNOUNCE] libpthread-stubs 0.1
.../xcb.freedesktop.org/dist/libpthread-stubs-0.1.tar.bz2> with sha1sum: 34ef40880d0112dc6d32b386d59ce94f2c139eef <http://xcb.freedesktop.org/dist/libpthread-stubs-0.1.tar.gz> with sha1sum: fe1835301067c501fac7d1d5f25573f0ee876390 GIT tag: 0.1 -- Josh Triplett <josh@freedesktop.org>, Jamey Sharp <jamey@minilop.net> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://lists.freedesktop.org/archives/xorg-announce/attachments/20061123/f4a48d59/attachmen...
2006 Apr 05
4
distributing rails apps for localhost usage
Has anyone come across any interesting ways to make rails apps easily distributable to run on a local machine. I''d love to be able to "bundle" my rails app into a single file that would contain a simple webserver, database and my rails app which a non-experienced user could then download install on their machine, go to a web browser and run the app locally. I envision it
2005 May 24
2
Speex on TI C6x, Problem with TI C5x Patch
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: maleout12may.wav Type: audio/wav Size: 95884 bytes Desc: not available Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20050524/57112d0c/maleout12may-0001.bin
2005 May 25
3
Speex on TI C6x, Problem with TI C5x Patch
...RAME, which is set to 2000 in bits.c. I changed bits.c to set this value only if it was not already defined, and then put my own, much smaller value in config.h. For the scratch stack, I replace the fixed values in nb_encoder_init and nb_decoder_init with constants that I defined in config.h. Jamey Hicks original C5x patch had some test code in stack_alloc.h to detect working stack overflow. Maybe something similar could be done to measure the peak stack usage, enabled by a debug switch. Then, for a space critical application, it would be easy to measure the stack requirement for a give...
1999 Jan 12
0
Question on User validation
...g in with not just the password but the correct username as well. Here is the interesting part. I left the security parameter as default, security=share. # Global parameters security = share workgroup = BEACORP [backup1] path = /export/backup/%U admin users = wwong,jamey force user = samba read only = No create mask = 0766 Then if security is set to share AND within the share configuration force user = samba, the log.smb gives me the following without prompting for both a username and password: > > [1999/01/11 15:28:54, 1] smbd/files...