similar to: Trasnlation

Displaying 20 results from an estimated 200 matches similar to: "Trasnlation"

2015 Nov 06
2
c++ Development question
Hello Centos user. Im learning about c/c++ , so far every thing works great. The problem begins when I try to install a new library or a third party api. For example now I need to install the jsoncpp implementation in my centos box but I have no idea how to do it. I realized that my knolowge about those things is very poor. I would like to ask you for some documentation about libraries
2015 Apr 07
0
Asterisk 13 very high trasnlation time between codecs
Hi all. I've installaed a PIAF with Asterisk 13.0 on a ESX virtual machine on a DELL node. As usual I loaded g729 codec in modules folder but I notice very high translation time. Over several PIAF with Asterisk 1.8.X (always in a virtual environment) I always had for example 601 between G729 and ALAW or ULAW while in this case I have 15000. Even recalculating with different values (eg:
2006 Mar 28
2
Problems Configuring Cisco 12SP+
Hi, After reading this valuable forum and the voip-info wiki and follow all the steps , but my Cisco 12SP+ remains unregistered. These are my config files: skinny.conf [general] port = 2000 ; Port to bind to, default tcp/2000 bindaddr = 172.20.1.1 ; Address to bind to dateFormat = D-M-Y ; M,D,Y in any order (5 chars max) keepAlive = 120 languaje=es allow = all ; disallow
2003 Apr 24
3
compiling iproute
Hi there. My name is Lucas and I''m from Argentina. Firstly, forgive me for my english since it is not my native languaje. Now, I''ve been reading on how to compile iproute2 and found that I need to add the following to my kernel, which in my case it is 2.4.20, and it is also the one which this document I read talked about: CONFIG_NETLINK=y CONFIG_RTNETLINK=y # CONFIG_NETLINK_DEV
2012 Mar 08
3
[LLVMdev] Introducing julia, and gauging interest in a julia BOF session at the upcoming LLVM conference in London
Folks, We are contemplating holding a Birds of a Feather session titled "Julia and LLVM: Implementing a fast dynamic language for technical computing" at the LLVM 2012 European Conference on April 12-13 in London. http://llvm.org/devmtg/2012-04-12/ Would this be of interest to the LLVM developer and user community? It would be great if you could drop me a line. It will help us gauge
2009 Mar 27
2
Need help on how to programmatically call an extension & test call state
I would be grateful if someone could tell me where to find the docs to get started on the following problem: A program needs to be written to place a SIP call to a certain extension on another Asterisk system, and see whether the call state ratchets up to "ringing", then drop, and take action on the results. Can anyone refer me to the appropriate starting point to read up on this?
2010 Dec 11
1
Can be Xapian used to perform standard SQL statements?
Hello, I'm developing an HTTP application server dedicated to IR. The server side languaje is Javascript throught the Webkit Javascript engine exposing several C++ libraries conforming the commonjs specs. My question is, can Xapian be used to perform standard SQL statements like inserts or updates? I undestand that Xapian does it when you perform a query or save a document but I haven't
2014 Jan 01
0
Generic UPS driver
On 01/01/14 16:12, Charles Lepple wrote: > On Jan 1, 2014, at 1:52 PM, Ariel Wainer wrote: > >> Very strange! It seems like the completly powered down and OK status >> yeild the same reading. The reading didn't change after plugging back in >> the AC. > Well, as strange as that is, I don't think it would be a common case. Ordinarily, the load would be the
2012 May 07
0
[LLVMdev] Using LLVM for decompiling.
On 5/7/12 5:47 AM, James Courtier-Dutton wrote: > Hi, > > I am writing a decompiler. I was wondering if some of LLVM could be > used for a decompiler. > There are several stages in the decompiler process. > 1) Take binary and create a higher level representation of it. Like RTL. > 2) The output is then broken into blocks or nodes, each block ends in > a CALL, JMP, RET, or
2006 Apr 05
3
Where to find non deprecated docs?
I started two weeks ago with rails and im amazed of what can be done in a short time, i already finished the agile development with rails and some of the tutorials at the documentation section of the rubyonrails.com site. But i realize that many of the tutos and examples around the web and books are using earlier versions of rails (0.x.x) and some of that code and coding practices are
2005 Apr 24
2
g729 passthrough?
I'm sitting here with my dunce cap on. My weak excuse is that I haven't ever played with g729 before. I have a Sipura 841. I have the phone config set to use g729. Its appropriate sip.conf entry, and the IAX stanza for my ITSP all set to disallow=all, allow=g729. But as soon as I dial, I get a complaint from the server: -- Call accepted by 66.225.202.72 (format g729) --
2003 May 27
3
The Wrong Choice: Locked in by license restrictions
A colleague pointed me to this article advocating R as a Matlab substitute. Here is the link (deliberately on two lines: http://searchenterpriselinux.techtarget.com/ originalContent/0,289142,sid39_gci902076,00.html I'm not a Matlab user, but I understand that it provides a nice front end to the Linpack collection of numerical linear algebra routines. My friend and I wonder if R can really
2014 Jan 01
2
Generic UPS driver
On Jan 1, 2014, at 1:52 PM, Ariel Wainer wrote: > Very strange! It seems like the completly powered down and OK status > yeild the same reading. The reading didn't change after plugging back in > the AC. Well, as strange as that is, I don't think it would be a common case. Ordinarily, the load would be the computer monitoring the UPS, and if the load is off... We can certainly
2017 Mar 27
2
Run .xls spredsheet with macros
Hi Doug: Thank you for your answer, but the issue is that this spreadsheet use a macros with visual basic but PlanMaker and WPS don't run this kind of spreadsheets. This is because I use excel. Regards, -- Atentamente, Jorge Rodríguez El dom, 26-03-2017 a las 19:39 -0400, Doug escribió: > On 03/26/2017 06:12 PM, jorge wrote: > > Good afternoon: > > > > Thank you
2012 May 07
6
[LLVMdev] Using LLVM for decompiling.
Hi, I am writing a decompiler. I was wondering if some of LLVM could be used for a decompiler. There are several stages in the decompiler process. 1) Take binary and create a higher level representation of it. Like RTL. 2) The output is then broken into blocks or nodes, each block ends in a CALL, JMP, RET, or 2-way or multiway conditional JMP. 3) The blocks or nodes are then analyzed for
2008 Dec 02
5
Problem with extend rails(add new function in lib)
I do things below: In lib/translater.rb class Translater require "rubygems" require "rmmseg" include "RMMSeg" ... def segment(text) RMMSeg::segment(text) end end in helper/xx/xxx.rb module xx require "translater.rb" def translate(text) Translater.run(text) end end when i use helper method tranlate, erros: undefined method
2007 Apr 18
0
[PATCH 8/9] Vmi apic ops.diff
Use para_fill instead of directly setting the APIC ops to the result of the vmi_get_function call - this allows one to implement a VMI ROM without implementing APIC functions, just using the native APIC functions. While doing this, I realized that there is a lot more cleanup that should have been done. Basically, we should never assume that the ROM implements a specific set of functions, and
2007 Apr 18
0
[PATCH 8/9] Vmi apic ops.diff
Use para_fill instead of directly setting the APIC ops to the result of the vmi_get_function call - this allows one to implement a VMI ROM without implementing APIC functions, just using the native APIC functions. While doing this, I realized that there is a lot more cleanup that should have been done. Basically, we should never assume that the ROM implements a specific set of functions, and
2006 Nov 28
1
There exist a FCS package on R-languaje?
Hi all, excuse me by this elementary question. I wish to know if a package in language R exists to analyze FCS (Fluorescence Correlation Spectroscopy) datas. And, if it possible, in addition can read the archives in raw format generated by the ConfoCor2 program. Thanks Horacio. **************************************************************************** Dr. Horacio Castellini
2001 Mar 28
1
UTF-8 patch for Samba 2.0.7
See description in the attached patch. -------------- next part -------------- This quick hack adds primitive support of UTF-8 as a server 'character set' to Samba 2.0.7. All file, share and user names are stored on server in UTF-8, and translated into client code page (not UCS2) on the fly. Additionally, server string conversion is added. Tested with Chinese and Russian Windows clients.