search for: arkadi

Displaying 20 results from an estimated 30 matches for "arkadi".

Did you mean: arkady
2015 Jun 18
3
[LLVMdev] Clang 3.6.1 integration with MSVC++
Hi, This page http://clang.llvm.org/docs/MSVCCompatibility.html says clang-cl supports C ++ exceptions, but I cannot compile code with simple try{}catch{} error : cannot compile this throw expression yet What am i doing wrong? -- WBR, Arkady Shapkin aka Dragon -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Mar 07
1
Using Samba NTLM authentication
Hi,guys . I implement HTTP Proxy running in Linux environment and my proxy have to support NTLM authentication. My proxy written in C++. I want to use samba API ,but I don't* know how and what* API can be used exactly. I would very appreciate if you can advice me some example code and any advice which can help me in my task. Thanks in advance,Arkady
2004 Sep 24
2
Re: [Asterisk-Dev] Free G.729 ready for download
...to rip Daniel's disclamer for use in my email too.. DISCLAIMER: You might have to pay royalty fees to the G.729 patent holders for using their algorithm. For easier testing I prepared codec_g729.so binaries and associated libraries and put them on the web: http://kvin.lv/pub/Linux/Asterisk/ arkadi.
2018 Jul 20
2
G729
...ed with Asterisk​, since the license expired. The current codec > source code posted still requires licensing. > ​I am sure Digium would not prefer to ​ ​acknowledge this, but the phenomenal growth of Asterisk is due to the a​availability of a free G729 codec compiled and distributed free by Arkadi Shislov. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20180720/2f98a886/attachment.html>
2008 Oct 22
2
Can't open files containing russian letters in path (PR#13195)
Full_Name: Arkady Sherman Version: 2.8.0 OS: Windows XP sp3 ntfs file system Submission from: (NULL) (158.195.166.129) Freshly installed version 2.7.2 works well, but 2.8.0 can't open files with russian letters in its names. In error messages the letters are replaced with different symbols.
2005 Sep 10
2
Output of warnings inside the source function
Hello, all. There is a problem to get an output of warnings() function to sink in a file specified. There are to files 1. File "test" with content: source("test_foo",local=T) 2. and file "test_foo" with content: options(warn = 1) sink("c:/temp/foo.txt",append=F) warning("Foo warning") warnings() sink() 3. If I run R as "c:\Program
2008 Nov 27
1
A small bug in R code of the legend function of the Graphics pacakge (PR#13340)
Full_Name: Arkady Sherman Version: 2.8.0 OS: Windows XP Submission from: (NULL) (158.195.16.114) Please consider initialization of the "seg.len" variable. It's done only if (do.lines) { seg.len <- 2 .., but after the seg.len is used: if (has.pch) { pch <- rep(pch, length.out = n.leg) pt.bg <- rep(pt.bg, length.out = n.leg) pt.cex <-
2007 Apr 18
0
[Bridge] Re: hang on PPC
Scratch that last comment. The kernel code I have now is identical to what I posted. Sorry for the misinformation. > -----Original Message----- > From: bridge-bounces@lists.osdl.org > [mailto:bridge-bounces@lists.osdl.org] On Behalf Of Eble, Dan > Sent: Tuesday, June 29, 2004 12:57 PM > To: 'arkady-parabel@ngs.ru' > Cc: bridge@osdl.org > Subject: RE: [Bridge] Re:
2018 Jul 23
2
G729
...d. > The current codec source code posted still requires licensing. > > ​I am sure Digium would not prefer to ​ > ​acknowledge this, but the phenomenal growth of Asterisk is due to > the a​availability of a free G729 codec compiled and distributed > free by Arkadi Shislov. > > That'd be a surprise to me with the 325 G.729 licenses I have from Digium. > > I'm not a software pirate, I doubt that most telephony providers are > either. Once again- patent is expired, g729 algorithm is now free. You spent you money to wrong place :-) --...
2010 Apr 08
2
IVR menu sound processing for AMR and GSM + live test available
Hi! We are in process of setting up an audio guide that will cover notable places of our capital Riga, Latvia. The target audience are tourists that dials a free phone number from a mobile handset to listen to a 3 minute introduction to historic place. All audio, 10+ languages are recorder in studio at 44KHz. The audio is stored on server in A-law 8KHz because we'll be pushing it through E1
2004 Oct 06
1
Problem on getting wav file out of Festival-text2wave utility ?
Hi, I'm banging my head with Perl AGI script to produce wav file to be streamed with Festival's text2wave utility. I have two lines of code: ------------------------------------ system('echo "' . $text . '" | text2wave -scale 1.5 -F 8000 -o ' . $filename . ' - '); system('echo "' . $text . '" | text2wave -eval
2008 Jun 02
0
OT - Intel IPP 5.3
...There I downloaded http://asterisk.hosting.lv/src/asterisk-g72x-1.0-beta5.tar.bz2 1. Using build.sh I'm editing, as suggested in README, build.sh file. My problem is I don't fully understand the values I must change. What does this inc value stands for ? Now, it is valued to : inc=/home/arkadi/opt/asterisk-1.4/include 2. Using configure, make, make install I added this after running ./configure : ln -s 5.3.3.075 5.3 Then make fails with this : gcc -DHAVE_CONFIG_H -I. -DG72X_ASTERISK=14 -I/opt/intel/ipp/5.3/ia32/include -include /opt/intel/ipp/5.3/ia32/tools/staticlib/ipp_a6.h -Wall -...
2008 Nov 04
0
(PR#13195) Can't open files containing russian letters in path
Thanks for the attention. So my windows locale is Russian (Cyrillic, Win-1251). I installed R-2.8.0-win32.exe. I've got a file with Cyrillic letters in its name, for example "C:\???.txt". When I try to open it from R menu "File->Source R code ..." it produces an error: > source("C:\\666.txt") Error in file(file, "r", encoding = encoding) :
2008 Nov 29
0
A small bug in R code of the legend function of the Graphics (PR#13350)
Martin Maechler wrote: > but do.lines is never specified. It can be FALSE (if there are no > lines drawn) and a user can indeed set 'merge = TRUE" in such a > situation. > However, can you think of a situation where this was desirable? > I think it should not have any effect in such a case > {... but unfortunately it currently has ... yet another > sign that
2007 Apr 18
0
[Bridge] Re: hang on PPC
Pavel, you may be interested in my work on Cisco HDLC bridging: http://marc.theaimsgroup.com/?l=linux-netdev&m=108802311131855&w=2 I have used it with the bridge driver (in 2.4) without any problems (yet ;)), and I am sure Krzysztof Halasa, the HDLC maintainer, would be thrilled if you managed to port it to a recent version of the kernel and make it a compile-time option. Oh, it also
2009 May 19
0
announcement: chan_nms - channel driver for NMS Communications hardware
...e build instructions> To get help or suggest a feature, please join CHAN_NMS discussion group at Google http://groups.google.com/group/chan-nms In case you want to send a private mail with a patch, or maybe a business proposal, or you want to participate in development process, please write to Arkadi.Shishlov at GMail.Com.
2010 Mar 15
0
ntlm helper helper usage problem
Hi,guys . I implement HTTP Proxy running in Linux environment and my proxy have to support NTLM authentication. My proxy written in C++. I try to use _squid-ntlm helper _according to *http://devel.squid-cache.org/ntlm/squid_helper_protocol.html . So *I run helper like this *system ("ntlm_auth -d=10 --helper-protocol=squid-2.5-ntlmssp"*); and implemented its protocol (see
2006 Jun 19
5
RSS reader for rails application.
Hi, I was wondering if there''s an RSS reader plugin of some sort available that will basically get the RSS feeds for me and then allow my Rails application to take those feeds and present them on my website. Would anybody know how I could get this to work with a rails app? Thanks. -- Posted via http://www.ruby-forum.com/.
2007 Apr 18
1
[Bridge] Re: hang on PPC
On Sun, 27 Jun 2004 15:43:30 +0700 <arkady-parabel@ngs.ru> wrote: > Hi. > > I'm using a powerpc-based board (CPU - Motorolla 82855, 50 > Mhz) with 32 Mb of RAM, Big Endian. > Linux kernel - 2.4.22, bridge - statically linked & as a > module > brctl - 0.9.6 > Ethernet - fec (arch/ppc/8xx_io/fec.c) > All this was compiled with gcc version 3.2.2 20030217
2008 Jan 14
2
G.729 pre-compiled binaries and Asterisk 1.2.x.
Asterisk 1.2.24 seems to crash repeatedly under any substantial call load (and sometimes without a substantial call load - just one SIP leg is enough to do it) when using the G.729 pre-compiled binaries from: http://asterisk.hosting.lv/ As per: http://www.voip-info.org/wiki-Asterisk+G.729+Licensing Time to crash is variable, but seems to require at least an hour of production performance