Displaying 20 results from an estimated 36 matches for "boling".
Did you mean:
poling
2006 Aug 14
2
ActionPack: number_to_phone error
...39;', ''phone_number'', {
:value => phone_number,
:size => 12, } %>
It works as advertized. Does anyone have any idea why?
Thanks,
Peter
--
(**********************************************************
* Peter H. Boling
* Web Application Designer - PanEther, LLC
* email: peter.boling@gmail.com
* blog: http://galtzo.blogspot.com/
* languages: English, Spanish, Portuguese
***********************************************************)
2016 Aug 29
1
TI DSP support
I did find it using my browser search. I am not sure where the "Git" is. It looks like many of the macros that use the TI intrinsics are commented-out.
#if 0
+#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
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
...d to start the service. Does anyone know if there is a
way to get a mongrel service started using the most recent release of
mongrel_service?
Thanks!
--
(**********************************************************
* l*eter H. l3oling
* Web Application Designer - PanEther, LLC
* email: peter.boling at gmail.com
* blog: http://galtzo.blogspot.com/
* languages: English, Spanish, Portuguese
***********************************************************)
2006 Apr 17
2
Encrypting Ogg
Howdy.
I have a application I'm developing where I need to encrypt the data
inside an OGG stream. I will be using a regular block cypher (AES, or
others... configurable); and I would like to encrypt the pages in an OGG
stream.
I'm thinking that if I sit my decrypter in between the reading
application and the encrypted file, you should be able to use all the
normal seeking
2006 Sep 05
3
[LLVMdev] LLVM based Virtual Machine "Environment" idea sanity check.
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.
I want to build a simplified "Virtual Machine" containing:
A Terminal
Hard Drives (image files)
Some Kind Of Networking Device
2007 Feb 23
11
Problems getting mongrel service working
...am loads in the console fine:
C:\rails\igacc>ruby script/console production
Loading production environment.
>> exit
Any ideas? I am stumped.
--
(**********************************************************
* l*eter H. l3oling
* Web Application Designer - PanEther, LLC
* email: peter.boling at gmail.com
* blog: http://galtzo.blogspot.com/
* languages: English, Spanish, Portuguese
***********************************************************)
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?
.... 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 Designer - PanEther, LLC
* email: peter.boling-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
* blog: http://galtzo.blogspot.com/
* languages: English, Spanish, Portuguese
***********************************************************)
--~--~---------~--~----~------------~-----...
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
...the
Rails wiki? The current one references Rails 0.13, and ActionPack
1.7.0. I am currnetly running versions are 1.1.6 and 1.12.5,
respectively.
Likewise, when I get this working I will update the wiki myself. :)
Peter
--
(**********************************************************
* Peter H. Boling
* Web Application Designer - PanEther, LLC
* email: peter.boling-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
* blog: http://galtzo.blogspot.com/
* languages: English, Spanish, Portuguese
***********************************************************)
--~--~---------~--~----~------------~----...
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
Hello all,
it seems my efforts in reading the manuals and help files aren't enough
so here I am. The question is, how would I go about linking a
pre-compiled DLL in to my package? I have previously successfully built
packages with Fortran and C source code, but now I'd like to take this
ready made DLL and call its routines from R.
My collegue was brave enough to simply try and put
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.
>
> I want to build a simplified "Virtual Machine"
2006 Sep 06
2
[LLVMdev] LLVM based Virtual Machine "Environment" idea sanity check.
> If you don't mind my asking, can you tell us a little more about your
> overall goal for this project?
> Snip
> I can't really give any
> feedback on which is more appropriate until I know more about the
> constraints of your project.
>
> -- John T.
Hopefully I can explain my project more fully (without being too wordy):
"CRAZY CRACKPOT IDEA"
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