Displaying 9 results from an estimated 9 matches for "im1".
Did you mean:
im
2003 Dec 18
1
SIP Inuse Count Wrong
...le to
do a native bridge between two CAPI calls (instead it just drops both
calls).
Incidentally am I sending this report to the right mailing list, or is
there a better one?
Michael
--
Michael T Farnworth
Maxima Systems Ltd (http://www.maximasystems.com)
16 Woodbourne Sq
Douglas
Isle of Man
IM1 4DB
Tel: +44 (0)1624 665826
2013 Apr 19
1
How to read a direct access file by connecting fortran with R ?
....
Is there a function in R that can perform this task?
To solve my issue, I tried without to call Fortran from R by doing the following steps:
I) I wrote a subroutine in fortran called read_binary.f90
************************************
Subroutine read_binary (n_col,row,img)
integer*1 :: im1(n_col)
integer*1 :: im2(n_col)
integer*1 :: im2(n_col)
open(10,file=binary_file,access=direct,action=read,status='old',recl=n_col*p)
if(p==1) then
read(10,rec=row) img1
img=img1
else if(p==2) then
read(10,rec=row) img2
img=img2
else
read(...
2008 Apr 10
3
New to ruby, Need help
I''m attempting to make a simple program, just combine two images and
output a .jpg file. Here''s what I have:
class PicController < ApplicationController
require ''RMagick''
def index
im1 = Magick::Image.read(''1.jpg'') {self.size = "81x81"}.first
im2 = Magick::Image.read(''2-1.jpg'').first
result = im1.composite(im2, 0, 55, Magick::CenterGravity)
result.write(''pic.jpg'')
end
end
I''m really only familiar with Java,...
2003 Sep 28
0
Flash and Call Transfer
...to read any documentation, but I am struggling to
find anything that refers to these issues. I have seen handbook version
2, is there anything else I am missing?
Many thanks,
Michael
--
Michael T Farnworth
Maxima Systems Ltd (http://www.maximasystems.com)
16 Woodbourne Sq
Douglas
Isle of Man
IM1 4DB
Tel: +44 (0)1624 665826
2003 Oct 26
1
NuFone International Calls
..., "") in new stack
I have tried dropping the 011 and jumping straight to the country code but
that doesn't work either.
Does anybody have any suggestions?
Thanks,
Michael
--
Michael T Farnworth
Maxima Systems Ltd (http://www.maximasystems.com)
16 Woodbourne Sq
Douglas
Isle of Man
IM1 4DB
Tel: +44 (0)1624 665826
2003 Dec 12
0
Translation time
...e number of milliseconds required to convert 1 packet of
data, or the amount of time required to translate 1 second of data? I am
assuming it is the time for 1 second.
Thanks,
Michael
--
Michael T Farnworth
Maxima Systems Ltd (http://www.maximasystems.com)
16 Woodbourne Sq
Douglas
Isle of Man
IM1 4DB
Tel: +44 (0)1624 665826
2003 Dec 18
0
CAPI Calls Don't Bridge
...h I
don't recall seeing previously:
WARNING[311315]: File channel.c, Line 1296 (do_senddigit): Unable to
handle DTMF tone 'f' for 'CAPI[contr1/s]/0'
Thanks,
Michael
--
Michael T Farnworth
Maxima Systems Ltd (http://www.maximasystems.com)
16 Woodbourne Sq
Douglas
Isle of Man
IM1 4DB
Tel: +44 (0)1624 665826
2004 May 07
0
Manager, command action
Is there a way to enable additional CLI commands in the manager, like
add and remove extension? Even if you just point me to a place in source
code, that's ok.
Dmitri Pavlenkov
Technical Support
Im1 Web Hosting
2004 Apr 07
1
chan_oss.c:461: error: too many arguments to function `ast_queue_frame'
I got this compiling the new cvs code ...
any idea ?
Tnx !
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-04/07/04-11:28:50\" -DINSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\"