search for: boles

Displaying 20 results from an estimated 36 matches for "boles".

Did you mean: holes
2006 Aug 14
2
ActionPack: number_to_phone error
Question about the number_to_phone function as provided by rails in actionpack: http://api.rubyonrails.org/classes/ActionView/Helpers/NumberHelper.html If I do this in my controller: num = number_to_phone(params[:phone_number]) I get this error: undefined method `number_to_phone'' for #<TicketsController:0xb7a2bfcc> Whereas if I do this in my view: <%
2016 Aug 29
1
TI DSP support
...#include "dsplib.h" + +#undef MAX16 +#define MAX16(a,b) _max(a,b) ... Once my development has commenced (still in the study phase). I will be trying it. dave -----Original Message----- From: Jean-Marc Valin [mailto:jmvalin at jmvalin.ca] Sent: Monday, August 29, 2016 4:31 PM To: David Boles; opus at xiph.org Subject: Re: [opus] TI DSP support On 29/08/16 03:54 PM, David Boles wrote: > I see the following in arch.h > > #elif defined (TI_C6X_ASM) > #include "fixed_c6x.h" > > But there does not seem to be a header file by that name in the 1.1.2 distribution...
2016 Aug 29
3
TI DSP support
I see the following in arch.h #elif defined (TI_C6X_ASM) #include "fixed_c6x.h" But there does not seem to be a header file by that name in the 1.1.2 distribution. dave
2007 Feb 20
2
service::start borken
Hello Mongrel Users! This is my first post! Is there an expected release date for the fixed version of mongrel_service that will resolve the missing service::start command? I would love to use the much improved features of the new mongrel_service, but I haven''t been able to yet. I haven''t figured out how to follow Zed''s advice on a previous thread to just use the
2006 Apr 17
2
Encrypting Ogg
...sing Python for development (I can always backtrack to C++/etc); my application should take an encrypted OGG stream and a key, and you should be able to seek through the file as if it wasn't encrypted. Any pointers? Similar projects? Any help would be appreciated. -- +----+ Shawn Boles +------+/ /( )/| "Chief Engineer" | \/ +----+ + AutoDMC Labs |Cert. | |oooo|/ |Video | +----+ autodmc@autodmclabs.com +------+
2006 Sep 05
3
[LLVMdev] LLVM based Virtual Machine "Environment" idea sanity check.
...in my "port" on my "environment" to get what I want. Then LLVM can JIT compile programs but still only have access to my "Virtual Machine." I think. Any pointers on where to read, Ideas to move on... would be much appreciated. Thanks. -- +----+ Shawn Boles +------+/ /( )/| "Chief Engineer" | \/ +----+ + AutoDMC Labs |Cert. | |oooo|/ |Video | +----+ autodmc at autodmclabs.com +------+
2007 Feb 23
11
Problems getting mongrel service working
Hello list! I have mongrel service 0.1.0 working on my current production machine. Upgrading to a new server and also moving to mongrel service 0.3.1 has not worked yet. I am hoping someone will have an idea as to why. I have mongrel installed properly (I think): C:\rails\igacc>gem list --local *** LOCAL GEMS *** ... mongrel (1.0.1) A small fast HTTP library and server that runs
2006 Aug 13
1
select include_blank true
Is there any way to display a default message value ''Select'' rather tha an empty value when using this option ? kad -- Posted via http://www.ruby-forum.com/.
2006 Aug 14
1
Rails Live CD
Hi Many on this board may already be aware of this, so for those who are not Just ran across this, burned it and now playing with it. Rails Live CD - Based on PCLinuxOS http://www.pclinuxos.com/news.php I''m just starting out with ror. maybe other newbees might find this of some interest. Clark http://sgetty.ath.cx -- Posted via http://www.ruby-forum.com/.
2006 Aug 22
0
Re: Best way to set up application settings?
http://wiki.rubyonrails.org/rails/pages/SettingsPlugin Very easy to use. Can be used to setup user specific settings, as well as applicatoin-wide settings. Since the settings are in the db you can change setting without restarting the app, as you would have to if they were in environment.rb. -- (********************************************************** * Peter H. Boling * Web Application
2016 Aug 24
2
Endianness
I need to add the opus audio codec to my TI TMS320C6455 DSP. The chip is configured for big-endian format and the encoded data will be transferred through RTP. Is there an endianness to the current source code? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/attachments/20160824/0c590e61/attachment.html>
2007 Sep 13
5
Authenticating before tests
Hi all, I''m using Goldberg, an engine that provides roles based access control for my app. I need to login before I can do controller tests, but I can''t find any examples of people doing this. Could someone point me in the right direction? I thought the simplest way would be to either call the login action from my other tests before(:all), but I can''t seem to
2004 Jul 02
1
malformed broadcast packets ?
Hello All, I recently upgraded to Redhat AS3 from an older 7.3 installation. With samba 3 (3.0.2-6.3E is the rpm version), I've been seeing activity that wasn't present before. Every 15 minutes (within a few seconds accuracy), I receive an alert from our SonicWall (firewall appliance) reporting that a "Malformed IP packet dropped." where the source was the upgraded server, and
2006 Oct 20
2
Rails & IIS
There are several sites I''ve found on the web detailing how to setup IIS with Rails. Unfortunately they all seem to be woefully out of date. I believe they may all even be pre Rails 1.0. Can single sign on via Active Directory Services be accomplished through mod_NTLM for Apache, so users won''t have ot log into the intranet site after already having logged into their machine?
2006 Jul 29
1
Problem starting push server in Jugganaut
Hi All, Im playing around with Jugganaut but stuck at the first step. Seems the jugganaut push server requires json (which I have installed) but it cant find it. Following the docs, I have installed json and then try to run the push server. jonathan $ ruby script/push_server script/push_server:37:in `require'': no such file to load -- json (LoadError) from
2009 May 14
1
using a "third party" DLL in my package
...g this is somehow criminal or unwise at least. Why I want to do this might explain it a bit further but in fact the background contains another problem and I welcome anyone to give hints about that too. So, we have some Fortran code from way back which deals with fitting taper curves for tree boles, and some other functions related to that. We wanted to make these available for use in R and I made a package with simple wrapper functions for the .Fortran calls, and built it with the help of the compiler in Rtools. All was fine until my collegue managed to bump in to a combination of parame...
2006 Aug 25
8
Tutorials
Getting a bit frustrated with the documentation of RoR I ask you if you can recommend a good tutorial that I''ve missed :-) The current problem that I''m stuck with is forms and list and how to display or not to display columns. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed
2006 Sep 05
0
[LLVMdev] LLVM based Virtual Machine "Environment" idea sanity check.
Shawn "AutoDMC" Boles wrote: > I've got an idea for a program, and after readig about 1/3 of your > documentation, I think LLVM is what I'm looking for. > > What I'd like now is some help to see if my idea is "sane" and and shed > light and direction that could be provided. > &g...
2006 Sep 06
2
[LLVMdev] LLVM based Virtual Machine "Environment" idea sanity check.
...M code? I'm still sifting through the documentation and feel like I'm 90% there to understanding out LLVM works as a Virtual Machine, and not a Compiler backend or Intermediate Language. Or, if LLVM isn't my "perfect match," where should I look? -- +----+ Shawn Boles +------+/ /( )/| "Chief Engineer" | \/ +----+ + AutoDMC Labs |Cert. | |oooo|/ |Video | +----+ autodmc at autodmclabs.com +------+
2015 May 11
2
[LLVMdev] How to Store variable allocation in Registers
Hi Bruce!! Im using "C" language. As you said...,i tried using Global pointer..,but i still am not able to get the Registers exactly as i wanted. I found "-mem2reg" as a better alternative. But Problem is even though the resulting Intermediate file( .ll ) is good...,the final assembly file( .s) file is making a lot of DCE. Im Posting an example : *Original Intermediate