Displaying 4 results from an estimated 4 matches for "routiens".
Did you mean:
routiene
2007 Nov 04
4
Can''t run samples - Mac OS 10.3 w/ RubyGems
Hello -
I''m interested in leveraging wxRuby on my PowerPC-based iBook.
I''ve got Mac OS 10.3.9 and I installed wxRuby 1.9.2 using gems.
However, when I try to run samples such as minimal.rb, I get the
following error:
dyld: ruby Undefined symbols:
_DataBrowserChangeAttributes
_PMGetDuplex
_PMSetDuplex
_TXNGetCommandEventSupport
_TXNSetCommandEventSupport
2011 May 05
2
Compiling a FORTRAN program under Windows 7
Hi,
I am trying to compile a FORTRAN program to call from R under Windows 7 but
I am having problem in the compiling step. To demonstrate this is the
program testit.f:
------------------------------------------
subroutine TESTIT(x,n,m)
dimension x(n)
do 10 i=1,n
10 x(i)=x(i)**m
end
--------------------------------------------
When I compile it with gfortran I get
2000 Dec 26
4
Thought for the new year
Some thoughts for the new year:
1) MDCT is good for image coding
2) image coding and audio coding are two very different things
3) combine 1 and 2
4) if a psycho model is good, after leaving out what it tells you
you can without hurting quality, applying the same model should
yield the same results as you got before
5) from 4: decode -> encode -> decode should result in (almost) the
2003 Jul 23
2
executing an agi script after a successful Dial
I would like to run an agi script (to calculate the cost of a long distance or international call) right after I execute a Dial app. Can this be configured in extensions.conf? It seems the entries right after a Dial app get executed only if the Dial app was executed unsucessfully.
Would I have to execute the dial app from the agi script?
Thanks in advance.
Dan
-------------- next part