Displaying 15 results from an estimated 15 matches for "hossain".
2011 Feb 14
1
Idea: Backend for Lucene format indexes
...l check the details of those index
format and then find how to convert Lucene index to Xapian one. Is there
somebody implementing the same idea? Please comment on the idea I mentioned
to implement this. Please correct me if I'm writing something stupid or
mailing to the correct group.
BR
Munir Hossain
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20110215/f7831fae/attachment-0001.html>
2005 Jul 07
2
FXO hangup Problem.....
Hello,
I am getting problem for delay call hang-up with the below scenario:
PSTN User (calling Party)------------->PSTN Line ----------> FXO with
Asterisk Box----------->SIP IP Phone (called party)
I am using X100P card with my Asterisk-1.0.7 box. I am also using
Zaptel-1.0.7 version.
When PSTN user makes call to my PSTN line and after getting IVR, PSTN user
dial my SIP
2012 Mar 14
2
testing a udp socket with netcat
i've this udp daemon which is waiting for an incoming udp datagram. now
i want test this daemon for random garbage to test how it behaves. My
udp daemon is running because its shows on netstat. problem is if i
issue following command for putting udp datagram :
$nc -uvvz <host> <port>
it does not output any thing. i have straced the udp daemon. which does
not returns from recv()
2019 Jul 06
2
Seeking suggestions about interfacing of LLVM DataFlowSanitizer library with KLEE in C code.
Dear Developers,
I am a Master's student at the ECE department of the University of Florida, USA. For my research project, supervised by Prof. Mark Tehranipoor<http://tehranipoor.ece.ufl.edu/> and Prof. Farimah Farahmandi<http://farimah.ece.ufl.edu/>, I need to use Clang LLVM DataflowSanitizer library in KLEE. However, I have faced some difficulties (explained below) while
2006 Nov 23
0
lasso for AFT model
Hi all,
I want to apply lasso method in AFT model. can anybody help me how to get
lasso estimate using AFT model.
Hossain
[[alternative HTML version deleted]]
2005 Jul 04
2
Asterisk with Intel Blade Machine...
Hello,
I would like to use Intel Blade machine for running Asterisk. Is there
anyone who already use Intel Blade server for running Asterisk? Can you
please explain, how perform Asterisk with Intel Blade machine?
I would appreciate for giving me feedback regarding this issue.
Regards
Nahid
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Apr 16
1
bridge connection and two linux servers
I need to set up following network architecture :
Internet
^
+-----------------+ | +------------------+
| Centos6-1 | | | Centos6-2 |
| +---- eth0 + ----+ | |
| (br0)| | | |
| +---- eth1 +----------------+
2020 Oct 27
0
How to correct my error message
Hi,
a is of length 60.
b is of length 60.
z is of length 57.
What do you expect to have happen when you create y_model ? What
happens to those other 3 observations?
Sarah
On Tue, Oct 27, 2020 at 3:07 PM varin sacha via R-help
<r-help at r-project.org> wrote:
>
> Dear R-experts,
>
> Here below my R code. The warning message is not a problem to me but there is an error message
2020 Oct 27
4
How to correct my error message
Dear R-experts,
Here below my R code. The warning message is not a problem to me but there is an error message more problematic. I understand the error message but I don't know if it is possible to correct the error and if yes, how to correct it.
Many thanks.
n <- 60
b <- runif(n, 0, 5)
a <- runif(n, 0, 5)
z <- rnorm(n*0.95,2,3) + rnorm(n*0.05,2,9)
y_model <- 0.1 * b - 0.5 *
2015 Apr 18
4
Como leer una BD con una estructura inadecuada
...MAS M 1593 0 20 0000
10207546 A K M Aminul, Islam BAN M 0000
10217916 A K M Arif, Hossain BAN M 1970
10215727 A K M Jane, Alam BAN M 1969
10207716 A...
2012 Apr 25
1
forwarding packets to service in same host without using loopback network
This question is not about linux usage. But still i think user list
is a good crowd for linux programmer. So here it goes.
I have this libnetfilter_queue application which receives packets from
kernel based on some iptables rule. Before going straight to my
problem, i'm giving a sample workable code and other tools to set up a
test environment so that We problem definition and possible
2005 Feb 12
5
fax with asterisk
>From couple of weeks i am working on asterisk fax but was not
successful.
I am able to receive only half fax documents and its ending with blurred
lines.
I have tried with almost all the versions of spandsp 0.0.2pre4,pre10
etc but of no use.
I have digium card to which i have plugged in 2 pstn lines and i have
removed echocancellation too(zapata.conf) and also enabled g7111
alaw&Ulaw
2005 Jul 20
0
FXO hangup delay...
Hello,
I am facing hangup delay problem using FXO (X100P) card with the following
scenario:
PSTN Phone--------->BTTB PSTN Gateway------->Asterisk BOX-FXO-------->SIP
Endpoint
When anyone make call to my Asterisk-BOX FXO, they gets IVR to press their
desired SIP extension number. If calling party disconnect the his/her call
before pick up the call by the called party, then called
2005 Aug 02
1
[Asterisk-Dev] Getting ISDN line restart problem with TE110P
Skipped content of type multipart/alternative-------------- next part --------------
_______________________________________________
Asterisk-Dev mailing list
Asterisk-Dev@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-dev
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
2012 Mar 16
0
How to know if packet is dropped by kernel for udp checksum mismatch
Hi all,
I have a netfilter_queue app which de-obfuscates a already obfuscated
udp packets. de-obfuscation process ends successfully but somehow packet
is not reaching to the udp daemon. i'm suspecting this is happening
because of a udp checksum mismatch. so i'm wondering how can i get logs
of packets which are dropped because of udp checksum mismatch?
i've heard linux by default