search for: stanton

Displaying 20 results from an estimated 55 matches for "stanton".

2006 Apr 07
6
Magic Field Names - "position"
What does the Magic Field Name position do? I was looking here: http://wiki.rubyonrails.com/rails/pages/MagicFieldNames And unfortunately that documentation is incomplete. Thanks. -- Posted via http://www.ruby-forum.com/.
2004 Sep 28
3
memory increase for large r simulation
...s commands at the R prompt, such as memory.limit(size=......) to which R responds "NULL" or "cannot decrease memory limit" (no matter how large I try to make the argument of memory.limit. Does anybody have any ideas re how I can get this simulation to run? Many thanks, Shane Stanton
2006 Mar 31
5
Changing Table Schema and Models
If I make a change to a database table, how do I recreate the model to reflect the change? -- Posted via http://www.ruby-forum.com/.
2011 Jan 09
2
Idea to possibly improve flac?
...the Technics SL-1200, they must sell new hardware to survive. Therefore, they welcome revisions to the underlying stream once in a while. Planned obsoletion. Guess what? Technics patent expired, they failed to innovate and left the market. Now we have an OEM fill-in led, in example, by perhaps the Stanton ST.150. A new wrapper on the old LP core. Cisco could be considered masters at obsoletion. They sell new hardware to support new features at wire speed. And obsolete their own old children on strict schedules. All while charging ridiculous prices for hardware and support. Sure, the IPv4/6 streams...
2006 Mar 31
18
Modelling Foreign Keys
Can someone point me to a reference or tutorial that shows how to map foreign key relationships in the model? For example given: Users id name email Posts id user_id title How do I associate user_id with users.id in the Post and User models? has_many and belongs_to don''t seem to do it. -- Posted via http://www.ruby-forum.com/.
2003 Feb 24
2
Rsync between HPUX11.11 and Redhat7.3
...dalf::home_dirs/ . rsync freezes during the file transfer operation. I have identified that rsync only appears to freeze on copy operations that have a large volume of files to be coppied. If anyone has any suggestions or advice on how to fix this it would be much appreciated. Thanks in advance, Stanton :). == Download ringtones, logos and picture messages at Ananzi Mobile Fun. http://www.ananzi.co.za/cgi-bin/goto.pl?mobile
2005 Aug 12
1
Encode/Decode problem
...shouldn't the two arrays contain at least similar data? The data I'm seeing is drastically different. If so, is the encoding data sensitive? If my data being fed in is wrong, will the encoding and decoding not work correctly? Any help would be greatly appriciated. Thanks! Jamie Stanton jstanton@clairvista.com I've got the following code: static void testAudio(UInt8 *data, long dataLength) { //data is a linear PCM stream from an attached microphone. sample rate is 8000, 16 bits per sample void *state; void *state2; SpeexBits bits; short tempShort; short tempPtr[160]; short...
2006 Apr 05
4
Development Mode on Dreamhost
Anyone know (or know where to point me to) to figure out how to force Rails into development mode? I''d like to not have to kill dispatch.fcgi everytime I make a change. My site is not live and I''m just doing development and testing right now. Thanks. -- Posted via http://www.ruby-forum.com/.
2007 Oct 04
2
Audio Speed Variability
...mpler that I should use, or are any of the ones out there probably okay, or should I just write my own? Thanks again for your help! Jamie John Miles wrote: >>-----Original Message----- >>From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org]On >>Behalf Of James Stanton >>Sent: Thursday, October 04, 2007 12:53 PM >>To: speex-dev@xiph.org >>Subject: [Speex-dev] Audio Speed Variability >> >> >>I have a video conference like application that I've been working on for >>a while now, and a recent change is causing some odd p...
2006 Apr 16
11
RJS templates not found
I am running Rails 1.10 and wanted to check out the RJS templates. Rails doesn''t seem to find them. I did issue the rake comment update_javascripts and that did not correct the problem. RJS is part of 1.1 right? Any ideas? Thanks. -- Posted via http://www.ruby-forum.com/.
2005 Jul 27
2
New to CentOS, and wondering about application availability
...ora is the primary Linux distribution, and CentOS hardly even exists. Can't I have it all? Stability, the ability to read my DVD drives, *and* a variety of applications? Is there any kind of resource for instructions on installing CentOS like there is this one for Fedora: http://stanton-finley.net/fedora_core_4_installation_notes.html Dave
2011 Jan 10
0
FLAC is dead?
...the idea of software that just works and doesn't need any further refinement. Similar to hardware that's built to last (see below)... > Guess what? Technics patent expired, they failed to innovate and > left the market. Now we have an OEM fill-in led, in example, by > perhaps the Stanton ST.150. A new wrapper on the old LP core. I'm not sure about the patents, but the Technics 1200 and 1210 series turntables are still in production, out of the same factory in Japan. They have definitely not left the market! Stanton and other brands are playing "also ran" with direct...
2006 Apr 04
2
Syntax Error in find()
Maybe I misunderstand the parameterization of find(), I am getting this syntax error for <% @choices = Choic e.find(:all, :conditions => "question_id" = question.id, :order => "order") %> ---- ERROR LOG ---- ActionView::TemplateError (compile error ../config/../app/views/admin/test/show.rhtml:37: syntax error _erbout.concat " "; @choices =
2006 Apr 16
2
AJAX effect when inserting new div
Can some one point me in the right direction? I''ve got several pages that will respond to user input by creating a new div in the content area. I want that new div to visually expand into view or flash with a background color rather than just appear. Thanks. -- Posted via http://www.ruby-forum.com/.
2006 Apr 17
2
Building Dynamic DOM Element IDs for RJS Templates
My element IDs are constructed using the object id. So . . . <div id="foo<%= foo.id %>" > <p><%= link_to_remote "Do Foo", :url =>{:action => "do", :id => foo.id} %> </div> How do, and can I, build that id in the RJS template? Also, can anyone recommend a good Ruby syntax book that would help me out with Rails? I know
2006 Mar 31
3
ID fields not getting picked up
For example I have table Questions. With fields id, text, and test_id. test_id is not being displayed in my view. I am hoping this means Rails has picked up that it is an id for another model. If so, then how do I utilize that? If not, then do I need to avoid ''id'' in any field names other than the main id field? Thanks! -- Posted via http://www.ruby-forum.com/.
2006 Feb 15
2
rsync updating time on every file everytime
I'm running rsync 2.6.4 on debian stable ppc, backing up a couple of home directories to a Netware filestore mounted through ncpfs. My command looks like this: rsync -r -t --delete -i --modify-window=10 --exclude=/**/.* --exclude=/xxx/ /home/xxxx /home/xxxx /mnt/xxxx The backup works fine, except that everytime it's run all files are listed as having their times modified like this:
2007 Oct 04
3
Audio Speed Variability
...X_PREPROCESS_SET_DEREVERB_DECAY, &dereverb_decay); speex_preprocess_ctl(preprocessorState, SPEEX_PREPROCESS_SET_DEREVERB_LEVEL, &dereverb_level); speex_preprocess_ctl(preprocessorState, SPEEX_PREPROCESS_SET_AGC_LEVEL, &agcLevel); Thank you for any input you might have! Jamie Stanton
2007 Oct 04
0
Audio Speed Variability
...or 0.36 Nyquist. If you have only one input and one output stream to deal with, both with fixed rates, it's hard to find a resampler that *won't* work. -- john > -----Original Message----- > From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org]On > Behalf Of James Stanton > Sent: Thursday, October 04, 2007 3:14 PM > To: speex-dev@xiph.org > Subject: Re: [Speex-dev] Audio Speed Variability > > > John, > > Thanks for the reply! You mentioned output sample rates should be 44100 > or 48000, should I worry about input (Mic) Sample rates as wel...
2011 Jan 10
5
FLAC is dead?
...in their environment every day. Matsushita can produce thousands to a buying public, and competitors exist at various points. So it's the only feasible explanation for the starvation, unofficially official. http://www.panasonic.com/consumer_electronics/technics_dj/prod_default_analog.asp > Stanton and other brands are playing "also ran" with direct drive or > belt drive turntables that just aren't as good. Not quite. Only the Stanton ST.150 competes at par. I recently tried both side by side and went ST.150. It is a solid tank. Yes, the rest of their line and other 'dj&...